.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#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); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { background-color: transparent; background-image: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container > .video-iframe-container { display: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container { display: none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .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); }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { border-width: 0; border-radius: 0; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:15.3125rem;top:1.34375rem;left:1.4375rem;overflow:hidden;display:block; }
#RBR6VN79sahwCIsvmFFf16nwJu7g1Bww { color:#ffffff;display:block;width:27.9373125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0735678672791rem;left:18.499351501465rem;height:2.5989625rem;display:block; }
#sBX2IMpuR3kTbzuNMvpecwFiwGVu7ZDG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ee0000;border-left:0.25rem solid #ee0000;border-right:0.25rem solid #ee0000;border-bottom:0.25rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.6547310352326rem;left:53.887802124024rem;display:block; }
#aG5IIOg9irbkztKCFTnxvGbH948SZhQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container { background-color: transparent; background-image: none; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container > .video-iframe-container { display: none; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row > .video-iframe-container { display: none; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .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); }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container { border-width: 0; border-radius: 0; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#TXzolug5o4tlRKsas2OJZMftXam5I14i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.5625rem;left:1.4375rem;display:block; }
#nPqFlpHJoSlXdNx9o5PXySPmliwwr4QL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDVT9Wg7JTVPk1O2BLaVZuXvyTqZ7Zsc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:1.99978125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.5611979961394rem;left:19.561195373535rem;display:block; }
#epLutDBTk3k3r17RbxCOHuckz4IhChTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGq6WOZcEL0PN6E31w1ewMUvbQXMkp4m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:1.99978125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.5611979961394rem;left:37.531257629394rem;display:block; }
#STq4AotEW7Ts0uvSZk6Bh8cl598g80bx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3mmgfcqWECBGUegyWZBAJOH78Qk7Zqn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.749125rem;height:1.99978125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.5611979961394rem;left:56.000007629394rem;display:block; }
#D3ADqLTaSn7t5saDg2l96AU38oeb9L8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSHl9Rs23tbzn5IDiPDOaB5zLaZ6vn0t { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.186625rem;height:1.99978125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.99609375rem;left:1.5598983764649rem;display:block; }
#TrtZK82dVZgrbEzrv1QvXsWOWCuktIGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9kG1FAOb4PmDmnqnzb6EwuOmTaVtkyX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4373125rem;height:1.99978125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.998698234558rem;left:38.125007629394rem;display:block; }
#toXIp8GUcqPuXxLOUzZcgXcgQhtBZWLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BPOufAg0tFZ7le475U1qdqH9lDyf8JLO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:1.99978125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.998698234558rem;left:19.559898376465rem;display:block; }
#DLeWic14T4kIbAPcvXtd5oxIuAeiHDDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1xgs9okPrIrXtJTaUK9wOJTkclH4Ae6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4373125rem;height:1.99978125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.998698234558rem;left:59.154945373535rem;display:block; }
#TQBblJw3dWL39rniHisWPHxR1gEx0JS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ.adaptive-delivery-prevent-bg, #HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ.lazyload, #HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ.lazyloading { background-image: none; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container { background-color: transparent; background-image: none; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container > .video-iframe-container { display: none; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row > .video-iframe-container { display: none; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .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); }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container { border-width: 0; border-radius: 0; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#x4uraD72dstBtwxP7BpxT7IgaeCS2R3s { color:#000000;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.705078125rem;left:1.3740234375rem;height:16.8932375rem;display:block; }
#f0hE9ikTkhXmohBsu5oPMprZHozMbN01 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:38.5623125rem;top:5.3125rem;left:36.437721252441rem;overflow:hidden;display:block; }
#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e890a2ea-115d-4435-bcd3-abff7c2c933d/B4to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ.adaptive-delivery-prevent-bg, #lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ.lazyload, #lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ.lazyloading { background-image: none; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container { background-color: transparent; background-image: none; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container > .video-iframe-container { display: none; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row > .video-iframe-container { display: none; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .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); }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container { border-width: 0; border-radius: 0; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#ikApLZAD61r4hOoiZQixh4Tgzd1aTcGn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container { background-color: transparent; background-image: none; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container > .video-iframe-container { display: none; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row > .video-iframe-container { display: none; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .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); }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container { border-width: 0; border-radius: 0; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SyGh976UxWtpOssNV9l3VNGopOZErZgW { color:#ffffff;display:block;width:35.999375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.8125rem;height:9.466125rem;display:block; }#SyGh976UxWtpOssNV9l3VNGopOZErZgW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SyGh976UxWtpOssNV9l3VNGopOZErZgW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
#nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:7.2591133117675rem;left:37.312286376953rem;height:9.778625rem;display:block; }#nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
#sFd6I0iAUaBGUTsNDsyVqLSP4p8DfwUJ { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:1.7317695617676rem;left:4.1547317504883rem;height:3.493925rem;text-align:center;text-align-last:center;display:block; }
#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { background-color: transparent; background-image: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container > .video-iframe-container { display: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container { display: none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .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); }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { border-width: 0; border-radius: 0; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;position:relative;display:block; }#WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87456875rem;width:27.8125rem;top:1.8739204406738rem;left:4.84375rem;overflow:hidden;display:block; }
#BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.2117195129394rem;left:39.5625rem;height:5.19791875rem;display:block; }
#kC5gVteU5KCJizl4IgJEQzTbNrc5V8b6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#T3C4WXcJipDnfNqBH9rTmJLgApQH2pGp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:12.5rem;overflow:hidden;display:block; }
#Dv4qhXfhFspsvvcEctObosJmxT6qXChi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:25rem;overflow:hidden;display:block; }
#QPDDbWN0sD4um6A2FPTaCNnQ3BkCVk0m { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:37.5rem;overflow:hidden;display:block; }
#rTN0Dt8AztD5CRrTrHA0SKDxHOcp0JGz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:50.0498046875rem;overflow:hidden;display:block; }
#F0rVUAroV0ev9DgklPTvwAX4Xs0k3wvu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.5625rem;left:62.5rem;overflow:hidden;display:block; }
#kds9Inu30Wo2AWSnIMNDVXRwcHB1eTog { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:0rem;overflow:hidden;display:block; }
#z7qqKAzGx8h05B5uh11eVgdp5GUEGpmz { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:12.5rem;overflow:hidden;display:block; }
#cvQ3kMKmCUxxFHT94v5vP9ta79CytXRO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:25rem;overflow:hidden;display:block; }
#G2Iump5duXWprViiitJGtpwaia5W0bXh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:37.5rem;overflow:hidden;display:block; }
#qZmA2wRPfT2hyEhTuiHHSBWvq5CVT0qv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:50rem;overflow:hidden;display:block; }
#dbPO8cT4p2kNTogRuN0VWrTU5sU9aTFt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:30.75rem;left:62.5rem;overflow:hidden;display:block; }
#Jk59JC8sKUdBAU95FwDPexlNQGmIbgM3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:0rem;overflow:hidden;display:block; }
#aLOQiUbiKWaUAn9XanF2sW3eOVK6VOmc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:12.5rem;overflow:hidden;display:block; }
#uxUPmLTNRQ0ZticykPnpsMTcEVhA6NFT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:25rem;overflow:hidden;display:block; }
#NSprRDX7XihyILqZECPbnZFbaGrdIpyg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:37.5rem;overflow:hidden;display:block; }
#cCkFWuJq1CEBNFu5obEqVEifQBSU5FgT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:50rem;overflow:hidden;display:block; }
#JbcOuCCOZVyhVTfTg7imiMcslT28mItl { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:49.75rem;left:62.5rem;overflow:hidden;display:block; }
#W9SW3HigdWrSGdSyO0GtaqQ6LxWo6c8i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:26.875rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#zI8WU8xF59ubhdZbrSFpA2bheuWeNrJr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:26.875rem;left:12.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#tfWQhVI9qr1uUt6kwigEumqBATKCO2LJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:26.875rem;left:25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#RBuOuF6wt9513pv0KTPv2ggMyF70KMWJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:26.875rem;left:37.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Kto0IRoEdWT5paqPOsSbIWsDC3uLXJAw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:26.875rem;left:50.0498046875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#fTQV6R5cvlSPFvf2WeJfHphSwOpAGzxR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:26.875rem;left:62.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Iu5cQxCsG1y1KfMF2JTO8OA4TK7RUkuw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:45.25rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#eeFsqbZmEeIPc9XeP5L0gQCLmK5KHrpW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:45.25rem;left:12.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#FwebEl72XFGpJCJkqWFUzCfkPnrQLybJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:45.25rem;left:25rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#CbQTJmowBzK6CHmyqwI2HhcBe2V8KWQR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:45.25rem;left:37.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#AuPbfPhkv4Ld5sAu1G4iNkuRrOlm1Em9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:45.25rem;left:50.0498046875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#rO8Xwn9nHsUvbPyu9KXasaQ5UcVMfFgN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:45.25rem;left:62.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#GvKegQyzAoP6lKsthw8AH0KbVVTa5GIp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:63.6875rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Zng8XabOq5TkR45ANgeeuLJqsrKZwoZc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:63.6875rem;left:12.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#BLxaqzhQ3FsGJBKXt8nMJycLsl1r9obC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:63.6875rem;left:25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ha8CJdb5qMX7WrEP1p8VHBNg5Mx5qlx0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:63.6875rem;left:37.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#GVI3bGENwF410XzS9qNvT3D1SHI5buCs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:63.6875rem;left:50.0625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#cKBCyIr62RVSK5Rt8xPVS24yKrpTa5Im { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:63.6875rem;left:62.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#oCV8DeRTxwBUrrVR5zVw9vORpMAaa5h3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:9.1240234375rem;left:61.8125rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mnHCpMWVDwC20beeZuETZPlyq3UA5h5g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:8.3857421875rem;left:61.8125rem; }
#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4e9fb;background-image:url("https://images.assets-landingi.com/uc/ccd9d1f3-2e0a-45f8-a049-ce63f5f1e8c6/Projektbeztytuu14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.adaptive-delivery-prevent-bg, #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.lazyload, #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13.lazyloading { background-image: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { background-color: transparent; background-image: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container > .video-iframe-container { display: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container { display: none; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .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); }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { border-width: 0; border-radius: 0; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { font-size:0.875rem;font-family:arial;height:70.625rem;width:75rem;position:relative;display:block; }#wKPTOUzJVqrMwHJLy180UHvcChkat1Al { color:#0300f3;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5048828125rem;left:40.625rem;height:6.4974rem;font-style:normal;display:block; }
#pn9V1dQ0cayqAXxbHQTQFi17c636RGuh { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:5.2rem;display:none; }
#cDbG9RsSavNaH8XsCPtFgUkdqncRGWM8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.10546875rem;left:0rem;overflow:hidden;display:block; }
#Sh7RmA7XfcSFAGIscnTARNDb1NmAgIp8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.103515625rem;left:12.5rem;overflow:hidden;display:block; }
#I2b5c4dfkwudFLTQxnVnGQEiXH6nvQMw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.103515625rem;left:25rem;overflow:hidden;display:block; }
#xIPhMXPB4R97PqFgXe61FMGy9UQxRbim { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.103515625rem;left:37.5rem;overflow:hidden;display:block; }
#NmZyo3xJNrQKpV2megipSuM1QhzkTECU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.103515625rem;left:50rem;overflow:hidden;display:block; }
#cTghSnePKDNfsqXizW53bxGEDWuog5pP { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.103515625rem;left:62.5rem;overflow:hidden;display:block; }
#EPBWm1NzQcqFUJOhZErA002pi9toG4XU { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#EoWCVll9m2wbOVaVGUXgMMz8VFlJAmEK { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:0rem;overflow:hidden;display:block; }
#eXBAxovFeJamPFK3ZkEcLRL0Ed2K29ba { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:46.8125rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#stFd419dmOAp1xZbHGqqTIAlnTxBHVcP { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:12.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#yADmZOvJJJddiPc5pSGVpRfw8zkyoU78 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:12.5rem;overflow:hidden;display:block; }
#ny0XJEi9u6crVJZVDxDXVhtTBnKDcyCN { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:46.8125rem;left:12.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#msBk7NvAc1o69glMkUT2JU9UtWJm9Mt6 { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#xdTzyRIWHkegBTIoq4IsKJBRTR3qTSiq { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:25rem;overflow:hidden;display:block; }
#RiuaZ0CAn7DmWd4m9KSoET7zbF1gS7n8 { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:46.8125rem;left:25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#VXuZgnEMgOU4Gr9HfTqVA7JvboLXkVnM { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:37.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Wq6MaWQqxeOdbulNQWhicldcD9xTo6sy { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:37.5rem;overflow:hidden;display:block; }
#AFoEbJ1LKqfSc9TVZWwBJfQ1C1C8WKbe { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:46.8125rem;left:37.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#C7pnZy7DrlFaSesstXzFgOIbvxHrahDW { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:46.8125rem;left:50.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#oXwsDS4AopdR8nXrp6H5TqbP3E23fdmS { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:50rem;overflow:hidden;display:block; }
#ccD98lpkHnboTqv3rkEr0fTu81ciMUfq { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:49.87109375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#hJRlDgO3QztoIzWat5GXLpxtTbLioH0u { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:62.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#QpF1g6W4pnvqADqxWHwzqfOkxsQMqbG2 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.3125rem;left:62.5rem;overflow:hidden;display:block; }
#dhIy1GQ4eOOEmQcCBrNZexspBM6nFdQn { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:46.8125rem;left:62.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#QqeHEMHZqD7RNBFcMDfN5VXqbDaCKFaS { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:0rem;overflow:hidden;display:block; }
#XksyyeVeRHCBrvvEDFsrux8gPReV6k8F { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:12.5rem;overflow:hidden;display:block; }
#Be05SsWOyvVWo6dMb0lAmbXC7ODXt4PP { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:25rem;overflow:hidden;display:block; }
#ulNIdhpRGGGTa2msukFSnrzT0zqsDAxd { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:37.5rem;overflow:hidden;display:block; }
#fpAyhLfw88gxBAhJQaSerbecNPI9kS4d { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:50rem;overflow:hidden;display:block; }
#SofN7H4wJSBfp8POrO6Bh8XVMNiWCasI { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.6875rem;left:62.5rem;overflow:hidden;display:block; }
#MhUTUNCg3OpGaID8AIXtPX38Q8mpSDh8 { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:65.1875rem;left:62.5rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#uQmhPKyNWXXPdnxNB0yLOmaOw94r0NJT { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:65.1875rem;left:50.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#ZMqIsnn0idPuTeNRnEE0pkLFWX7g5pJ0 { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:65.1875rem;left:37.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#xvFTeg8aWN12cKTxa4EaLP7lxJiXpGkU { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:65.1875rem;left:25rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#c0ScRz8vf27wxLmHQq5Gyv2mGS4gAxKT { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:65.1875rem;left:12.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#swtaQDVsAFFXAVTLIJgLAeVcWyU06nsn { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:65.1875rem;left:0rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4980625rem;width:27.8125rem;top:1.5048828125rem;left:4.84375rem;overflow:hidden;display:block; }
#MF48VuVq0a7gdJ7sBJDsPLzHprVBqW1S { color:#0300f3;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10.75rem;left:62.5rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aJQHJU6IcNU0rdOHk8rcgxmdIKRwzfVP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:10rem;left:62.5rem; }
#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9d19c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container { background-color: transparent; background-image: none; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container > .video-iframe-container { display: none; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row > .video-iframe-container { display: none; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .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); }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container { border-width: 0; border-radius: 0; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#hqyAiTDEXG20SaE2RvBQaXP7yZmtRANv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:40rem;display:none; }
#kRHq9rp78KRr3TMa7bdzotnVQmMP3lUO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:27.8125rem;top:1.4931640625rem;left:4.84375rem;overflow:hidden;display:block; }
#KVN6a2XGE8EOIVTgF5mznSOdB5bi64q3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#ngHCOJZktAHfXSzkAVbhQ0yFaXQwTy2S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:26.3125rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#twcsXAHcpSqgLGVJIu4gHwxIhw8ZFBqR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:12.5rem;overflow:hidden;display:block; }
#xDuiTp8UIInHSfNa25EA2gby5btQVRwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:26.3125rem;left:12.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#LRoXcPEJMOSQ9K7dcAZhSU5RVh5VMaMR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:25rem;overflow:hidden;display:block; }
#fGSmPM46FWTIDTgnHeH1Vp3StQfgdp3Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:26.3125rem;left:25rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Sfr8MC1dwWOfLDTe4NZsWraJO3GNiaP7 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:37.5rem;overflow:hidden;display:block; }
#ZMxuwBGWUXMOTuToTOWq95H2naAEbi0p { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:26.3125rem;left:37.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#VpMEWVM7Hmek8mh1Sk6aw5pPynIDeFC4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:50rem;overflow:hidden;display:block; }
#ImWEWNHbRCSdzITGFt5hepXdMRQISPmW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:26.3125rem;left:49.875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#W8NwIZLoM53HgJ9SorSBVnBnqmi502f2 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12rem;left:62.5rem;overflow:hidden;display:block; }
#Gwmp8yEklGRGePE1FqEixS3GbvEK7RaC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:26.3125rem;left:62.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#NrKTrBLI4fZBMiZdRzMiPoZMmtPT81wd { color:#000000;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:41.3125rem;height:5.19791875rem;display:block; }
#WhmoywvL6MLPpSOFfLAMuoQTTw7igy2O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.5625rem;left:62.5rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RTqdxLTfVl8BiSzMTpTIQ16yQdBrlExi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:7.8125rem;left:62.5rem; }
#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e4e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container { background-color: transparent; background-image: none; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container > .video-iframe-container { display: none; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row > .video-iframe-container { display: none; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .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); }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container { border-width: 0; border-radius: 0; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container { font-size:0.875rem;font-family:arial;height:91.5rem;width:75rem;position:relative;display:block; }#vAw3SRbJyaOwI4NxZLqfbLy4v4Fp5vkJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.25rem;top:0.5rem;left:9.0625rem;overflow:hidden;display:block; }
#tqxJioVZgJFXDoA80d1Rtm9PSNy56Qtg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.75rem;left:11.4375rem;overflow:hidden;display:block; }
#OO2X9HsXourXXuTJyT73bKrxQenEKTv5 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6884765625rem;left:42.03125rem;height:5.19791875rem;display:block; }
#sRi7eegmhqeCPA4mEBUblwWmE7rMseBp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:29.46249961853rem;left:11.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#TIXuvUn77LbNaqlRcIFTaGGFN0lKhzrK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.75rem;left:51.125rem;overflow:hidden;display:block; }
#UM0o6PkNS2rOibttyi6A3QCGFSRZ1N2n { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:29.4609375rem;left:51.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#woTakunRmk2f6ShNlJh76O9rsRtHH48P { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:32.5rem;top:34.21249961853rem;left:2.53125rem;overflow:hidden;display:block; }
#WQaJ1TmFaT6n8oIAbbSmVDTTVO2kPtk9 { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:32.5rem;top:34.14999961853rem;left:42.21875rem;overflow:hidden;display:block; }
#Q4Z8TPSefSFMmI1xMwZQG6tMTloKz6lR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:9.125rem;left:62.5rem; }
#AX5F9WZZdybIohzVEng4W3KCyrhCFmPs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.875rem;left:62.5rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#huxJU5rTbz4OUQKoOROytLos94Ty2Irp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:47.71249961853rem;left:51.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#DGEIn2uL9SgqHX5TrvUUVLym6f4HDnH3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:48.3359375rem;left:11.4375rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#LMaZOEuBFzqvv7cagvCEXHXpEIRGTiai { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3120625rem;width:34.4998125rem;top:53.809680938721rem;left:0.43728446960449rem;overflow:hidden;display:block; }
#PI34r965frTX02vOtWz7PVHk0JoNaqwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:69.3125rem;left:11.4375rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#eyruuReJJOsSt5xbs9aKL5Q81vAauQAV { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:35.875rem;top:53.5rem;left:39.125rem;overflow:hidden;display:block; }
#zZyLOUNQwlilX8iTfrF0IGs9rNAkTQT7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:69.312084198rem;left:51.124132156372rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#aKGLcNiXTigJS5CbiiZia5JkwTf4Z865 { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:23.125rem;top:77.374353408812rem;left:0rem;overflow:hidden;display:block; }
#TgFADSnT9MHvuT5JcLIXFstvTfiLz3vt { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:17rem;top:73.624353408812rem;left:18.687067031861rem;overflow:hidden;display:block; }
#enORgf0Le85lWfNIkR1kGMn3H50tAXzT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:86.4997882843rem;left:11.436632156372rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#VSUQoDuTSRxepWtzW87yZ5Sq2LsWpKKR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:albertus;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:75.2497882843rem;left:2.5rem;height:1.2999125rem;display:block; }
#O7cQ3BTCUJ56BywPGLFA7D8A0zCnkiTS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:53.4375rem;left:0rem;height:1.2999125rem;display:block; }
#riXVGxxc805dmhwdFdGMFsDZKWmxyI80 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:60.625rem;left:0rem;height:2.5989625rem;display:block; }
#SyTp7QLlyFTIN1Xr6hfqEQrt2IaN2TlI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:34.1875rem;left:0rem;height:1.2999125rem;display:block; }
#qIeaVT2OyIcPVWkqu4fhZD3SqopesrTi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:41.375rem;left:0rem;height:2.5989625rem;display:block; }
#Uz7iqB7ITqUT1ynKLiDw2eTCHuTlSLRd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.375rem;height:1.2999125rem;display:block; }
#owL4zRT0dICdHgDwe4sTBV1gIN2CiJGN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:41.375rem;left:40.375rem;height:2.5989625rem;display:block; }
#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab010e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container { background-color: transparent; background-image: none; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container > .video-iframe-container { display: none; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row > .video-iframe-container { display: none; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .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); }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container { border-width: 0; border-radius: 0; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container { font-size:0.875rem;font-family:arial;height:106.625rem;width:75rem;position:relative;display:block; }#O998F9y7gB7nsFksrNHkAbd8sMlftqPJ { color:#000000;display:block;width:21.3114375rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.0625rem;height:4.0625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#iEw1aWdB87lfLaPePD6621WVJdcGM14k { color:#ffffff;display:block;width:66.686875rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:1.5909090042114rem;left:4.1548290252686rem;height:3.49365rem;text-align:center;text-align-last:center;display:block; }
#MTtJvepZ40gEt5VUqXwdSScI2BSzcW0m { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6873125rem;width:32.5rem;top:43.187507629394rem;left:1.4361953735351rem;overflow:hidden;display:block; }
#JI1FeTuR6oZB3mVwWcPo2ufQlJdDwoGU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:57.437507629394rem;left:11.4375rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#leT96STKe5iugbk6NIShHuJFcBl4341P { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6243125rem;width:32.5rem;top:43.24870300293rem;left:41.062507629394rem;overflow:hidden;display:block; }
#fpR2okaW8TI7WeWUmThKagF9Clr8lOog { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:57.437507629394rem;left:51.061195373535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#NTsWw5iJN1o0ZDBfzUeyOaStJaRPV8zh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:43.187507629394rem;left:38.625007629394rem;height:1.29948125rem;display:block; }
#rctfM7OoGJ8xJ57myT4NoJ0aSr0lKVPr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:50.37370300293rem;left:38.625007629394rem;height:2.5989625rem;display:block; }
#GuEaCZPaWuoNpUo3weIh7Hr8TN55AEh7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:42.68620300293rem;left:0rem;height:1.29948125rem;display:block; }
#tszRD3ywzWTNwiV1dR1Ta91OuHTTz9m9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:49.87370300293rem;left:0rem;height:2.5989625rem;display:block; }
#ESQ8e7XLxJKZzU5NG3406ryw0cdmVe8E { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:34.5625rem;top:63.660163879394rem;left:0.93489837646487rem;overflow:hidden;display:block; }
#D0Vx0cWc52xwc1qkr7B8oxXHIskD3Gs3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:79.059906005863rem;left:11.434898376465rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#crrTPnOWl8sNbwtc2oIc9PngcrMRMB5s { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:79.059906005863rem;left:51.061195373535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#lmyVdbxKMXTbG3sKcW5CbAXeuun3gskw { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:34.125rem;top:63.657562255863rem;left:39.505210876465rem;overflow:hidden;display:block; }
#LGv62iImk6TkIkSDfen3asSl5ebhnM4a { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.749375rem;width:34.749375rem;top:84.423187255863rem;left:0.83984375rem;overflow:hidden;display:block; }
#ZhhCMnTDocI5X4dKT5TAyGTTNpKtORLp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:101.11068725586rem;left:11.434898376465rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#k5KouHoD7cWUMaQyPZZBau8BBOXR4XLN { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:35.1248125rem;top:84.454437255863rem;left:38.503913879394rem;overflow:hidden;display:block; }
#WbmTg1lmnQ6satrJGPyid8HkKcrt5d1v { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:101.11068725586rem;left:51.061195373535rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#C6zE4nl1zs5ChGkKPMT2SyX1ULEHKgXh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:63.686203002931rem;left:0rem;height:1.29948125rem;display:block; }
#b6ltv1B2WowW8IJwQWiHyzxthqHEsTOX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:70.873703002931rem;left:0rem;height:2.5989625rem;display:block; }
#CPk5fcke2MSIOclek0yqN5ShApTdiNSV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:64.187507629394rem;left:38.625007629394rem;height:1.29948125rem;display:block; }
#woiE4uK5b61xdvmvTwp5UCxWHl5nGktt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:71.373703002931rem;left:38.625007629394rem;height:2.5989625rem;display:block; }
#pHSAmuSCcKfVZHCFbOTHDoOlWO0Z801S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:84.437507629394rem;left:0rem;height:1.29948125rem;display:block; }
#dcXGGSaXuZy7JuZ6ANQuDUJeKEzRQgEP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:91.623703002931rem;left:0rem;height:2.5989625rem;display:block; }
#U33JTNxqkNTvG4XsQtsx43wa7Cu8ebUz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:84.936203002931rem;left:38.625007629394rem;height:1.29948125rem;display:block; }
#BX2bdQhNfqoOvOQ3CxUCR4JIpZbRh3GX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:91.873703002931rem;left:38.625007629394rem;height:2.5989625rem;display:block; }
#wBmJ88aUwhTHQ46ayfmzmS1yOKoeOAnP { color:#ffffff;display:block;width:64.625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.50910949707rem;left:5.1875rem;height:32.4088625rem;display:block; }
#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container { background-color: transparent; background-image: none; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container > .video-iframe-container { display: none; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row > .video-iframe-container { display: none; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .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); }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container { border-width: 0; border-radius: 0; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:75rem;position:relative;display:block; }#OVwN2TJMXhT0v2Sgt2vtS1FerZrC54QE { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.4366321563721rem;height:27.291675rem;display:block; }
#bu75Gb6iJ3AXvB1bAf1zaoiyCDuoZWQA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:14rem;top:7.3747825622556rem;left:60.75412940979rem;overflow:hidden;display:block; }
#Mxpye6A1kEnz1ULpcCiukIRUTJo871k7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.375rem;top:12.468101501465rem;left:46.875001907349rem;overflow:hidden;display:block; }
#fyutSsgAfUETWOIyhbX3zs2XnZWoOaJx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:23.9375rem;top:28.171226501465rem;left:51.062288284302rem;overflow:hidden;display:block; }
#zLRHCHm7UtVoFeMmbg68T7Fm0zXhoNuV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:11.5625rem;top:42.874351501465rem;left:1.4366321563721rem;overflow:hidden;display:block; }
#Q3NvQn4FvgyvONCgFGClEmCrqlZz59Ay { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:59.111328125rem;left:1.4366321563721rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#lSQNzSnBkElQCysFdEaxZ8LbZTlbvSRa { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:12.25rem;top:42.5rem;left:13.936632156372rem;overflow:hidden;display:block; }
#ATAMVmCFkTiPHymPGIihtl2K2IpIeJ0X { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.749625rem;width:11.5625rem;top:42.778861999512rem;left:26.185983657837rem;overflow:hidden;display:block; }
#l5d0Fm4532SHddC7XIXr8XZetX2Uu5bI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:11.5625rem;top:42.873268127441rem;left:38.685983657837rem;overflow:hidden;display:block; }
#TLqsNJyWhxPLmsSIgw6SlIvZ24e1GLKr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:59.109161376953rem;left:12.999132156372rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#tqw47iG1zoayea9I4QM2emBAgPVOFJbS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:59.109161376953rem;left:26.185983657837rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#dq21IAN65K2PUCKiupQIxrwK0GGPxmHV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:59.110244750976rem;left:38.617624282837rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#CNUwfmXQbe2IIuMr4Id1QMtS8pvzt9SM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:59.110244750976rem;left:51.061197280884rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#L8qkXiZ4GnHQtfg1BDHEOVPiwEQrnPeR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:59.110244750976rem;left:62.498918533325rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#xqw6fa76uIqf5Qpg9a0odvc5My5dgJHs { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:11.5625rem;top:42.935111999512rem;left:51.529954910278rem;overflow:hidden;display:block; }
#qyBQv6nwzIRuIm7rWhMfdD7DIkVbl4lo { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:11.375rem;top:43.091361999512rem;left:63.624132156375rem;overflow:hidden;display:block; }
#Lzy8qt7vfIueGFxEVpvkTctAxWSsvJRd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.5625rem;top:63.999572753906rem;left:1.4366321563721rem;overflow:hidden;display:block; }
#lZgxXpdKz47DaQ9aIv8brhvUK7WBTAqX { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:11.5625rem;top:63.872619628906rem;left:13.936632156372rem;overflow:hidden;display:block; }
#K5pyN1q0gA0X8zAKOGTz0dSddQ4LIcff { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.5625rem;top:63.87478637695rem;left:26.187067031861rem;overflow:hidden;display:block; }
#vHa9GEm2ZXD0Qk129ZwrXKNETegD1Fg4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.5625rem;top:63.999572753906rem;left:38.687067031861rem;overflow:hidden;display:block; }
#GbLwpyhS6dZPfuSXJ9iPsHDS4i4BR8eN { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.5625rem;top:63.998481750487rem;left:51.529954910278rem;overflow:hidden;display:block; }
#OLB0vEebkcQPA7cxNcBsTFRTCymoKFhK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:80.249572753906rem;left:51.062288284302rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#iTE3g92iqkRNNwAmJi5JislFH8QIoR7e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:80.249572753906rem;left:38.624132156372rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#on82FgbUUGQJKsTt3fS82TVnRR9P6reT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:80.249572753906rem;left:26.187067031861rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#eGNQUWzoEfN4be2lm5HBTTSsScy5CAMm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:80.249572753906rem;left:12.999132156372rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#lsaGX6C3TFAlXgu3n3gJhRJEUih4aRF8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:80.249572753906rem;left:1.4366321563721rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#nu68KmTLmdJaDcbxnT3EsFLlLmGTqNbb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:albertus;font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:78.498268127444rem;left:43.526475906372rem;height:1.29948125rem;display:block; }
#XeIDtv30XeZccMcBkqGxt7kUIiZxrd0T { color:#000000;display:block;width:66.685625rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:2.00390625rem;left:4.15576171875rem;height:3.49365rem;text-align:center;text-align-last:center;display:block; }
#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6420ac;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container { background-color: transparent; background-image: none; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container > .video-iframe-container { display: none; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row > .video-iframe-container { display: none; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .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); }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container { border-width: 0; border-radius: 0; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container { font-size:0.875rem;font-family:arial;height:150.25rem;width:75rem;position:relative;display:block; }#s8Hhl1322ivBOiXNi6m2XnnAgPBiy3MG { color:#ffffff;display:block;width:66.685625rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:4.15576171875rem;height:3.4934875rem;text-align:center;text-align-last:center;display:block; }
#E4Im4vWq5WfmNmk4d5iwJu2d6tQ4rUTy { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:7.5rem;top:39.313802719116rem;left:4.1549453735351rem;overflow:hidden;display:block; }
#fd2mcOqNcURPt8S9MFZZT7LFmKGbuAgt { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:7.375rem;top:40.40625rem;left:18.623695373535rem;overflow:hidden;display:block; }
#TnFi4EndyCTnll9DrGhNk5fPVgUeLlPO { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:7.625rem;top:40.25rem;left:34.341148376465rem;overflow:hidden;display:block; }
#daz1NqkWblZSzP3u4bUSGiDnT7FI7qLq { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:7.625rem;top:40.095054626465rem;left:49.945320129394rem;overflow:hidden;display:block; }
#aGlVZaU0hIvLbLlE4Hqiqqh69tUisqST { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.062rem;width:7.437rem;top:40.78125rem;left:63.497398376462rem;overflow:hidden;display:block; }
#slXLvI9St54nE2thZhMSESRTPvRtAIR3 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:7.4375rem;top:69.12109375rem;left:4.1549453735351rem;overflow:hidden;display:block; }
#kZatWZBBCIlBDUflymFWdSNqaB7Pih7Z { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:7.4375rem;top:69.091148376462rem;left:19.091148376465rem;overflow:hidden;display:block; }
#q1yRNoehB9ENAqnorAtK0kvqXoktuuER { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:7.4375rem;top:69.622398376462rem;left:34.433601379394rem;overflow:hidden;display:block; }
#todtkJNcapgHybKUnnoCzFXcU2gD74LE { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.187rem;width:6.999rem;top:68.65234375rem;left:50.259117126465rem;overflow:hidden;display:block; }
#u5GOHyNh70a21xa8RTaa9TQ4Ss2Wbxzg { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:7.4375rem;top:70.061199188231rem;left:63.589851379394rem;overflow:hidden;display:block; }
#nxDuaubAgUanlzhsMTZshTyXlpuMe4lf { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:12.375rem;top:98.135419626462rem;left:1.6952158983447rem;overflow:hidden;display:block; }
#QMDZ6Q90Zpf2Td12oBWSc8370FBBtvwJ { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:13.25rem;top:97.708335876462rem;left:16.497398376465rem;overflow:hidden;display:block; }
#qcNTqDG6ZSvZ3uzTqoTNGkz4nWl3TfZ8 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:10.3125rem;top:97.270835876462rem;left:32.997398376465rem;overflow:hidden;display:block; }
#PTZJWk3pERbkBfMT5r9e1Ifc07EHXotk { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:15.125rem;top:98.708335876462rem;left:46.196617126465rem;overflow:hidden;display:block; }
#dkzJCK12WgDHWTGAeFEL1VSxCaaeRhZb { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.4375rem;top:100.23958587646rem;left:62.496101379394rem;overflow:hidden;display:block; }
#BZxZUcywcP4bm5uZK0vfRdzyeU3BO1hn { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:8.5625rem;top:125.83073043823rem;left:3.6223983764649rem;overflow:hidden;display:block; }
#De448bZesMSOquOAl7Mo88q7HnJgt28T { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:8.375rem;top:127.26823043823rem;left:18.153648376465rem;overflow:hidden;display:block; }
#Zo7NFlQdbhgDOv5gHW4J88UmKyktRpv7 { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:62.56640625rem;left:1.6536483764649rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#yAkbk9kUCCBIXCTnyq6U0VrGu2XQPAUs { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:62.56640625rem;left:16.092445373535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#OqRpfW6r7gwEuzfW5n7b4ccZtfTmVVzz { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:62.56640625rem;left:31.248695373535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#cn3PhUmMsdAybenSQhuCqPVUZVx3rK1l { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:62.56640625rem;left:47.510414123535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#MXmDzmnr2rKQpIvmw4ZEwTtI1mxrC2Eb { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:62.56640625rem;left:60.966148376465rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#fhfDy4GddZVveGkq1iCh8DGPs96xGv8S { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:90.25390625rem;left:1.6549453735351rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#CAiq8FyaiCT2lMdD8iQkuki6ssz5gQ6n { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:90.25390625rem;left:16.559898376465rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#r6SGTcAm96e7T3APvKUCCgDDWJtEIfII { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:90.25390625rem;left:31.248695373535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#g0GWstrxV9d4q03zBp94Ca17nx1MMDZD { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:90.25390625rem;left:47.510414123535rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#siIqPQvQAAGlmhegGr2iJ30qTe4uu0aT { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:90.25390625rem;left:60.966148376465rem;height:3.89844375rem;text-align:center;text-align-last:center;display:block; }
#TOe5UyxTJRBW6FEEmRbNv6ze9EV9ZwQG { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:117rem;left:1.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#MVxko0GST8Q4dQp0UhD9iNTh7pHbJzQ6 { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:117rem;left:16.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#hg7hr5WyxBVBQKfodRcdgD593dMAuGqB { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:117rem;left:31.25rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#aJmidfPHSAJ8ponkMp0ZAgCoJaoCAupz { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:117rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#TJlWgNayIzpKT5g4IJnNB6l3gz6Vf0dN { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:117rem;left:60.9375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#wlnPZQnvX9s1A248FcctEVgJ4x4EcrzJ { color:#ffffff;display:block;width:12.497375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:145rem;left:1.6536483764649rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#BZpugsHW7sCcqUCkvFk05JKQIPAVzglB { color:#ffffff;display:block;width:12.497375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:145rem;left:16.559898376465rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#x9LcRhsU5Z8Ay39bTn4aEkWbpMhpVw0G { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:7.7473964691163rem;left:5.375rem;height:28.99740625rem;display:block; }
#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc238;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container { background-color: transparent; background-image: none; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container > .video-iframe-container { display: none; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row > .video-iframe-container { display: none; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .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); }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container { border-width: 0; border-radius: 0; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#b52VIyxetQO1mrC0ikMuKmUm5V2NCMJW { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:31.09375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Q2FDtv1aPP1O8gCyTQ3LF5XvsCmIgUTs { color:#8100a2;display:block;width:15.2495625rem;position:absolute;font-family:"luckiest guy";font-size:3.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:4.3125rem;height:4.875rem;display:block; }
#mkNwwEmXUdhU0n7rtZPRvPgm2t9nv8h6 { color:#8100a2;display:block;width:32.874375rem;position:absolute;font-family:"luckiest guy 2";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.9990234375rem;left:38.37451171875rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#QnLuty7nsOhGOKMnQQLaaAOeGf2hJ7k9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.6875rem;width:68.125rem;display:none; }
#xoaS4xELHwJwnyB6hC2Xg8SfpsR5iibw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6245rem;width:16.5615rem;top:11.9736328125rem;left:4.3125rem;overflow:hidden;display:block; }
#i8CcXoDRxDqm1uNzpOVPD6eaZ5OW8wmz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4995rem;width:18.1245rem;top:12.5361328125rem;left:28.43701171875rem;overflow:hidden;display:block; }
#TSWwxvVGwVK5KNtXrrInfnUc2kcDufak { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:18.125rem;top:12.41015625rem;left:53.21630859375rem;overflow:hidden;display:block; }
#iTcIF90bESITUwLVOVU1uBGSlBLg7Ksb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.125rem;top:33.6875rem;left:3.5rem;overflow:hidden;display:block; }
#moLZNl2vi6y9HARBM21hme1a6Dpx68XD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.125rem;top:33.6875rem;left:28.4375rem;overflow:hidden;display:block; }
#w0XTbD98DxHvbigMpwA1vUeC44zfLs8F { color:#6420ac;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:27.10693359375rem;left:4.810546875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#tcPzPIK51khtx9LXPTtZcb7M9ZFUsUNT { color:#6420ac;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:27.10546875rem;left:31.24951171875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#ptOOIdnnQmTPTZOMBet0hbTDiIBhKkwv { color:#6420ac;display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:27.10546875rem;left:55.43408203125rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#gVrwJZKfNhTkGhE5BTvONTTUmyiDMX7T { color:#6420ac;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:48.125rem;left:31.25rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#tuTsezRlHp21rOuHA8As132KMI0a4PIS { color:#6420ac;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:48.125rem;left:6.3125rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#SNTQL7CxUVn2n8IebZnLF6194h3dJ7sS { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18.125rem;top:33.52880859375rem;left:53.21630859375rem;overflow:hidden;display:block; }
#gKiTC0QMW54X1QVs6EpbPTGPhtpU7cd1 { color:#6420ac;display:block;width:12.4980625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:48.12451171875rem;left:56.02880859375rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { background-color: transparent; background-image: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container > .video-iframe-container { display: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container { display: none; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .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); }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { border-width: 0; border-radius: 0; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham book";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.1875rem;left:44.9375rem;display:block; }
#e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham book";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.1875rem;left:60.75rem;display:block; }
#ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:62.375rem;display:none; }
#nQISUPkLcieXb0XhSlElD1c4JaWdk7dt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.9375rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
#sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:1.4374961853027rem;left:38.5rem;overflow:hidden;display:block; }
#G2Ch5xElfRVHcmzciWTZQrabMRvxBy7A { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.1848907470703rem;left:24.935981750488rem;height:1.2999125rem;display:block; }
#I6Abx3u2cqxsgdhubVe5rWALTomTNoC3 { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.830940246582rem;left:24.937065124512rem;height:1.2999125rem;display:block; }
#PtRGQXTSv0SER8t5MyKbTwHZnpP8lU9N { background-color:#8100a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.3125rem;left:0rem;display:none; }
#QS5ZnlMgTUJXBesc9EUTRWzk336zCVRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IK4GTACzTwcbnBh8qTTD6zfgd3fUoy0M { color:#e3e4e6;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.0807266235351rem;left:13.068580627441rem;height:3.0859375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { display:none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { width:15.3125rem;height:4.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBR6VN79sahwCIsvmFFf16nwJu7g1Bww { width:27.875rem;height:2.5625rem;top:2.0625rem;left:4.8743515014649rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBX2IMpuR3kTbzuNMvpecwFiwGVu7ZDG { width:19.875rem;height:3.4375rem;top:1.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5IIOg9irbkztKCFTnxvGbH948SZhQy { display:block; }
 }@media only screen and (max-width: 763px) { #z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA { display:block; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXzolug5o4tlRKsas2OJZMftXam5I14i { width:10.4375rem;height:2rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqFlpHJoSlXdNx9o5PXySPmliwwr4QL { display:block; }
 }@media only screen and (max-width: 763px) { #DDVT9Wg7JTVPk1O2BLaVZuXvyTqZ7Zsc { width:11.5625rem;height:1.9375rem;top:8.5rem;left:5.9361953735351rem;display:block; }
 }@media only screen and (max-width: 763px) { #epLutDBTk3k3r17RbxCOHuckz4IhChTW { display:block; }
 }@media only screen and (max-width: 763px) { #PGq6WOZcEL0PN6E31w1ewMUvbQXMkp4m { width:11.5625rem;height:1.9375rem;top:8.5rem;left:23.906257629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq4AotEW7Ts0uvSZk6Bh8cl598g80bx { display:block; }
 }@media only screen and (max-width: 763px) { #k3mmgfcqWECBGUegyWZBAJOH78Qk7Zqn { width:16.6875rem;height:1.9375rem;top:8.5rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ADqLTaSn7t5saDg2l96AU38oeb9L8i { display:block; }
 }@media only screen and (max-width: 763px) { #NSHl9Rs23tbzn5IDiPDOaB5zLaZ6vn0t { width:10.125rem;height:1.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrtZK82dVZgrbEzrv1QvXsWOWCuktIGm { display:block; }
 }@media only screen and (max-width: 763px) { #Q9kG1FAOb4PmDmnqnzb6EwuOmTaVtkyX { width:10.375rem;height:1.9375rem;top:11.9375rem;left:24.500007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXIp8GUcqPuXxLOUzZcgXcgQhtBZWLv { display:block; }
 }@media only screen and (max-width: 763px) { #BPOufAg0tFZ7le475U1qdqH9lDyf8JLO { width:11.5625rem;height:1.9375rem;top:11.9375rem;left:5.9348983764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLeWic14T4kIbAPcvXtd5oxIuAeiHDDJ { display:block; }
 }@media only screen and (max-width: 763px) { #x1xgs9okPrIrXtJTaUK9wOJTkclH4Ae6 { width:10.375rem;height:1.9375rem;top:11.9375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBblJw3dWL39rniHisWPHxR1gEx0JS8 { display:block; }
 }@media only screen and (max-width: 763px) { #HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ { display:block; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4uraD72dstBtwxP7BpxT7IgaeCS2R3s { width:35.375rem;height:16.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hE9ikTkhXmohBsu5oPMprZHozMbN01 { width:38.5rem;height:9.6718460543568rem;top:5.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ { display:block; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikApLZAD61r4hOoiZQixh4Tgzd1aTcGn { width:47.75rem;height:15.876875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC { display:block; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyGh976UxWtpOssNV9l3VNGopOZErZgW { width:35.9375rem;height:;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }#SyGh976UxWtpOssNV9l3VNGopOZErZgW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
 }@media only screen and (max-width: 763px) { #nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe { width:37.6875rem;height:;top:7.25rem;left:10.0625rem;font-size:1.3125rem;display:block; }#nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
 }@media only screen and (max-width: 763px) { #sFd6I0iAUaBGUTsNDsyVqLSP4p8DfwUJ { width:47.75rem;height:3.4375rem;top:1.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { display:none; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { width:27.8125rem;height:5.87456875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { width:31.125rem;height:5.1875rem;top:2.1875rem;left:16.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC5gVteU5KCJizl4IgJEQzTbNrc5V8b6 { width:12.5rem;height:12.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3C4WXcJipDnfNqBH9rTmJLgApQH2pGp { width:12.5rem;height:12.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv4qhXfhFspsvvcEctObosJmxT6qXChi { width:12.5rem;height:12.5rem;top:12.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDDbWN0sD4um6A2FPTaCNnQ3BkCVk0m { width:12.5rem;height:12.5rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTN0Dt8AztD5CRrTrHA0SKDxHOcp0JGz { width:12.5rem;height:12.5rem;top:12.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0rVUAroV0ev9DgklPTvwAX4Xs0k3wvu { width:12.5rem;height:12.5rem;top:12.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kds9Inu30Wo2AWSnIMNDVXRwcHB1eTog { width:12.5rem;height:12.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qqKAzGx8h05B5uh11eVgdp5GUEGpmz { width:12.5rem;height:12.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQ3kMKmCUxxFHT94v5vP9ta79CytXRO { width:12.5rem;height:12.5rem;top:30.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Iump5duXWprViiitJGtpwaia5W0bXh { width:12.5rem;height:12.5rem;top:30.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZmA2wRPfT2hyEhTuiHHSBWvq5CVT0qv { width:12.5rem;height:12.5rem;top:30.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPO8cT4p2kNTogRuN0VWrTU5sU9aTFt { width:12.5rem;height:12.5rem;top:30.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk59JC8sKUdBAU95FwDPexlNQGmIbgM3 { width:12.5rem;height:12.5rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOQiUbiKWaUAn9XanF2sW3eOVK6VOmc { width:12.5rem;height:12.5rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxUPmLTNRQ0ZticykPnpsMTcEVhA6NFT { width:12.5rem;height:12.5rem;top:49.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSprRDX7XihyILqZECPbnZFbaGrdIpyg { width:12.5rem;height:12.5rem;top:49.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkFWuJq1CEBNFu5obEqVEifQBSU5FgT { width:12.5rem;height:12.5rem;top:49.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbcOuCCOZVyhVTfTg7imiMcslT28mItl { width:12.5rem;height:12.5rem;top:49.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9SW3HigdWrSGdSyO0GtaqQ6LxWo6c8i { width:12.5rem;height:2.5625rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI8WU8xF59ubhdZbrSFpA2bheuWeNrJr { width:12.5rem;height:2.5625rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWQhVI9qr1uUt6kwigEumqBATKCO2LJ { width:12.5rem;height:2.5625rem;top:26.875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBuOuF6wt9513pv0KTPv2ggMyF70KMWJ { width:12.5rem;height:2.5625rem;top:26.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kto0IRoEdWT5paqPOsSbIWsDC3uLXJAw { width:12.5rem;height:2.5625rem;top:26.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQV6R5cvlSPFvf2WeJfHphSwOpAGzxR { width:12.5rem;height:2.5625rem;top:26.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu5cQxCsG1y1KfMF2JTO8OA4TK7RUkuw { width:12.5rem;height:2.5625rem;top:45.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFsqbZmEeIPc9XeP5L0gQCLmK5KHrpW { width:12.5rem;height:2.5625rem;top:45.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwebEl72XFGpJCJkqWFUzCfkPnrQLybJ { width:12.5rem;height:3.875rem;top:45.25rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQTJmowBzK6CHmyqwI2HhcBe2V8KWQR { width:12.5rem;height:2.5625rem;top:45.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuPbfPhkv4Ld5sAu1G4iNkuRrOlm1Em9 { width:12.5rem;height:2.5625rem;top:45.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO8Xwn9nHsUvbPyu9KXasaQ5UcVMfFgN { width:12.5rem;height:2.5625rem;top:45.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKegQyzAoP6lKsthw8AH0KbVVTa5GIp { width:12.5rem;height:2.5625rem;top:63.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zng8XabOq5TkR45ANgeeuLJqsrKZwoZc { width:12.5rem;height:2.5625rem;top:63.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLxaqzhQ3FsGJBKXt8nMJycLsl1r9obC { width:12.5rem;height:2.5625rem;top:63.6875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8CJdb5qMX7WrEP1p8VHBNg5Mx5qlx0 { width:12.5rem;height:2.5625rem;top:63.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVI3bGENwF410XzS9qNvT3D1SHI5buCs { width:12.5rem;height:2.5625rem;top:63.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBCyIr62RVSK5Rt8xPVS24yKrpTa5Im { width:12.5rem;height:2.5625rem;top:63.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCV8DeRTxwBUrrVR5zVw9vORpMAaa5h3 { width:12.5rem;height:1.4375rem;top:9.0625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHCpMWVDwC20beeZuETZPlyq3UA5h5g { width:2.9375rem;height:2.9375rem;top:8.375rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKPTOUzJVqrMwHJLy180UHvcChkat1Al { width:34.375rem;height:6.4375rem;top:3.5rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn9V1dQ0cayqAXxbHQTQFi17c636RGuh { width:20rem;height:4.875rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDbG9RsSavNaH8XsCPtFgUkdqncRGWM8 { width:12.5rem;height:12.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7RmA7XfcSFAGIscnTARNDb1NmAgIp8 { width:12.5rem;height:12.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2b5c4dfkwudFLTQxnVnGQEiXH6nvQMw { width:12.5rem;height:12.5rem;top:14.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIPhMXPB4R97PqFgXe61FMGy9UQxRbim { width:12.5rem;height:12.5rem;top:14.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZyo3xJNrQKpV2megipSuM1QhzkTECU { width:12.5rem;height:12.5rem;top:14.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTghSnePKDNfsqXizW53bxGEDWuog5pP { width:12.5rem;height:12.5rem;top:14.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBWm1NzQcqFUJOhZErA002pi9toG4XU { width:12.5rem;height:2.5625rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoWCVll9m2wbOVaVGUXgMMz8VFlJAmEK { width:12.5rem;height:12.5rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXBAxovFeJamPFK3ZkEcLRL0Ed2K29ba { width:12.5rem;height:2.5625rem;top:46.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stFd419dmOAp1xZbHGqqTIAlnTxBHVcP { width:12.5rem;height:2.5625rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yADmZOvJJJddiPc5pSGVpRfw8zkyoU78 { width:12.5rem;height:12.5rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny0XJEi9u6crVJZVDxDXVhtTBnKDcyCN { width:12.5rem;height:2.5625rem;top:46.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBk7NvAc1o69glMkUT2JU9UtWJm9Mt6 { width:12.5rem;height:2.5625rem;top:28.375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTzyRIWHkegBTIoq4IsKJBRTR3qTSiq { width:12.5rem;height:12.5rem;top:32.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuaZ0CAn7DmWd4m9KSoET7zbF1gS7n8 { width:12.5rem;height:2.5625rem;top:46.8125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuZgnEMgOU4Gr9HfTqVA7JvboLXkVnM { width:12.5rem;height:2.5625rem;top:28.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq6MaWQqxeOdbulNQWhicldcD9xTo6sy { width:12.5rem;height:12.5rem;top:32.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoEbJ1LKqfSc9TVZWwBJfQ1C1C8WKbe { width:12.5rem;height:2.5625rem;top:46.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pnZy7DrlFaSesstXzFgOIbvxHrahDW { width:12.5rem;height:2.5625rem;top:46.8125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXwsDS4AopdR8nXrp6H5TqbP3E23fdmS { width:12.5rem;height:12.5rem;top:32.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccD98lpkHnboTqv3rkEr0fTu81ciMUfq { width:12.5rem;height:2.5625rem;top:28.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRlDgO3QztoIzWat5GXLpxtTbLioH0u { width:12.5rem;height:2.5625rem;top:28.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpF1g6W4pnvqADqxWHwzqfOkxsQMqbG2 { width:12.5rem;height:12.5rem;top:32.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIy1GQ4eOOEmQcCBrNZexspBM6nFdQn { width:12.5rem;height:2.5625rem;top:46.8125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqeHEMHZqD7RNBFcMDfN5VXqbDaCKFaS { width:12.5rem;height:12.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XksyyeVeRHCBrvvEDFsrux8gPReV6k8F { width:12.5rem;height:12.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be05SsWOyvVWo6dMb0lAmbXC7ODXt4PP { width:12.5rem;height:12.5rem;top:50.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNIdhpRGGGTa2msukFSnrzT0zqsDAxd { width:12.5rem;height:12.5rem;top:50.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpAyhLfw88gxBAhJQaSerbecNPI9kS4d { width:12.5rem;height:12.5rem;top:50.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SofN7H4wJSBfp8POrO6Bh8XVMNiWCasI { width:12.5rem;height:12.5rem;top:50.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhUTUNCg3OpGaID8AIXtPX38Q8mpSDh8 { width:12.5rem;height:3.875rem;top:65.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQmhPKyNWXXPdnxNB0yLOmaOw94r0NJT { width:12.5rem;height:3.875rem;top:65.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqIsnn0idPuTeNRnEE0pkLFWX7g5pJ0 { width:12.5rem;height:3.875rem;top:65.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvFTeg8aWN12cKTxa4EaLP7lxJiXpGkU { width:12.5rem;height:2.5625rem;top:65.1875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ScRz8vf27wxLmHQq5Gyv2mGS4gAxKT { width:12.5rem;height:2.5625rem;top:65.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtaQDVsAFFXAVTLIJgLAeVcWyU06nsn { width:12.5rem;height:3.875rem;top:65.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { width:27.8125rem;height:10.4980625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF48VuVq0a7gdJ7sBJDsPLzHprVBqW1S { width:12.5rem;height:1.4375rem;top:10.75rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQHJU6IcNU0rdOHk8rcgxmdIKRwzfVP { width:2.9375rem;height:2.9375rem;top:10rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO { display:block; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqyAiTDEXG20SaE2RvBQaXP7yZmtRANv { width:40rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRHq9rp78KRr3TMa7bdzotnVQmMP3lUO { width:27.8125rem;height:6.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVN6a2XGE8EOIVTgF5mznSOdB5bi64q3 { width:12.5rem;height:12.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngHCOJZktAHfXSzkAVbhQ0yFaXQwTy2S { width:12.5rem;height:2.5625rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twcsXAHcpSqgLGVJIu4gHwxIhw8ZFBqR { width:12.5rem;height:12.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuiTp8UIInHSfNa25EA2gby5btQVRwz { width:12.5rem;height:2.5625rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoXcPEJMOSQ9K7dcAZhSU5RVh5VMaMR { width:12.5rem;height:12.5rem;top:12rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSmPM46FWTIDTgnHeH1Vp3StQfgdp3Q { width:12.5rem;height:2.5625rem;top:26.3125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfr8MC1dwWOfLDTe4NZsWraJO3GNiaP7 { width:12.5rem;height:12.5rem;top:12rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxuwBGWUXMOTuToTOWq95H2naAEbi0p { width:12.5rem;height:2.5625rem;top:26.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMEWVM7Hmek8mh1Sk6aw5pPynIDeFC4 { width:12.5rem;height:12.5rem;top:12rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImWEWNHbRCSdzITGFt5hepXdMRQISPmW { width:12.5rem;height:2.5625rem;top:26.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NwIZLoM53HgJ9SorSBVnBnqmi502f2 { width:12.5rem;height:12.5rem;top:12rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwmp8yEklGRGePE1FqEixS3GbvEK7RaC { width:12.5rem;height:2.5625rem;top:26.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrKTrBLI4fZBMiZdRzMiPoZMmtPT81wd { width:31.875rem;height:5.1875rem;top:2rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhmoywvL6MLPpSOFfLAMuoQTTw7igy2O { width:12.5rem;height:1.4375rem;top:8.5625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqdxLTfVl8BiSzMTpTIQ16yQdBrlExi { width:2.9375rem;height:2.9375rem;top:7.8125rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT { display:block; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAw3SRbJyaOwI4NxZLqfbLy4v4Fp5vkJ { width:17.25rem;height:11.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxJioVZgJFXDoA80d1Rtm9PSNy56Qtg { width:12.5rem;height:12.5rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO2X9HsXourXXuTJyT73bKrxQenEKTv5 { width:32.875rem;height:5.1875rem;top:2.6875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRi7eegmhqeCPA4mEBUblwWmE7rMseBp { width:12.5rem;height:3.875rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXuvUn77LbNaqlRcIFTaGGFN0lKhzrK { width:12.5rem;height:12.5rem;top:14.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM0o6PkNS2rOibttyi6A3QCGFSRZ1N2n { width:12.5rem;height:3.875rem;top:29.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTakunRmk2f6ShNlJh76O9rsRtHH48P { width:32.5rem;height:13.5rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQaJ1TmFaT6n8oIAbbSmVDTTVO2kPtk9 { width:32.5rem;height:13.625rem;top:34.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Z8TPSefSFMmI1xMwZQG6tMTloKz6lR { width:2.9375rem;height:2.9375rem;top:9.125rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX5F9WZZdybIohzVEng4W3KCyrhCFmPs { width:12.5rem;height:1.4375rem;top:9.875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huxJU5rTbz4OUQKoOROytLos94Ty2Irp { width:12.5rem;height:3.875rem;top:47.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGEIn2uL9SgqHX5TrvUUVLym6f4HDnH3 { width:12.5rem;height:3.875rem;top:48.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMaZOEuBFzqvv7cagvCEXHXpEIRGTiai { width:34.4375rem;height:14.286212493003rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI34r965frTX02vOtWz7PVHk0JoNaqwz { width:12.5rem;height:3.875rem;top:69.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyruuReJJOsSt5xbs9aKL5Q81vAauQAV { width:35.8125rem;height:14.911148759301rem;top:53.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyLOUNQwlilX8iTfrF0IGs9rNAkTQT7 { width:12.5rem;height:3.875rem;top:69.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGLcNiXTigJS5CbiiZia5JkwTf4Z865 { width:23.125rem;height:7.3123125rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFADSnT9MHvuT5JcLIXFstvTfiLz3vt { width:16.9375rem;height:14.88231097218rem;top:73.5625rem;left:5.0620670318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #enORgf0Le85lWfNIkR1kGMn3H50tAXzT { width:12.5rem;height:3.875rem;top:86.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSUQoDuTSRxepWtzW87yZ5Sq2LsWpKKR { width:12.5rem;height:1.25rem;top:75.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7cQ3BTCUJ56BywPGLFA7D8A0zCnkiTS { width:12.5rem;height:1.25rem;top:53.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riXVGxxc805dmhwdFdGMFsDZKWmxyI80 { width:12.5rem;height:2.5625rem;top:60.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTp7QLlyFTIN1Xr6hfqEQrt2IaN2TlI { width:12.5rem;height:1.25rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIeaVT2OyIcPVWkqu4fhZD3SqopesrTi { width:12.5rem;height:2.5625rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7iqB7ITqUT1ynKLiDw2eTCHuTlSLRd { width:12.5rem;height:1.25rem;top:34.1875rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owL4zRT0dICdHgDwe4sTBV1gIN2CiJGN { width:12.5rem;height:2.5625rem;top:41.375rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI { display:block; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O998F9y7gB7nsFksrNHkAbd8sMlftqPJ { width:20rem;height:1.625rem;top:1.8125rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEw1aWdB87lfLaPePD6621WVJdcGM14k { width:47.75rem;height:3.4375rem;top:1.5625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtJvepZ40gEt5VUqXwdSScI2BSzcW0m { width:32.5rem;height:12.6861875rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1FeTuR6oZB3mVwWcPo2ufQlJdDwoGU { width:12.5rem;height:3.875rem;top:57.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leT96STKe5iugbk6NIShHuJFcBl4341P { width:32.5rem;height:12.6236875rem;top:43.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpR2okaW8TI7WeWUmThKagF9Clr8lOog { width:12.5rem;height:3.875rem;top:57.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsWw5iJN1o0ZDBfzUeyOaStJaRPV8zh { width:12.5rem;height:1.25rem;top:43.1875rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rctfM7OoGJ8xJ57myT4NoJ0aSr0lKVPr { width:12.5rem;height:2.5625rem;top:50.3125rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuEaCZPaWuoNpUo3weIh7Hr8TN55AEh7 { width:12.5rem;height:1.25rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tszRD3ywzWTNwiV1dR1Ta91OuHTTz9m9 { width:12.5rem;height:2.5625rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQ8e7XLxJKZzU5NG3406ryw0cdmVe8E { width:34.5625rem;height:14.4375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Vx0cWc52xwc1qkr7B8oxXHIskD3Gs3 { width:12.5rem;height:3.875rem;top:79rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crrTPnOWl8sNbwtc2oIc9PngcrMRMB5s { width:12.5rem;height:3.875rem;top:79rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmyVdbxKMXTbG3sKcW5CbAXeuun3gskw { width:34.125rem;height:14.4375rem;top:63.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGv62iImk6TkIkSDfen3asSl5ebhnM4a { width:34.6875rem;height:14.722717157483rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhCMnTDocI5X4dKT5TAyGTTNpKtORLp { width:12.5rem;height:3.875rem;top:101.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5KouHoD7cWUMaQyPZZBau8BBOXR4XLN { width:35.0625rem;height:14.661913523459rem;top:84.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbmTg1lmnQ6satrJGPyid8HkKcrt5d1v { width:12.5rem;height:2.5625rem;top:101.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zE4nl1zs5ChGkKPMT2SyX1ULEHKgXh { width:12.5rem;height:1.25rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ltv1B2WowW8IJwQWiHyzxthqHEsTOX { width:12.5rem;height:2.5625rem;top:70.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPk5fcke2MSIOclek0yqN5ShApTdiNSV { width:12.5rem;height:1.25rem;top:64.1875rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiE4uK5b61xdvmvTwp5UCxWHl5nGktt { width:12.5rem;height:2.5625rem;top:71.3125rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHSAmuSCcKfVZHCFbOTHDoOlWO0Z801S { width:12.5rem;height:1.25rem;top:84.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcXGGSaXuZy7JuZ6ANQuDUJeKEzRQgEP { width:12.5rem;height:2.5625rem;top:91.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33JTNxqkNTvG4XsQtsx43wa7Cu8ebUz { width:12.5rem;height:1.25rem;top:84.875rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX2bdQhNfqoOvOQ3CxUCR4JIpZbRh3GX { width:12.5rem;height:2.5625rem;top:91.8125rem;left:25.000007629394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmJ88aUwhTHQ46ayfmzmS1yOKoeOAnP { width:47.75rem;height:32.375rem;top:6.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz { display:block; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwN2TJMXhT0v2Sgt2vtS1FerZrC54QE { width:45.4375rem;height:27.3125rem;top:8.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu75Gb6iJ3AXvB1bAf1zaoiyCDuoZWQA { width:14rem;height:20.437951185975rem;top:7.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxpye6A1kEnz1ULpcCiukIRUTJo871k7 { width:12.375rem;height:10.250287267787rem;top:12.4375rem;left:33.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyutSsgAfUETWOIyhbX3zs2XnZWoOaJx { width:23.9375rem;height:7.9994174069026rem;top:28.125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRHCHm7UtVoFeMmbg68T7Fm0zXhoNuV { width:11.5625rem;height:14.561625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NvQn4FvgyvONCgFGClEmCrqlZz59Ay { width:12.5rem;height:2.5625rem;top:59.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQNzSnBkElQCysFdEaxZ8LbZTlbvSRa { width:12.25rem;height:15.313281289862rem;top:42.5rem;left:0.31163215637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAMVmCFkTiPHymPGIihtl2K2IpIeJ0X { width:11.5625rem;height:14.749375rem;top:42.75rem;left:12.560983657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5d0Fm4532SHddC7XIXr8XZetX2Uu5bI { width:11.5625rem;height:14.561625rem;top:42.8125rem;left:25.060983657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqsNJyWhxPLmsSIgw6SlIvZ24e1GLKr { width:12.5rem;height:2.5625rem;top:59.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqw47iG1zoayea9I4QM2emBAgPVOFJbS { width:12.5rem;height:2.5625rem;top:59.0625rem;left:12.560983657837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq21IAN65K2PUCKiupQIxrwK0GGPxmHV { width:12.5rem;height:2.5625rem;top:59.0625rem;left:24.992624282837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNUwfmXQbe2IIuMr4Id1QMtS8pvzt9SM { width:12.5rem;height:2.5625rem;top:59.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qkXiZ4GnHQtfg1BDHEOVPiwEQrnPeR { width:12.5rem;height:2.5625rem;top:59.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw6fa76uIqf5Qpg9a0odvc5My5dgJHs { width:11.5625rem;height:14.436875rem;top:42.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyBQv6nwzIRuIm7rWhMfdD7DIkVbl4lo { width:11.375rem;height:14.124607823206rem;top:43.0625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy8qt7vfIueGFxEVpvkTctAxWSsvJRd { width:11.5625rem;height:14.4998125rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgxXpdKz47DaQ9aIv8brhvUK7WBTAqX { width:11.5625rem;height:14.749375rem;top:63.8125rem;left:0.31163215637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5pyN1q0gA0X8zAKOGTz0dSddQ4LIcff { width:11.5625rem;height:14.4998125rem;top:63.8125rem;left:12.562067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHa9GEm2ZXD0Qk129ZwrXKNETegD1Fg4 { width:11.5625rem;height:14.4998125rem;top:63.9375rem;left:25.062067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLwpyhS6dZPfuSXJ9iPsHDS4i4BR8eN { width:11.5625rem;height:14.4998125rem;top:63.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLB0vEebkcQPA7cxNcBsTFRTCymoKFhK { width:12.5rem;height:2.5625rem;top:80.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTE3g92iqkRNNwAmJi5JislFH8QIoR7e { width:12.5rem;height:2.5625rem;top:80.1875rem;left:24.999132156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on82FgbUUGQJKsTt3fS82TVnRR9P6reT { width:12.5rem;height:2.5625rem;top:80.1875rem;left:12.562067031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGNQUWzoEfN4be2lm5HBTTSsScy5CAMm { width:12.5rem;height:2.5625rem;top:80.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsaGX6C3TFAlXgu3n3gJhRJEUih4aRF8 { width:12.5rem;height:;top:80.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu68KmTLmdJaDcbxnT3EsFLlLmGTqNbb { width:12.5rem;height:1.25rem;top:78.4375rem;left:29.901475906372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIDtv30XeZccMcBkqGxt7kUIiZxrd0T { width:47.75rem;height:3.4375rem;top:2rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX5TQhXBGra3eqz6Z93leiVTI9teBUkf { display:block; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8Hhl1322ivBOiXNi6m2XnnAgPBiy3MG { width:47.75rem;height:3.4375rem;top:2.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Im4vWq5WfmNmk4d5iwJu2d6tQ4rUTy { width:7.5rem;height:21.125rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2mcOqNcURPt8S9MFZZT7LFmKGbuAgt { width:7.375rem;height:19.0625rem;top:40.375rem;left:4.9986953735351rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFi4EndyCTnll9DrGhNk5fPVgUeLlPO { width:7.625rem;height:19.125rem;top:40.25rem;left:20.716148376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #daz1NqkWblZSzP3u4bUSGiDnT7FI7qLq { width:7.625rem;height:19.5625rem;top:40.0625rem;left:36.320320129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGlVZaU0hIvLbLlE4Hqiqqh69tUisqST { width:7.375rem;height:18.904345514755rem;top:40.75rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slXLvI9St54nE2thZhMSESRTPvRtAIR3 { width:7.4375rem;height:19.25rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZatWZBBCIlBDUflymFWdSNqaB7Pih7Z { width:7.4375rem;height:19.3125rem;top:69.0625rem;left:5.4661483764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1yRNoehB9ENAqnorAtK0kvqXoktuuER { width:7.4375rem;height:18.25rem;top:69.5625rem;left:20.808601379394rem;display:block; }
 }@media only screen and (max-width: 763px) { #todtkJNcapgHybKUnnoCzFXcU2gD74LE { width:6.9375rem;height:20.009705502817rem;top:68.625rem;left:36.634117126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5GOHyNh70a21xa8RTaa9TQ4Ss2Wbxzg { width:7.4375rem;height:18rem;top:70rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxDuaubAgUanlzhsMTZshTyXlpuMe4lf { width:12.375rem;height:17.3125rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMDZ6Q90Zpf2Td12oBWSc8370FBBtvwJ { width:13.25rem;height:18.5625rem;top:97.6875rem;left:2.8723983764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcNTqDG6ZSvZ3uzTqoTNGkz4nWl3TfZ8 { width:10.3125rem;height:16.6875rem;top:97.25rem;left:19.372398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZJWk3pERbkBfMT5r9e1Ifc07EHXotk { width:15.125rem;height:13.8125rem;top:98.6875rem;left:32.571617126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkzJCK12WgDHWTGAeFEL1VSxCaaeRhZb { width:9.4375rem;height:13.125rem;top:100.1875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZxZUcywcP4bm5uZK0vfRdzyeU3BO1hn { width:8.5625rem;height:18rem;top:125.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #De448bZesMSOquOAl7Mo88q7HnJgt28T { width:8.375rem;height:15.125rem;top:127.25rem;left:4.5286483764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7NFlQdbhgDOv5gHW4J88UmKyktRpv7 { width:12.4375rem;height:3.875rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAkbk9kUCCBIXCTnyq6U0VrGu2XQPAUs { width:12.4375rem;height:3.875rem;top:62.5625rem;left:2.4674453735351rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRpfW6r7gwEuzfW5n7b4ccZtfTmVVzz { width:12.4375rem;height:3.875rem;top:62.5625rem;left:17.623695373535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn3PhUmMsdAybenSQhuCqPVUZVx3rK1l { width:12.4375rem;height:3.875rem;top:62.5625rem;left:33.885414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXmDzmnr2rKQpIvmw4ZEwTtI1mxrC2Eb { width:12.4375rem;height:3.875rem;top:62.5625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhfDy4GddZVveGkq1iCh8DGPs96xGv8S { width:12.4375rem;height:3.875rem;top:90.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiq8FyaiCT2lMdD8iQkuki6ssz5gQ6n { width:12.4375rem;height:3.875rem;top:90.25rem;left:2.9348983764649rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6SGTcAm96e7T3APvKUCCgDDWJtEIfII { width:12.4375rem;height:3.875rem;top:90.25rem;left:17.623695373535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GWstrxV9d4q03zBp94Ca17nx1MMDZD { width:12.4375rem;height:3.875rem;top:90.25rem;left:33.885414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siIqPQvQAAGlmhegGr2iJ30qTe4uu0aT { width:12.4375rem;height:3.875rem;top:90.25rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOe5UyxTJRBW6FEEmRbNv6ze9EV9ZwQG { width:12.4375rem;height:2.5625rem;top:117rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxko0GST8Q4dQp0UhD9iNTh7pHbJzQ6 { width:12.4375rem;height:2.5625rem;top:117rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg7hr5WyxBVBQKfodRcdgD593dMAuGqB { width:12.4375rem;height:2.5625rem;top:117rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJmidfPHSAJ8ponkMp0ZAgCoJaoCAupz { width:12.4375rem;height:3.875rem;top:117rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJlWgNayIzpKT5g4IJnNB6l3gz6Vf0dN { width:12.4375rem;height:2.5625rem;top:117rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlnPZQnvX9s1A248FcctEVgJ4x4EcrzJ { width:12.4375rem;height:2.5625rem;top:145rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZpugsHW7sCcqUCkvFk05JKQIPAVzglB { width:12.4375rem;height:2.5625rem;top:145rem;left:2.9348983764649rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9LcRhsU5Z8Ay39bTn4aEkWbpMhpVw0G { width:47.75rem;height:28.9375rem;top:7.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 { display:block; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b52VIyxetQO1mrC0ikMuKmUm5V2NCMJW { width:47.75rem;height:4.625rem;top:25.375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2FDtv1aPP1O8gCyTQ3LF5XvsCmIgUTs { width:15.1875rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNwwEmXUdhU0n7rtZPRvPgm2t9nv8h6 { width:32.8125rem;height:6.0625rem;top:0.9375rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLuty7nsOhGOKMnQQLaaAOeGf2hJ7k9 { width:43.4375rem;height:33.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoaS4xELHwJwnyB6hC2Xg8SfpsR5iibw { width:16.5rem;height:13.573906349063rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8CcXoDRxDqm1uNzpOVPD6eaZ5OW8wmz { width:18.0625rem;height:12.456741910122rem;top:12.5rem;left:14.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWwxvVGwVK5KNtXrrInfnUc2kcDufak { width:18.125rem;height:12.75rem;top:12.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTcIF90bESITUwLVOVU1uBGSlBLg7Ksb { width:18.125rem;height:12.5625rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLZNl2vi6y9HARBM21hme1a6Dpx68XD { width:18.125rem;height:12.5625rem;top:33.6875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XTbD98DxHvbigMpwA1vUeC44zfLs8F { width:14.25rem;height:2.5625rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPzPIK51khtx9LXPTtZcb7M9ZFUsUNT { width:12.4375rem;height:2.5625rem;top:27.0625rem;left:17.623695373535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOOIdnnQmTPTZOMBet0hbTDiIBhKkwv { width:13.6875rem;height:1.25rem;top:27.0625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrwJZKfNhTkGhE5BTvONTTUmyiDMX7T { width:12.4375rem;height:2.5625rem;top:48.125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTsezRlHp21rOuHA8As132KMI0a4PIS { width:12.4375rem;height:2.5625rem;top:48.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTQL7CxUVn2n8IebZnLF6194h3dJ7sS { width:18.125rem;height:12.875rem;top:33.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKiTC0QMW54X1QVs6EpbPTGPhtpU7cd1 { width:12.4375rem;height:2.5625rem;top:48.0625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { width:14.25rem;height:2.875rem;top:1.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block; }
 }@media only screen and (max-width: 763px) { #i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { width:14.25rem;height:2.875rem;top:1.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block; }
 }@media only screen and (max-width: 763px) { #PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { width:47.75rem;height:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQISUPkLcieXb0XhSlElD1c4JaWdk7dt { width:9.9375rem;height:3rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Ch5xElfRVHcmzciWTZQrabMRvxBy7A { width:10.9375rem;height:1.25rem;top:1.125rem;left:11.310981750488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Abx3u2cqxsgdhubVe5rWALTomTNoC3 { width:10.9375rem;height:1.25rem;top:2.8125rem;left:11.312065124512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRGQXTSv0SER8t5MyKbTwHZnpP8lU9N { width:17.5rem;height:3.4375rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QS5ZnlMgTUJXBesc9EUTRWzk336zCVRv { display:block; }
 }@media only screen and (max-width: 763px) { #IK4GTACzTwcbnBh8qTTD6zfgd3fUoy0M { width:12.5rem;height:3.0625rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 { position:relative;z-index:auto;display:none; }#cluxgW6Wb4t5gGykCvct0ZunkGE8PqU0 > .row .container { width:20rem;height:12.22395625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMeBx2JIwvCge46FNEtDZOrkIIEFpfc2 { width:4.1875rem;height:1.25rem;top:1.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBR6VN79sahwCIsvmFFf16nwJu7g1Bww { width:20rem;height:0;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBX2IMpuR3kTbzuNMvpecwFiwGVu7ZDG { width:19.875rem;height:3.4375rem;top:7.53645625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5IIOg9irbkztKCFTnxvGbH948SZhQy { display:block; }
 }@media only screen and (max-width: 763px) { #z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA { display:block; }#z5XbtXiT6fxan2xX6gFQZKeX85GKI5dA > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXzolug5o4tlRKsas2OJZMftXam5I14i { width:10.4375rem;height:2rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqFlpHJoSlXdNx9o5PXySPmliwwr4QL { display:block; }
 }@media only screen and (max-width: 763px) { #DDVT9Wg7JTVPk1O2BLaVZuXvyTqZ7Zsc { width:11.5625rem;height:1.9375rem;top:4.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epLutDBTk3k3r17RbxCOHuckz4IhChTW { display:block; }
 }@media only screen and (max-width: 763px) { #PGq6WOZcEL0PN6E31w1ewMUvbQXMkp4m { width:11.5625rem;height:1.9375rem;top:7.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq4AotEW7Ts0uvSZk6Bh8cl598g80bx { display:block; }
 }@media only screen and (max-width: 763px) { #k3mmgfcqWECBGUegyWZBAJOH78Qk7Zqn { width:16.6875rem;height:1.9375rem;top:10.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ADqLTaSn7t5saDg2l96AU38oeb9L8i { display:block; }
 }@media only screen and (max-width: 763px) { #NSHl9Rs23tbzn5IDiPDOaB5zLaZ6vn0t { width:10.125rem;height:1.9375rem;top:14.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrtZK82dVZgrbEzrv1QvXsWOWCuktIGm { display:block; }
 }@media only screen and (max-width: 763px) { #Q9kG1FAOb4PmDmnqnzb6EwuOmTaVtkyX { width:10.375rem;height:1.9375rem;top:20.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXIp8GUcqPuXxLOUzZcgXcgQhtBZWLv { display:block; }
 }@media only screen and (max-width: 763px) { #BPOufAg0tFZ7le475U1qdqH9lDyf8JLO { width:11.5625rem;height:1.9375rem;top:17.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLeWic14T4kIbAPcvXtd5oxIuAeiHDDJ { display:block; }
 }@media only screen and (max-width: 763px) { #x1xgs9okPrIrXtJTaUK9wOJTkclH4Ae6 { width:10.375rem;height:1.9375rem;top:23.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBblJw3dWL39rniHisWPHxR1gEx0JS8 { display:block; }
 }@media only screen and (max-width: 763px) { #HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ { display:block; }#HUBhqNXaJmG61JnbbAIzBAKC22IltsnZ > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4uraD72dstBtwxP7BpxT7IgaeCS2R3s { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hE9ikTkhXmohBsu5oPMprZHozMbN01 { width:20rem;height:5.0244821946938rem;top:19.39325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ { display:block; }#lrvrMZU6L1iLlMCFoLbwttseIfJE3SBZ > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikApLZAD61r4hOoiZQixh4Tgzd1aTcGn { width:20rem;height:6.65rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC { display:block; }#CfGr8NITHIAx1RNo9nKCkpKuaMX2QXmC > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyGh976UxWtpOssNV9l3VNGopOZErZgW { width:20rem;height:0;top:5.9934875rem;left:0rem;font-size:1.3125rem;display:block; }#SyGh976UxWtpOssNV9l3VNGopOZErZgW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
 }@media only screen and (max-width: 763px) { #nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe { width:20rem;height:0;top:16.7083625rem;left:0rem;font-size:1.3125rem;display:block; }#nX58qWdQQAm76ryvN3zZJ3hvd7frXwWe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c14c2eda7377774ea81d964c08bca2d196a54209.svg); }
 }@media only screen and (max-width: 763px) { #sFd6I0iAUaBGUTsNDsyVqLSP4p8DfwUJ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn { display:block; }#KOiAq3fR5aVTtc8rgPsWirqTH5GAwVJn > .row .container { width:20rem;height:339.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WILTHwTcQzoJ3rk0OZaU5iDCOzl5viQq { width:18.5rem;height:3.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgvmdmMqsLiiG6Ugvbs5BdJXwdCJc1A3 { width:20rem;height:0;top:6.40729375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kC5gVteU5KCJizl4IgJEQzTbNrc5V8b6 { width:12.5rem;height:12.5rem;top:13.2747375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3C4WXcJipDnfNqBH9rTmJLgApQH2pGp { width:12.5rem;height:12.5rem;top:27.0247375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv4qhXfhFspsvvcEctObosJmxT6qXChi { width:12.5rem;height:12.5rem;top:40.7747375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDDbWN0sD4um6A2FPTaCNnQ3BkCVk0m { width:12.5rem;height:12.5rem;top:54.5247375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTN0Dt8AztD5CRrTrHA0SKDxHOcp0JGz { width:12.5rem;height:12.5rem;top:68.2747375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0rVUAroV0ev9DgklPTvwAX4Xs0k3wvu { width:12.5rem;height:12.5rem;top:82.0247375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kds9Inu30Wo2AWSnIMNDVXRwcHB1eTog { width:12.5rem;height:12.5rem;top:118.868475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qqKAzGx8h05B5uh11eVgdp5GUEGpmz { width:12.5rem;height:12.5rem;top:132.618475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQ3kMKmCUxxFHT94v5vP9ta79CytXRO { width:12.5rem;height:12.5rem;top:146.368475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Iump5duXWprViiitJGtpwaia5W0bXh { width:12.5rem;height:12.5rem;top:160.118475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZmA2wRPfT2hyEhTuiHHSBWvq5CVT0qv { width:12.5rem;height:12.5rem;top:173.868475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPO8cT4p2kNTogRuN0VWrTU5sU9aTFt { width:12.5rem;height:12.5rem;top:187.618475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk59JC8sKUdBAU95FwDPexlNQGmIbgM3 { width:12.5rem;height:12.5rem;top:225.76169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOQiUbiKWaUAn9XanF2sW3eOVK6VOmc { width:12.5rem;height:12.5rem;top:239.51169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxUPmLTNRQ0ZticykPnpsMTcEVhA6NFT { width:12.5rem;height:12.5rem;top:253.26169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSprRDX7XihyILqZECPbnZFbaGrdIpyg { width:12.5rem;height:12.5rem;top:267.01169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkFWuJq1CEBNFu5obEqVEifQBSU5FgT { width:12.5rem;height:12.5rem;top:280.76169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbcOuCCOZVyhVTfTg7imiMcslT28mItl { width:12.5rem;height:12.5rem;top:294.51169375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9SW3HigdWrSGdSyO0GtaqQ6LxWo6c8i { width:12.5rem;height:0;top:95.7747375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI8WU8xF59ubhdZbrSFpA2bheuWeNrJr { width:12.5rem;height:0;top:99.62369375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWQhVI9qr1uUt6kwigEumqBATKCO2LJ { width:12.5rem;height:0;top:103.47265rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBuOuF6wt9513pv0KTPv2ggMyF70KMWJ { width:12.5rem;height:0;top:107.32160625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kto0IRoEdWT5paqPOsSbIWsDC3uLXJAw { width:12.5rem;height:0;top:111.1705625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQV6R5cvlSPFvf2WeJfHphSwOpAGzxR { width:12.5rem;height:0;top:115.01951875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu5cQxCsG1y1KfMF2JTO8OA4TK7RUkuw { width:12.5rem;height:0;top:201.368475rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFsqbZmEeIPc9XeP5L0gQCLmK5KHrpW { width:12.5rem;height:0;top:205.21743125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwebEl72XFGpJCJkqWFUzCfkPnrQLybJ { width:12.5rem;height:0;top:209.0663875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQTJmowBzK6CHmyqwI2HhcBe2V8KWQR { width:12.5rem;height:0;top:214.214825rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuPbfPhkv4Ld5sAu1G4iNkuRrOlm1Em9 { width:12.5rem;height:0;top:218.06378125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO8Xwn9nHsUvbPyu9KXasaQ5UcVMfFgN { width:12.5rem;height:0;top:221.9127375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKegQyzAoP6lKsthw8AH0KbVVTa5GIp { width:12.5rem;height:0;top:308.26169375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zng8XabOq5TkR45ANgeeuLJqsrKZwoZc { width:12.5rem;height:0;top:312.11065rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLxaqzhQ3FsGJBKXt8nMJycLsl1r9obC { width:12.5rem;height:0;top:315.95960625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8CJdb5qMX7WrEP1p8VHBNg5Mx5qlx0 { width:12.5rem;height:0;top:319.8085625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVI3bGENwF410XzS9qNvT3D1SHI5buCs { width:12.5rem;height:0;top:323.65751875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBCyIr62RVSK5Rt8xPVS24yKrpTa5Im { width:12.5rem;height:0;top:327.506475rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCV8DeRTxwBUrrVR5zVw9vORpMAaa5h3 { width:12.5rem;height:0;top:6.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHCpMWVDwC20beeZuETZPlyq3UA5h5g { display:flex;width:2.9375rem;height:2.9375rem;top:9.0872375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 { display:block; }#CytWInfx6xTuM0WX9PoAe5rXdNJIrK13 > .row .container { width:20rem;height:351.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKPTOUzJVqrMwHJLy180UHvcChkat1Al { width:20rem;height:0;top:8.0989580154419rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pn9V1dQ0cayqAXxbHQTQFi17c636RGuh { width:20rem;height:4.875rem;top:8.0989570617675rem;left:0rem;font-size:0.9375rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDbG9RsSavNaH8XsCPtFgUkdqncRGWM8 { width:12.5rem;height:12.5rem;top:21.123698376465rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7RmA7XfcSFAGIscnTARNDb1NmAgIp8 { width:12.5rem;height:12.5rem;top:34.873698376465rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2b5c4dfkwudFLTQxnVnGQEiXH6nvQMw { width:12.5rem;height:12.5rem;top:48.623698376465rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIPhMXPB4R97PqFgXe61FMGy9UQxRbim { width:12.5rem;height:12.5rem;top:62.373698376465rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZyo3xJNrQKpV2megipSuM1QhzkTECU { width:12.5rem;height:12.5rem;top:76.123698376462rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTghSnePKDNfsqXizW53bxGEDWuog5pP { width:12.5rem;height:12.5rem;top:89.873698376462rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBWm1NzQcqFUJOhZErA002pi9toG4XU { width:12.5rem;height:0;top:103.62369837646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoWCVll9m2wbOVaVGUXgMMz8VFlJAmEK { width:12.5rem;height:12.5rem;top:126.71743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXBAxovFeJamPFK3ZkEcLRL0Ed2K29ba { width:12.5rem;height:0;top:209.21743587646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stFd419dmOAp1xZbHGqqTIAlnTxBHVcP { width:12.5rem;height:0;top:107.47265462646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yADmZOvJJJddiPc5pSGVpRfw8zkyoU78 { width:12.5rem;height:12.5rem;top:140.46743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny0XJEi9u6crVJZVDxDXVhtTBnKDcyCN { width:12.5rem;height:0;top:213.06639212646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBk7NvAc1o69glMkUT2JU9UtWJm9Mt6 { width:12.5rem;height:0;top:111.32161087646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTzyRIWHkegBTIoq4IsKJBRTR3qTSiq { width:12.5rem;height:12.5rem;top:154.21743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuaZ0CAn7DmWd4m9KSoET7zbF1gS7n8 { width:12.5rem;height:0;top:216.91534837646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuZgnEMgOU4Gr9HfTqVA7JvboLXkVnM { width:12.5rem;height:0;top:115.17056712646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq6MaWQqxeOdbulNQWhicldcD9xTo6sy { width:12.5rem;height:12.5rem;top:167.96743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoEbJ1LKqfSc9TVZWwBJfQ1C1C8WKbe { width:12.5rem;height:0;top:220.76430462646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pnZy7DrlFaSesstXzFgOIbvxHrahDW { width:12.5rem;height:0;top:224.61326087646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXwsDS4AopdR8nXrp6H5TqbP3E23fdmS { width:12.5rem;height:12.5rem;top:181.71743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccD98lpkHnboTqv3rkEr0fTu81ciMUfq { width:12.5rem;height:0;top:119.01952337646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRlDgO3QztoIzWat5GXLpxtTbLioH0u { width:12.5rem;height:0;top:122.86847962646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpF1g6W4pnvqADqxWHwzqfOkxsQMqbG2 { width:12.5rem;height:12.5rem;top:195.46743587646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIy1GQ4eOOEmQcCBrNZexspBM6nFdQn { width:12.5rem;height:0;top:228.46221712646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqeHEMHZqD7RNBFcMDfN5VXqbDaCKFaS { width:12.5rem;height:12.5rem;top:232.31117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XksyyeVeRHCBrvvEDFsrux8gPReV6k8F { width:12.5rem;height:12.5rem;top:246.06117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be05SsWOyvVWo6dMb0lAmbXC7ODXt4PP { width:12.5rem;height:12.5rem;top:259.81117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNIdhpRGGGTa2msukFSnrzT0zqsDAxd { width:12.5rem;height:12.5rem;top:273.56117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpAyhLfw88gxBAhJQaSerbecNPI9kS4d { width:12.5rem;height:12.5rem;top:287.31117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SofN7H4wJSBfp8POrO6Bh8XVMNiWCasI { width:12.5rem;height:12.5rem;top:301.06117337646rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhUTUNCg3OpGaID8AIXtPX38Q8mpSDh8 { width:12.5rem;height:0;top:337.95439837646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQmhPKyNWXXPdnxNB0yLOmaOw94r0NJT { width:12.5rem;height:0;top:332.80596087646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqIsnn0idPuTeNRnEE0pkLFWX7g5pJ0 { width:12.5rem;height:0;top:327.65752337646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvFTeg8aWN12cKTxa4EaLP7lxJiXpGkU { width:12.5rem;height:0;top:323.80856712646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ScRz8vf27wxLmHQq5Gyv2mGS4gAxKT { width:12.5rem;height:0;top:319.95961087646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtaQDVsAFFXAVTLIJgLAeVcWyU06nsn { width:12.5rem;height:0;top:314.81117337646rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1plnTbhedxZQe57rzL3kLMgneZ0WoUK { width:19.3125rem;height:7.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF48VuVq0a7gdJ7sBJDsPLzHprVBqW1S { width:12.5rem;height:0;top:14.223960876465rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQHJU6IcNU0rdOHk8rcgxmdIKRwzfVP { display:flex;width:2.9375rem;height:2.9375rem;top:16.936198376465rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO { display:block; }#QvWuzfAZavzZzyuR2sKSmKnaexTCXTFO > .row .container { width:20rem;height:145.9807195927rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqyAiTDEXG20SaE2RvBQaXP7yZmtRANv { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kRHq9rp78KRr3TMa7bdzotnVQmMP3lUO { width:20rem;height:4.5393258426966rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVN6a2XGE8EOIVTgF5mznSOdB5bi64q3 { width:12.5rem;height:12.5rem;top:40.386982092697rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngHCOJZktAHfXSzkAVbhQ0yFaXQwTy2S { width:12.5rem;height:0;top:122.88698209269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twcsXAHcpSqgLGVJIu4gHwxIhw8ZFBqR { width:12.5rem;height:12.5rem;top:54.136982092697rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuiTp8UIInHSfNa25EA2gby5btQVRwz { width:12.5rem;height:0;top:126.73593834269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoXcPEJMOSQ9K7dcAZhSU5RVh5VMaMR { width:12.5rem;height:12.5rem;top:67.886982092694rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSmPM46FWTIDTgnHeH1Vp3StQfgdp3Q { width:12.5rem;height:0;top:130.58489459269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfr8MC1dwWOfLDTe4NZsWraJO3GNiaP7 { width:12.5rem;height:12.5rem;top:81.636982092694rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxuwBGWUXMOTuToTOWq95H2naAEbi0p { width:12.5rem;height:0;top:134.43385084269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMEWVM7Hmek8mh1Sk6aw5pPynIDeFC4 { width:12.5rem;height:12.5rem;top:95.386982092694rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImWEWNHbRCSdzITGFt5hepXdMRQISPmW { width:12.5rem;height:0;top:138.28280709269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NwIZLoM53HgJ9SorSBVnBnqmi502f2 { width:12.5rem;height:12.5rem;top:109.13698209269rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwmp8yEklGRGePE1FqEixS3GbvEK7RaC { width:12.5rem;height:0;top:142.13176334269rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrKTrBLI4fZBMiZdRzMiPoZMmtPT81wd { width:20rem;height:0;top:27.039325842697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhmoywvL6MLPpSOFfLAMuoQTTw7igy2O { width:12.5rem;height:0;top:33.487244592697rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqdxLTfVl8BiSzMTpTIQ16yQdBrlExi { display:flex;width:2.9375rem;height:2.9375rem;top:36.199482092697rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT { display:block; }#TLC6LSgFNEt7DzRBwnQBKFt5RvnycxAT > .row .container { width:20rem;height:181.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAw3SRbJyaOwI4NxZLqfbLy4v4Fp5vkJ { width:17.25rem;height:11.625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxJioVZgJFXDoA80d1Rtm9PSNy56Qtg { width:12.5rem;height:12.5rem;top:27.47265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO2X9HsXourXXuTJyT73bKrxQenEKTv5 { width:20rem;height:0;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRi7eegmhqeCPA4mEBUblwWmE7rMseBp { width:12.5rem;height:0;top:54.97265625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXuvUn77LbNaqlRcIFTaGGFN0lKhzrK { width:12.5rem;height:12.5rem;top:41.22265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM0o6PkNS2rOibttyi6A3QCGFSRZ1N2n { width:12.5rem;height:0;top:60.12109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTakunRmk2f6ShNlJh76O9rsRtHH48P { width:20rem;height:8.3076923076923rem;top:67.8190125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQaJ1TmFaT6n8oIAbbSmVDTTVO2kPtk9 { width:20rem;height:8.3846153846154rem;top:78.830718994137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Z8TPSefSFMmI1xMwZQG6tMTloKz6lR { display:flex;width:2.9375rem;height:2.9375rem;top:20.57291875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #AX5F9WZZdybIohzVEng4W3KCyrhCFmPs { width:12.5rem;height:0;top:24.76041875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huxJU5rTbz4OUQKoOROytLos94Ty2Irp { width:12.5rem;height:0;top:95.053362988281rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGEIn2uL9SgqHX5TrvUUVLym6f4HDnH3 { width:12.5rem;height:0;top:89.904925488281rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMaZOEuBFzqvv7cagvCEXHXpEIRGTiai { width:20rem;height:8.2966562133704rem;top:102.75128173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI34r965frTX02vOtWz7PVHk0JoNaqwz { width:12.5rem;height:0;top:122.99417037069rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyruuReJJOsSt5xbs9aKL5Q81vAauQAV { width:20rem;height:8.3275261324042rem;top:113.41664423828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyLOUNQwlilX8iTfrF0IGs9rNAkTQT7 { width:12.5rem;height:0;top:128.14260787069rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGLcNiXTigJS5CbiiZia5JkwTf4Z865 { width:20rem;height:6.3243243243243rem;top:133.29104537069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFADSnT9MHvuT5JcLIXFstvTfiLz3vt { width:16.9375rem;height:14.882582720588rem;top:146.01380719501rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enORgf0Le85lWfNIkR1kGMn3H50tAXzT { width:12.5rem;height:0;top:140.86536969501rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSUQoDuTSRxepWtzW87yZ5Sq2LsWpKKR { width:12.5rem;height:0;top:131.16604537069rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7cQ3BTCUJ56BywPGLFA7D8A0zCnkiTS { width:12.5rem;height:0;top:100.20180048828rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riXVGxxc805dmhwdFdGMFsDZKWmxyI80 { width:12.5rem;height:0;top:109.56768798828rem;left:-0.43619537353516rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTp7QLlyFTIN1Xr6hfqEQrt2IaN2TlI { width:12.5rem;height:0;top:65.26953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIeaVT2OyIcPVWkqu4fhZD3SqopesrTi { width:12.5rem;height:0;top:74.981762744137rem;left:-2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7iqB7ITqUT1ynKLiDw2eTCHuTlSLRd { width:12.5rem;height:0;top:78.868469238281rem;left:-1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owL4zRT0dICdHgDwe4sTBV1gIN2CiJGN { width:12.5rem;height:0;top:86.055969238281rem;left:-1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI { display:block; }#lu84GLK4tyHRpwrAWRi1bmGpuLn15kbI > .row .container { width:20rem;height:143.54695454102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O998F9y7gB7nsFksrNHkAbd8sMlftqPJ { width:20rem;height:2.7625rem;top:0rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iEw1aWdB87lfLaPePD6621WVJdcGM14k { width:20rem;height:0;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtJvepZ40gEt5VUqXwdSScI2BSzcW0m { width:20rem;height:7.8068846153846rem;top:44.95184375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1FeTuR6oZB3mVwWcPo2ufQlJdDwoGU { width:12.5rem;height:0;top:69.010455761719rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leT96STKe5iugbk6NIShHuJFcBl4341P { width:20rem;height:7.7684230769231rem;top:58.036499511719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpR2okaW8TI7WeWUmThKagF9Clr8lOog { width:12.5rem;height:0;top:74.158893261719rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsWw5iJN1o0ZDBfzUeyOaStJaRPV8zh { width:12.5rem;height:0;top:55.487018261719rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rctfM7OoGJ8xJ57myT4NoJ0aSr0lKVPr { width:12.5rem;height:0;top:65.161499511719rem;left:-2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuEaCZPaWuoNpUo3weIh7Hr8TN55AEh7 { width:12.5rem;height:0;top:42.4023625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tszRD3ywzWTNwiV1dR1Ta91OuHTTz9m9 { width:12.5rem;height:0;top:51.638062011719rem;left:-1.4348983764649rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQ8e7XLxJKZzU5NG3406ryw0cdmVe8E { width:20rem;height:8.3544303797468rem;top:79.307330761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Vx0cWc52xwc1qkr7B8oxXHIskD3Gs3 { width:12.5rem;height:0;top:101.93496127929rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crrTPnOWl8sNbwtc2oIc9PngcrMRMB5s { width:12.5rem;height:0;top:107.08339877929rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmyVdbxKMXTbG3sKcW5CbAXeuun3gskw { width:20rem;height:8.4615384615385rem;top:90.369849023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGv62iImk6TkIkSDfen3asSl5ebhnM4a { width:20rem;height:8.4887738565665rem;top:112.23183627929rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhCMnTDocI5X4dKT5TAyGTTNpKtORLp { width:12.5rem;height:0;top:134.54956079101rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5KouHoD7cWUMaQyPZZBau8BBOXR4XLN { width:20rem;height:8.3633018315631rem;top:123.28132353516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbmTg1lmnQ6satrJGPyid8HkKcrt5d1v { width:12.5rem;height:0;top:139.69799829101rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zE4nl1zs5ChGkKPMT2SyX1ULEHKgXh { width:12.5rem;height:0;top:79.333392773437rem;left:-0.93489837646487rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ltv1B2WowW8IJwQWiHyzxthqHEsTOX { width:12.5rem;height:0;top:86.520892773437rem;left:-0.93489837646487rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPk5fcke2MSIOclek0yqN5ShApTdiNSV { width:12.5rem;height:0;top:90.899786767575rem;left:-0.88020324707031rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiE4uK5b61xdvmvTwp5UCxWHl5nGktt { width:12.5rem;height:0;top:98.086005029294rem;left:-0.88020324707031rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHSAmuSCcKfVZHCFbOTHDoOlWO0Z801S { width:12.5rem;height:0;top:112.24614902344rem;left:-0.83984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcXGGSaXuZy7JuZ6ANQuDUJeKEzRQgEP { width:12.5rem;height:0;top:119.43236728516rem;left:-0.83984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U33JTNxqkNTvG4XsQtsx43wa7Cu8ebUz { width:12.5rem;height:0;top:123.76310454101rem;left:0.12109375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX2bdQhNfqoOvOQ3CxUCR4JIpZbRh3GX { width:12.5rem;height:0;top:130.70060454101rem;left:0.12109375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmJ88aUwhTHQ46ayfmzmS1yOKoeOAnP { width:20rem;height:0;top:8.7434875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz { display:block; }#GR7Zhs9To6dKxrXFpNnHQzypsW3PzaRz > .row .container { width:20rem;height:294.79343560705rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwN2TJMXhT0v2Sgt2vtS1FerZrC54QE { width:20rem;height:0;top:5.9934875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu75Gb6iJ3AXvB1bAf1zaoiyCDuoZWQA { width:14rem;height:20.4375rem;top:46.035175rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxpye6A1kEnz1ULpcCiukIRUTJo871k7 { width:12.375rem;height:10.25rem;top:34.535175rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyutSsgAfUETWOIyhbX3zs2XnZWoOaJx { width:20rem;height:6.6840731070496rem;top:67.722675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLRHCHm7UtVoFeMmbg68T7Fm0zXhoNuV { width:11.5625rem;height:14.5625rem;top:75.65674810705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NvQn4FvgyvONCgFGClEmCrqlZz59Ay { width:12.5rem;height:0;top:170.90543560705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQNzSnBkElQCysFdEaxZ8LbZTlbvSRa { width:12.25rem;height:15.3125rem;top:91.46924810705rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAMVmCFkTiPHymPGIihtl2K2IpIeJ0X { width:11.5625rem;height:14.7486875rem;top:108.03174810705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5d0Fm4532SHddC7XIXr8XZetX2Uu5bI { width:11.5625rem;height:14.5625rem;top:124.03043560705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqsNJyWhxPLmsSIgw6SlIvZ24e1GLKr { width:12.5rem;height:0;top:174.75439185705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqw47iG1zoayea9I4QM2emBAgPVOFJbS { width:12.5rem;height:0;top:178.60334810705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq21IAN65K2PUCKiupQIxrwK0GGPxmHV { width:12.5rem;height:0;top:182.45230435705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNUwfmXQbe2IIuMr4Id1QMtS8pvzt9SM { width:12.5rem;height:0;top:186.30126060705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qkXiZ4GnHQtfg1BDHEOVPiwEQrnPeR { width:12.5rem;height:0;top:190.15021685705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqw6fa76uIqf5Qpg9a0odvc5My5dgJHs { width:11.5625rem;height:14.4375rem;top:139.84293560705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyBQv6nwzIRuIm7rWhMfdD7DIkVbl4lo { width:11.375rem;height:14.125rem;top:155.53043560705rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzy8qt7vfIueGFxEVpvkTctAxWSsvJRd { width:11.5625rem;height:14.5rem;top:193.99917310705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgxXpdKz47DaQ9aIv8brhvUK7WBTAqX { width:11.5625rem;height:14.75rem;top:209.74917310705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5pyN1q0gA0X8zAKOGTz0dSddQ4LIcff { width:11.5625rem;height:14.5rem;top:225.74917310705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHa9GEm2ZXD0Qk129ZwrXKNETegD1Fg4 { width:11.5625rem;height:14.5rem;top:241.49917310705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLwpyhS6dZPfuSXJ9iPsHDS4i4BR8eN { width:11.5625rem;height:14.5rem;top:257.24917310705rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLB0vEebkcQPA7cxNcBsTFRTCymoKFhK { width:12.5rem;height:0;top:290.94447935705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTE3g92iqkRNNwAmJi5JislFH8QIoR7e { width:12.5rem;height:0;top:287.09552310705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on82FgbUUGQJKsTt3fS82TVnRR9P6reT { width:12.5rem;height:0;top:283.24656685705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGNQUWzoEfN4be2lm5HBTTSsScy5CAMm { width:12.5rem;height:0;top:279.39761060705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsaGX6C3TFAlXgu3n3gJhRJEUih4aRF8 { width:12.5rem;height:0;top:275.54865435705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu68KmTLmdJaDcbxnT3EsFLlLmGTqNbb { width:12.5rem;height:0;top:272.99917310705rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIDtv30XeZccMcBkqGxt7kUIiZxrd0T { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX5TQhXBGra3eqz6Z93leiVTI9teBUkf { display:block; }#EX5TQhXBGra3eqz6Z93leiVTI9teBUkf > .row .container { width:20rem;height:474.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8Hhl1322ivBOiXNi6m2XnnAgPBiy3MG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Im4vWq5WfmNmk4d5iwJu2d6tQ4rUTy { width:7.5rem;height:21.125rem;top:36.2395625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2mcOqNcURPt8S9MFZZT7LFmKGbuAgt { width:7.375rem;height:19.0625rem;top:58.6145625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFi4EndyCTnll9DrGhNk5fPVgUeLlPO { width:7.625rem;height:19.125rem;top:78.9270625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daz1NqkWblZSzP3u4bUSGiDnT7FI7qLq { width:7.625rem;height:19.5625rem;top:99.3020625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGlVZaU0hIvLbLlE4Hqiqqh69tUisqST { width:7.375rem;height:18.904345514755rem;top:120.1145625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slXLvI9St54nE2thZhMSESRTPvRtAIR3 { width:7.4375rem;height:19.25rem;top:166.01109551476rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZatWZBBCIlBDUflymFWdSNqaB7Pih7Z { width:7.4375rem;height:19.3125rem;top:186.51109551476rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1yRNoehB9ENAqnorAtK0kvqXoktuuER { width:7.4375rem;height:18.25rem;top:207.07359551476rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #todtkJNcapgHybKUnnoCzFXcU2gD74LE { width:6.9375rem;height:20.009705502817rem;top:226.57359551476rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5GOHyNh70a21xa8RTaa9TQ4Ss2Wbxzg { width:7.4375rem;height:18rem;top:247.83330101757rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxDuaubAgUanlzhsMTZshTyXlpuMe4lf { width:12.375rem;height:17.3125rem;top:292.82548851758rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMDZ6Q90Zpf2Td12oBWSc8370FBBtvwJ { width:13.25rem;height:18.5625rem;top:311.38798851758rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcNTqDG6ZSvZ3uzTqoTNGkz4nWl3TfZ8 { width:10.3125rem;height:16.6875rem;top:331.20048851758rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZJWk3pERbkBfMT5r9e1Ifc07EHXotk { width:15.125rem;height:13.8125rem;top:349.13798851758rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkzJCK12WgDHWTGAeFEL1VSxCaaeRhZb { width:9.4375rem;height:13.125rem;top:364.20048851758rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZxZUcywcP4bm5uZK0vfRdzyeU3BO1hn { width:8.5625rem;height:18rem;top:399.11975101758rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #De448bZesMSOquOAl7Mo88q7HnJgt28T { width:8.375rem;height:15.125rem;top:418.36975101758rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7NFlQdbhgDOv5gHW4J88UmKyktRpv7 { width:12.4375rem;height:0;top:140.26890801476rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAkbk9kUCCBIXCTnyq6U0VrGu2XQPAUs { width:12.4375rem;height:0;top:145.41734551476rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRpfW6r7gwEuzfW5n7b4ccZtfTmVVzz { width:12.4375rem;height:0;top:150.56578301476rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn3PhUmMsdAybenSQhuCqPVUZVx3rK1l { width:12.4375rem;height:0;top:155.71422051476rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXmDzmnr2rKQpIvmw4ZEwTtI1mxrC2Eb { width:12.4375rem;height:0;top:160.86265801476rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhfDy4GddZVveGkq1iCh8DGPs96xGv8S { width:12.4375rem;height:0;top:267.08330101758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiq8FyaiCT2lMdD8iQkuki6ssz5gQ6n { width:12.4375rem;height:0;top:272.23173851758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6SGTcAm96e7T3APvKUCCgDDWJtEIfII { width:12.4375rem;height:0;top:277.38017601758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GWstrxV9d4q03zBp94Ca17nx1MMDZD { width:12.4375rem;height:0;top:282.52861351758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siIqPQvQAAGlmhegGr2iJ30qTe4uu0aT { width:12.4375rem;height:0;top:287.67705101758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOe5UyxTJRBW6FEEmRbNv6ze9EV9ZwQG { width:12.4375rem;height:0;top:378.57548851758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxko0GST8Q4dQp0UhD9iNTh7pHbJzQ6 { width:12.4375rem;height:0;top:382.42444476757rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg7hr5WyxBVBQKfodRcdgD593dMAuGqB { width:12.4375rem;height:0;top:386.27340101757rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJmidfPHSAJ8ponkMp0ZAgCoJaoCAupz { width:12.4375rem;height:0;top:390.12235726758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJlWgNayIzpKT5g4IJnNB6l3gz6Vf0dN { width:12.4375rem;height:0;top:395.27079476758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlnPZQnvX9s1A248FcctEVgJ4x4EcrzJ { width:12.4375rem;height:0;top:434.74475101758rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZpugsHW7sCcqUCkvFk05JKQIPAVzglB { width:12.4375rem;height:0;top:438.59370726757rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9LcRhsU5Z8Ay39bTn4aEkWbpMhpVw0G { width:20rem;height:0;top:5.9921875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 { display:block; }#Rm7K6B55Wn9PttHpyJrqwmOsT4lWDBe9 > .row .container { width:20rem;height:131.00510608201rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b52VIyxetQO1mrC0ikMuKmUm5V2NCMJW { width:20rem;height:0;top:27.933334350586rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Q2FDtv1aPP1O8gCyTQ3LF5XvsCmIgUTs { width:9rem;height:2.84375rem;top:0.55312538146973rem;left:5.4999998807907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNwwEmXUdhU0n7rtZPRvPgm2t9nv8h6 { width:20rem;height:3.4125rem;top:4.0257823942229rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLuty7nsOhGOKMnQQLaaAOeGf2hJ7k9 { top:8.25rem;left:0rem;width:20rem;height:15.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xoaS4xELHwJwnyB6hC2Xg8SfpsR5iibw { width:16.5rem;height:13.573352982689rem;top:24.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8CcXoDRxDqm1uNzpOVPD6eaZ5OW8wmz { width:18.0625rem;height:12.456490599319rem;top:39.760852982689rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWwxvVGwVK5KNtXrrInfnUc2kcDufak { width:18.125rem;height:12.75rem;top:53.467343582009rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTcIF90bESITUwLVOVU1uBGSlBLg7Ksb { width:18.125rem;height:12.5625rem;top:77.712137332006rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLZNl2vi6y9HARBM21hme1a6Dpx68XD { width:18.125rem;height:12.5625rem;top:91.524637332006rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XTbD98DxHvbigMpwA1vUeC44zfLs8F { width:14.25rem;height:0;top:67.467343582006rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPzPIK51khtx9LXPTtZcb7M9ZFUsUNT { width:12.4375rem;height:0;top:71.314999832006rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOOIdnnQmTPTZOMBet0hbTDiIBhKkwv { width:13.6875rem;height:0;top:75.162656082006rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrwJZKfNhTkGhE5BTvONTTUmyiDMX7T { width:12.4375rem;height:0;top:123.30979358201rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTsezRlHp21rOuHA8As132KMI0a4PIS { width:12.4375rem;height:0;top:119.46213733201rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTQL7CxUVn2n8IebZnLF6194h3dJ7sS { width:18.125rem;height:12.875rem;top:105.33713733201rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKiTC0QMW54X1QVs6EpbPTGPhtpU7cd1 { width:12.4375rem;height:0;top:127.15744983201rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 { display:block; }#SaePnCkGd4fo1hs3KGrAuxFCyabgBlz6 > .row .container { width:20rem;height:21.0859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLaFW7TSnTs3hMThVtVaJoSlnNRbIF9S { width:7.9375rem;height:2.375rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3RMxcyuXSWdxG3FNsMBue1rLxI55MfN { display:block; }
 }@media only screen and (max-width: 763px) { #i3vr1TCJM26sRFv7W9Tlrb0m76HUCqc1 { width:7.9375rem;height:2.375rem;top:13.0625rem;left:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptancQDmyIXVe4KCx20EISq7q19GzEFT { display:block; }
 }@media only screen and (max-width: 763px) { #PuTtbd26KuBlZiggJODAgkRuW7fB4i08 { top:6.625rem;left:3.5625rem;width:12.875rem;height:3.75rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQISUPkLcieXb0XhSlElD1c4JaWdk7dt { width:5.5625rem;height:1.6875rem;top:0rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC9qbhfgRQKaeChNgxTpZ0uTIcbzovQB { width:2.5rem;height:2.5rem;top:13rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Ch5xElfRVHcmzciWTZQrabMRvxBy7A { width:9.6875rem;height:1.3rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6Abx3u2cqxsgdhubVe5rWALTomTNoC3 { width:9.0625rem;height:1.3rem;top:11.1875rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtRGQXTSv0SER8t5MyKbTwHZnpP8lU9N { width:17.5rem;height:3.4375rem;top:1.75rem;left:1.25rem;z-index:15017;background-color:#ab010e;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) { #QS5ZnlMgTUJXBesc9EUTRWzk336zCVRv { display:block; }
 }@media only screen and (max-width: 763px) { #IK4GTACzTwcbnBh8qTTD6zfgd3fUoy0M { width:12.5rem;height:0;top:16.75rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }