.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;
}
.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:#ffffff;background-image:url("https://images.assets-landingi.com/743J3xNE/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#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); }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container { background-color: transparent; background-image: none; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container > .video-iframe-container { display: none; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row > .video-iframe-container { display: none; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .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); }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container { border-width: 0; border-radius: 0; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#JugUsNpoU5ltzIUby7kDXpkpGGnKe84V { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:15.25rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#LHnBaTh9LIkqO6z0SeuxrZXe9EE0TZTZ { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:din;font-size:0.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:16rem;height:2.111325rem;font-style:normal;display:block; }
#C0fyKoNBpy0yGiK8QAEQLdNklbsub933 { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:0.0625rem;top:3rem;left:15.125rem;display:block; }
#phxm7qonKMPO7Ivhw0fmqgpyXZT2TIQD { color:#ffffff;display:block;width:12rem;position:absolute;font-family:din;font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.875rem;height:3.65625rem;font-style:normal;display:block; }
#ienHEJT5TATGGr1bnsfLRhMZ43TGGRl2 { color:#facd4a;display:block;width:22.0625rem;position:absolute;font-family:din;font-size:2.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.9521484375rem;left:37.9375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AePszbk1DXn4vsNKa1tow4Kw1dqpyQoF { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:din;font-size:0.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:16rem;height:2.111325rem;font-style:normal;display:none; }
#ZzxAP41olyRxNzqLhzyX3XcOO52skXvx { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:0.0625rem;top:2.875rem;left:15.125rem;display:none; }
#dBlMvtavaRgA3DdKd8I5t0TCJS0t5KxQ { color:#ffffff;display:block;width:12rem;position:absolute;font-family:din;font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.875rem;height:3.65625rem;font-style:normal;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#NrLm8LiqUAXWbGtRNHqF2OHOAUyFHKEh { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:din;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.375rem;height:9.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z36wLqzKlC2OXO4SElqV0TZ4AyM5RUtz { color:#9b9b9b;display:block;width:17.5rem;position:absolute;font-family:din;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:11.9375rem;left:42.5rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#PlghN2tO8qOyA5hFoNIhZ0KzZddfPpqd { position:absolute;display:block;z-index:100011;height:36.125rem;width:22.8125rem;top:14.8125rem;left:37.1875rem;display:block; }
#XLQvf666yxTiHiM0MJtqvi6mMJMN3ZrO { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:28.1875rem;top:7.125rem;left:2rem;overflow:hidden;display:block; }
#EbV9gw1xVUnwxO3lJHl5LMaAFh1cs6oq { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:23rem;width:23rem;top:7.125rem;left:0rem;display:block; }
#GUuSPP93PGRADTFkfNxqdW88XknMguN1 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5rem;width:25.5rem;top:14.3125rem;left:35.8125rem;display:block; }
#q4trTyGzwEZMEoTNCwz4FK2X8bJqbBtA { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container { background-color: transparent; background-image: none; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container > .video-iframe-container { display: none; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row > .video-iframe-container { display: none; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .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); }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container { border-width: 0; border-radius: 0; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#RiTNokTPQ9LGf8FAXFQ8ks8oehUlCJxc { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:din;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:16.1875rem;left:33.0625rem;height:17rem;display:block; }
#bGByZB9mAormnZSHTIJ1Jt8p1HtTCrfh { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:din;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:34.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#fL7R1k8IT8xJDoMRxhXCrZyOxJVAlOby { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:din;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:34rem;left:33.0625rem;height:6.375rem;display:block; }
#UDEBLOmkKPgbpPWA9gCObUTN5eIe88m1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:30rem;top:9.75rem;left:0rem;overflow:hidden;display:block; }
#TspayQuwMEfbT6LPLeexzTptS5TQdJRL { position:absolute;display:block;z-index:99998;background-color:#531f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:4.125rem;width:27rem;top:9.75rem;left:33rem;display:block; }
#KluWzkHzP5i4TBSzkROdgO05hLErzP2r { position:absolute;display:block;z-index:100006;background-color:#531f75;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:0.625rem;width:0.625rem;top:16.9375rem;left:30.625rem;display:block; }
#UAZru6WPB6sylKhCsAvoRz4zTcqIJOcD { position:absolute;display:block;z-index:100007;background-color:#531f75;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:0.625rem;width:0.625rem;top:34.9375rem;left:30.625rem;display:block; }
#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container { background-color: transparent; background-image: none; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container > .video-iframe-container { display: none; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row > .video-iframe-container { display: none; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .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); }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container { border-width: 0; border-radius: 0; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#QaGcGMkHdNfMDCWkr9TuKUeqPkch7KQy { color:#000000;display:block;width:20.5rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.3125rem;height:3.0859375rem;display:block; }
#rwnnNZOtaV1y6s5wKD3i8Qx3soG4IaxD { color:#000000;display:block;width:20.5rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.3125rem;height:3.0859375rem;display:block; }
#Diq9UpFmROef57VsTWwfpzM5tbJDWyUT { color:#000000;display:block;width:20.5rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.3125rem;height:7.714875rem;display:block; }
#wwS7Tgla29rlqcuFSN6ZcPmoKQT1q0u6 { color:#000000;display:block;width:20.5rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.3125rem;height:3.0859375rem;display:block; }
#tiqFQyCVXUvZ4euQLhswtSRGcxFNsgKn { color:#000000;display:block;width:20.5rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30rem;left:2.3125rem;height:4.62890625rem;display:block; }
#IWqGenPdP8ViQf9t3uQr5OWdnf5iUApx { color:#ffffff;display:block;width:21rem;position:absolute;font-family:din;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:2.4375rem;font-style:normal;display:block; }
#u6U8JreaoTZfPyeWdGQ4HBtnUxmJegUi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.0625rem;width:30.0625rem;top:3.3125rem;left:29.9375rem;overflow:hidden;display:block; }
#FWz1R3kGXkUT2Zm2tXkkrKRzJzP0wxri { position:absolute;display:block;z-index:99999;background-color:#531f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.75rem;width:25.25rem;top:3.3125rem;left:0.6875rem;display:block; }
#AAz1qrCSLUzxP0sx93hVrTydG9ToX7av { position:absolute;display:block;z-index:100007;background-color:#531f75;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:0.625rem;width:0.625rem;top:8.875rem;left:0.0625rem;display:block; }
#bszUvv8ntowkXR9RhKViTvt33IZwNTV5 { position:absolute;display:block;z-index:100008;background-color:#531f75;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:0.625rem;width:0.625rem;top:13.3125rem;left:0.0625rem;display:block; }
#QR2rndp4GDxPDgcQpqALZ1DJhv2J0mlF { position:absolute;display:block;z-index:100009;background-color:#531f75;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:0.625rem;width:0.625rem;top:17.4375rem;left:0rem;display:block; }
#DSi4DL6MLIkb6oTLgQscO5D8Fw69y9dd { position:absolute;display:block;z-index:100010;background-color:#531f75;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:0.625rem;width:0.625rem;top:26.375rem;left:0rem;display:block; }
#QVtmgPvve5UOz19JS7If7DifiHSioz2T { position:absolute;display:block;z-index:100011;background-color:#531f75;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:0.625rem;width:0.625rem;top:30.4375rem;left:0rem;display:block; }
#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH { position:relative;display:block; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH { background-color: transparent; background-image: none; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row .container > .video-iframe-container { display: none; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row > .video-iframe-container { display: none; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .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); }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH { border-width: 0; border-radius: 0; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .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:19.3125rem;width:60rem;position:relative;display:block; }#ifkaglXZxEwTZh63awhiA4QagpghXlBA { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:din;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.03125rem;left:5rem;height:2.4375rem;font-style:normal;display:block; }
#dFIuJq7o9k3exoS68cP81rpUeQWF18E3 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.21875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mZSwC8orgCiamkRIeRQEJkfX7iISJJNV { color:#000000;display:block;width:12.25rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.384765625rem;left:2.21875rem;height:1.54296875rem;display:block; }
#EkchSuoUMPsFNJT6gsuRLSXBZy2L4Mlq { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.21875rem;height:1.54296875rem;display:block; }
#C3fbw8tEBKKud0M6wHCik0eKGgslpR9p { color:#000000;display:block;width:22.125rem;position:absolute;font-family:din;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.21875rem;height:1.54296875rem;display:block; }
#OBUX7UrOMGBRvHVSGNsILIdl4lyc5qJt { position:absolute;display:block;z-index:100002;background-color:#531f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.75rem;width:24.125rem;top:2.375rem;left:0.625rem;display:block; }
#yMTaKfnTzMRCGQAEq8OwqdyJ591z6W1F { position:absolute;display:block;z-index:100006;background-color:#531f75;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:0.625rem;width:0.625rem;top:8.271484375rem;left:0rem;display:block; }
#W6LAO2FKRxGkkxnvEXy2A2Tmz8fLSTLi { position:absolute;display:block;z-index:100007;background-color:#531f75;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:0.625rem;width:0.625rem;top:10.84375rem;left:0rem;display:block; }
#NqtT6VkksG4OTBQkBhCHdxJ3ffgOOJei { position:absolute;display:block;z-index:100008;background-color:#531f75;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:0.625rem;width:0.625rem;top:13.458984375rem;left:0rem;display:block; }
#A9GQsAT1fA0lT0N0xhRDT4RR8zgDgosu { position:absolute;display:block;z-index:100009;background-color:#531f75;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:0.625rem;width:0.625rem;top:16.083984375rem;left:0rem;display:block; }
#cNC9JX34z7e5t0fqSoVdSFFhaygFNprD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:29.9375rem;top:1.71875rem;left:30.0625rem;overflow:hidden;display:block; }
#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container { background-color: transparent; background-image: none; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container > .video-iframe-container { display: none; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row > .video-iframe-container { display: none; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .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); }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container { border-width: 0; border-radius: 0; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#AZ5ln1svpLQrw5TXpqsVekS8zZ54tLS6 { color:#531f75;display:block;width:25.5rem;position:absolute;font-family:din;font-size:2rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.012500166893rem;left:17.250001907349rem;height:2.5996125rem;font-style:normal;display:block; }
#HzPGxy7TccgQSqwchOkW2vdptrAJbcQc { position:absolute;display:block;z-index:100002;background-color:#e30513;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:0.125rem;width:12.5rem;top:5.125rem;left:22.34375rem;display:block; }
#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container { background-color: transparent; background-image: none; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container > .video-iframe-container { display: none; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row > .video-iframe-container { display: none; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .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); }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container { border-width: 0; border-radius: 0; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#X74kO9gRR4i9yR0kbAcpB4uCaST04Usv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:27.8125rem;top:2.09375rem;left:1.09375rem;display:block; }
#Gru37UkON2WZGdBRIGdoxDgq8d5oVmQq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:27.8125rem;top:2.09375rem;left:31.09375rem;display:block; }
#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container { background-color: transparent; background-image: none; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container > .video-iframe-container { display: none; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row > .video-iframe-container { display: none; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .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); }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container { border-width: 0; border-radius: 0; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#TxCLW2pJRDPxyMfIZysTNQStQ8tBkhG1 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:din;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:7.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Li32Gzxnb6TBTv8kE140nherFaLztIxk { background-color:#e30513;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:din;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:6.5625rem;left:42.5rem;display:block; }
#nqpO0t7vE1lBIq4Lm0B7B8htTf8gvxkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u4HzMm9qVklKEMooGuksg1ebn2917H0F { position:absolute;display:block;z-index:100010;background-color:#ff0000;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:0.0625rem;width:17.75rem;top:11.3291015625rem;left:0rem;display:block; }
#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container { background-color: transparent; background-image: none; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container > .video-iframe-container { display: none; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row > .video-iframe-container { display: none; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .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); }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container { border-width: 0; border-radius: 0; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#O6B1xQxOnegqwnsn79AiiiZfuxXpFi0q { color:#531f75;display:block;width:7.25rem;position:absolute;font-family:din;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#Pm8bHoulRQHF37FN412iP7SxHW1SZxoD { color:#531f75;display:block;width:6.375rem;position:absolute;font-family:din;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:3.625rem;left:20rem;height:1.94921875rem;font-style:normal;display:block; }
#GwWsey2uqUZJEnUkgZMaEcbFRTHp9fnv { color:#531f75;display:block;width:6.5625rem;position:absolute;font-family:din;font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:3.625rem;left:40rem;height:1.94921875rem;font-style:normal;display:block; }
#DQlD5nX0EMeUgz7WiHLNEIwNEmhJnI9y { position:absolute;display:block;z-index:100010;background-color:#531f75;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:0.1875rem;width:14.375rem;top:6.75rem;left:0rem;display:block; }
#m4V8Qfvr4slKQ9PFTONqlkG92Rlc7MSc { position:absolute;display:block;z-index:100011;background-color:#531f75;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:0.1875rem;width:14.375rem;top:6.75rem;left:20rem;display:block; }
#B8ogUzyt4GnIgk2efc0bfblMwOP5uDwm { position:absolute;display:block;z-index:100012;background-color:#531f75;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:0.1875rem;width:14.375rem;top:6.75rem;left:40rem;display:block; }
#ifz7HGsyaknT3TLhKtIXf5rd9N8TEIFX { color:#545454;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.53125rem;height:1.29980625rem;display:block; }
#IrFCosH1QpGPCpLlE8mECfA1g03dJiii { color:#545454;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2.53125rem;height:1.29980625rem;display:block; }
#x626AkbPMWm4WXp5oDeT0v2P58LoWbQq { color:#545454;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:13.4375rem;left:2.53125rem;height:1.29980625rem;display:block; }
#L3gHo6RbN7Up2zK3b72Ki0AAfmwrVDDc { box-sizing:content-box;color:#ff9312;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:8.25rem;left:0rem;display:block; }
#utTmNAlqspWsTcGzIDO0BUdATMEvX0is { box-sizing:content-box;color:#ff9312;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:10.625rem;left:0rem;display:block; }
#wva9N8bTIdPXxSDA1EKUsGu4SgGTIiRM { box-sizing:content-box;color:#ff9312;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:12.9375rem;left:0rem;display:block; }
#yviLUm2IgxD9kLFRDVrAGuUyWknGHwhf { color:#545454;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.6;letter-spacing:0;top:8.8125rem;left:20rem;height:6.3984375rem;display:block; }
#Mc2zFna3vL61GyW1CBPxNcEd58UDUuHw { position:absolute;display:block;z-index:100021;height:11.25rem;width:20rem;top:8.125rem;left:40rem;display:block; }
#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container { background-color: transparent; background-image: none; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container > .video-iframe-container { display: none; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row > .video-iframe-container { display: none; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .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); }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container { border-width: 0; border-radius: 0; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#QUhLfSU5sQM2mdq1b5oGK2yuT3WweRCN { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:1.0556625rem;display:block; }
#lvCFLTBZPCxR0dFiulbk4DcB4mTdLBMe { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.03125rem;left:50.25rem;display:block; }
#EQFy3GJqMtp4NIHPgQnT9E2G2TyIaEpE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.03125rem;left:52.1875rem;display:block; }
#MQV8M3ggLBIF1gufs75u9oE8tRLlCdth { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.03125rem;left:56.0625rem;display:block; }
#nI181BuWHEHfJc3x4ut7wbzMa1JAGM0c { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.03125rem;left:58.125rem;display:block; }
#INRkApn0H3rHbxNXuZBD3FHkcBSTmoyo { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.03125rem;left:54.125rem;display:block; }
#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#531f75;background-image:none;position:relative;display:block; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container { background-color: transparent; background-image: none; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container > .video-iframe-container { display: none; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row > .video-iframe-container { display: none; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .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); }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container { border-width: 0; border-radius: 0; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG { display:block; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JugUsNpoU5ltzIUby7kDXpkpGGnKe84V { width:15.25rem;height:7rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHnBaTh9LIkqO6z0SeuxrZXe9EE0TZTZ { width:11.4375rem;height:2.0625rem;top:5.0625rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0fyKoNBpy0yGiK8QAEQLdNklbsub933 { width:0.0625rem;height:3.75rem;top:3rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxm7qonKMPO7Ivhw0fmqgpyXZT2TIQD { width:12rem;height:3.625rem;top:1.9375rem;left:9.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ienHEJT5TATGGr1bnsfLRhMZ43TGGRl2 { width:22.0625rem;height:6.25rem;top:2.9375rem;left:18.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AePszbk1DXn4vsNKa1tow4Kw1dqpyQoF { width:11.4375rem;height:2.0625rem;top:4.9375rem;left:9.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzxAP41olyRxNzqLhzyX3XcOO52skXvx { width:0.0625rem;height:3.75rem;top:2.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBlMvtavaRgA3DdKd8I5t0TCJS0t5KxQ { width:12rem;height:3.625rem;top:1.8125rem;left:9.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrLm8LiqUAXWbGtRNHqF2OHOAUyFHKEh { width:34.625rem;height:9.75rem;top:2.1875rem;left:13.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36wLqzKlC2OXO4SElqV0TZ4AyM5RUtz { width:17.5rem;height:1.75rem;top:11.9375rem;left:30.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlghN2tO8qOyA5hFoNIhZ0KzZddfPpqd { width:22.8125rem;height:36.125rem;top:14.8125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQvf666yxTiHiM0MJtqvi6mMJMN3ZrO { width:28.1875rem;height:34.875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV9gw1xVUnwxO3lJHl5LMaAFh1cs6oq { width:23rem;height:23rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUuSPP93PGRADTFkfNxqdW88XknMguN1 { width:25.5rem;height:34.5rem;top:14.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4trTyGzwEZMEoTNCwz4FK2X8bJqbBtA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk { display:block; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiTNokTPQ9LGf8FAXFQ8ks8oehUlCJxc { width:26.9375rem;height:17rem;top:16.1875rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGByZB9mAormnZSHTIJ1Jt8p1HtTCrfh { width:25.0625rem;height:2.5625rem;top:10.4375rem;left:22.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL7R1k8IT8xJDoMRxhXCrZyOxJVAlOby { width:26.9375rem;height:6.375rem;top:34rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDEBLOmkKPgbpPWA9gCObUTN5eIe88m1 { width:30rem;height:30rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspayQuwMEfbT6LPLeexzTptS5TQdJRL { width:27rem;height:4.125rem;top:9.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluWzkHzP5i4TBSzkROdgO05hLErzP2r { width:0.625rem;height:0.625rem;top:16.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAZru6WPB6sylKhCsAvoRz4zTcqIJOcD { width:0.625rem;height:0.625rem;top:34.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl { display:block; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaGcGMkHdNfMDCWkr9TuKUeqPkch7KQy { width:20.5rem;height:3.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnnNZOtaV1y6s5wKD3i8Qx3soG4IaxD { width:20.5rem;height:3.0625rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diq9UpFmROef57VsTWwfpzM5tbJDWyUT { width:20.5rem;height:7.6875rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwS7Tgla29rlqcuFSN6ZcPmoKQT1q0u6 { width:20.5rem;height:3.0625rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqFQyCVXUvZ4euQLhswtSRGcxFNsgKn { width:20.5rem;height:4.625rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWqGenPdP8ViQf9t3uQr5OWdnf5iUApx { width:21rem;height:2.4375rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6U8JreaoTZfPyeWdGQ4HBtnUxmJegUi { width:30.0625rem;height:30.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWz1R3kGXkUT2Zm2tXkkrKRzJzP0wxri { width:25.25rem;height:3.75rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAz1qrCSLUzxP0sx93hVrTydG9ToX7av { width:0.625rem;height:0.625rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bszUvv8ntowkXR9RhKViTvt33IZwNTV5 { width:0.625rem;height:0.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR2rndp4GDxPDgcQpqALZ1DJhv2J0mlF { width:0.625rem;height:0.625rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSi4DL6MLIkb6oTLgQscO5D8Fw69y9dd { width:0.625rem;height:0.625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVtmgPvve5UOz19JS7If7DifiHSioz2T { width:0.625rem;height:0.625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH { display:block; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifkaglXZxEwTZh63awhiA4QagpghXlBA { width:15.375rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFIuJq7o9k3exoS68cP81rpUeQWF18E3 { width:13.9375rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZSwC8orgCiamkRIeRQEJkfX7iISJJNV { width:12.25rem;height:1.5rem;top:10.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkchSuoUMPsFNJT6gsuRLSXBZy2L4Mlq { width:23.3125rem;height:1.5rem;top:12.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fbw8tEBKKud0M6wHCik0eKGgslpR9p { width:22.125rem;height:1.5rem;top:15.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUX7UrOMGBRvHVSGNsILIdl4lyc5qJt { width:24.125rem;height:3.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTaKfnTzMRCGQAEq8OwqdyJ591z6W1F { width:0.625rem;height:0.625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LAO2FKRxGkkxnvEXy2A2Tmz8fLSTLi { width:0.625rem;height:0.625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqtT6VkksG4OTBQkBhCHdxJ3ffgOOJei { width:0.625rem;height:0.625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9GQsAT1fA0lT0N0xhRDT4RR8zgDgosu { width:0.625rem;height:0.625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNC9JX34z7e5t0fqSoVdSFFhaygFNprD { width:29.9375rem;height:15.875rem;top:1.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL { display:block; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ5ln1svpLQrw5TXpqsVekS8zZ54tLS6 { width:25.5rem;height:2.5625rem;top:2rem;left:11.125001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzPGxy7TccgQSqwchOkW2vdptrAJbcQc { width:12.5rem;height:0.125rem;top:5.125rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI { display:block; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X74kO9gRR4i9yR0kbAcpB4uCaST04Usv { width:27.8125rem;height:15.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gru37UkON2WZGdBRIGdoxDgq8d5oVmQq { width:27.8125rem;height:15.625rem;top:2.0625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk { display:block; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCLW2pJRDPxyMfIZysTNQStQ8tBkhG1 { width:32.25rem;height:7.8125rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li32Gzxnb6TBTv8kE140nherFaLztIxk { width:17.5rem;height:3.4375rem;top:6.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqpO0t7vE1lBIq4Lm0B7B8htTf8gvxkv { display:block; }
 }@media only screen and (max-width: 763px) { #u4HzMm9qVklKEMooGuksg1ebn2917H0F { width:17.75rem;height:0.0625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NloDEAATwQ95gPTfuMtXisXnmw4fsw9I { display:block; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6B1xQxOnegqwnsn79AiiiZfuxXpFi0q { width:7.25rem;height:1.9375rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm8bHoulRQHF37FN412iP7SxHW1SZxoD { width:6.375rem;height:1.9375rem;top:3.625rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwWsey2uqUZJEnUkgZMaEcbFRTHp9fnv { width:6.5625rem;height:1.9375rem;top:3.625rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlD5nX0EMeUgz7WiHLNEIwNEmhJnI9y { width:14.375rem;height:0.1875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4V8Qfvr4slKQ9PFTONqlkG92Rlc7MSc { width:14.375rem;height:0.1875rem;top:6.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ogUzyt4GnIgk2efc0bfblMwOP5uDwm { width:14.375rem;height:0.1875rem;top:6.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifz7HGsyaknT3TLhKtIXf5rd9N8TEIFX { width:11.375rem;height:1.25rem;top:8.8125rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrFCosH1QpGPCpLlE8mECfA1g03dJiii { width:16.9375rem;height:1.25rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x626AkbPMWm4WXp5oDeT0v2P58LoWbQq { width:16.125rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gHo6RbN7Up2zK3b72Ki0AAfmwrVDDc { width:2.1875rem;height:2.1875rem;top:8.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTmNAlqspWsTcGzIDO0BUdATMEvX0is { width:2.1875rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wva9N8bTIdPXxSDA1EKUsGu4SgGTIiRM { width:2.1875rem;height:2.1875rem;top:12.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yviLUm2IgxD9kLFRDVrAGuUyWknGHwhf { width:19.4375rem;height:6.25rem;top:8.8125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2zFna3vL61GyW1CBPxNcEd58UDUuHw { width:20rem;height:11.25rem;top:8.125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 { display:block; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUhLfSU5sQM2mdq1b5oGK2yuT3WweRCN { width:17rem;height:1rem;top:1.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvCFLTBZPCxR0dFiulbk4DcB4mTdLBMe { width:1.875rem;height:1.875rem;top:1rem;left:41.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFy3GJqMtp4NIHPgQnT9E2G2TyIaEpE { width:1.875rem;height:1.875rem;top:1rem;left:43rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQV8M3ggLBIF1gufs75u9oE8tRLlCdth { width:1.875rem;height:1.875rem;top:1rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI181BuWHEHfJc3x4ut7wbzMa1JAGM0c { width:1.875rem;height:1.875rem;top:1rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INRkApn0H3rHbxNXuZBD3FHkcBSTmoyo { width:1.875rem;height:1.875rem;top:1rem;left:44.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ { display:block; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG { display:block; }#TKw8dVByX7nlDG3yKt1wy9siz3Tgb9eG > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JugUsNpoU5ltzIUby7kDXpkpGGnKe84V { width:6.75rem;height:3.1875rem;top:1.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHnBaTh9LIkqO6z0SeuxrZXe9EE0TZTZ { width:9.375rem;height:0;top:12.63671875rem;left:5.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0fyKoNBpy0yGiK8QAEQLdNklbsub933 { width:0.0625rem;height:2.5rem;top:2.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxm7qonKMPO7Ivhw0fmqgpyXZT2TIQD { width:4.625rem;height:0;top:9.4375rem;left:7.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ienHEJT5TATGGr1bnsfLRhMZ43TGGRl2 { width:20rem;height:4.3984375rem;top:7.986328125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffeb18;display:block; }
 }@media only screen and (max-width: 763px) { #AePszbk1DXn4vsNKa1tow4Kw1dqpyQoF { width:9.375rem;height:1.7871125rem;top:3.625rem;left:10.375rem;font-size:0.6875rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxAP41olyRxNzqLhzyX3XcOO52skXvx { width:0.0625rem;height:2.5rem;top:2.4375rem;left:9.625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #dBlMvtavaRgA3DdKd8I5t0TCJS0t5KxQ { width:4.625rem;height:1.94921875rem;top:1.75rem;left:10.375rem;font-size:1.5rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrLm8LiqUAXWbGtRNHqF2OHOAUyFHKEh { width:20rem;height:10.15625rem;top:21.171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z36wLqzKlC2OXO4SElqV0TZ4AyM5RUtz { width:14.875rem;height:1.70605625rem;top:34.625rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlghN2tO8qOyA5hFoNIhZ0KzZddfPpqd { width:20rem;height:11.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQvf666yxTiHiM0MJtqvi6mMJMN3ZrO { width:15.5625rem;height:19.375rem;top:0.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV9gw1xVUnwxO3lJHl5LMaAFh1cs6oq { width:15.625rem;height:15.625rem;top:7.375rem;left:1.875rem;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GUuSPP93PGRADTFkfNxqdW88XknMguN1 { width:20rem;height:34.5rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4trTyGzwEZMEoTNCwz4FK2X8bJqbBtA { top:20rem;left:0rem;width:20rem;height:12.5rem;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk { display:block; }#vsHbyTA5zaB7eRmaxefMTVlpSEc1xatk > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiTNokTPQ9LGf8FAXFQ8ks8oehUlCJxc { width:16.375rem;height:14.297875rem;top:31.3125rem;left:2.6875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bGByZB9mAormnZSHTIJ1Jt8p1HtTCrfh { width:20rem;height:1.94921875rem;top:4.712890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fL7R1k8IT8xJDoMRxhXCrZyOxJVAlOby { width:16.5rem;height:5.19921875rem;top:46.6875rem;left:2.625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UDEBLOmkKPgbpPWA9gCObUTN5eIe88m1 { width:20rem;height:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspayQuwMEfbT6LPLeexzTptS5TQdJRL { width:20rem;height:4.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluWzkHzP5i4TBSzkROdgO05hLErzP2r { width:0.625rem;height:0.625rem;top:31.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAZru6WPB6sylKhCsAvoRz4zTcqIJOcD { width:0.625rem;height:0.625rem;top:47.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl { display:block; }#Kk1sS3Q1cKDJvx4gQ7FxD5wS5kitgtLl > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaGcGMkHdNfMDCWkr9TuKUeqPkch7KQy { width:16.75rem;height:2.5996125rem;top:28.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnnNZOtaV1y6s5wKD3i8Qx3soG4IaxD { width:17rem;height:2.5996125rem;top:32.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diq9UpFmROef57VsTWwfpzM5tbJDWyUT { width:16.75rem;height:6.499rem;top:35.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwS7Tgla29rlqcuFSN6ZcPmoKQT1q0u6 { width:16.5rem;height:2.5996125rem;top:43.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqFQyCVXUvZ4euQLhswtSRGcxFNsgKn { width:16.6875rem;height:3.8994125rem;top:48.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWqGenPdP8ViQf9t3uQr5OWdnf5iUApx { width:20rem;height:1.94921875rem;top:1.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6U8JreaoTZfPyeWdGQ4HBtnUxmJegUi { width:20rem;height:20rem;top:6.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWz1R3kGXkUT2Zm2tXkkrKRzJzP0wxri { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAz1qrCSLUzxP0sx93hVrTydG9ToX7av { width:0.625rem;height:0.625rem;top:28.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bszUvv8ntowkXR9RhKViTvt33IZwNTV5 { width:0.625rem;height:0.625rem;top:32.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR2rndp4GDxPDgcQpqALZ1DJhv2J0mlF { width:0.625rem;height:0.625rem;top:36.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSi4DL6MLIkb6oTLgQscO5D8Fw69y9dd { width:0.625rem;height:0.625rem;top:44.2998046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVtmgPvve5UOz19JS7If7DifiHSioz2T { width:0.625rem;height:0.625rem;top:48.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH { display:block; }#nu16aRUaBTuPnPEI4ge7VfHANpXvEBlH > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifkaglXZxEwTZh63awhiA4QagpghXlBA { width:15.375rem;height:2.4375rem;top:1.90625rem;left:2.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFIuJq7o9k3exoS68cP81rpUeQWF18E3 { width:13.9375rem;height:1.54296875rem;top:5.728515625rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZSwC8orgCiamkRIeRQEJkfX7iISJJNV { width:12.25rem;height:1.54296875rem;top:8.896484375rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkchSuoUMPsFNJT6gsuRLSXBZy2L4Mlq { width:16.6875rem;height:3.0859375rem;top:12.3359375rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fbw8tEBKKud0M6wHCik0eKGgslpR9p { width:15.75rem;height:3.0859375rem;top:17.484375rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUX7UrOMGBRvHVSGNsILIdl4lyc5qJt { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTaKfnTzMRCGQAEq8OwqdyJ591z6W1F { width:0.625rem;height:0.625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6LAO2FKRxGkkxnvEXy2A2Tmz8fLSTLi { width:0.625rem;height:0.625rem;top:9.48046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqtT6VkksG4OTBQkBhCHdxJ3ffgOOJei { width:0.625rem;height:0.625rem;top:12.8984375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9GQsAT1fA0lT0N0xhRDT4RR8zgDgosu { width:0.625rem;height:0.625rem;top:18.109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNC9JX34z7e5t0fqSoVdSFFhaygFNprD { width:20rem;height:10.625rem;top:27.870749606918rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL { display:block; }#K0uS8D3IyLNhaiEeTKXN5iUTG8wqMcDL > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ5ln1svpLQrw5TXpqsVekS8zZ54tLS6 { width:11.6875rem;height:3.8984375rem;top:0.625rem;left:4.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzPGxy7TccgQSqwchOkW2vdptrAJbcQc { width:9.375rem;height:0.125rem;top:5.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI { display:block; }#a9dTQW2VylprF2gNfe1lDX83D5ZyAXuI > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X74kO9gRR4i9yR0kbAcpB4uCaST04Usv { height:11.235375rem;width:20rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gru37UkON2WZGdBRIGdoxDgq8d5oVmQq { height:11.235375rem;width:20rem;top:15.6728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk { display:block; }#uHIeWgFCpGUsm8s7ehZOu4O6MQsqafRk > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCLW2pJRDPxyMfIZysTNQStQ8tBkhG1 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Li32Gzxnb6TBTv8kE140nherFaLztIxk { width:14.5625rem;height:3.4375rem;top:8.6484375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqpO0t7vE1lBIq4Lm0B7B8htTf8gvxkv { display:block; }
 }@media only screen and (max-width: 763px) { #u4HzMm9qVklKEMooGuksg1ebn2917H0F { width:10.75rem;height:0.0625rem;top:5.1484375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NloDEAATwQ95gPTfuMtXisXnmw4fsw9I { display:block; }#NloDEAATwQ95gPTfuMtXisXnmw4fsw9I > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6B1xQxOnegqwnsn79AiiiZfuxXpFi0q { width:7.25rem;height:1.94921875rem;top:1.9375rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm8bHoulRQHF37FN412iP7SxHW1SZxoD { width:6.375rem;height:1.94921875rem;top:17.05078125rem;left:6.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwWsey2uqUZJEnUkgZMaEcbFRTHp9fnv { width:6.5625rem;height:1.94921875rem;top:30.5625rem;left:6.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQlD5nX0EMeUgz7WiHLNEIwNEmhJnI9y { width:14.375rem;height:0.25rem;top:4.44921875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4V8Qfvr4slKQ9PFTONqlkG92Rlc7MSc { width:14.375rem;height:0.25rem;top:19.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ogUzyt4GnIgk2efc0bfblMwOP5uDwm { width:14.375rem;height:0.25rem;top:33.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifz7HGsyaknT3TLhKtIXf5rd9N8TEIFX { width:11.375rem;height:1.29980625rem;top:6.3125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrFCosH1QpGPCpLlE8mECfA1g03dJiii { width:13.75rem;height:1.29980625rem;top:9.3125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x626AkbPMWm4WXp5oDeT0v2P58LoWbQq { width:12.625rem;height:1.29980625rem;top:12.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3gHo6RbN7Up2zK3b72Ki0AAfmwrVDDc { width:2.1875rem;height:2.1875rem;top:5.875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTmNAlqspWsTcGzIDO0BUdATMEvX0is { width:2.1875rem;height:2.1875rem;top:8.875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wva9N8bTIdPXxSDA1EKUsGu4SgGTIiRM { width:2.1875rem;height:2.1875rem;top:12.1875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yviLUm2IgxD9kLFRDVrAGuUyWknGHwhf { width:18.1875rem;height:6.3984375rem;top:20.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2zFna3vL61GyW1CBPxNcEd58UDUuHw { width:20rem;height:11.25rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 { display:block; }#bqPof0CPuWIuJLMZ7ZRnotgTTTwAEAK5 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUhLfSU5sQM2mdq1b5oGK2yuT3WweRCN { width:17rem;height:1.0556625rem;top:6.3203125rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvCFLTBZPCxR0dFiulbk4DcB4mTdLBMe { width:1.875rem;height:1.875rem;top:1.8125rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFy3GJqMtp4NIHPgQnT9E2G2TyIaEpE { width:1.875rem;height:1.875rem;top:1.8125rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQV8M3ggLBIF1gufs75u9oE8tRLlCdth { width:1.875rem;height:1.875rem;top:1.8125rem;left:11.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI181BuWHEHfJc3x4ut7wbzMa1JAGM0c { width:1.875rem;height:1.875rem;top:1.8125rem;left:14.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INRkApn0H3rHbxNXuZBD3FHkcBSTmoyo { width:1.875rem;height:1.875rem;top:1.8125rem;left:8.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ { display:block; }#bIO89mSrEvLPdnrwc0Z5Bcgia4qgQ8ZQ > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }