.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,222;--color-primary-1:255,128,145;--color-primary-2:255,0,34;--color-primary-3:128,0,17;--color-primary-4:38,0,5;--color-secondary-0:245,241,250;--color-secondary-1:222,209,238;--color-secondary-2:188,163,221;--color-secondary-3:94,82,111;--color-secondary-4:28,24,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Type";--paragraphs-font-family:"Toyota Type"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282525;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; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { 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:3.0625rem;width:14.875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.21875rem;left:42.569793701172rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.71875rem;left:43.6875rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7ad06109-32fe-46f8-b85f-4bf85402e742/TLOLANDINGI29.jpg");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; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.adaptive-delivery-prevent-bg, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyload, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyloading { background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { background-color: transparent; background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .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); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { border-width: 0; border-radius: 0; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.1875rem 3.3125rem rgba(var(--color-tertiary-4),1);top:3.5rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { z-index:15003;top:15.28125rem;left:0rem;background-color:#ff0022;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota type";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { background-color: transparent; background-image: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { display: none; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .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); }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { border-width: 0; border-radius: 0; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-form-header {  }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:46.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:46.5625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:45.3125rem;overflow:hidden;font-style:normal;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:first-of-type{padding-top:0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-container:last-of-type{padding-bottom:0;}#EW49R55ihTVkfex105TPOKT36GrukML1  { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.65625rem;top:8.828125rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.65625rem;top:8.828125rem;z-index:15000;position:absolute; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { position:relative;display:none; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { position:relative;z-index:2; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO { position:relative; }
#EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC { position:relative; }
#A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.224997520447rem;left:0.063541412353513rem;height:4.63108125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Id9w5eKfTgJvebt39mVB06T8LXVLtUku { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2874994277954rem;left:7.65625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { background-color: transparent; background-image: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { display: none; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .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); }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { border-width: 0; border-radius: 0; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7500047683716rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd { position:relative;display:block; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd { background-color: transparent; background-image: none; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container > .video-iframe-container { display: none; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row > .video-iframe-container { display: none; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .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); }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd { border-width: 0; border-radius: 0; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fnp8irl3x10ixXzRXLvRWxTkHVovAJvF { position:absolute;display:block;z-index:15040;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.6875rem;width:11.625rem;top:5.515625rem;left:4.09375rem;overflow:hidden;display:block; }
#gGPTr1e9Lqfzwm4DZeZk3bHZvnlSIigT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.312496185302rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZOKi08LSEd2JR2QVyzmZv9EMZ0sSnCH { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:2.875rem;display:block; }
#UXVDOmp7XTZSaWaBlTObKzo0TudiyUhG { color:#2a2a2a;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:20.543750762939rem;left:0.96875rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RRk3TTK9S3iFywpVJGzoc3F0LUJb9xtB { z-index:15038;top:39.25rem;left:2rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gx3gvyXOtB7VKzemIUxUgTOq7Ag5Mx1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwcGIgLTuCcMatBbQ7RoJtxfzKBza5nF { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.619791984558rem;left:2.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEswk0OX8qewrluKRnuNq486nRm75Tst { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.2572917938232rem;left:5.6322898864746rem;display:block; }
#sO52vuEqurn8i3uwL7eCzxFq6f1uRufL { z-index:15047;top:39.25rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZAouE1rnFrndTotK6vyAR6d8Glkqmv0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PF7kqpFHKqWVJvZOlQBxnNBlPGb3IGxz { color:#2a2a2a;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:20.543750762939rem;left:21.0625rem;height:18.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RIlNvqJnSJzc6ty5puV4MvDJqG301cAa { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.375rem;left:22.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVKzkUSkRyDKy70ekEZTE6tCbmh9MEeV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvgCzg3EFueGo3PJW3Mn9T0ALlUVIUoJ { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:22.875rem;display:block; }
#xb7NgpsFypUWOOtyXleQ5meuQ90S2x5G { z-index:15056;top:23.9375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ciPVT28e2TI9gbC8hLsBrT9NbADPkmn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFzthD6E474NdPknSWeOqz0siq5eSJrR { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:20.5625rem;left:42.25rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P61RVAtzyB4lR5L3cZHnKCzmLEq56Jyo { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.375rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHQdKBH80BRDz8ixiGersvwLsbduxIKE { 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:8rem;width:13.875rem;top:4.0229167938233rem;left:42.25rem;overflow:hidden;display:block; }
#VlEulfN4OJI9pCVUC8dtO1SvzGVLl3Oa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:11.8125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkCbZod0RH5TvgBQvgN0FdDvabtANDnq { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.0625rem;left:42.875rem;display:block; }
#A02souX6fFIdapVggcx6TuEm7kX8BABM { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:25.8125rem;display:block; }
#gHPZrrGCaLDDznJU0clHzyRuaWW9yNEr { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.0385408401489rem;left:45.8125rem;display:block; }
#MdPzrHlk40qh3nIJZXPJq6BD963tUpie { position:absolute;display:block;z-index:15040;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.25rem;width:12.5625rem;top:5.03125rem;left:23.71875rem;overflow:hidden;display:block; }
#BUsql6kHqNmOci1WOaFIPhKOdOHFSpCT { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:10.71875rem;display:block; }
#sTBkxNz6PtDdBAteB3r9XcolobHVIy0F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29rem;left:44.75rem; }
#ICnwiX0Xsts5DpCRTWhGHHc6hc6N5pvN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.375rem;left:24.828125rem; }
#oyCTvaGAx4WJvcxlMPgMVhT7LEKD4ynw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:44.3125rem;left:4.5rem; }
#VoSJsyCqpTzBWdM9LxyMquFbvK19qKvN { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:43.5rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UcbK55TAVwyTQOB9iIWlOSIOwEFZiTHN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:1.75rem;left:51.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xhi0ToR1iWVSHgtVp0OAykL4arTV031k { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.75rem;left:52rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C89UyQZb45ePiMueI7U843zkFVsO0oTl { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:4.875rem;left:52rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVZWEIFnWO4SDhPpPdmB5X4866BqUt9T { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.25rem;left:51.3125rem;display:block; }
#kOcqInDzeMc06EFuiJmScsKlU08aPzyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.25rem;left:32.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txakTErQFLDMuzatFMALvCh2yXbEn0qI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.25rem;left:32.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2dkeJVLedH8B1rutflQKu3WA3NM8sLf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5.375rem;left:32.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAn8TVFfbwJ7RUk8GT6LIIFynat73cfD { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:31.875rem;display:block; }
#rtUTNsSxDxriG0aiMvDgHduQ8OO1mpp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:1.9375rem;left:11.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJWBmT3hT393bKwgXDvmULikopnTK873 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.9375rem;left:11.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVxNkvcAkRtUKASCNSorlPPIsgQkXHOT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:4.875rem;left:11.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0zw101EW8JExHvT8OUGlvWNiX0AN8La { z-index:15068;top:53.875rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sicQnCKVdxEgG4k46CZWfc0U9VOmJ5t8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BA3kKV0PJsFDNPt28GT61WGueow80AvG { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:50.25rem;left:42.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6nZG7IJpTNCiU6TfnETUTTIq4DgZfRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:59.25rem;left:44.75rem; }
#pPikFbJ4dKtQXCIQ742id6QsBo2HusBt { position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:49.625rem;left:42.875rem;display:block; }
#PRqyBf7FTgMqTz2RZATWCFJd42RRT2hF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:45.6875rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whEnbGJwwwM5mDxTuZvK0ue6ArwXwdDC { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:34.4375rem;left:45.8125rem;display:block; }
#BtqMUeTxnIfSWz5Ai9USzAbpnSQ766RA { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.905208587646rem;left:51.875rem;display:block; }
#Hm1lITTQyJc8ES3gE8yXyw62pgevtdcq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:1.75rem;left:51.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Nybir97Zt8T7Q5atS1WzKu2H1tFwTbTW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.75rem;left:52rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#txBP3Pi7QT3Sw6aN0I2nwAE9ZCWrXpwN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:4.875rem;left:52rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XcQFgcDO7BqtqxdMDPy6amkVcHToqQTC { 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:7.25rem;width:12.8125rem;top:38.02187538147rem;left:44.078125rem;overflow:hidden;display:block; }
#HrUIV2dsvfvOTdPlNFCHuDuNmoq2txEO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:35.64687538147rem;left:52.328125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5hLJMfCJTWUEKlScGSt2biVasZnANxt { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:44.684372901916rem;left:7.046875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ka56DxHizl38MhaNaQrPs8SNVcH62XqH { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:44.684372901916rem;left:26.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxQNu58qupeyzyJNIBsuaqMX5psZ9TiX { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:29.309372901916rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nbL1OMnXn581ZTNK4OlF8hKvil3MJZ7e { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:59.559372901916rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb { position:relative;display:block; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb { background-color: transparent; background-image: none; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container > .video-iframe-container { display: none; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row > .video-iframe-container { display: none; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .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); }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb { border-width: 0; border-radius: 0; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V5oE61dROJchCKmL9MEyvQzhskcEJmQb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.437503814698rem;left:19.75rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqoQcL0xZdItOTIeBCsVAGWtQluNUzX2 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:21.875rem;display:block; }
#MCSePV9mGKJ9sTpf6wJTOvAUdKxwTT0P { color:#2a2a2a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.753126144409rem;left:21.515625rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TldiT8NqreuBJmftBz3zszdRwAZo5Wio { z-index:15038;top:34.1875rem;left:22.5625rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MJVvgHspl5GqvE0fyo6pnGMCILbWPisI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQ4XsXa45Z0lOU6d8kFp7ACMxsbPnXWD { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:21.5rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwGr7MwOoh4XXSRA3irJ3uhkMQM32Q0q { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.25rem;left:24.625rem;display:block; }
#aSNEWSmBC8wC41bMUBEPOs55RRoFbIVl { color:#2a2a2a;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:21.753126144409rem;left:1.46875rem;height:12.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqBwqaodNnuxrBPQTuUxy7E8T246VhUp { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:0.84375rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrvC4C8bPmwWTtsX6tThW5i74pFtTu3y { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:2.875rem;display:block; }
#vIhbKyyobfuyWVoEv6S0mwIUKks2y3SB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TK7NNgFzu9QFbw8r7Z7no0dW5wgaIrAo { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.375rem;left:5.8125rem;display:block; }
#xVE2s27yqupNcI9RCBQOdnWM7S4uopFv { z-index:15044;top:34.1875rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sNnNv8H2ZBo7VXsIcTds4prx5DZ8iPh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xudEyt2HaLRveTr85MfHE1FxvhPb1W0n { 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:7.6875rem;width:13.5625rem;top:4.390625rem;left:22.078125rem;overflow:hidden;display:block; }
#oUA1pbZSqLX38FEVrcwpPgWPQy5RqWHv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39rem;left:24.3125rem; }
#TBS8owLwySFzZ99GQBS5nAiq2fDL5x5D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:38.999998092651rem;left:5.015625rem; }
#cxOwkRTCA60TRaXvXZtM34v5MWEM9pfR { z-index:15056;top:34.125rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mtcmpv4ZGs2c1uBFRLsbn2cL6soyni3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdJtC3zcwM0DyKTwvTs0TpwCsfr3PoKA { color:#2a2a2a;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:22.32187461853rem;left:41.21875rem;height:10.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFLNIy4ihlwTcWNLaEGToDfkwfVEKM6M { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.5rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOL8OsCOeJUDE4ZoIpPK9WJLzEzeAZV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.25rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9uDyUJSfMSqL0MZ5GNplvLQGwTdLMei { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:43.1875rem;display:block; }
#P9udiTX1iLS3xc8i56k0ebzi9LA09hwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:38.625rem;left:44.5625rem; }
#WVJfonkAb1zTRp7L3xbtqTDXoTcxUDVf { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:0.875rem;left:45.8125rem;display:block; }
#Eo0TsxsuFCKTOI4syTH5rDMyevD2P92l { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:16.125rem;top:4.140625rem;left:41.703125rem;overflow:hidden;display:block; }
#JylbL0tppW8ExGZ3LanLq6SEhLllST1E { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:10.5625rem;display:block; }
#JmqHt13VzpQLDr9IsKd9GINcob4oQDp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:2.375rem;left:32.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qv55qopvWbgroRNvTbaog2vLhQCEhbD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AH4NqbeTifObkHpomeEQLxV5axyGcpTS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:5.5843734741211rem;left:11.203125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G57pDcICeio0vTd3mNfwL74fvWPN0HNH { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:31.8125rem;display:block; }
#tkaDbHqvkucCNFBF0OuErrgtUToSLMQh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.375rem;left:52.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEeFC8SZ8bk2PmNuJMST41mZ7iCF7uU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.375rem;left:52.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkueGUkOODPhrmkHLsE3JsxVH8PX7mRN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5.5rem;left:52.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1W4nsvxf1D3lTJkAETg6ZShVO2tze8m { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:51.625rem;display:block; }
#WKTF8T7WeICF24vlacTPsk1ccwD8NfUz { 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:7.0625rem;width:12.375rem;top:5.453125rem;left:2.875rem;overflow:hidden;display:block; }
#BwTNMh80nAeLp8hf5klLTq9STozg4mdT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.078125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHrAOv7J1eTOwK7JZZgdRQgrpIvc5ZsL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:3.671875rem;left:11.328125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sgrm7R3xiITxhwnhFeTaWHd3Eu3gCG0r { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:5.40625rem;left:32.453125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWtyiVk6yMv7E0p4JTfTXbIlotaAQSW7 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:39.309375762939rem;left:7.125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ygMmTFokHpw11f2QazEysLfDGeRhzdsG { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:39.309375762939rem;left:26.703125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7EXn57kw7bV32mmrKnGVp4fA3r30kJ1 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:38.996875762939rem;left:46.6875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL { position:relative;display:block; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL { background-color: transparent; background-image: none; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container > .video-iframe-container { display: none; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row > .video-iframe-container { display: none; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .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); }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL { border-width: 0; border-radius: 0; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sBZiWTgsTDvVxswemf6hLofEc1V8hXXA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:19rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#COkWZA2uJ8rVZbnP7AFyFzg0oqogHEp0 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:21.875rem;display:block; }
#DIKpkkFTS1fSg2Igk47PXbmLuomfhcCM { color:#2a2a2a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.753126144409rem;left:21.515625rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2JEwFTbZGtO2XZEP9Xd6t9PsLulL7Ex { z-index:15038;top:34.1875rem;left:22.5625rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JwXRQeVWGSmmHA4yDpZ2GBEJnAzWbFQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MP5girPpwcl7TVOpoTMZ4Qmduu4d65CK { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:21.5rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWTsGiC7dbTGdMXSgz5z858hFkRaSavw { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.25rem;left:24.625rem;display:block; }
#x2t81DW7is6OvEDk2hTDr8iuShX4Aphy { color:#2a2a2a;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:21.753126144409rem;left:1.46875rem;height:12.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ylAxHSTvvIXTCikbzTsWMi8uLuUC12r5 { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.687498092651rem;left:0.84375rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IU5tAkK2VpeMUmQgBHm1WsvMrBLvMlpA { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:2.875rem;display:block; }
#aokPBofFAwMwMMqVLF5liA4f4bs9eozK { position:absolute;display:block;z-index:15057;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.875rem;width:11.8125rem;top:5.125rem;left:3.8125rem;overflow:hidden;display:block; }
#vmA4i4rU8kXbe7P29K6rMdDr615ZINmy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuRwi4pLpWRXKyNTEcUlOA5N4zlzyTO7 { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.375rem;left:5.8125rem;display:block; }
#H4LLSyByEvZJy2TKEHRN9Q1obOLN4X9X { z-index:15044;top:34.1875rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V53eTVyhdJFuOxR3Ddv3ergDHfwMCsNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1oLAQd79TnNBeU6iU88b9FBUkNPqgfs { 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:6.8125rem;width:13.25rem;top:5.5625rem;left:22.375rem;overflow:hidden;display:block; }
#pFFs4foD5Buy6E1AZ26OvGLHcBgHEyat { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39rem;left:24.3125rem; }
#kQVmsBtZGkxUKfPs0Ao6RGfJ4wLerPWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:38.999998092651rem;left:5.015625rem; }
#VvSMu0Oi50SGBa6oSWWOlTsc2TXtEP4w { z-index:15056;top:34.125rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AySkEtflWr8IKvdTHIBhCnKHmaPVDfQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFP4Z44oa6cWQIJ7p6c4FTigCbKKaTlv { color:#2a2a2a;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:22.32187461853rem;left:41.21875rem;height:10.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVfitTkUUrssGoTo76F4MymngBucT6Ay { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.5rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8zvISmnvf62H9K3tCUglFBLEVoqKKra { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:12.25rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asWJlA7qTv9tK4ywrrsXNFT0WufMlrEU { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:43.1875rem;display:block; }
#fXDWO7DvDCdMzcbdDAnuQf8lTpmV0rA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:38.625rem;left:44.5625rem; }
#gSdbarKR2yfOxrNasE669tt21lvbGciC { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:0.875rem;left:45.8125rem;display:block; }
#OsVF5TxTDoRA1Ei2fN49bLRCGFZkQvwo { position:absolute;display:block;z-index:15053;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.5rem;width:12.9375rem;top:4.515625rem;left:42.25rem;overflow:hidden;display:block; }
#AVOxG6HxcE0sT5tgJJZueeUpuMTkxI8d { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:5.125rem;left:11.140625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6eLFgf3TtBFyL2SaLw6fh8Kz7np9lgg { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:10.5625rem;display:block; }
#TLUB85ztHeATDk5vNsO79XfkkkdIfS1u { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:3.375rem;left:11.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qki1SXGMSRLitEP9RAh3XwqBnq6JhkTb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3Xh9nw9v2NUBzouDi5wRTZAtv2IGt1O { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:2.375rem;left:32.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e1UtP2s3ole7ufti7xSQyALHLSy13CDu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VnKWFGLBkaABvH7FHzQdBiQpxtQQ9aBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:5.4375rem;left:32.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpT9sBqfg71rCPxv2N0oswrdek5W2a27 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:31.8125rem;display:block; }
#sBU93uusSe8znAdekeXGkOsW6rtkT6iK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.375rem;left:52.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOtvfPL5AINGUFTsezR4G4W0O6VT45f5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.375rem;left:52.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrpoHQr5ccDVPgJvnchIcilyr5dmt0g4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5.5rem;left:52.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#laAsDHs9GrvJToZOkps6UrQExiIq8TTD { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:51.625rem;display:block; }
#p7Z9l9dMeGtkooang0FiPnWIMP1E4a5N { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:39.309375762939rem;left:7.078125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsK6ONZ8KTWV6f34cZ89rEGWSfFxmqJu { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:39.309375762939rem;left:26.578125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypwG9Tfgag2yAU2rGtWLbT7p6JxekmpC { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:38.934375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb { position:relative;display:block; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb { background-color: transparent; background-image: none; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container > .video-iframe-container { display: none; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row > .video-iframe-container { display: none; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .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); }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb { border-width: 0; border-radius: 0; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c950kktviuKs9OizMufTes3g71Kx53zF { z-index:15061;top:26.3125rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hTe9Kkhe0KwQUbdbClAZyFvfT6CO61t0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSWKt0UE0u1qSI3sWuQbPmH1ggUwEmdp { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:18.0625rem;left:21.625rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3Jpat8uWNTtWy5xAFm5T77OQ6M6512M { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.75rem;left:21.8125rem;display:block; }
#qT2hmGF862fif8BeHfMVLg6mLuTRFuvT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.515625rem;left:20.78125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaJZwLt7Z0LbfyMaTXGBGWczeduwopFU { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5625rem;left:24.75rem;display:block; }
#qvRoLr0FPoo1eNCTxeCMDiHdEEn5w0re { 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:7.875rem;width:13.5625rem;top:4.71875rem;left:23.21875rem;overflow:hidden;display:block; }
#FJAOxONIdDnhPVksESPUfBppubRP2W3k { z-index:15072;top:26.3125rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k318OBCgi27gwNSgFABT4Lc9Ldsakb9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smD1V993XvgsdQx83hdFMuWHtMNnvFql { color:#2a2a2a;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:23.125rem;left:0.75rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bXyEIprEQ6KuwXNXeFkSOSnGQG7qkSFg { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:18.08749961853rem;left:2.25rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftOyNBOrWuitRTF4Kh5UK8tC90JBpJVN { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.75rem;left:2.875rem;display:block; }
#uzIctCTebexiapGxcNIfLIPaAzHrnD0O { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRK8QnEXgowTb6f1QKitRAIAt7TRE2zz { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5625rem;left:5.8125rem;display:block; }
#Hnh06HMkspKcKJWCtdcp8T5hLJf0wEV7 { position:absolute;display:block;z-index:15083;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.875rem;width:13.6875rem;top:4.625rem;left:1.6875rem;overflow:hidden;display:block; }
#cZPVWWtlDKza0pdNqaJkQfMTItZcy7hF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:30.8125rem;left:24.5rem; }
#NbftozpHZHmSnxvqcnCkCPepsZtU9eDV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:30.8125rem;left:4.875rem; }
#qocWarlGx3dgFfdpgSza9O6VvlMzmBKb { z-index:15041;top:26.3125rem;left:41.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oWhN8gIXo85NQgbxokNtHtxVxL9oRnuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxDC2xq6Ra1iKvMdwbiv75uTJFRh8TNw { color:#2a2a2a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:21.625rem;left:41.5625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#flfqJ1896nMJNQZnTU84gv2mZah7BsFJ { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.875rem;left:41.6875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kud77SvLbEz6kyNXQ1D8CA2f1d24wyR2 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.75rem;left:41.875rem;display:block; }
#JCodLal5yop2nzlQPEIsgrO5asJB7e2i { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJBKyMHWu9JLZzd3S0qDyQgwAbfcJ338 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.5625rem;left:39rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAC8CBPkDXGSPs1Vh6HVlxyxl8s65JgF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.8125rem;left:43.625rem; }
#cbTNVM12z4cLDRbklCJgcDlgzs7X6wH6 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.5rem;left:44.625rem;display:block; }
#gri0qCZ4RVTglopweLkiRQLQugTfOlO1 { position:absolute;display:block;z-index:15051;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.5625rem;width:13.0625rem;top:5.0625rem;left:41.6875rem;overflow:hidden;display:block; }
#wPAXl7KR8NMDZ7rB12kXis2pcpVwIl3h { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:12rem;display:block; }
#AJyboVk4COeE03TUtsQ2tAlFWTvuFC2l { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFdkn4hXuOkkTGkNuKxCmZlDTvTkzAhB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5.5rem;left:12.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skgzOZ5s6mq9iPCAoob8JqzbPaEgN6ud { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HIHd0WszX01e10HJGqRcH0hH53AHQvMi { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:32.1875rem;display:block; }
#mc9sUQQIzfBK3UUfOspNTV1AHHTC3RRq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7zXqwAGTc1US4FMSM8aJOOe89buM9bV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:5.3125rem;left:32.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0Dd476sQzlurHo9ZGeinUMf2ty0FsOB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQaEB5ZGOmxIqyH7tZr1D1ebtBmSNpFp { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:2.875rem;left:51.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x695SThl9ltGgtzfsqdlsOWLqP4kATfR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:5rem;left:51.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvt3H19pvBHb0iSRM7UasGtTGX7W3TUB { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.375rem;left:50.5rem;display:block; }
#fEIl1DUfN41wDKhl8pVmZgKPiS6yCMzf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:1.875rem;left:51.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izwTUsvrKHRfaamDuMs1ag3W5l6wpgQE { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:31.121875762939rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RA1AeEVkA2zeT3tfZBtcwQDLt1OcKrES { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.121875762939rem;left:26.828125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUchqbRTnxoUTi6JTRvUOPcc6oTABIaa { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:31.121875762939rem;left:45.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#byLu64wXI4IsOgQ72stvJJ7rs1KiNd23 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:30.8125rem;left:24.5rem;display:none; }
#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH { position:relative;display:block; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH { background-color: transparent; background-image: none; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container > .video-iframe-container { display: none; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row > .video-iframe-container { display: none; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .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); }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH { border-width: 0; border-radius: 0; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a3DoeFzDAG7JGZZVmQTigntAtrrbdNnH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuppL8GrhhApOLJyN7BFKbrIB1MEDA2H { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#Keb6onrJGVCBTGBvdvc27uT8aCHnPq8D { z-index:15038;top:24.9375rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CFaOs0JqPCHztahoUBXuDdRNZ4Xzir6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdmtOST7wphsnnx9SiDfHViVSLf80xwZ { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:20.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#slKyLATfe1zr1pdaG77a0TmnSaXBxOaR { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#yk6GIVddqa9XDpPmzZ1DbvXor3K6MJGv { z-index:15047;top:24.9375rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xqacUe3aTLeQfruDgcv1Ny304mh5uEIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#La9Lio5lCtG79p1gOsTG2L3J0Z56pQvy { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.878124237061rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIPR9mE5rrSFvosEiR45TCVOqZRl8GdA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovi0AOQebLVTruVHNkeHRaGAryp6NMOB { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#lL5Mr3xobxWUvcXNf52AXzt4mt1sbFmi { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#MJ5gsXSpnrp4sTXgkTItJVTI7CoVTTKO { position:absolute;display:block;z-index:15040;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.375rem;width:12.75rem;top:4.6875rem;left:23.625rem;overflow:hidden;display:block; }
#JMensL7cxT3yeaAMOrO562zp2cLUneem { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:14.875rem;top:3.8125rem;left:42.5625rem;overflow:hidden;display:block; }
#Bch7vtTwMy4Qz5yRxxIhbIu9cZzcLTy4 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:22.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yyVUSdqgodR8Rskn9EerVWlKHznnhrWL { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:43.84375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v5bSoWMi5SmBgftFGieq3fqE9Gs1LVwv { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#iF7mbSTy0oKcLJoZ2P0C0vyeqEnM2zxV { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15118;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:52.1875rem;display:block; }
#VEbGz2JBxDT7NGIKpbsJXUnVR5UTB9kf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:3.25rem;left:52.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpuW3BIFsIikzNGeLnV8pQkG0yKPG71x { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:1.9375rem;left:52.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAt5pMtBGvn9TxZzcvwmFXDXqOrTSpn7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:5.40625rem;left:52.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3AqgJbgkyK94c7euQmQeUClpNpaqShQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:2.40625rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWp0suvKnLaoV7uV0XVzQ6s6szPUe6X5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:3.40625rem;left:32.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHTbRMvBU9kt3I99pUZAs6qnKDJPUg43 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:5.40625rem;left:32.75rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VaneKDpkwgxUHXcGJo5PvdZK8IA2aRtc { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.84375rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wc3dxNdp6gTragfaZsBpyaZu20IZwbPr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.375rem;left:44.5625rem; }
#JxyVuGtJd6ANTRCDZy5Cl18TUJmGtMSd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.375rem;left:24.625rem; }
#wLqAzEoVS9MpVquUuv1KaMTVxFOqHyQ6 { z-index:15065;top:24.9375rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n23dzEROaXUvamzPJ81IIumvPaIenZCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkTfdEuuJnvmLAbpSFm0dCigfyRrNtvW { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:20.778125762939rem;left:2.53125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzWehcdqK4TJ2E9tGVWIdDW1sWgtxkqn { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:17.878125190735rem;left:2.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyTf58mCvOTc21NTUOyHkai2GAIZ9U5h { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ltE6lVNCU9p1XJVcxGoHo0KNKF9NvzCT { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:3.15625rem;display:block; }
#LyeXxFzVTindTKGIhvsWOvKTxTfnRDVN { 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:7.75rem;width:13.3125rem;top:4.625rem;left:3.34375rem;overflow:hidden;display:block; }
#P2bSH1yaETk4CdJAo2dzfslvp5C6i6fy { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:4.5rem;display:block; }
#DAW8n0smHQ6L2Qn4Eki0Cb3giiQbuqbr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.375rem;left:6.1875rem; }
#FeQDZzuGih7yolVByHyOJiaq3PeyPgkN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:1.6635437011719rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DO2uIm70g0HfoEUnoGTRbPanr9DmhD0v { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.3125rem;left:11.9375rem;display:block; }
#CuRuq3P2H5GqKDpO7PKTKDLOXLJdHWx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:2.90625rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#me4mOXc1Pr3FI0t7mfgJZCzTBzlgFPTm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DU82cN6wxlaQqqFrz2hu6f0TbWQTwTs7 { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:20.265625rem;left:22.890625rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDLoLqgbmsqB3U4unKEyzuHK1pofzvib { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:8.640625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ezIq5vqH6lTaJAMTVuEkZFFMLgPgZWaR { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JUKMGpTiWvBZ5UqdNrzi3xt7N9trfUl7 { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:30.684375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k2STePoGTLNopFmVluL432U7pzmb6GDt { position:relative;display:block; }#k2STePoGTLNopFmVluL432U7pzmb6GDt { background-color: transparent; background-image: none; }#k2STePoGTLNopFmVluL432U7pzmb6GDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container > .video-iframe-container { display: none; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row > .video-iframe-container { display: none; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .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); }#k2STePoGTLNopFmVluL432U7pzmb6GDt { border-width: 0; border-radius: 0; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pEmcadXxWbycXOTOKwZzGSTK4OduwO0D { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.3125rem;left:20rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Af7Xe7PBWH9c8dHFpdlQU8TlufoBRqvw { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5rem;left:22.875rem;display:block; }
#MCoQ0PUoV8bIyeaqBkJHNPA6GZZ6dQlU { z-index:15038;top:27.5625rem;left:22.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iJRVeFEUZOl7VgQhbfqEfEQieHiDHtel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfxdaHKR5EDI4Bi8300o47y6TLrZKFki { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:20.625rem;height:5.60625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cw8Wa2mqAMTcBz8Sp3iWi16IR9TnURMg { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.3125rem;left:25.625rem;display:block; }
#CnwTeI5MzMsDkxbN6LxtbuQODZ71r6Lg { z-index:15047;top:27.5625rem;left:42.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qkx12yOiWzq9sAmAT5DEsfw1KVafpXhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3VxyMuLdegfDSu9yuF4IIweeiDoQqNr { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.6875rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeMlgfgBx51Zlb5tmx8JF8Chg4v2I6PT { position:absolute;display:block;z-index:15049;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.6875rem;width:13.1875rem;top:4.375rem;left:1.5rem;overflow:hidden;display:block; }
#y0F6ST8Zrp6Q9SLglRBFRAkEOHRVAtTD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GT0h4Xi2mwNhSX79gF4dlkzpExSS6F6V { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.25rem;left:42.875rem;display:block; }
#IcfQ3p0zV37We0Zxo8aZnFU5NquK3RzO { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.4135437011719rem;left:45.8125rem;display:block; }
#wIyQudPrsqyxPdhQ7XqkOr1BGMxoCOqd { z-index:15055;top:27.25rem;left:2.25rem;background-color:#282830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gPwXpZPbc3Kh8iKrD1NvZgwpp4bTNonL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUMTZxTIXzPcRI9GwobUByRc9RffJMAZ { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:20.868751525879rem;left:2.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VpszKGupoh70PZpbe9m0ImHELFQDes4q { color:rgba(var(--color-primary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.28125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#df4T2txM2OGDusKyTdMQ4Ll2ySgNTWqT { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.6875rem;top:16.5625rem;left:2.875rem;display:block; }
#q7WKkJUC3DL9JZyvh0lspfTl6fWM1Qxg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jnyk9JIGIObqV9RVTsuOT67oe2fI8nCr { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -moz-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -ms-linear-gradient(180deg, #f8f8f8, #807f7f);background-image: -o-linear-gradient(180deg, #f8f8f8, #807f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#807f7f' );";background-image: linear-gradient(180deg, #f8f8f8, #807f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:11rem;top:1.6875rem;left:5.8125rem;display:block; }
#Tix39ssOkI9ZxbmECwqHefvoftBIhc1M { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:24.193748474121rem;left:2.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZtMOINtoaJOTrPWFrqUlDN4ETBiuEqQ { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:24.19375038147rem;left:22.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dp6PlCxxgW5G3xEu4S4SedcK6Fwei0mh { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:24.19375038147rem;left:42.53125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PLUb65SWlyFvwDu0FxXKCeXTQci2UtyC { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:12.1875rem;display:block; }
#iPAuXCeQ2Z2rNReIp8sTuFuTWVPmhqtN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zblLlpqfJ6xNRo3l4FrEWiElA53eBlLT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sA3gq3dewH5RmyF7mKSd70vpiPg8avup { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:32.1875rem;display:block; }
#Dpv2N1sgOwyP1fXIkD7dwOspy5ToCzgl { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRrZrHNXgVo1w7GQBVtUZLqA4i5GdtcX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:2.21875rem;left:32.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILAOiDkkLR8MU3miISsGfyO8nGpmJe5k { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.875rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJDnlOPun3ZnuyvgQ0cWf2UKN6VOvNwv { position:absolute;display:block;z-index:15041;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.375rem;width:12.625rem;top:5.0625rem;left:43.6875rem;overflow:hidden;display:block; }
#FTQEqDGOTLbPVOrsd0V4kMi8nsTy6F9H { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:20.796875rem;left:22.875rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W2GMfIJE4iBErD6S42oJRZ7wnaqQ7D6K { color:#2a2a2a;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:20.909374237061rem;left:42.53125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQeHzhxlATo0NbT64w7aKGQiUC8VM4PD { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.875rem;left:52.09375rem;display:block; }
#mn3BQtxMrLX8vObect0PcEH6ZJoOMG4h { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:2.21875rem;left:52.65625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZCTWUgydBU1CCCRywDmlaWFO5Db5HfM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:3.296875rem;left:52.65625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HQL5R0w6kb1ywNgQi2hEyWrxUPTQ3DrI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:5.40625rem;left:52.65625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oM4EnMIESOrQ0HwIOipvxIGVTnNeHA0E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:32.625rem;left:44.5625rem; }
#OT2fThZ4kfWVChfn2AfugNMOxdZ3DaVL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.625rem;left:24.625rem; }
#cQMPV7FLksbCR8ITbZWsvF18N0QmEKKS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.625rem;left:4.625rem; }
#s8JlnURTBN8bozrCMdA9uAOaS5iI2EAg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:5.40625rem;left:12.65625rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWaiMkoaBbhTXzD5Ubat1orW2DcyTTT9 { position:absolute;display:block;z-index:15042;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.375rem;width:12.625rem;top:5.015625rem;left:23.6875rem;overflow:hidden;display:block; }
#spxlPu8ko9MWWVomTkn4GyVy3qaGaLUk { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:6.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RsArCbQyCwDpMoZ27NQK5cWOeMcZGaza { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:26.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwyZqMNyURxmFllaTwt1dpUuxmWu1dFi { color:#2a2a2a;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:32.934375762939rem;left:46.9375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { position:relative;display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { background-color: transparent; background-image: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container > .video-iframe-container { display: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row > .video-iframe-container { display: none; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .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); }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { border-width: 0; border-radius: 0; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzMZsOyrKF638RZDobt5KNQD9IvOikCf { position:absolute;display:block;z-index:14999;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:52.6875rem;top:2.125rem;left:3.65625rem;display:block; }
#wWdDucTpNlHXToMQtkNkot7i26OL3gDS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Opue7iIlfufmF60iTWR2d2l4bT2yuogW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { position:relative;display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { background-color: transparent; background-image: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container > .video-iframe-container { display: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row > .video-iframe-container { display: none; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .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); }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { border-width: 0; border-radius: 0; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { color:#2a2a2a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.015625rem;left:19.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5rem;left:52.21875rem; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5rem;left:55.65625rem; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { 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:3rem;width:11.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;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; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:1.375rem;left:0rem;width:14.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:2.1875rem;left:36.444793701172rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2.6875rem;left:32.3125rem;width:15.4375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { display:block; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { top:15.25rem;left:0rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:45.25rem;height:27.9375rem;top:8.8125rem;left:0rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:45.25rem;height:27.9375rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { top:39.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { top:3.25rem;left:1.53125rem;width:44.6875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { top:0rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { top:11.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd { display:block; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnp8irl3x10ixXzRXLvRWxTkHVovAJvF { top:5.5rem;left:2.03125rem;width:11.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGPTr1e9Lqfzwm4DZeZk3bHZvnlSIigT { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOKi08LSEd2JR2QVyzmZv9EMZ0sSnCH { top:16.5rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXVDOmp7XTZSaWaBlTObKzo0TudiyUhG { top:20.5rem;left:0rem;width:18.0625rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRk3TTK9S3iFywpVJGzoc3F0LUJb9xtB { top:39.25rem;left:0rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3gvyXOtB7VKzemIUxUgTOq7Ag5Mx1N { display:block; }
 }@media only screen and (max-width: 763px) { #zwcGIgLTuCcMatBbQ7RoJtxfzKBza5nF { top:17.5625rem;left:0.625rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEswk0OX8qewrluKRnuNq486nRm75Tst { top:1.25rem;left:3.5697898864746rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO52vuEqurn8i3uwL7eCzxFq6f1uRufL { top:39.25rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAouE1rnFrndTotK6vyAR6d8Glkqmv0T { display:block; }
 }@media only screen and (max-width: 763px) { #PF7kqpFHKqWVJvZOlQBxnNBlPGb3IGxz { top:20.5rem;left:13.875rem;width:17.875rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIlNvqJnSJzc6ty5puV4MvDJqG301cAa { top:17.375rem;left:16.5rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKzkUSkRyDKy70ekEZTE6tCbmh9MEeV { top:12.0625rem;left:11.75rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvgCzg3EFueGo3PJW3Mn9T0ALlUVIUoJ { top:16.25rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7NgpsFypUWOOtyXleQ5meuQ90S2x5G { top:23.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciPVT28e2TI9gbC8hLsBrT9NbADPkmn0 { display:block; }
 }@media only screen and (max-width: 763px) { #pFzthD6E474NdPknSWeOqz0siq5eSJrR { top:20.5625rem;left:31.9375rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61RVAtzyB4lR5L3cZHnKCzmLEq56Jyo { top:17.375rem;left:32.375rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHQdKBH80BRDz8ixiGersvwLsbduxIKE { top:4rem;left:31.9375rem;width:13.875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlEulfN4OJI9pCVUC8dtO1SvzGVLl3Oa { top:11.8125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCbZod0RH5TvgBQvgN0FdDvabtANDnq { top:16.0625rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A02souX6fFIdapVggcx6TuEm7kX8BABM { top:1rem;left:19.625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHPZrrGCaLDDznJU0clHzyRuaWW9yNEr { top:1rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPzrHlk40qh3nIJZXPJq6BD963tUpie { top:5rem;left:17.53125rem;width:12.5625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUsql6kHqNmOci1WOaFIPhKOdOHFSpCT { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBkxNz6PtDdBAteB3r9XcolobHVIy0F { top:29rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICnwiX0Xsts5DpCRTWhGHHc6hc6N5pvN { top:44.375rem;left:18.640625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyCTvaGAx4WJvcxlMPgMVhT7LEKD4ynw { top:44.3125rem;left:2.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoSJsyCqpTzBWdM9LxyMquFbvK19qKvN { top:43.5rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbK55TAVwyTQOB9iIWlOSIOwEFZiTHN { top:1.75rem;left:41.5rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhi0ToR1iWVSHgtVp0OAykL4arTV031k { top:2.75rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C89UyQZb45ePiMueI7U843zkFVsO0oTl { top:4.875rem;left:41.5rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVZWEIFnWO4SDhPpPdmB5X4866BqUt9T { top:0.25rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcqInDzeMc06EFuiJmScsKlU08aPzyJ { top:2.25rem;left:25.625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txakTErQFLDMuzatFMALvCh2yXbEn0qI { top:3.25rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dkeJVLedH8B1rutflQKu3WA3NM8sLf { top:5.375rem;left:25.625rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAn8TVFfbwJ7RUk8GT6LIIFynat73cfD { top:0.75rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUTNsSxDxriG0aiMvDgHduQ8OO1mpp5 { top:1.9375rem;left:9.25rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJWBmT3hT393bKwgXDvmULikopnTK873 { top:2.9375rem;left:9.375rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxNkvcAkRtUKASCNSorlPPIsgQkXHOT { top:4.875rem;left:9.25rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zw101EW8JExHvT8OUGlvWNiX0AN8La { top:53.875rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sicQnCKVdxEgG4k46CZWfc0U9VOmJ5t8 { display:block; }
 }@media only screen and (max-width: 763px) { #BA3kKV0PJsFDNPt28GT61WGueow80AvG { top:50.25rem;left:32.375rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nZG7IJpTNCiU6TfnETUTTIq4DgZfRw { top:59.25rem;left:34.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPikFbJ4dKtQXCIQ742id6QsBo2HusBt { top:49.625rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRqyBf7FTgMqTz2RZATWCFJd42RRT2hF { top:45.6875rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEnbGJwwwM5mDxTuZvK0ue6ArwXwdDC { top:34.4375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqMUeTxnIfSWz5Ai9USzAbpnSQ766RA { top:32.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm1lITTQyJc8ES3gE8yXyw62pgevtdcq { top:5.75rem;left:8.828125rem;width:6.125rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nybir97Zt8T7Q5atS1WzKu2H1tFwTbTW { top:6.6875rem;left:9.015625rem;width:6.125rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txBP3Pi7QT3Sw6aN0I2nwAE9ZCWrXpwN { top:8.5625rem;left:8.828125rem;width:6.125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcQFgcDO7BqtqxdMDPy6amkVcHToqQTC { top:38rem;left:33.765625rem;width:12.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUIV2dsvfvOTdPlNFCHuDuNmoq2txEO { top:35.625rem;left:41.5rem;width:6.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5hLJMfCJTWUEKlScGSt2biVasZnANxt { top:44.625rem;left:4.984375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka56DxHizl38MhaNaQrPs8SNVcH62XqH { top:44.625rem;left:20.75rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQNu58qupeyzyJNIBsuaqMX5psZ9TiX { top:29.25rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbL1OMnXn581ZTNK4OlF8hKvil3MJZ7e { top:59.5rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb { display:block; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5oE61dROJchCKmL9MEyvQzhskcEJmQb { top:12.4375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoQcL0xZdItOTIeBCsVAGWtQluNUzX2 { top:16.5rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSePV9mGKJ9sTpf6wJTOvAUdKxwTT0P { top:21.75rem;left:14.25rem;width:17.5rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TldiT8NqreuBJmftBz3zszdRwAZo5Wio { top:34.1875rem;left:16.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJVvgHspl5GqvE0fyo6pnGMCILbWPisI { display:block; }
 }@media only screen and (max-width: 763px) { #bQ4XsXa45Z0lOU6d8kFp7ACMxsbPnXWD { top:17.6875rem;left:14.75rem;width:17rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwGr7MwOoh4XXSRA3irJ3uhkMQM32Q0q { top:1.25rem;left:18.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSNEWSmBC8wC41bMUBEPOs55RRoFbIVl { top:21.75rem;left:0rem;width:17.0625rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqBwqaodNnuxrBPQTuUxy7E8T246VhUp { top:17.6875rem;left:0rem;width:17.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvC4C8bPmwWTtsX6tThW5i74pFtTu3y { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIhbKyyobfuyWVoEv6S0mwIUKks2y3SB { top:12.375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK7NNgFzu9QFbw8r7Z7no0dW5wgaIrAo { top:1.375rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVE2s27yqupNcI9RCBQOdnWM7S4uopFv { top:34.1875rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnNv8H2ZBo7VXsIcTds4prx5DZ8iPh2 { display:block; }
 }@media only screen and (max-width: 763px) { #xudEyt2HaLRveTr85MfHE1FxvhPb1W0n { top:4.375rem;left:15.890625rem;width:13.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUA1pbZSqLX38FEVrcwpPgWPQy5RqWHv { top:39rem;left:18.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBS8owLwySFzZ99GQBS5nAiq2fDL5x5D { top:38.9375rem;left:2.953125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxOwkRTCA60TRaXvXZtM34v5MWEM9pfR { top:34.125rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcmpv4ZGs2c1uBFRLsbn2cL6soyni3M { display:block; }
 }@media only screen and (max-width: 763px) { #WdJtC3zcwM0DyKTwvTs0TpwCsfr3PoKA { top:22.3125rem;left:30.0625rem;width:17.5625rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLNIy4ihlwTcWNLaEGToDfkwfVEKM6M { top:17.5rem;left:29.75rem;width:17.875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOL8OsCOeJUDE4ZoIpPK9WJLzEzeAZV2 { top:12.25rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9uDyUJSfMSqL0MZ5GNplvLQGwTdLMei { top:16.5625rem;left:32.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9udiTX1iLS3xc8i56k0ebzi9LA09hwo { top:38.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJfonkAb1zTRp7L3xbtqTDXoTcxUDVf { top:0.875rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo0TsxsuFCKTOI4syTH5rDMyevD2P92l { top:4.125rem;left:31.5rem;width:16.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylbL0tppW8ExGZ3LanLq6SEhLllST1E { top:0.875rem;left:8.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqHt13VzpQLDr9IsKd9GINcob4oQDp6 { top:2.375rem;left:25.625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv55qopvWbgroRNvTbaog2vLhQCEhbD3 { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4NqbeTifObkHpomeEQLxV5axyGcpTS { top:5.5625rem;left:9.140625rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G57pDcICeio0vTd3mNfwL74fvWPN0HNH { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkaDbHqvkucCNFBF0OuErrgtUToSLMQh { top:2.375rem;left:41.5rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEeFC8SZ8bk2PmNuJMST41mZ7iCF7uU5 { top:3.375rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkueGUkOODPhrmkHLsE3JsxVH8PX7mRN { top:5.5rem;left:41.5rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1W4nsvxf1D3lTJkAETg6ZShVO2tze8m { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKTF8T7WeICF24vlacTPsk1ccwD8NfUz { top:5.4375rem;left:0.8125rem;width:12.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwTNMh80nAeLp8hf5klLTq9STozg4mdT { top:2.5625rem;left:9.015625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrAOv7J1eTOwK7JZZgdRQgrpIvc5ZsL { top:3.625rem;left:9.265625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgrm7R3xiITxhwnhFeTaWHd3Eu3gCG0r { top:5.375rem;left:25.625rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWtyiVk6yMv7E0p4JTfTXbIlotaAQSW7 { top:39.25rem;left:5.0625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygMmTFokHpw11f2QazEysLfDGeRhzdsG { top:39.25rem;left:20.515625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7EXn57kw7bV32mmrKnGVp4fA3r30kJ1 { top:38.9375rem;left:36.375rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL { display:block; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBZiWTgsTDvVxswemf6hLofEc1V8hXXA { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkWZA2uJ8rVZbnP7AFyFzg0oqogHEp0 { top:16.5rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIKpkkFTS1fSg2Igk47PXbmLuomfhcCM { top:21.75rem;left:15.0625rem;width:17.5rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JEwFTbZGtO2XZEP9Xd6t9PsLulL7Ex { top:34.1875rem;left:16.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXRQeVWGSmmHA4yDpZ2GBEJnAzWbFQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #MP5girPpwcl7TVOpoTMZ4Qmduu4d65CK { top:17.625rem;left:14.75rem;width:17rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTsGiC7dbTGdMXSgz5z858hFkRaSavw { top:1.25rem;left:18.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2t81DW7is6OvEDk2hTDr8iuShX4Aphy { top:21.75rem;left:0rem;width:17.0625rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAxHSTvvIXTCikbzTsWMi8uLuUC12r5 { top:17.625rem;left:0rem;width:17.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU5tAkK2VpeMUmQgBHm1WsvMrBLvMlpA { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aokPBofFAwMwMMqVLF5liA4f4bs9eozK { top:5.125rem;left:1.75rem;width:11.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmA4i4rU8kXbe7P29K6rMdDr615ZINmy { top:12.375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRwi4pLpWRXKyNTEcUlOA5N4zlzyTO7 { top:1.375rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4LLSyByEvZJy2TKEHRN9Q1obOLN4X9X { top:34.1875rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V53eTVyhdJFuOxR3Ddv3ergDHfwMCsNw { display:block; }
 }@media only screen and (max-width: 763px) { #t1oLAQd79TnNBeU6iU88b9FBUkNPqgfs { top:5.5625rem;left:16.1875rem;width:13.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFFs4foD5Buy6E1AZ26OvGLHcBgHEyat { top:39rem;left:18.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQVmsBtZGkxUKfPs0Ao6RGfJ4wLerPWQ { top:38.9375rem;left:2.953125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSMu0Oi50SGBa6oSWWOlTsc2TXtEP4w { top:34.125rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AySkEtflWr8IKvdTHIBhCnKHmaPVDfQx { display:block; }
 }@media only screen and (max-width: 763px) { #vFP4Z44oa6cWQIJ7p6c4FTigCbKKaTlv { top:22.3125rem;left:30.0625rem;width:17.5625rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVfitTkUUrssGoTo76F4MymngBucT6Ay { top:17.5rem;left:29.75rem;width:17.875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8zvISmnvf62H9K3tCUglFBLEVoqKKra { top:12.25rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asWJlA7qTv9tK4ywrrsXNFT0WufMlrEU { top:16.5625rem;left:32.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXDWO7DvDCdMzcbdDAnuQf8lTpmV0rA0 { top:38.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSdbarKR2yfOxrNasE669tt21lvbGciC { top:0.875rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsVF5TxTDoRA1Ei2fN49bLRCGFZkQvwo { top:4.5rem;left:31.9375rem;width:12.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOxG6HxcE0sT5tgJJZueeUpuMTkxI8d { top:5.125rem;left:9.078125rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6eLFgf3TtBFyL2SaLw6fh8Kz7np9lgg { top:0.875rem;left:8.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUB85ztHeATDk5vNsO79XfkkkdIfS1u { top:3.375rem;left:9.1875rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qki1SXGMSRLitEP9RAh3XwqBnq6JhkTb { top:2.375rem;left:9.0625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Xh9nw9v2NUBzouDi5wRTZAtv2IGt1O { top:2.375rem;left:25.625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1UtP2s3ole7ufti7xSQyALHLSy13CDu { top:3.375rem;left:25.625rem;width:6.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnKWFGLBkaABvH7FHzQdBiQpxtQQ9aBJ { top:5.4375rem;left:25.625rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT9sBqfg71rCPxv2N0oswrdek5W2a27 { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBU93uusSe8znAdekeXGkOsW6rtkT6iK { top:2.375rem;left:41.5rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtvfPL5AINGUFTsezR4G4W0O6VT45f5 { top:3.375rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrpoHQr5ccDVPgJvnchIcilyr5dmt0g4 { top:5.5rem;left:41.5rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAsDHs9GrvJToZOkps6UrQExiIq8TTD { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Z9l9dMeGtkooang0FiPnWIMP1E4a5N { top:39.25rem;left:5.015625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsK6ONZ8KTWV6f34cZ89rEGWSfFxmqJu { top:39.25rem;left:20.390625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwG9Tfgag2yAU2rGtWLbT7p6JxekmpC { top:38.875rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb { display:block; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c950kktviuKs9OizMufTes3g71Kx53zF { top:26.3125rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTe9Kkhe0KwQUbdbClAZyFvfT6CO61t0 { display:block; }
 }@media only screen and (max-width: 763px) { #mSWKt0UE0u1qSI3sWuQbPmH1ggUwEmdp { top:18.0625rem;left:15.875rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Jpat8uWNTtWy5xAFm5T77OQ6M6512M { top:16.75rem;left:15.875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2hmGF862fif8BeHfMVLg6mLuTRFuvT { top:12.5rem;left:15.4375rem;width:16.3125rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJZwLt7Z0LbfyMaTXGBGWczeduwopFU { top:1.5625rem;left:18.5625rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRoLr0FPoo1eNCTxeCMDiHdEEn5w0re { top:4.6875rem;left:17.03125rem;width:13.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJAOxONIdDnhPVksESPUfBppubRP2W3k { top:26.3125rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k318OBCgi27gwNSgFABT4Lc9Ldsakb9t { display:block; }
 }@media only screen and (max-width: 763px) { #smD1V993XvgsdQx83hdFMuWHtMNnvFql { top:23.125rem;left:0rem;width:19.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyEIprEQ6KuwXNXeFkSOSnGQG7qkSFg { top:18.0625rem;left:0.1875rem;width:14.625rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftOyNBOrWuitRTF4Kh5UK8tC90JBpJVN { top:16.75rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzIctCTebexiapGxcNIfLIPaAzHrnD0O { top:12.5625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRK8QnEXgowTb6f1QKitRAIAt7TRE2zz { top:1.5625rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnh06HMkspKcKJWCtdcp8T5hLJf0wEV7 { top:4.625rem;left:0rem;width:13.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZPVWWtlDKza0pdNqaJkQfMTItZcy7hF { top:30.8125rem;left:18.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbftozpHZHmSnxvqcnCkCPepsZtU9eDV { top:30.8125rem;left:2.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qocWarlGx3dgFfdpgSza9O6VvlMzmBKb { top:26.3125rem;left:31.75rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWhN8gIXo85NQgbxokNtHtxVxL9oRnuG { display:block; }
 }@media only screen and (max-width: 763px) { #RxDC2xq6Ra1iKvMdwbiv75uTJFRh8TNw { top:21.625rem;left:31.75rem;width:14.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfqJ1896nMJNQZnTU84gv2mZah7BsFJ { top:17.875rem;left:31.75rem;width:14.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kud77SvLbEz6kyNXQ1D8CA2f1d24wyR2 { top:16.75rem;left:31.75rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCodLal5yop2nzlQPEIsgrO5asJB7e2i { top:12.5625rem;left:29.9375rem;width:17.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBKyMHWu9JLZzd3S0qDyQgwAbfcJ338 { top:12.5625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAC8CBPkDXGSPs1Vh6HVlxyxl8s65JgF { top:30.8125rem;left:33.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTNVM12z4cLDRbklCJgcDlgzs7X6wH6 { top:1.5rem;left:34.3125rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gri0qCZ4RVTglopweLkiRQLQugTfOlO1 { top:5.0625rem;left:31.75rem;width:13.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPAXl7KR8NMDZ7rB12kXis2pcpVwIl3h { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJyboVk4COeE03TUtsQ2tAlFWTvuFC2l { top:3.375rem;left:9.75rem;width:6.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdkn4hXuOkkTGkNuKxCmZlDTvTkzAhB { top:5.5rem;left:9.75rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skgzOZ5s6mq9iPCAoob8JqzbPaEgN6ud { top:2.375rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHd0WszX01e10HJGqRcH0hH53AHQvMi { top:0.6875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9sUQQIzfBK3UUfOspNTV1AHHTC3RRq { top:3.1875rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7zXqwAGTc1US4FMSM8aJOOe89buM9bV { top:5.3125rem;left:25.625rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Dd476sQzlurHo9ZGeinUMf2ty0FsOB { top:2.1875rem;left:25.625rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaEB5ZGOmxIqyH7tZr1D1ebtBmSNpFp { top:2.875rem;left:40.875rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x695SThl9ltGgtzfsqdlsOWLqP4kATfR { top:5rem;left:40.875rem;width:6.125rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvt3H19pvBHb0iSRM7UasGtTGX7W3TUB { top:0.375rem;left:40.1875rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIl1DUfN41wDKhl8pVmZgKPiS6yCMzf { top:1.875rem;left:40.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izwTUsvrKHRfaamDuMs1ag3W5l6wpgQE { top:31.0625rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA1AeEVkA2zeT3tfZBtcwQDLt1OcKrES { top:31.0625rem;left:20.640625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUchqbRTnxoUTi6JTRvUOPcc6oTABIaa { top:31.0625rem;left:35.3125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byLu64wXI4IsOgQ72stvJJ7rs1KiNd23 { top:30.8125rem;left:18.3125rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSNwsyNyARATtTOnmT5DxofIKz0v8SaH { display:block; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3DoeFzDAG7JGZZVmQTigntAtrrbdNnH { top:12.3125rem;left:11.75rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuppL8GrhhApOLJyN7BFKbrIB1MEDA2H { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keb6onrJGVCBTGBvdvc27uT8aCHnPq8D { top:24.9375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFaOs0JqPCHztahoUBXuDdRNZ4Xzir6S { display:block; }
 }@media only screen and (max-width: 763px) { #MdmtOST7wphsnnx9SiDfHViVSLf80xwZ { top:17.875rem;left:13rem;width:18.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKyLATfe1zr1pdaG77a0TmnSaXBxOaR { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6GIVddqa9XDpPmzZ1DbvXor3K6MJGv { top:24.9375rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqacUe3aTLeQfruDgcv1Ny304mh5uEIM { display:block; }
 }@media only screen and (max-width: 763px) { #La9Lio5lCtG79p1gOsTG2L3J0Z56pQvy { top:17.875rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIPR9mE5rrSFvosEiR45TCVOqZRl8GdA { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovi0AOQebLVTruVHNkeHRaGAryp6NMOB { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5Mr3xobxWUvcXNf52AXzt4mt1sbFmi { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5gsXSpnrp4sTXgkTItJVTI7CoVTTKO { top:4.6875rem;left:17.4375rem;width:12.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMensL7cxT3yeaAMOrO562zp2cLUneem { top:3.8125rem;left:32.25rem;width:14.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bch7vtTwMy4Qz5yRxxIhbIu9cZzcLTy4 { top:22.9375rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVUSdqgodR8Rskn9EerVWlKHznnhrWL { top:22.9375rem;left:32.6875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5bSoWMi5SmBgftFGieq3fqE9Gs1LVwv { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7mbSTy0oKcLJoZ2P0C0vyeqEnM2zxV { top:0.75rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbGz2JBxDT7NGIKpbsJXUnVR5UTB9kf { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpuW3BIFsIikzNGeLnV8pQkG0yKPG71x { top:1.9375rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAt5pMtBGvn9TxZzcvwmFXDXqOrTSpn7 { top:5.375rem;left:41.5rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AqgJbgkyK94c7euQmQeUClpNpaqShQ { top:2.375rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWp0suvKnLaoV7uV0XVzQ6s6szPUe6X5 { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTbRMvBU9kt3I99pUZAs6qnKDJPUg43 { top:5.375rem;left:25.625rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaneKDpkwgxUHXcGJo5PvdZK8IA2aRtc { top:20.1875rem;left:32.6875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc3dxNdp6gTragfaZsBpyaZu20IZwbPr { top:30.375rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxyVuGtJd6ANTRCDZy5Cl18TUJmGtMSd { top:30.375rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLqAzEoVS9MpVquUuv1KaMTVxFOqHyQ6 { top:24.9375rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23dzEROaXUvamzPJ81IIumvPaIenZCs { display:block; }
 }@media only screen and (max-width: 763px) { #bkTfdEuuJnvmLAbpSFm0dCigfyRrNtvW { top:20.75rem;left:0.46875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWehcdqK4TJ2E9tGVWIdDW1sWgtxkqn { top:17.875rem;left:0.625rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTf58mCvOTc21NTUOyHkai2GAIZ9U5h { top:12.3125rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltE6lVNCU9p1XJVcxGoHo0KNKF9NvzCT { top:16.5625rem;left:1.09375rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyeXxFzVTindTKGIhvsWOvKTxTfnRDVN { top:4.625rem;left:1.28125rem;width:13.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2bSH1yaETk4CdJAo2dzfslvp5C6i6fy { top:1.3125rem;left:2.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAW8n0smHQ6L2Qn4Eki0Cb3giiQbuqbr { top:31rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQDZzuGih7yolVByHyOJiaq3PeyPgkN { top:1.625rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO2uIm70g0HfoEUnoGTRbPanr9DmhD0v { top:0.3125rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRuq3P2H5GqKDpO7PKTKDLOXLJdHWx1 { top:2.875rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4mOXc1Pr3FI0t7mfgJZCzTBzlgFPTm { top:4.6875rem;left:9.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU82cN6wxlaQqqFrz2hu6f0TbWQTwTs7 { top:20.25rem;left:16.703125rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLoLqgbmsqB3U4unKEyzuHK1pofzvib { top:30.625rem;left:6.578125rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIq5vqH6lTaJAMTVuEkZFFMLgPgZWaR { top:30.625rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKMGpTiWvBZ5UqdNrzi3xt7N9trfUl7 { top:30.625rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2STePoGTLNopFmVluL432U7pzmb6GDt { display:block; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEmcadXxWbycXOTOKwZzGSTK4OduwO0D { top:12.3125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af7Xe7PBWH9c8dHFpdlQU8TlufoBRqvw { top:16.5rem;left:16.6875rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCoQ0PUoV8bIyeaqBkJHNPA6GZZ6dQlU { top:27.5625rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJRVeFEUZOl7VgQhbfqEfEQieHiDHtel { display:block; }
 }@media only screen and (max-width: 763px) { #QfxdaHKR5EDI4Bi8300o47y6TLrZKFki { top:17.5rem;left:13rem;width:18.75rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8Wa2mqAMTcBz8Sp3iWi16IR9TnURMg { top:1.3125rem;left:19.4375rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnwTeI5MzMsDkxbN6LxtbuQODZ71r6Lg { top:27.5625rem;left:31.9375rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkx12yOiWzq9sAmAT5DEsfw1KVafpXhD { display:block; }
 }@media only screen and (max-width: 763px) { #L3VxyMuLdegfDSu9yuF4IIweeiDoQqNr { top:17.5rem;left:32.375rem;width:14.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeMlgfgBx51Zlb5tmx8JF8Chg4v2I6PT { top:4.375rem;left:0rem;width:13.1875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0F6ST8Zrp6Q9SLglRBFRAkEOHRVAtTD { top:12.3125rem;left:27.625rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT0h4Xi2mwNhSX79gF4dlkzpExSS6F6V { top:16.25rem;left:32.5625rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcfQ3p0zV37We0Zxo8aZnFU5NquK3RzO { top:1.375rem;left:35.5rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyQudPrsqyxPdhQ7XqkOr1BGMxoCOqd { top:27.25rem;left:0.1875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwXpZPbc3Kh8iKrD1NvZgwpp4bTNonL { display:block; }
 }@media only screen and (max-width: 763px) { #mUMTZxTIXzPcRI9GwobUByRc9RffJMAZ { top:20.8125rem;left:0.46875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpszKGupoh70PZpbe9m0ImHELFQDes4q { top:17.5rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4T2txM2OGDusKyTdMQ4Ll2ySgNTWqT { top:16.5625rem;left:0.8125rem;width:13.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7WKkJUC3DL9JZyvh0lspfTl6fWM1Qxg { top:12.3125rem;left:0rem;width:20rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnyk9JIGIObqV9RVTsuOT67oe2fI8nCr { top:1.6875rem;left:3.75rem;width:11rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tix39ssOkI9ZxbmECwqHefvoftBIhc1M { top:24.1875rem;left:0.46875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtMOINtoaJOTrPWFrqUlDN4ETBiuEqQ { top:24.1875rem;left:16.34375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6PlCxxgW5G3xEu4S4SedcK6Fwei0mh { top:24.1875rem;left:32.21875rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLUb65SWlyFvwDu0FxXKCeXTQci2UtyC { top:0.875rem;left:8.625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAuXCeQ2Z2rNReIp8sTuFuTWVPmhqtN { top:3.375rem;left:9.75rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zblLlpqfJ6xNRo3l4FrEWiElA53eBlLT { top:2.375rem;left:9.75rem;width:6.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA3gq3dewH5RmyF7mKSd70vpiPg8avup { top:0.875rem;left:24.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpv2N1sgOwyP1fXIkD7dwOspy5ToCzgl { top:3.375rem;left:25.625rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRrZrHNXgVo1w7GQBVtUZLqA4i5GdtcX { top:2.1875rem;left:25.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILAOiDkkLR8MU3miISsGfyO8nGpmJe5k { top:5.5rem;left:25.625rem;width:6.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDnlOPun3ZnuyvgQ0cWf2UKN6VOvNwv { top:5.0625rem;left:33.375rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTQEqDGOTLbPVOrsd0V4kMi8nsTy6F9H { top:20.75rem;left:16.6875rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2GMfIJE4iBErD6S42oJRZ7wnaqQ7D6K { top:20.875rem;left:32.21875rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQeHzhxlATo0NbT64w7aKGQiUC8VM4PD { top:0.875rem;left:40.375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn3BQtxMrLX8vObect0PcEH6ZJoOMG4h { top:2.1875rem;left:41.5rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCTWUgydBU1CCCRywDmlaWFO5Db5HfM { top:3.25rem;left:41.5rem;width:6.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQL5R0w6kb1ywNgQi2hEyWrxUPTQ3DrI { top:5.375rem;left:41.5rem;width:6.125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM4EnMIESOrQ0HwIOipvxIGVTnNeHA0E { top:32.625rem;left:34.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2fThZ4kfWVChfn2AfugNMOxdZ3DaVL { top:32.625rem;left:18.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQMPV7FLksbCR8ITbZWsvF18N0QmEKKS { top:32.625rem;left:2.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JlnURTBN8bozrCMdA9uAOaS5iI2EAg { top:5.375rem;left:9.75rem;width:6.125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWaiMkoaBbhTXzD5Ubat1orW2DcyTTT9 { top:5rem;left:17.5rem;width:12.625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxlPu8ko9MWWVomTkn4GyVy3qaGaLUk { top:32.875rem;left:4.875rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsArCbQyCwDpMoZ27NQK5cWOeMcZGaza { top:32.875rem;left:20.5625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwyZqMNyURxmFllaTwt1dpUuxmWu1dFi { top:32.875rem;left:36.625rem;width:8.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzMZsOyrKF638RZDobt5KNQD9IvOikCf { top:2.125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdDucTpNlHXToMQtkNkot7i26OL3gDS { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opue7iIlfufmF60iTWR2d2l4bT2yuogW { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { top:3rem;left:13.0625rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { top:2.5rem;left:0rem;width:11.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { width:8.9375rem;height:1.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.625rem;left:10.625rem;width:1.625rem;height:1.625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:1.1375rem;top:2.0562496185302rem;left:12.1875rem;font-size:0.8125rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/d2680dcf-c8e0-4a30-966b-5594c2cc3815/dniotwarterodzinaCHRTK.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.adaptive-delivery-prevent-bg, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyload, #uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo.lazyloading { background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { background-color: transparent; background-image: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row > .video-iframe-container { display: none; }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .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); }#uXA6G9mgMHvFiuEeXIrqIgMqtzsaXpRo > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNfmeoCdPatsuKF7n0UbrJ52lt9AdRn3 { width:15.75rem;height:7.5rem;top:1.1937503814698rem;left:2.125rem;font-size:1.875rem;line-height:1;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgNGLrQg1ZrCuqBPuenVCt6cTcZzem6b { top:8.1875rem;left:5.25rem;width:9.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zONZc2FHVVrbr25C78VWkvUO9AKxFHO2 { display:block; }
 }@media only screen and (max-width: 763px) { #Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl { display:block; }#Cf8uiJSJ0EWvsx19PwzkGo4AiFMeJwcl > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1  { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
#EW49R55ihTVkfex105TPOKT36GrukML1 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EW49R55ihTVkfex105TPOKT36GrukML1 {display:block;}#EW49R55ihTVkfex105TPOKT36GrukML1 { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #x40XJ2JudzDloLhQlrOdsTbGKkFmxnQf {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HJIhrbAfeUz9AMqgUIJwHaliwzyW8O1E { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #PAZp7szAlH4qIMSLNT48KfELEC67FHMz {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #bRA2ydzBritGXeapdFn9O3DdRDukVAxt {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #f57Z6Ti0B5HgIrcARKS9yxwdyhTpRg3k { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #uTy8rcD7bOOl794auJmFgdJeG2B2HoLG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #tXPnIEdJWEqr0S6OZr3Dd2PVBXGrsw9u {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SSQnmVC59hxKSXzyTneqSSQDSPWPZwgy { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #lzgmTyVFvTasHuTLm2KTv7V5s4a6TmPL {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #vxBoet6x4qczTOSUJAIdSZnm2WTlUoDn {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #HpNuhnFCuZlsfgW3eKg6CxwXhsOl6ngO { display:none; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z6WZ4K5OP5AfQm2IOJ1RuD7Ek0XqlDnM {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Qccw0LMoWMvsyGGoQzzoZyCJhU5HziDc {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #aetJhWkyzLdhoI7TaMpaGIeILduonQcW { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #L5ZaI7IRT9twdpc58FSJ4lnkh3sE5AsP {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #z4LyhCUyaBOTqD6vwgtpoUJDsrbozF4f {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #cf5yyTNLELRpNfApXNBt26iI30oXdeSR { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #h5xTaZgGGfC22C5PPKt8IqHddT9ubea5 {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #R0X9SaBZ8fRxMlVVNpAVTTVTGbVLZnuI {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #SxM1h6OJrGhsvfZkMf2ZM6cxewUrdZTg { z-index:2; }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #Hx6S1IcDm9ebTwuHcZTgStasrtvC80QG {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #zK0D2LiWmxXVXUmeCN5ieUTfklf6MHoO {  }
 }@media only screen and (max-width: 763px) { #EW49R55ihTVkfex105TPOKT36GrukML1 #kDsfpsohIPWxrJpuLt3HhR3SwALFJ9RC {  }
 }@media only screen and (max-width: 763px) { #A0aE1zo4wQgxWlczviLHe8qlPSUfgKUy { width:20rem;height:3.9rem;top:61.262502670288rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9w5eKfTgJvebt39mVB06T8LXVLtUku { width:20rem;height:4.9875rem;top:1.7250003814698rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ { display:block; }#cPaCprFTnKmxeRZ0FpaAKk89JRPWTXTQ > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWWTZIkJIeOtmJ42MxN3MVEyaafVMNHS { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGT3NyMNGdttOe9R6zFqe0ST5vdp6gWF { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9o2AChPpZQ7OTEk05e9cLW2rJxn49o { width:15.9375rem;height:2.6rem;top:8.4364585876462rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd { display:block; }#J7dceC7gzumXIxQe8nJrbbLGWrfCmcHd > .row .container { width:20rem;height:184.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnp8irl3x10ixXzRXLvRWxTkHVovAJvF { width:13.3125rem;height:7.75rem;top:10rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGPTr1e9Lqfzwm4DZeZk3bHZvnlSIigT { width:17.6875rem;height:3.7375rem;top:17.749999046326rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOKi08LSEd2JR2QVyzmZv9EMZ0sSnCH { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXVDOmp7XTZSaWaBlTObKzo0TudiyUhG { width:19rem;height:17.0625rem;top:26.112499237061rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRk3TTK9S3iFywpVJGzoc3F0LUJb9xtB { top:43.9375rem;left:2.3125rem;width:15.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3gvyXOtB7VKzemIUxUgTOq7Ag5Mx1N { display:block; }
 }@media only screen and (max-width: 763px) { #zwcGIgLTuCcMatBbQ7RoJtxfzKBza5nF { width:14.625rem;height:3.7375rem;top:22.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEswk0OX8qewrluKRnuNq486nRm75Tst { width:10.1875rem;height:14.125rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO52vuEqurn8i3uwL7eCzxFq6f1uRufL { top:97.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAouE1rnFrndTotK6vyAR6d8Glkqmv0T { display:block; }
 }@media only screen and (max-width: 763px) { #PF7kqpFHKqWVJvZOlQBxnNBlPGb3IGxz { width:17.3125rem;height:18.2rem;top:78.503124237062rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIlNvqJnSJzc6ty5puV4MvDJqG301cAa { width:14.625rem;height:3.7375rem;top:75.9375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKzkUSkRyDKy70ekEZTE6tCbmh9MEeV { width:20rem;height:3.7375rem;top:71.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvgCzg3EFueGo3PJW3Mn9T0ALlUVIUoJ { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb7NgpsFypUWOOtyXleQ5meuQ90S2x5G { top:133.625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciPVT28e2TI9gbC8hLsBrT9NbADPkmn0 { display:block; }
 }@media only screen and (max-width: 763px) { #pFzthD6E474NdPknSWeOqz0siq5eSJrR { width:14.9375rem;height:3.4125rem;top:130.1875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P61RVAtzyB4lR5L3cZHnKCzmLEq56Jyo { width:14.625rem;height:3.7375rem;top:127.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHQdKBH80BRDz8ixiGersvwLsbduxIKE { width:13.75rem;height:7.875rem;top:114.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlEulfN4OJI9pCVUC8dtO1SvzGVLl3Oa { width:20rem;height:3.7375rem;top:122.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCbZod0RH5TvgBQvgN0FdDvabtANDnq { width:13.6875rem;height:0.1875rem;top:16.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A02souX6fFIdapVggcx6TuEm7kX8BABM { width:11rem;height:10.6875rem;top:59.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHPZrrGCaLDDznJU0clHzyRuaWW9yNEr { width:11rem;height:10.6875rem;top:111.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPzrHlk40qh3nIJZXPJq6BD963tUpie { width:13.3125rem;height:7.75rem;top:62.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUsql6kHqNmOci1WOaFIPhKOdOHFSpCT { width:7.25rem;height:7.25rem;top:4.09375rem;left:10.390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBkxNz6PtDdBAteB3r9XcolobHVIy0F { display:flex;width:2rem;height:2rem;top:138.25rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #ICnwiX0Xsts5DpCRTWhGHHc6hc6N5pvN { display:flex;width:2rem;height:2rem;top:102.375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #oyCTvaGAx4WJvcxlMPgMVhT7LEKD4ynw { display:flex;width:2rem;height:2rem;top:49.125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #VoSJsyCqpTzBWdM9LxyMquFbvK19qKvN { width:8.75rem;height:0;top:138.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UcbK55TAVwyTQOB9iIWlOSIOwEFZiTHN { width:6.125rem;height:1.21875rem;top:59.625rem;left:12.203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhi0ToR1iWVSHgtVp0OAykL4arTV031k { width:6.125rem;height:2.03125rem;top:60.5rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C89UyQZb45ePiMueI7U843zkFVsO0oTl { width:6.125rem;height:1.05625rem;top:62.625rem;left:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVZWEIFnWO4SDhPpPdmB5X4866BqUt9T { width:7.25rem;height:7.25rem;top:58rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcqInDzeMc06EFuiJmScsKlU08aPzyJ { width:6.125rem;height:1.21875rem;top:111.1875rem;left:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txakTErQFLDMuzatFMALvCh2yXbEn0qI { width:6.125rem;height:2.03125rem;top:112.1875rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dkeJVLedH8B1rutflQKu3WA3NM8sLf { width:6.125rem;height:1.05625rem;top:114.3125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAn8TVFfbwJ7RUk8GT6LIIFynat73cfD { width:7.25rem;height:7.25rem;top:109.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUTNsSxDxriG0aiMvDgHduQ8OO1mpp5 { width:6.125rem;height:1.21875rem;top:141.5rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJWBmT3hT393bKwgXDvmULikopnTK873 { width:6.125rem;height:0;top:118.0312538147rem;left:6.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVxNkvcAkRtUKASCNSorlPPIsgQkXHOT { width:6.125rem;height:0;top:121.3125038147rem;left:6.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0zw101EW8JExHvT8OUGlvWNiX0AN8La { top:165.4375rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sicQnCKVdxEgG4k46CZWfc0U9VOmJ5t8 { display:block; }
 }@media only screen and (max-width: 763px) { #BA3kKV0PJsFDNPt28GT61WGueow80AvG { width:14.625rem;height:3.7375rem;top:162.6562538147rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6nZG7IJpTNCiU6TfnETUTTIq4DgZfRw { display:flex;width:2rem;height:2rem;top:170.375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #pPikFbJ4dKtQXCIQ742id6QsBo2HusBt { width:13.6875rem;height:0.1875rem;top:49.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRqyBf7FTgMqTz2RZATWCFJd42RRT2hF { width:20rem;height:3.7375rem;top:158.10625457764rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEnbGJwwwM5mDxTuZvK0ue6ArwXwdDC { width:11rem;height:10.6875rem;top:146.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtqMUeTxnIfSWz5Ai9USzAbpnSQ766RA { width:7.25rem;height:7.25rem;top:144.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm1lITTQyJc8ES3gE8yXyw62pgevtdcq { width:6.125rem;height:;top:5.7802009582519rem;left:10.890625rem;font-size:0.9375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #Nybir97Zt8T7Q5atS1WzKu2H1tFwTbTW { width:6.125rem;height:;top:6.703125rem;left:11.078125rem;font-size:1.5625rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #txBP3Pi7QT3Sw6aN0I2nwAE9ZCWrXpwN { width:6.125rem;height:0;top:8.6093673706056rem;left:10.890625rem;font-size:1.125rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #XcQFgcDO7BqtqxdMDPy6amkVcHToqQTC { width:13.3125rem;height:7.6875rem;top:149.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUIV2dsvfvOTdPlNFCHuDuNmoq2txEO { width:6.125rem;height:1.7875rem;top:147.3125rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5hLJMfCJTWUEKlScGSt2biVasZnANxt { width:8.75rem;height:1.3rem;top:138.60000038147rem;left:6.890625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ka56DxHizl38MhaNaQrPs8SNVcH62XqH { width:8.75rem;height:1.3rem;top:49.903124809265rem;left:6.890625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxQNu58qupeyzyJNIBsuaqMX5psZ9TiX { width:8.75rem;height:1.3rem;top:102.72500038147rem;left:6.890625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nbL1OMnXn581ZTNK4OlF8hKvil3MJZ7e { width:8.75rem;height:1.3rem;top:170.72500038147rem;left:6.890625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb { display:block; }#XJTpKvzbWqTTqel79LlWv9HcTQUTMpHb > .row .container { width:20rem;height:151.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5oE61dROJchCKmL9MEyvQzhskcEJmQb { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoQcL0xZdItOTIeBCsVAGWtQluNUzX2 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCSePV9mGKJ9sTpf6wJTOvAUdKxwTT0P { width:17.1875rem;height:11.375rem;top:26.203123092651rem;left:1.734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TldiT8NqreuBJmftBz3zszdRwAZo5Wio { top:38.25rem;left:2.1875rem;width:14.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJVvgHspl5GqvE0fyo6pnGMCILbWPisI { display:block; }
 }@media only screen and (max-width: 763px) { #bQ4XsXa45Z0lOU6d8kFp7ACMxsbPnXWD { width:18.5rem;height:5.60625rem;top:22.16562461853rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwGr7MwOoh4XXSRA3irJ3uhkMQM32Q0q { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSNEWSmBC8wC41bMUBEPOs55RRoFbIVl { width:16.625rem;height:13.65rem;top:71.375rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqBwqaodNnuxrBPQTuUxy7E8T246VhUp { width:17rem;height:5.60625rem;top:66.875rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvC4C8bPmwWTtsX6tThW5i74pFtTu3y { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIhbKyyobfuyWVoEv6S0mwIUKks2y3SB { width:20rem;height:3.7375rem;top:63.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK7NNgFzu9QFbw8r7Z7no0dW5wgaIrAo { width:11rem;height:10.6875rem;top:51.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVE2s27yqupNcI9RCBQOdnWM7S4uopFv { top:85rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnNv8H2ZBo7VXsIcTds4prx5DZ8iPh2 { display:block; }
 }@media only screen and (max-width: 763px) { #xudEyt2HaLRveTr85MfHE1FxvhPb1W0n { width:11.6875rem;height:6.75rem;top:10.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUA1pbZSqLX38FEVrcwpPgWPQy5RqWHv { display:flex;width:2rem;height:2rem;top:43.125rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #TBS8owLwySFzZ99GQBS5nAiq2fDL5x5D { display:flex;width:2rem;height:2rem;top:90rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #cxOwkRTCA60TRaXvXZtM34v5MWEM9pfR { top:134.9375rem;left:2.5625rem;width:14.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcmpv4ZGs2c1uBFRLsbn2cL6soyni3M { display:block; }
 }@media only screen and (max-width: 763px) { #WdJtC3zcwM0DyKTwvTs0TpwCsfr3PoKA { width:16.1875rem;height:12.5125rem;top:120.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFLNIy4ihlwTcWNLaEGToDfkwfVEKM6M { width:16.75rem;height:3.7375rem;top:115.9375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOL8OsCOeJUDE4ZoIpPK9WJLzEzeAZV2 { width:20rem;height:3.7375rem;top:111.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9uDyUJSfMSqL0MZ5GNplvLQGwTdLMei { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9udiTX1iLS3xc8i56k0ebzi9LA09hwo { display:flex;width:2rem;height:2rem;top:139.8125rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #WVJfonkAb1zTRp7L3xbtqTDXoTcxUDVf { width:11rem;height:10.6875rem;top:100.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo0TsxsuFCKTOI4syTH5rDMyevD2P92l { width:15.75rem;height:8.0625rem;top:103.203125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylbL0tppW8ExGZ3LanLq6SEhLllST1E { width:7.25rem;height:7.25rem;top:3.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqHt13VzpQLDr9IsKd9GINcob4oQDp6 { width:6.125rem;height:1.21875rem;top:51.8125rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv55qopvWbgroRNvTbaog2vLhQCEhbD3 { width:6.125rem;height:2.03125rem;top:52.8125rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4NqbeTifObkHpomeEQLxV5axyGcpTS { width:6.125rem;height:1.05625rem;top:54.9375rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G57pDcICeio0vTd3mNfwL74fvWPN0HNH { width:7.25rem;height:7.25rem;top:50.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkaDbHqvkucCNFBF0OuErrgtUToSLMQh { width:6.125rem;height:1.21875rem;top:100.5625rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEeFC8SZ8bk2PmNuJMST41mZ7iCF7uU5 { width:6.125rem;height:2.03125rem;top:101.5625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkueGUkOODPhrmkHLsE3JsxVH8PX7mRN { width:6.125rem;height:1.05625rem;top:103.6875rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1W4nsvxf1D3lTJkAETg6ZShVO2tze8m { width:7.25rem;height:7.25rem;top:99.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKTF8T7WeICF24vlacTPsk1ccwD8NfUz { width:12.375rem;height:7.0625rem;top:55.578125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwTNMh80nAeLp8hf5klLTq9STozg4mdT { width:6.125rem;height:1.21875rem;top:4.84375rem;left:11.703125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrAOv7J1eTOwK7JZZgdRQgrpIvc5ZsL { width:6.125rem;height:2.03125rem;top:5.796875rem;left:11.703125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgrm7R3xiITxhwnhFeTaWHd3Eu3gCG0r { width:6.125rem;height:1.05625rem;top:7.640625rem;left:11.703125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWtyiVk6yMv7E0p4JTfTXbIlotaAQSW7 { width:8.75rem;height:1.3rem;top:43.47500038147rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ygMmTFokHpw11f2QazEysLfDGeRhzdsG { width:8.75rem;height:1.3rem;top:90.350000381469rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h7EXn57kw7bV32mmrKnGVp4fA3r30kJ1 { width:8.75rem;height:1.3rem;top:140.16250038147rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL { display:block; }#Tm6PvWHlmnFUmmAXXwEAiyr4LVlUJZTL > .row .container { width:20rem;height:150.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBZiWTgsTDvVxswemf6hLofEc1V8hXXA { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkWZA2uJ8rVZbnP7AFyFzg0oqogHEp0 { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIKpkkFTS1fSg2Igk47PXbmLuomfhcCM { width:17.1875rem;height:11.375rem;top:26.203123092651rem;left:1.734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B2JEwFTbZGtO2XZEP9Xd6t9PsLulL7Ex { top:38.25rem;left:2.1875rem;width:14.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXRQeVWGSmmHA4yDpZ2GBEJnAzWbFQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #MP5girPpwcl7TVOpoTMZ4Qmduu4d65CK { width:18.5rem;height:5.60625rem;top:22.16562461853rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTsGiC7dbTGdMXSgz5z858hFkRaSavw { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2t81DW7is6OvEDk2hTDr8iuShX4Aphy { width:16.625rem;height:13.65rem;top:71.375rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ylAxHSTvvIXTCikbzTsWMi8uLuUC12r5 { width:17rem;height:5.60625rem;top:66.875rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU5tAkK2VpeMUmQgBHm1WsvMrBLvMlpA { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aokPBofFAwMwMMqVLF5liA4f4bs9eozK { width:11.8125rem;height:6.875rem;top:55.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmA4i4rU8kXbe7P29K6rMdDr615ZINmy { width:20rem;height:3.7375rem;top:63.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRwi4pLpWRXKyNTEcUlOA5N4zlzyTO7 { width:11rem;height:10.6875rem;top:51.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4LLSyByEvZJy2TKEHRN9Q1obOLN4X9X { top:85rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V53eTVyhdJFuOxR3Ddv3ergDHfwMCsNw { display:block; }
 }@media only screen and (max-width: 763px) { #t1oLAQd79TnNBeU6iU88b9FBUkNPqgfs { width:13.25rem;height:6.8125rem;top:10.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFFs4foD5Buy6E1AZ26OvGLHcBgHEyat { display:flex;width:2rem;height:2rem;top:43.125rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #kQVmsBtZGkxUKfPs0Ao6RGfJ4wLerPWQ { display:flex;width:2rem;height:2rem;top:90rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #VvSMu0Oi50SGBa6oSWWOlTsc2TXtEP4w { top:134.9375rem;left:2.5625rem;width:14.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AySkEtflWr8IKvdTHIBhCnKHmaPVDfQx { display:block; }
 }@media only screen and (max-width: 763px) { #vFP4Z44oa6cWQIJ7p6c4FTigCbKKaTlv { width:16.1875rem;height:12.5125rem;top:120.625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVfitTkUUrssGoTo76F4MymngBucT6Ay { width:16.75rem;height:3.7375rem;top:115.9375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8zvISmnvf62H9K3tCUglFBLEVoqKKra { width:20rem;height:3.7375rem;top:111.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asWJlA7qTv9tK4ywrrsXNFT0WufMlrEU { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXDWO7DvDCdMzcbdDAnuQf8lTpmV0rA0 { display:flex;width:2rem;height:2rem;top:139.8125rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #gSdbarKR2yfOxrNasE669tt21lvbGciC { width:11rem;height:10.6875rem;top:100.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsVF5TxTDoRA1Ei2fN49bLRCGFZkQvwo { width:12.9375rem;height:7.5rem;top:103.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVOxG6HxcE0sT5tgJJZueeUpuMTkxI8d { width:6.125rem;height:1.05625rem;top:7.9375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6eLFgf3TtBFyL2SaLw6fh8Kz7np9lgg { width:7.25rem;height:7.25rem;top:3.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUB85ztHeATDk5vNsO79XfkkkdIfS1u { width:6.125rem;height:2.03125rem;top:5.8125rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qki1SXGMSRLitEP9RAh3XwqBnq6JhkTb { width:6.125rem;height:1.21875rem;top:4.8125rem;left:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Xh9nw9v2NUBzouDi5wRTZAtv2IGt1O { width:6.125rem;height:1.21875rem;top:51.8125rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1UtP2s3ole7ufti7xSQyALHLSy13CDu { width:6.125rem;height:2.03125rem;top:52.8125rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnKWFGLBkaABvH7FHzQdBiQpxtQQ9aBJ { width:6.125rem;height:1.05625rem;top:54.9375rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT9sBqfg71rCPxv2N0oswrdek5W2a27 { width:7.25rem;height:7.25rem;top:50.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBU93uusSe8znAdekeXGkOsW6rtkT6iK { width:6.125rem;height:0;top:100.5625rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtvfPL5AINGUFTsezR4G4W0O6VT45f5 { width:6.125rem;height:2.03125rem;top:101.5625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrpoHQr5ccDVPgJvnchIcilyr5dmt0g4 { width:6.125rem;height:0;top:103.6875rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAsDHs9GrvJToZOkps6UrQExiIq8TTD { width:7.25rem;height:7.25rem;top:99.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Z9l9dMeGtkooang0FiPnWIMP1E4a5N { width:8.75rem;height:1.3rem;top:90.350000381469rem;left:7.015625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dsK6ONZ8KTWV6f34cZ89rEGWSfFxmqJu { width:8.75rem;height:1.3rem;top:43.47500038147rem;left:7.015625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ypwG9Tfgag2yAU2rGtWLbT7p6JxekmpC { width:8.75rem;height:1.3rem;top:140.16250038147rem;left:7.015625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb { display:block; }#FGhmiEDB4ukb3f4uVhmFgfELgWoqyNSb > .row .container { width:20rem;height:121.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c950kktviuKs9OizMufTes3g71Kx53zF { top:65.875rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTe9Kkhe0KwQUbdbClAZyFvfT6CO61t0 { display:block; }
 }@media only screen and (max-width: 763px) { #mSWKt0UE0u1qSI3sWuQbPmH1ggUwEmdp { width:14.625rem;height:3.7375rem;top:61.77499961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Jpat8uWNTtWy5xAFm5T77OQ6M6512M { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT2hmGF862fif8BeHfMVLg6mLuTRFuvT { width:20rem;height:0;top:57.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJZwLt7Z0LbfyMaTXGBGWczeduwopFU { width:12.3125rem;height:11.9375rem;top:45rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRoLr0FPoo1eNCTxeCMDiHdEEn5w0re { width:12.1875rem;height:7.0625rem;top:50.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJAOxONIdDnhPVksESPUfBppubRP2W3k { top:29.89999961853rem;left:1.5625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k318OBCgi27gwNSgFABT4Lc9Ldsakb9t { display:block; }
 }@media only screen and (max-width: 763px) { #smD1V993XvgsdQx83hdFMuWHtMNnvFql { width:19.25rem;height:2.275rem;top:25.33749961853rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXyEIprEQ6KuwXNXeFkSOSnGQG7qkSFg { width:14.625rem;height:7.475rem;top:21.21249961853rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftOyNBOrWuitRTF4Kh5UK8tC90JBpJVN { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzIctCTebexiapGxcNIfLIPaAzHrnD0O { width:20rem;height:3.7375rem;top:16.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRK8QnEXgowTb6f1QKitRAIAt7TRE2zz { width:11rem;height:10.6875rem;top:81.125rem;left:3.90625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Hnh06HMkspKcKJWCtdcp8T5hLJf0wEV7 { width:13.6875rem;height:7.875rem;top:8.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZPVWWtlDKza0pdNqaJkQfMTItZcy7hF { display:flex;width:2rem;height:2rem;top:109.98749923706rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #NbftozpHZHmSnxvqcnCkCPepsZtU9eDV { display:flex;width:2rem;height:2rem;top:34.27499961853rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #qocWarlGx3dgFfdpgSza9O6VvlMzmBKb { top:105.5625rem;left:1.875rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWhN8gIXo85NQgbxokNtHtxVxL9oRnuG { display:block; }
 }@media only screen and (max-width: 763px) { #RxDC2xq6Ra1iKvMdwbiv75uTJFRh8TNw { width:14.9375rem;height:3.4125rem;top:102.125rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #flfqJ1896nMJNQZnTU84gv2mZah7BsFJ { width:14.625rem;height:3.7375rem;top:99.25rem;left:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kud77SvLbEz6kyNXQ1D8CA2f1d24wyR2 { width:13.6875rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCodLal5yop2nzlQPEIsgrO5asJB7e2i { width:17.6875rem;height:3.7375rem;top:93.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBKyMHWu9JLZzd3S0qDyQgwAbfcJ338 { width:17.6875rem;height:1.86875rem;top:17.187494277954rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAC8CBPkDXGSPs1Vh6HVlxyxl8s65JgF { display:flex;width:2rem;height:2rem;top:24.775001525879rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbTNVM12z4cLDRbklCJgcDlgzs7X6wH6 { width:10.1875rem;height:14.125rem;top:1.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gri0qCZ4RVTglopweLkiRQLQugTfOlO1 { width:13.0625rem;height:7.5625rem;top:85.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPAXl7KR8NMDZ7rB12kXis2pcpVwIl3h { width:7.25rem;height:7.25rem;top:80.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJyboVk4COeE03TUtsQ2tAlFWTvuFC2l { width:6.125rem;height:0;top:83.0625rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdkn4hXuOkkTGkNuKxCmZlDTvTkzAhB { width:6.125rem;height:0;top:85.1875rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skgzOZ5s6mq9iPCAoob8JqzbPaEgN6ud { width:6.125rem;height:1.21875rem;top:82.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHd0WszX01e10HJGqRcH0hH53AHQvMi { width:7.25rem;height:7.25rem;top:45.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9sUQQIzfBK3UUfOspNTV1AHHTC3RRq { width:6.125rem;height:2.03125rem;top:48.375rem;left:11.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7zXqwAGTc1US4FMSM8aJOOe89buM9bV { width:6.125rem;height:1.05625rem;top:50.5rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Dd476sQzlurHo9ZGeinUMf2ty0FsOB { width:6.125rem;height:0;top:47.375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaEB5ZGOmxIqyH7tZr1D1ebtBmSNpFp { width:6.125rem;height:2.03125rem;top:5.625rem;left:10.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x695SThl9ltGgtzfsqdlsOWLqP4kATfR { width:6.125rem;height:0;top:7.75rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvt3H19pvBHb0iSRM7UasGtTGX7W3TUB { width:7.25rem;height:7.25rem;top:3.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIl1DUfN41wDKhl8pVmZgKPiS6yCMzf { width:6.125rem;height:0;top:4.625rem;left:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izwTUsvrKHRfaamDuMs1ag3W5l6wpgQE { width:8.75rem;height:1.3rem;top:34.625rem;left:7.265625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RA1AeEVkA2zeT3tfZBtcwQDLt1OcKrES { width:8.75rem;height:1.3rem;top:71.537500381469rem;left:7.765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUchqbRTnxoUTi6JTRvUOPcc6oTABIaa { width:8.75rem;height:1.3rem;top:110.33749961853rem;left:6.234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byLu64wXI4IsOgQ72stvJJ7rs1KiNd23 { display:flex;width:2rem;height:2rem;top:71.1875rem;left:4.875rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #JSNwsyNyARATtTOnmT5DxofIKz0v8SaH { display:block; }#JSNwsyNyARATtTOnmT5DxofIKz0v8SaH > .row .container { width:20rem;height:119.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3DoeFzDAG7JGZZVmQTigntAtrrbdNnH { width:17.6875rem;height:3.7375rem;top:17.25rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuppL8GrhhApOLJyN7BFKbrIB1MEDA2H { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Keb6onrJGVCBTGBvdvc27uT8aCHnPq8D { top:30rem;left:2.40625rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFaOs0JqPCHztahoUBXuDdRNZ4Xzir6S { display:block; }
 }@media only screen and (max-width: 763px) { #MdmtOST7wphsnnx9SiDfHViVSLf80xwZ { width:14.625rem;height:1.86875rem;top:21.925002098084rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slKyLATfe1zr1pdaG77a0TmnSaXBxOaR { width:10.1875rem;height:14.125rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6GIVddqa9XDpPmzZ1DbvXor3K6MJGv { top:63.125rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqacUe3aTLeQfruDgcv1Ny304mh5uEIM { display:block; }
 }@media only screen and (max-width: 763px) { #La9Lio5lCtG79p1gOsTG2L3J0Z56pQvy { width:14.625rem;height:1.86875rem;top:56.5625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIPR9mE5rrSFvosEiR45TCVOqZRl8GdA { width:20rem;height:3.7375rem;top:52.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovi0AOQebLVTruVHNkeHRaGAryp6NMOB { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lL5Mr3xobxWUvcXNf52AXzt4mt1sbFmi { width:11rem;height:10.6875rem;top:41.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ5gsXSpnrp4sTXgkTItJVTI7CoVTTKO { width:14.0625rem;height:8.125rem;top:8.96875rem;left:1.4233539094651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMensL7cxT3yeaAMOrO562zp2cLUneem { width:15.8125rem;height:9.0625rem;top:43.203124046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bch7vtTwMy4Qz5yRxxIhbIu9cZzcLTy4 { width:14.9375rem;height:1.1375rem;top:27.4375rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yyVUSdqgodR8Rskn9EerVWlKHznnhrWL { width:14.9375rem;height:1.1375rem;top:61.668750762939rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5bSoWMi5SmBgftFGieq3fqE9Gs1LVwv { width:7.25rem;height:7.25rem;top:40.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7mbSTy0oKcLJoZ2P0C0vyeqEnM2zxV { width:7.25rem;height:7.25rem;top:4.921875rem;left:10.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #VEbGz2JBxDT7NGIKpbsJXUnVR5UTB9kf { width:6.125rem;height:2.03125rem;top:7.5312519073488rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpuW3BIFsIikzNGeLnV8pQkG0yKPG71x { width:6.125rem;height:1.21875rem;top:6.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAt5pMtBGvn9TxZzcvwmFXDXqOrTSpn7 { width:6.125rem;height:0.975rem;top:9.6375007629394rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3AqgJbgkyK94c7euQmQeUClpNpaqShQ { width:6.125rem;height:1.21875rem;top:42.0625rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWp0suvKnLaoV7uV0XVzQ6s6szPUe6X5 { width:6.125rem;height:2.03125rem;top:43.25rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTbRMvBU9kt3I99pUZAs6qnKDJPUg43 { width:6.125rem;height:0.975rem;top:45.25rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaneKDpkwgxUHXcGJo5PvdZK8IA2aRtc { width:14.9375rem;height:2.275rem;top:59.393749237061rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wc3dxNdp6gTragfaZsBpyaZu20IZwbPr { display:flex;width:2rem;height:2rem;top:108.36562347412rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #JxyVuGtJd6ANTRCDZy5Cl18TUJmGtMSd { display:flex;width:2rem;height:2rem;top:67.862500190738rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #wLqAzEoVS9MpVquUuv1KaMTVxFOqHyQ6 { top:103.0625rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23dzEROaXUvamzPJ81IIumvPaIenZCs { display:block; }
 }@media only screen and (max-width: 763px) { #bkTfdEuuJnvmLAbpSFm0dCigfyRrNtvW { width:14.9375rem;height:3.4125rem;top:99.625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzWehcdqK4TJ2E9tGVWIdDW1sWgtxkqn { width:14.625rem;height:1.86875rem;top:96.375rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTf58mCvOTc21NTUOyHkai2GAIZ9U5h { width:20rem;height:3.7375rem;top:91.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltE6lVNCU9p1XJVcxGoHo0KNKF9NvzCT { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyeXxFzVTindTKGIhvsWOvKTxTfnRDVN { width:13.3125rem;height:7.75rem;top:82.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2bSH1yaETk4CdJAo2dzfslvp5C6i6fy { width:11rem;height:10.6875rem;top:79.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAW8n0smHQ6L2Qn4Eki0Cb3giiQbuqbr { display:flex;width:2rem;height:2rem;top:34.4375rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #FeQDZzuGih7yolVByHyOJiaq3PeyPgkN { width:6.125rem;height:1.05625rem;top:79.75rem;left:13.25rem;font-size:0.8125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #DO2uIm70g0HfoEUnoGTRbPanr9DmhD0v { width:7.25rem;height:7.25rem;top:78.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRuq3P2H5GqKDpO7PKTKDLOXLJdHWx1 { width:6.125rem;height:2.03125rem;top:80.421875rem;left:13.109375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4mOXc1Pr3FI0t7mfgJZCzTBzlgFPTm { width:6.125rem;height:1.05625rem;top:82.9375rem;left:13.25rem;font-size:0.8125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #DU82cN6wxlaQqqFrz2hu6f0TbWQTwTs7 { width:14.9375rem;height:2.275rem;top:24.49062538147rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDLoLqgbmsqB3U4unKEyzuHK1pofzvib { width:8.75rem;height:1.3rem;top:68.212499618531rem;left:7.140625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezIq5vqH6lTaJAMTVuEkZFFMLgPgZWaR { width:8.75rem;height:1.3rem;top:34.78750038147rem;left:8.453125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUKMGpTiWvBZ5UqdNrzi3xt7N9trfUl7 { width:8.75rem;height:1.3rem;top:108.71562576294rem;left:7.140625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2STePoGTLNopFmVluL432U7pzmb6GDt { display:block; }#k2STePoGTLNopFmVluL432U7pzmb6GDt > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEmcadXxWbycXOTOKwZzGSTK4OduwO0D { width:17.6875rem;height:3.7375rem;top:57.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af7Xe7PBWH9c8dHFpdlQU8TlufoBRqvw { width:13.6875rem;height:0.1875rem;top:16.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCoQ0PUoV8bIyeaqBkJHNPA6GZZ6dQlU { top:71.6875rem;left:2.4375rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJRVeFEUZOl7VgQhbfqEfEQieHiDHtel { display:block; }
 }@media only screen and (max-width: 763px) { #QfxdaHKR5EDI4Bi8300o47y6TLrZKFki { width:14.625rem;height:5.60625rem;top:61.25rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw8Wa2mqAMTcBz8Sp3iWi16IR9TnURMg { width:10.1875rem;height:14.125rem;top:43.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnwTeI5MzMsDkxbN6LxtbuQODZ71r6Lg { top:110.125rem;left:2rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkx12yOiWzq9sAmAT5DEsfw1KVafpXhD { display:block; }
 }@media only screen and (max-width: 763px) { #L3VxyMuLdegfDSu9yuF4IIweeiDoQqNr { width:14.625rem;height:1.86875rem;top:102.0625rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeMlgfgBx51Zlb5tmx8JF8Chg4v2I6PT { width:13.1875rem;height:7.6875rem;top:9.015625rem;left:2.015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0F6ST8Zrp6Q9SLglRBFRAkEOHRVAtTD { width:20rem;height:3.7375rem;top:97.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT0h4Xi2mwNhSX79gF4dlkzpExSS6F6V { width:13.6875rem;height:0.1875rem;top:16.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcfQ3p0zV37We0Zxo8aZnFU5NquK3RzO { width:11rem;height:10.6875rem;top:86.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyQudPrsqyxPdhQ7XqkOr1BGMxoCOqd { top:29.6875rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwXpZPbc3Kh8iKrD1NvZgwpp4bTNonL { display:block; }
 }@media only screen and (max-width: 763px) { #mUMTZxTIXzPcRI9GwobUByRc9RffJMAZ { width:14.9375rem;height:2.275rem;top:24.6875rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpszKGupoh70PZpbe9m0ImHELFQDes4q { width:19.875rem;height:1.86875rem;top:22.262498855591rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4T2txM2OGDusKyTdMQ4Ll2ySgNTWqT { width:13.6875rem;height:0.1875rem;top:16.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7WKkJUC3DL9JZyvh0lspfTl6fWM1Qxg { width:20rem;height:3.7375rem;top:17.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnyk9JIGIObqV9RVTsuOT67oe2fI8nCr { width:11rem;height:10.6875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tix39ssOkI9ZxbmECwqHefvoftBIhc1M { width:14.9375rem;height:1.1375rem;top:108.0625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZtMOINtoaJOTrPWFrqUlDN4ETBiuEqQ { width:14.9375rem;height:1.1375rem;top:69.831250190738rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6PlCxxgW5G3xEu4S4SedcK6Fwei0mh { width:14.9375rem;height:1.1375rem;top:27.562498092651rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PLUb65SWlyFvwDu0FxXKCeXTQci2UtyC { width:7.25rem;height:7.25rem;top:4.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAuXCeQ2Z2rNReIp8sTuFuTWVPmhqtN { width:6.125rem;height:2.03125rem;top:6.5625rem;left:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zblLlpqfJ6xNRo3l4FrEWiElA53eBlLT { width:6.125rem;height:1.21875rem;top:5.5625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA3gq3dewH5RmyF7mKSd70vpiPg8avup { width:7.25rem;height:7.25rem;top:43.9375rem;left:10.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #Dpv2N1sgOwyP1fXIkD7dwOspy5ToCzgl { width:6.125rem;height:2.03125rem;top:46.375rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRrZrHNXgVo1w7GQBVtUZLqA4i5GdtcX { width:6.125rem;height:1.21875rem;top:87.21875rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILAOiDkkLR8MU3miISsGfyO8nGpmJe5k { width:6.125rem;height:0.975rem;top:48.5rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDnlOPun3ZnuyvgQ0cWf2UKN6VOvNwv { width:12.625rem;height:7.375rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTQEqDGOTLbPVOrsd0V4kMi8nsTy6F9H { width:14.9375rem;height:3.4125rem;top:65.28125rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2GMfIJE4iBErD6S42oJRZ7wnaqQ7D6K { width:14.9375rem;height:2.275rem;top:105.85000038147rem;left:2.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sQeHzhxlATo0NbT64w7aKGQiUC8VM4PD { width:7.25rem;height:7.25rem;top:85.9375rem;left:10.4375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #mn3BQtxMrLX8vObect0PcEH6ZJoOMG4h { width:6.125rem;height:1.21875rem;top:45.21875rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCTWUgydBU1CCCRywDmlaWFO5Db5HfM { width:6.125rem;height:2.03125rem;top:88.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQL5R0w6kb1ywNgQi2hEyWrxUPTQ3DrI { width:6.125rem;height:0.975rem;top:90.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM4EnMIESOrQ0HwIOipvxIGVTnNeHA0E { display:flex;width:2rem;height:2rem;top:34.1875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #OT2fThZ4kfWVChfn2AfugNMOxdZ3DaVL { display:flex;width:2rem;height:2rem;top:75.712499618531rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #cQMPV7FLksbCR8ITbZWsvF18N0QmEKKS { display:flex;width:2rem;height:2rem;top:115.3125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #s8JlnURTBN8bozrCMdA9uAOaS5iI2EAg { width:6.125rem;height:0.975rem;top:8.5624990463256rem;left:12.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWaiMkoaBbhTXzD5Ubat1orW2DcyTTT9 { width:12.625rem;height:7.375rem;top:49.47500038147rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxlPu8ko9MWWVomTkn4GyVy3qaGaLUk { width:8.75rem;height:1.3rem;top:115.66249847412rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsArCbQyCwDpMoZ27NQK5cWOeMcZGaza { width:8.75rem;height:1.3rem;top:76.0625rem;left:6.828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VwyZqMNyURxmFllaTwt1dpUuxmWu1dFi { width:8.75rem;height:1.3rem;top:34.53750038147rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT { display:block; }#wLEhT8QnDV21T4UTK3T9ambVNRDy1xbT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzMZsOyrKF638RZDobt5KNQD9IvOikCf { width:20rem;height:30.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdDucTpNlHXToMQtkNkot7i26OL3gDS { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq1xyCWyKh9LR9bPJTn5diMHlbOGIFpD { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opue7iIlfufmF60iTWR2d2l4bT2yuogW { width:14.6875rem;height:2.7625rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZbNBFgTCgZdsHIsJBD5Zb4391P9hXN { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #ZHka0C8SoOU17hJz2hLA9rlwJ8cwqJbV { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #nf9DmWLAA8p6C8Iua47lqxpC0rRIFcq3 { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSm8oo3MkkmXsnG3cSxkEbRBS4DchcU6 { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #ymqAFttKeO7N3gVWqNOtnzKWTvrWRnQJ { width:14.4375rem;height:2.7625rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTaUd7QCPL8wlurKvyeMf8FScfhRTCt { width:17.4375rem;height:5.525rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUsPTRC2srdOhoOxqwxJUp5zOZJm6PaD { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #lfAMTsNnEBSOHwmKmmbcuiCJysIzBGx4 { width:14.25rem;height:2.7625rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr7yTK5rULulkm2yTVKrVgIdUi78T7gX { width:17.5rem;height:2.7625rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX { display:block; }#rui7PPdZPPRmqJuwLIXCJSCTuLBKRKaX > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2Ekx2CgdBPnd53qqAMhTsC9tuXVi62H { width:17.0625rem;height:2.6rem;top:9.0750007629394rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:7.3125rem; }
#ZgiRF7lOmGTy1MuvyI2BxWflpnWEtbxF > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:10.6875rem; }
#GkAocgnCHOgb0OXzT6gG4pChak0TTeL1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #K8bdBbs7BUlKRhPpWgfdNRvGhQ2rSMkt { width:14.125rem;height:3.625rem;top:1.2000007629394rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }