.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:247,255,217;--color-primary-1:230,255,128;--color-primary-2:204,255,0;--color-primary-3:102,128,0;--color-primary-4:31,38,0;--color-secondary-0:221,222,225;--color-secondary-1:142,144,154;--color-secondary-2:29,33,52;--color-secondary-3:15,17,26;--color-secondary-4:4,5,8;--color-tertiary-0:255,255,255;--color-tertiary-1:238,240,244;--color-tertiary-2:199,206,219;--color-tertiary-3:100,103,110;--color-tertiary-4:20,21,22;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa752ebc-1f3a-482b-b53a-a27488669ae1/Noise_Repeatable_256.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ClylTyRJosI6LfgO03PRpNEvlL1HE7To { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.388671875rem;left:7.5rem;height:17.55rem;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; }
#BgMNHARXT7ZOvXLaaE96a8xs4kE1PHHR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.25rem;left:32.5625rem;display:block; }
#s0akSSTv8UnBCsTpv0cSk9vpfqI1BqoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnhUH2CqNgmx7APAsok3oEn95dA3FSTS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.888671875rem;left:7.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUXkcQSn8y9AArdnxK7eSMSTH2D1ZS53 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:28.5625rem;top:17.8125rem;left:16.125rem;overflow:hidden;display:block; }
#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d457f19-c58e-489b-8612-e019a3398844/Products_Static.png");background-position:top 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; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.adaptive-delivery-prevent-bg, #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.lazyload, #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.lazyloading { background-image: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { background-color: transparent; background-image: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container > .video-iframe-container { display: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row > .video-iframe-container { display: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .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); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { border-width: 0; border-radius: 0; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:block; }#vLmSB8qd4XndOugXTpnAnIL0tNGfiTEw { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.8125rem;top:59.75rem;left:31.5625rem;overflow:hidden;display:block; }
#VeSoHkgTpeupmhC4CKV8qcwzJGhr0pzi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10.625rem;top:59.75rem;left:43.1875rem;overflow:hidden;display:block; }
#bUhR5Uv8dgvEEeXcRqms2nh0VUFgfth7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.4375rem;left:6.8125rem;height:3.25rem;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; }
#O7TBSoHunbNeTkAOCQB0HSv53r6n886A { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:10.75rem;top:59.8125rem;left:15.875rem;overflow:hidden;display:block; }
#plTqrTTAZQkJSTBAimS1QZwzKE45L059 { position:relative;display:block; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 { background-color: transparent; background-image: none; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row .container > .video-iframe-container { display: none; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row > .video-iframe-container { display: none; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .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); }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 { border-width: 0; border-radius: 0; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .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; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:78.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gGglbXpfag7eEDCpP1lLBEgypyPHJSLs { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gi9d4MQzmD6hytClPPz3f6wPq4PudDNB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.625rem;top:12.1875rem;left:0rem;overflow:hidden;display:block; }
#vxvrhqxFRhbcAgZIo9tvDT9BMdCggTqT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:37.75rem;top:13rem;left:37.25rem;display:block; }
#SXX0PtP9no4i0xLLLvdU90qxS8WunzOB { color:rgba(var(--color-secondary-2),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:13rem;display:block; }
#wVGIrSBFHtGIVAU32biEdntqlD8ibXGv { color:rgba(var(--color-secondary-2),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:57.875rem;left:40.875rem;height:4.875rem;display:block; }
#rgbAM3TTm15Q7xgAhURPiGQ43XoUICsT { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53.1875rem;left:40.875rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AJK23APahtDWNW4aOZ9eDCO467M8m4lx { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.125rem;top:50.0625rem;left:40.875rem;overflow:hidden;display:block; }
#fLre1GIBk7V52t6UJ4lTHFvbRNawaETe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:37.75rem;top:46.337498664856rem;left:0rem;display:block; }
#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo { position:relative;display:none; }#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo { border-width: 0; border-radius: 0; }#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo > .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; }#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:106.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rQI8biFpGaxFRyFH17KKJ1OTzCmFALSK { color:rgba(var(--color-secondary-2),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:50.75rem;left:0rem;height:11.375rem;display:block; }
#ixTH64uKPKvuADDz9FiZNgXgmWyyGJQx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.0625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXqNOSrXAIlq9uBWxhLFQ2txivPanu8I { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.625rem;top:42.9375rem;left:0rem;overflow:hidden;display:block; }
#JlT3FrQDz3mnqZUUNntrLlmeKGcoP0Ra { color:rgba(var(--color-secondary-2),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:83.9375rem;left:38rem;height:8.125rem;display:block; }
#tEQu1otDczAfT1WUsJ7SSRfZRxOvTw0p { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:79.375rem;left:38.125rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#biTt7Dx0S5P6BSeT62EMXHfRHzTbXEXo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.375rem;top:76.25rem;left:38.125rem;overflow:hidden;display:block; }
#hsyQPsUy2IxSbgbCam0E9aZ5LxE7KSwT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.25rem;width:34.0625rem;top:72.875rem;left:0rem;overflow:hidden;display:block; }
#eoh1tTI4wMJTJFNuzVLT5ltnzkgJeTct { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.1875rem;width:37.75rem;top:42.6875rem;left:37.25rem;display:block; }
#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU { position:relative;display:none; }#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU { border-width: 0; border-radius: 0; }#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU > .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; }#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kcKpbRFWTVMRtTLsUX3s0R6KTEXWni5F { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.3125rem;height:6.5rem;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; }
#hrPTE5996a3DFBfSECJDr2ap2M0rZbWR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23rem;top:5rem;left:28.8125rem;overflow:hidden;display:block; }
#AkBPZAH0sBJNsQKmvTWBCkSNwmhfsa5I { color:rgba(var(--color-secondary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:15.25rem;height:3.25rem;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; }
#NHPKWTUQ2ONTVwrlWWuU9FUyGZmpMu0b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:7.875rem;display:none; }
#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf { position:relative;display:none; }#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf { border-width: 0; border-radius: 0; }#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf > .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; }#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y87hMQUX2WQciiWguJHo2JvSBggPRNTs { box-sizing:content-box;height:21.5rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0.875rem;left:23.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wKkTfpK2ybQBmdgPmMoViI3MfXTErrtf { color:rgba(var(--color-secondary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8yEOObGHTK2HlsvUJIiotg9cLHpXg6u { color:rgba(18,20,32,0.4);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:36.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#H1pTZQ1TW4BIuJ5AhwkNsEZi3XRTNXgu { color:rgba(18,20,32,0.4);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:28.4375rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#NaG4AciaSWZGGkf0RVGbpgvfyehUmo5b { color:rgba(var(--color-secondary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.75rem;left:24.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#F5QkPp1QN8BULlzXd0gVMcXT6MkvMf6P { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.8125rem;left:24.5625rem;display:block; }
#xPTdpfiMNrqpe1MV6Q73s0610V23Vg6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VE0P7o4STnKPvIa1TxrhtsWsXiHIFhmb { color:rgba(var(--color-secondary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:24.25rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP { position:relative;display:none; }#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP { border-width: 0; border-radius: 0; }#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP > .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; }#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BA3zzhtMPp2E6QgsVS57OG655FWxlIG2 { box-sizing:content-box;height:3.125rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0rem;left:23.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#agGDPF1AIpxRwhizI4nUxfzvH7tDTz1Z { color:#121420;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:24.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#WXm6yATfKK1FoHdXkXVyDmXI0XWKT0o7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.875rem;left:49.125rem; }
#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh { position:relative;display:none; }#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh { border-width: 0; border-radius: 0; }#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh > .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; }#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:71.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AhgGfwMdl7EQU6AIcWRDfmnRwKTZ1uBU { box-sizing:content-box;height:65.75rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0rem;left:23.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#BQgKk4sSBDIOhXPiQXT69wGt4LsSQvNI { box-sizing:content-box;height:0.062144875rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:23.25rem;display:block; }
#HFI7ZuNnquc4tvNJJ2u9atvlcV5ycKhm { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:23.25rem;display:block; }
#mirRpHLqBphEpThKXxM7lhTDkdUwNdok { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:23.3125rem;display:block; }
#rHfRTuWkI4ZupUoRrSrdZzpnPo5lduCw { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:23.3125rem;display:block; }
#rkqiw5htEM9rZLPKpoEmD0vJxhHoSanN { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:23.3125rem;display:block; }
#fpDmDyqU3kvvz4MVscE9wKfiAzEQODf0 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:23.3125rem;display:block; }
#lpVHiTlpb7DxZxJy8Ho4N4JnOaiFGpHU { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:23.3125rem;display:block; }
#off0DDVns2KvCzQeCw0tMfGeaRo5qelO { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.625rem;left:23.3125rem;display:block; }
#czBzsgfiodcgLAk14rHvQBmvupl3hq8M { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:23.3125rem;display:block; }
#JrC72LzKkWeQmEgl1rWuNgv3lqeTCLHc { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:23.3125rem;display:block; }
#BUt7qwRQqeTBUxOi969e0Jo6m6rZxwuA { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:23.3125rem;display:block; }
#LcVZU71gt37UoTPh5fkw3aBkVFeFDfQR { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:23.3125rem;display:block; }
#WfxywilsXhe78vAk7iPAEFA6H4t4CH8v { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:23.3125rem;display:block; }
#VvUnrJtwg4QKU6FGk4qeXA62yCApB2eC { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.25rem;left:23.3125rem;display:block; }
#KTrtIQuOGlDmtGiwClmku9FqCl8XNgxV { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.6875rem;left:23.3125rem;display:block; }
#MqbBDKVAux4qeSI1abVg8Pdmtknz2wlk { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.125rem;left:23.3125rem;display:block; }
#TJrV1yOHs8oFt2DGgTWnw5Ti7LnyCIDV { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5625rem;left:23.3125rem;display:block; }
#IrssnlaEnqW4rUFqEgSeJQs1DZQVJDcL { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:23.25rem;display:none; }
#TFdqcuCHDsOMNP6HSfkZZ9RAc70nef0z { color:rgba(var(--color-secondary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:30.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PiF939G1DTZsaNUJx79GVPPC7sC6xbVm { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1rem;left:31.4375rem;overflow:hidden;display:block; }
#yDoB9W4NEAROdERCN4y3EP1bycGkTDxK { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#QfENiZBvTVI2xP29lqSr1GTZxk9dWgfP { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:4.3125rem;left:31.5rem;overflow:hidden;display:block; }
#oXlTok5z7TxZzbZCD7s0TlSzpieVuSqv { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.875rem;left:30.9375rem;overflow:hidden;display:block; }
#i7UKTkqOJx4N1Py0P8av38KMGdNVCFG2 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.0625rem;left:30.875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#H8H9FBFrNKibFIZaW1k6PvzGBpIRoJ5w { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.8125rem;left:30.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EGtzb4rkDzTDOyexWABbDuTdTpqk2nFk { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eWdmyts3uMpP7MWxOR4Uuq3HqkWLsSQF { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:32.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CkHbkWBCQDnnSubln2CIUx2l6H46yxk5 { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.0625rem;left:30.25rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#NQz6emXIXsGSSu0piTvq8Br5cTXTpXWi { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:30.9375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#TsooFuW4RtSpWem25k1S3NGThBTRGemN { color:rgba(var(--color-secondary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.96875rem;left:31.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eHw1iDwequKlJawpKTBXIt6ivG2VTI39 { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35.5rem;left:33.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#y5mpNBVytzViSCBmCg8NFPe33R61JR9M { color:rgba(var(--color-secondary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.75rem;left:33.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#iGRFIdTi0uP4QK97PAi3vBxH70dcBm2S { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.375rem;left:31.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#AgXXsrBydL0M9V9dnVB30Lbo6pBCapOn { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:45.8125rem;left:32.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#RuVAOBU4pTSegGDIpelTTGyKvV3zrMTO { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:59.3125rem;left:29.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tu0lJFuZdTLXOEP2qUNMSl675RwXMDMg { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.1875rem;left:32.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FsiI6vkfhUqmtwZehOk10GTxVqLxaKnG { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:52.625rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Il1NtSM1VIEuwJ4BAVsKBAK9uEI6l68A { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:56rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Xa3tU7qTTehpcSZFiduO7U5KTkeZRPkR { color:rgba(var(--color-secondary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:61.4892578125rem;left:24.46875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#x7ZzP6ukW8203tgiGdtq7FQLiZk6SIII { color:#595b63;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:66.9375rem;left:24.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#VyTx150di97T6JGKJv7FhfFVhrbXXAxH { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:30.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AAkA9vDCeyNtEl2kn5UyAsVix9VukOsA { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:24.875rem;left:28.875rem;overflow:hidden;display:block; }
#nltTtCDsQKfukQX1ZGpFxXZUTSORLyp7 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:31.71875rem;left:28.625rem;overflow:hidden;display:block; }
#zPPM8F8MTaoB8W1QUHvzeHVIF05mTNS1 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:35.25rem;left:30.625rem;overflow:hidden;display:block; }
#ZKAkHMcts8uUC4VvTIrse9tHerkSolcb { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:38.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#ecKoIecX2W5lo5Fd4Q7a4uCnt895oQdx { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.5625rem;left:30.0625rem;overflow:hidden;display:block; }
#OFPwOLG4JUeP911eFnXs4p3PqUJfcZO2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.0625rem;left:30.5rem;overflow:hidden;display:block; }
#xFsBpHTaEoqHOmTkQlvChcqzzZW27Lhz { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.1875rem;left:30.6875rem;overflow:hidden;display:block; }
#penu6L5WVZyPVVA8dprMxQ2XzSBowAv4 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.625rem;left:29.375rem;overflow:hidden;display:block; }
#F3PSqnSNqlpG6Ok3QUpcdr1Mm7oiLCmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.84375rem;left:30.1875rem; }
#qUhEs0N0fDU6VX4udXmVToy6u6vtkzrO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:42.6875rem;left:29.6875rem; }
#gKKeb2yr3SQACsZnB38dwceFrhRBqvZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:49.48046875rem;left:30.875rem; }
#IXxgRwsqU8mtUIJyVcVAmzBEqtsaUlfv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:52.9375rem;left:31.9375rem; }
#ctJpOJNTNeCTL4W84CxcQWmzPZeQaVFE { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:21.5rem;left:27.90625rem;overflow:hidden;display:block; }
#k273fMXLrSyMEyeVr6SKT78omSLorQfx { position:relative;display:none; }#k273fMXLrSyMEyeVr6SKT78omSLorQfx { border-width: 0; border-radius: 0; }#k273fMXLrSyMEyeVr6SKT78omSLorQfx > .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; }#k273fMXLrSyMEyeVr6SKT78omSLorQfx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x9FNg6HHHUMsPGdLaGJmvrlwmSOJlsn9 { box-sizing:content-box;height:21.5rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0.875rem;left:23.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IZctRe3BCIcqBPM22rEKEqMuu3xA2Gz9 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owTatqX2OPUzJN1geicwDhuPHmMf3wvI { color:rgba(255,255,255,0.4);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:36.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#xp9RmadfGvyp5GJsJ02SD42hvm3fmXM7 { color:rgba(255,255,255,0.4);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:28.4375rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#uEHFlBAKgnaKtDB8hFrwIkNIlN4c8Zqg { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.75rem;left:24.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#PPvGpRNG03TVbkb6nRGOLHDUCn6vT3ZH { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.8125rem;left:24.5625rem;display:block; }
#ICwNMPlB9CuvwTdAFalC1qhe5I3FxlIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJacRSEaQ3ITPc1LXnZ5KDbskfCJDvBw { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:24.25rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#GqXlyQN62108msPdt2T8kgBHvvtiQDru { position:relative;display:none; }#GqXlyQN62108msPdt2T8kgBHvvtiQDru { border-width: 0; border-radius: 0; }#GqXlyQN62108msPdt2T8kgBHvvtiQDru > .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; }#GqXlyQN62108msPdt2T8kgBHvvtiQDru > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nE8ngmbQqfq7apAZZZUfETCdgHusAJeX { box-sizing:content-box;height:3.125rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0rem;left:23.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Q5sfNf1z9oD9ZQZgSKTih6NbEFgSmRdr { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:24.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#EmlKDnRywuO6pnUxDL69pAPJlzNTC8Ks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.875rem;left:49.125rem; }
#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 { position:relative;display:none; }#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 { border-width: 0; border-radius: 0; }#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 > .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; }#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#H8SK9BmRanC1nWFRNL3y7EEs2sRnDgHi { box-sizing:content-box;height:66.75rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0rem;left:23.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#z5evIkosXxTD1zbh0A9CH0Q7Tk1yQrWB { box-sizing:content-box;height:0.062144875rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:23.25rem;display:block; }
#HtNQHFPsqDDIoGxmIFgyWePtb4STl51r { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:23.25rem;display:block; }
#vRFRbuZnRvap0umVknlZhP3CR7bI2zoE { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:23.3125rem;display:block; }
#B3mc1LtmuUZkikhRv0rCJdTWDXAUx0Sg { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:23.3125rem;display:block; }
#csVTPsAKad0M5iX0kWTH5QVwsSITO41m { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:23.3125rem;display:block; }
#UFbFxLplG0k1wWUdrDAf1LTJQSVoeXqn { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:23.3125rem;display:block; }
#vn40Dfy0s6T7dgHgU8qRPJbJiMG5Su2q { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:23.3125rem;display:block; }
#TTti55TxEtHekhkHXosKDr74uuTTkwvw { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.625rem;left:23.3125rem;display:block; }
#x1x7CyA1R1eXDhgtDKdq0U1cOTgQZ9pA { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:23.3125rem;display:block; }
#fhaz8zSAKXiGfPXnIFL4FhVIPzqKKfMz { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.8125rem;left:23.3125rem;display:block; }
#brW3pZ72Ueq9UD5OHcXdBFR9TM4rpIG5 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:23.3125rem;display:block; }
#iV6znpQKWtE9mUdzV0EiPieMAiXiGvok { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:23.3125rem;display:block; }
#VvyCturppD3E9wI2pT8QMZuhzM1GMGe8 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:23.3125rem;display:block; }
#OvUAJ9DCQ4kXTUy2FoTdnhoEGny6s1H5 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.25rem;left:23.3125rem;display:block; }
#UGOrTWPekR7I2e7f4yrfr2TV5L07mTHg { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.6875rem;left:23.3125rem;display:block; }
#WhdgBdrhWXfF2OM0vKTXxtKLBQu3ZuvW { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.125rem;left:23.3125rem;display:block; }
#C4HfrdTu2y5k0GKZLPVu73qpFTMV1yh0 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.5625rem;left:23.3125rem;display:block; }
#pSwdMxLDJLw23ZWTWc0J77y5gAZ27vkN { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:23.25rem;display:none; }
#ZvSAOlLBJMHDt2NdJ75d5sv50GJqfpA5 { color:#ffffff;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:30.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#k2hnRCHLpxSgWvavZNvpPSzwKqpgWIkx { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1rem;left:31.4375rem;overflow:hidden;display:block; }
#LuynPI4DFdiRRPwlssGXFfnsxuLMc5FL { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VMm69RD97pGgE6CLMytslSnwU3xqDd0e { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:4.3125rem;left:31.5rem;overflow:hidden;display:block; }
#T9vam3Bnw7E9T57XiM4kVIqZzAu8ytaB { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:7.875rem;left:30.9375rem;overflow:hidden;display:block; }
#WEWQZ0zh6IgMaw4J54b8Ry9zcLSiROfP { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.0625rem;left:30.875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#MxxFq0DV1nmupiLAT06vFVr57FJs5sJP { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.8125rem;left:30.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#M7r0ST8J0nATIfi2PpWRVlGfdaDkmtyI { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VEkbJDTNvgsrEXrftAiNr0S90QRIiwH9 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:30.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ER5cODCF9SgRqJJbaSof9DRu0KLGNJR1 { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.0625rem;left:30.0625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#FCe1snVmh5M7fPDeE8MOqIQtChXABdyy { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:30.9375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#f3GPKRGk0QNg6k8ag6KMKvBO6CnbHkQF { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.96875rem;left:31.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#iRTN1iQOv8VDQV2nn2O0dKebU8g1DgDt { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35.5rem;left:33.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#MK3PpomqyBGizaZT1K6wGSCuAnGc6ltw { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.75rem;left:33.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GVdlsmQzuQSqV2fdTakI9nx8kmJhPrpA { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.375rem;left:30.25rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#gR9XlMtyodoC3F5T8CeIPPFobdBTgImq { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:45.8125rem;left:32.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PhZSLcqnhypKDaK8sEzR0DJf3AQg7m0h { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:59.3125rem;left:29.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rCe7gwSmOXMFXse0KNLCqbgovWLXX9pV { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.1875rem;left:32.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zKUCVD3bk0GNfJK3bUkXsZl0VM7rB50N { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:52.625rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z6vsZn4298IxftFRsgdqhys1kAVUZkyt { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:56rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xD34aeprMPlrN7svqXSNBNXAy651pB8v { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:61.4892578125rem;left:24.46875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#GOkp6c6V6CWRbpWKM3OIwbuzPHkJHmTS { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:30.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RbZOGaFw4cwZC3ptVfWzFnV7oqXSnkVM { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:24.875rem;left:28.3125rem;overflow:hidden;display:block; }
#JgasJNmf7tvpJfALNOMg39LDpJoGgU7f { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:31.71875rem;left:28.625rem;overflow:hidden;display:block; }
#ligC3GOFu061768iQeDMGbiAzamteVBL { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:35.25rem;left:30.625rem;overflow:hidden;display:block; }
#IGNOmciOzzcwNQsAc7G4w77tTftcBDP2 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:38.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#rpPOgOsX0OfoOA818ziXZ7hxnkRGfbIT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.5625rem;left:30.0625rem;overflow:hidden;display:block; }
#ZoHpTHZaKxLcktr0z7iMl2p9MzqykweV { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.0625rem;left:28.25rem;overflow:hidden;display:block; }
#AB2eFCupRnDQBT3JIZ8USJkBCzQ2APU2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:11.1875rem;left:30.6875rem;overflow:hidden;display:block; }
#nsMgPk17cvCBMV9Z5wiFx4Kmvq4MyRSF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.625rem;left:29.375rem;overflow:hidden;display:block; }
#t8e93eF39Akb8MbEuonCpi81aheAcr8F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:49.48046875rem;left:30.875rem; }
#ck9XJgZRhgMRO5Fqyro0C2atSEIIHHDf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:52.9375rem;left:31.9375rem; }
#QywV3plxSz6X9M1se6SwrqwueIOzsNON { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:21.5rem;left:27.84375rem;overflow:hidden;display:block; }
#Wv09PEq5T7rSOTAZ9L2Am8TPAdag2BLG { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:28.3125rem;left:29.21875rem;overflow:hidden;display:block; }
#yJyO5IDhnDPyKrHzNvWMRLTz6hDFKrzK { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:42.125rem;left:30.28125rem;overflow:hidden;display:block; }
#i8DmbupUom64iWCBMwadyIfITBJPx4Ga { position:relative;display:none; }#i8DmbupUom64iWCBMwadyIfITBJPx4Ga { border-width: 0; border-radius: 0; }#i8DmbupUom64iWCBMwadyIfITBJPx4Ga > .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; }#i8DmbupUom64iWCBMwadyIfITBJPx4Ga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SBogB01HexC0uPPNOKmWUZlhJbDM8NpG { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:16.125rem;top:1.5625rem;left:37.96875rem;overflow:hidden;display:block; }
#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh { position:relative;display:block; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh { background-color: transparent; background-image: none; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row .container > .video-iframe-container { display: none; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row > .video-iframe-container { display: none; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .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); }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh { border-width: 0; border-radius: 0; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .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; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:114.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VyQ2fkWyq7g4LtM5pPaFWE9HwgT5TSEa { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25.9375rem;height:6.5rem;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; }
#WcZrn00lJoWxAtyO3nyUB40SefXFXzSs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:23rem;top:5rem;left:35.4375rem;overflow:hidden;display:block; }
#qTx2nrr4aRUqaQwmgslKr8wHHGHWHf7D { color:rgba(var(--color-secondary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.3125rem;left:19.0625rem;height:3.25rem;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; }
#zlxBcNGX5zJ1SHemRgFq1BDKzKigv1Kk { color:rgba(var(--color-secondary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.75rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#I1nrErMMRiXTVJkD8UrlwlsysR5c1NkI { box-sizing:content-box;height:86.3125rem;width:28.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:17.125rem;left:16.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;display:block; }
#ZDqXAWnEy8ZeTgBChwWOO8QStLxxEPdt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.0625rem;left:54.0625rem;display:block; }
#fgOikVXlepwgnVAH0bRBvdG87AbV0xLP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSWEZl7xb1FPhieTypvLIkf6oyuTL0mE { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:45.8125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#W2P2LpdsNQ1SNh4pstts1fDRn3Iw0GaO { box-sizing:content-box;height:86.3125rem;width:28.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:17.125rem;left:44.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
#PAfLo9SCiHTWJhgwmz20Pk26UMllKpZc { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.2646484375rem;left:50.2763671875rem;height:1.4625rem;text-align:right;text-align-last:right;display:block; }
#Sz5wBTpPztZ7APyy14TWOhCr9Zr4oaxM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8583984375rem;left:58.40625rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#OvoRUMacciXxulqp5yS2bgydKbqsEDEg { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.6875rem;left:54.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XM9ln6OTKy6TXSJMEfcHPdMqmEQI5p19 { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.936798095703rem;left:45.811433792114rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#s0nWrqIMIf54TyL9Kl5Qi7C8niQqPTGh { color:rgba(var(--color-secondary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.6875rem;left:25.03125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtoRpcEzQ5UNlBlfzlEzw9EW6hr7QQKG { color:rgba(18,20,32,0.4);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8583984375rem;left:29.71875rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#Vc2IaLAsrZT8rPgpWcXVlg0awzpK1rGD { color:rgba(18,20,32,0.4);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.2646484375rem;left:21.65625rem;height:1.4625rem;text-align:right;text-align-last:right;display:block; }
#Td8WdXb6PrTyLFNuV3wqZKJedBB1cbpP { color:rgba(var(--color-secondary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.9990234375rem;left:17.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#dfT2V0RHOcKmDT4UMzdF0o4DPZ5RdUdK { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:25.5rem;display:block; }
#Uck3eTW1OUTFtBymBd2kufXhTM4rCynT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMBc3T3lEfI6cBR5UUGVnKTgKMEqmpnb { color:rgba(var(--color-secondary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.936798095703rem;left:17.465375900269rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#GN3MnTBGTA1Rf82oafhP0F3syovDi9Ro { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.8125rem;left:16.58749961853rem;display:block; }
#bykATu9pGN8UFQ4ZT3rdILPEMxFLuzF9 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:38.5625rem;left:29.65625rem;overflow:hidden;display:block; }
#Xmi6dL2PREtmwgDXk5KHoH2yDpIMyZaJ { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.25rem;left:16.590021133423rem;display:block; }
#ThvPs90kML8EtQJA8ykWeT4VPeKq26Fu { box-sizing:content-box;height:0.062144875rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.811610221863rem;left:44.744318008423rem;display:block; }
#Cyma0QskHRb7xmV1Dep7F2WoZvhwDWeB { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:38.5615234375rem;left:58rem;overflow:hidden;display:block; }
#ARZVPN1hcNBhdqI9sApcUkE62gkTPCr7 { box-sizing:content-box;height:0.061257125rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.249998092651rem;left:44.744318008423rem;display:block; }
#bpAO66lqIRapLry59oCc37sCPBkxCVi4 { color:rgba(var(--color-secondary-2),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.1865234375rem;left:2.6240234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#LlPOXaW7Tfq6Le7ONVtbEnNrJVTpenWU { box-sizing:content-box;height:0.062144875rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.6875rem;left:16.590021133423rem;display:block; }
#Wy0ArTUTs5ClQPr6ZH5z4wMPA62JqZvb { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.125rem;left:16.59375rem;display:block; }
#DwL0tr8C8Av0ZMuHVrPhyWEOopTbCATf { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.5625rem;left:16.59375rem;display:block; }
#VWOH1IJ134t5WLFqiivgUH6vrkJ4517B { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55rem;left:16.59375rem;display:block; }
#m4vIyVATVFi6eP9pJFiIzTFVS5piXxz5 { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.4375rem;left:16.59375rem;display:block; }
#tTdIEJuexkiq3l89r9oMePbiK427ETSP { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:41.9375rem;left:29.65625rem;overflow:hidden;display:block; }
#gOgRxItd8og2ukWIIh8ohuPEr4NGI93R { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.375rem;left:29.65625rem;overflow:hidden;display:block; }
#vSQdRPI5ZvT46VleNXIaz3TPvR7n87nJ { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.5625rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#gBQ8Nrh96QVQfQRBPNQvgONZ56NfJBie { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:49.0625rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#N1XUM2dUxxVpKqbpdrJa9G2OK0mBxT3l { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:52.46875rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PncLTPovgyV4cRL5ZDJNh6tbT9Nsircw { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:55.90625rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RDUUEtbtHMgQ1T8tzaqBPpwwlFHUuQtB { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:49.1875rem;left:25.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#VnNRwEXfrG45nkDLCPFSJSNrW70eCU5E { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.53125rem;left:25.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#iX8PB0gdm75EtPE69FAun2qJk7FdWUQJ { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.98828125rem;left:25.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#r3PJRRxLu3WBTiVpqlNZmJN0bnN0TOt3 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.6875rem;left:44.75rem;display:block; }
#ikbUQ6epJIWGHqUK56QVQcvIlRBvQ2o3 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.125rem;left:44.75rem;display:block; }
#rC09b4hv0niaIqDiQCk6RxSqMVnTCTBq { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.5625rem;left:44.75rem;display:block; }
#Kk37P1BmrseVdBF3LERZ4wqE8ovOCfOO { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15021;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55rem;left:44.75rem;display:block; }
#rTscn1hqBr30Zq7bMzXrTePdGzyeT6ZQ { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.4375rem;left:44.75rem;display:block; }
#D7aGPHH3BHDHcrvIWGpaGioVrKHRJTFt { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:41.9990234375rem;left:58rem;overflow:hidden;display:block; }
#zXVMQf2hi0JA6OVtiMRPqpdzUrZOeyoM { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.4375rem;left:58rem;overflow:hidden;display:block; }
#PqQJ3iTcrd4p7l7pAl6zSy97rLxNDdDA { color:#ffffff;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:49.51953125rem;left:54.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#y682y71ChIPv1uXCATlznyxxfT1Ay9BE { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:52.55078125rem;left:52.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#gSRqshxdy7ycWUHEQlfgZO0TEH2s6uah { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:55.98828125rem;left:52.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#otHdlg2bwhtTxSJ8GHfqPEAONdM9OtvO { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.875rem;left:16.59375rem;display:block; }
#B3kIV22GepOC7eWGVKpU8UxrxMbgDgMR { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.3125rem;left:16.625rem;display:block; }
#scJpUQmJuSOg0egKeJZVWUg9J2Os5eHK { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.75rem;left:16.59375rem;display:block; }
#RAGN0R8PU27vvqPa2AzTQXpMU1Rxv8Ks { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.1875rem;left:16.625rem;display:block; }
#UQTM0iUzBodQMgkV9AHC5HeZfcsdvnqz { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.625rem;left:16.625rem;display:block; }
#TDBFI5GxSL5KwavR96TtZ8wq5GuVdAgm { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.0625rem;left:16.625rem;display:block; }
#QBaDrD3JLVlify0nsVNyfRsH6diT6yGs { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.5rem;left:16.625rem;display:block; }
#hoXn5pgEHRKBTsOFi0u9r8rHz96zaPCC { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:59.375rem;left:2.625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#Bg43xlVeZAp2RozySEiIfpx3RlXAAarz { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:62.6875rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#mmcT2SKKxCDvrSnlmdkKuQ3DAMa3T66r { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:66.1875rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#tzTXRJNxNCOfkE9tTdXmSCN0TfWJVQT2 { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:69.5625rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#FAinqzKgCNQNn4SkhA5cp8gX0cEKJ8xQ { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:73rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#W2xwAzE1Gzd1LPZZmO3PtkTpLuR9gCwU { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:76.4375rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#LWrGOsgwshJh0LCw40LgQWr8AaVBixV7 { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:80.0625rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#Fy6vHs97dD68T4IGQXNANGDwMs37EmMz { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.9375rem;left:16.625rem;display:block; }
#HO9kIME74AFhsSPq3k5fmCTzkIun3qpy { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.375rem;left:16.625rem;display:block; }
#mwUDeZ04S9QtWxHfvTPNaLiDBHJmPRlU { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:83.25rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#x134aXG9yPMVborIriw2n2l5Rhpp22NT { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:86.875rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#NxZMda74NnATb8Sgy2uozK2UokvJbaRa { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.8125rem;left:16.59375rem;display:block; }
#Gqiad2dAlsv9MQyHIsOs82AP42Kve4Im { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:90.25rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#p9KqK4O3vNFEUB3RPMaD2q1LRyOwyXdO { box-sizing:content-box;height:0.0615234375rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.25rem;left:16.59375rem;display:block; }
#HZTT48SuE4wrkJSeceICon7OLrA5UVFe { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:93.625rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PiIuBtn0hEZb5RAoEvK3sLseoVVbDIdF { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:97.125rem;left:1.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#BZ4wLQ2ldL9fNB5klWukcFttc1cdFZp5 { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:86.95703125rem;left:24.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#VZb49Jg4gLR3bQb6FBRXfuwbstIqPoTH { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:90.33203125rem;left:24.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#IG34h6rv0nL27JK5yeJZrkAr9ok8UerA { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:93.70703125rem;left:24.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ApX4kxCVUVdkBTqfrT3xHaTRH8cQaL7q { color:rgba(var(--color-secondary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:97.95703125rem;left:17.6875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#IVD8sRWuTphNJkzBaDKKsgLNIAD1LB6e { color:#595b63;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:104.9375rem;left:17.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#u6ppGD4pJC71M71hAoFsJ2BKC5BQkXV3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.45703125rem;left:23.8125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#FHTL40QAHSvNz5WRZ1nT7GWCfWmROuCH { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:62.5rem;left:29.65625rem;overflow:hidden;display:block; }
#Q7crJK9nTBLsRzb3IIammQNvKlVWXGcc { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:69.375rem;left:29.65625rem;overflow:hidden;display:block; }
#BMQB9yd5sl4sHf0wuCTMFxw7e9TWRsVU { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:73rem;left:29.65625rem;overflow:hidden;display:block; }
#tZ8zBE06u81nwTQhVM0vbWe3N6X730wE { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:76.375rem;left:29.65625rem;overflow:hidden;display:block; }
#itWVG5KtLr5OV9izUJmOTOIEdov8uP0O { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:83.25rem;left:29.65625rem;overflow:hidden;display:block; }
#cxznzy7gyM4nMtG6nmXmKkibLxFRgI6l { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:65.8125rem;left:25.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#abPrCKtm12lynSyf01RyVPtLC6zwwV9F { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:79.625rem;left:25.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#U8Ki2ElqxKF3hZpETDT5SR9xT4dz0ZMw { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15023;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.875rem;left:44.75rem;display:block; }
#ZprcabEAWahyyOEep96nCMlAU5Eh23bA { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.3125rem;left:44.75rem;display:block; }
#Eqg2ioHgBblR84sw1QdbcVB1dvlRAs1u { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15025;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.75rem;left:44.75rem;display:block; }
#cezHydDf2dUJJ041L9gVRaLFZw9OTd7p { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.1875rem;left:44.75rem;display:block; }
#TnM3kDnJxo4edFKNgzLpZTFFhglZgWS7 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15027;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.625rem;left:44.75rem;display:block; }
#Poqcow38HDy1HtCU0iavPzF9egzqhqeq { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.0625rem;left:44.75rem;display:block; }
#XvfgbJTP84APGfAvhsyND9NboAOAFL29 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15029;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.5rem;left:44.75rem;display:block; }
#TsTD03Wuwo8e5s76hnkCGG87I6MrV3h2 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.9375rem;left:44.75rem;display:block; }
#e6Vdbt9DCs10SGa553xlTHBfASU2TH24 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15031;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.375rem;left:44.75rem;display:block; }
#S0S4Xs0ZV4tq03cWkcEwbfooP5FvQJ7T { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.8125rem;left:44.75rem;display:block; }
#ozP5lWroMm4D4DZ3LTru4GLpvIWELgm7 { box-sizing:content-box;height:0.060546875rem;width:28.125rem;position:absolute;display:block;z-index:15033;background-color:#404973;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.25rem;left:44.75rem;display:block; }
#EBaPL3k6NiP9Nm1MuAAg8zFZbOGeOk0E { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:97.95703125rem;left:45.96875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ga2tmDubsRcrJiin5sT3ezI8s3nv83IM { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:93.8515625rem;left:52.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#wTrG7OggA45HuEK6mKerzupiUJs0tk7i { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:90.33203125rem;left:52.46875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#xPeICw8pfTVUnbEU9W2gIKog111MS9TZ { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:86.95703125rem;left:52.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#myaCuuaCTFNzzkfso931HhLOXQg1Io2C { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:83.0625rem;left:58rem;overflow:hidden;display:block; }
#O7kXtr57Gm7HEViKgTMHI2Ci6swudhV8 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:59.45703125rem;left:52.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Q9OVb0FhOWQroNZzG75Tu5sqMlrtLZA6 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:80.14453125rem;left:52.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#JlFgmn94Q1OzQKNevN7Do9c21EagPETm { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:76.25rem;left:58rem;overflow:hidden;display:block; }
#n7rJA84oMTyA3tP4NEnhsPZ6BKlaIWzX { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:72.8125rem;left:58rem;overflow:hidden;display:block; }
#zER4RJcFrAF79XqucE6FRdoStIeBkLGv { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:69.375rem;left:58rem;overflow:hidden;display:block; }
#JGK8qGh0EUATxL9wSXb6AT1ICrZQc36a { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:66rem;left:58rem;overflow:hidden;display:block; }
#LbSa24crrFBk5BdKNXEbTnqQIbeIDxtV { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:62.5rem;left:58rem;overflow:hidden;display:block; }
#gr7frNqxHCp3bai6ktm2kcvsPUZdemZL { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:16.125rem;top:105.8125rem;left:38rem;overflow:hidden;display:block; }
#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container { background-color: transparent; background-image: none; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container > .video-iframe-container { display: none; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row > .video-iframe-container { display: none; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .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); }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container { border-width: 0; border-radius: 0; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#mDzr4O1oEn2KggzgilTmlB4wncMqGxnN { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:5.53125rem;height:7.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ji6UR6KWg9gHzTkS8GNy6a6WrdNp5KwC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.0615234375rem;left:59.09375rem;display:block; }
#M9miVvzOp2mP6ubFH2lSMtftuEPLikmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUarGCPl8ETTXc7W0aWEWvgAKFL69zRg { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:12.6875rem;top:0rem;left:39.9638671875rem;overflow:hidden;display:block; }
#sBNygbW2WqHHm2QTN5DTKEHrcekBlmdm { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:5.53125rem;height:1.95rem;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; }
#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 { position:relative;display:block; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 { background-color: transparent; background-image: none; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container > .video-iframe-container { display: none; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row > .video-iframe-container { display: none; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .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); }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 { border-width: 0; border-radius: 0; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lfqmvUTkTmlus79hm1UoxVZdzFSgLN9R { box-sizing:content-box;height:26.5625rem;width:30.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:6.25rem;left:4.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WloNs3TS933f8wKEM4kXqTStCGIz2leL { color:rgba(var(--color-secondary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:6.625rem;height:9.75rem;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; }
#kF77MB0Ju1WhgNhScS0LmRKmnL4ZFSWA { color:rgba(var(--color-secondary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.625rem;height:5.85rem;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; }
#QtiUM7Lf8FTILtCdF8BkT7Glt22tA44O { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.9375rem;top:15.9375rem;left:6.625rem;overflow:hidden;display:block; }
#hqUCTpGt7lPXS4JA2WILwaO18l0K2kh6 { box-sizing:content-box;height:26.5625rem;width:30.1875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:6.25rem;left:39.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zvwKgNeZwaQEkWdKqXRMnr6CKITkfCzs { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.8125rem;left:4.875rem;overflow:hidden;display:block; }
#E6F11x8u7QCwxAFWnIFwdfhwTg6KJybf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.8125rem;left:39.125rem;overflow:hidden;display:block; }
#IAhihQewR8FWXKeRc8u60wl0b3vvqgOe { color:rgba(var(--color-secondary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.375rem;left:9.875rem;height:1.7875rem;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; }
#qwDoZskOAmn29TdO6XFlJgyTTT1T21eU { color:#1d2d44;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.375rem;left:9.875rem;height:1.3rem;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; }
#QV5JZStXWa55Z9eFH1EtvTuPBfrQkzZJ { color:#1d2d44;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.1875rem;left:44.625rem;height:1.3rem;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; }
#CO41PKRr6JJRyt8wPGdkISee9Qc9Hinn { color:rgba(var(--color-secondary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.1875rem;left:44.625rem;height:1.7875rem;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; }
#FS50nvX8dUTl6l8MO2bNrxsRaGTgXs7k { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:34.9375rem;left:29.6875rem;overflow:hidden;display:block; }
#Fut5Hi3vlKa1w9K9UVXQAwFDhXTG0PKc { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.5rem;top:34.71875rem;left:60rem;overflow:hidden;display:block; }
#fAFVaEW6hAbQwTqC05XWRZgUeE6XetAh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.0625rem;width:29.6875rem;top:6.3125rem;left:39.5625rem;overflow:hidden;display:block; }
#lzoESb8UgKEDcOw1Cl6fgTIFTQv9MzJS { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:32.1875rem;top:33.8125rem;left:0rem;overflow:hidden;display:block; }
#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa { position:relative;display:block; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa { background-color: transparent; background-image: none; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row .container > .video-iframe-container { display: none; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row > .video-iframe-container { display: none; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .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); }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa { border-width: 0; border-radius: 0; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .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; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:133.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vVZUCDklbcgIdiBDuBhamZE2JTRMTDFm { color:rgba(var(--color-secondary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4375rem;left:19.125rem;height:3.25rem;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; }
#Nl6MNkJyAqhTuJxW1GqwmH9SLeksFtFb { color:rgba(var(--color-secondary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.125rem;height:5.2rem;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; }
#XGEn8xLiaS1AXNWGMHJu3Ek3rxndOCTh { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:12.3125rem;top:11.599609375rem;left:35.71875rem;overflow:hidden;display:block; }
#M6qay32HvKXAVRc7ilKBmIt1kuMUpJqX { color:rgba(var(--color-secondary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.375rem;left:19.125rem;height:3.25rem;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; }
#GurITsCEqCNu2QziIWi6E9WI29HK8p2M { box-sizing:content-box;height:21rem;width:39.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:33.4375rem;left:12.34375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lQBCM0sOFmM6kfN4wRU1BTZ7XedOEAUT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.5439453125rem;left:14.71875rem;height:2.6rem;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; }
#Uov4J4zklJigb9JVgdOAKywCdtTBnLcM { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.244140625rem;left:14.71875rem;height:5.2rem;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; }
#P6SDdTKyPPqIN8gaIH0FOTmzdsPSNSWe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.3125rem;left:14.71875rem;display:block; }
#KqX0Ey6uWFMmlTwL7uiPi5qOA0LOWTBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWyDATXox0NkVMEEKgkPfs0cVyepRFhK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.8125rem;left:14.71875rem;height:3.25rem;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; }
#g7bpfgnTmJ5qL4S4RACZ9TVS3TsL3Kne { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:14.75rem;top:33.5625rem;left:35.71875rem;overflow:hidden;display:block; }
#BZ57Lad1bX4WeI3GRybKqgMabtGiZtfJ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:12.1875rem;top:57.4375rem;left:50.46875rem;overflow:hidden;display:block; }
#Qham1XN54RJ7DLdH2NKTrUWRDouKlgRU { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:12.9375rem;top:80.125rem;left:35.71875rem;overflow:hidden;display:block; }
#dD10kbsZ9HoEmEXznlRglLaJHISNONzL { box-sizing:content-box;height:18.3125rem;width:39.9375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:57.375rem;left:24.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#D2TUbLVXTOazTnTHnZAO7IWe2fhqwAtw { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:68.75rem;left:27.0625rem;height:4.875rem;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; }
#rVHx64DcIKiSrFrbJ8ezfWdv821iwsyF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:65.5rem;left:27.0625rem;height:2.6rem;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; }
#UBNzd0sOxHMp0H82h5UNR1ufraD484Iu { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:59.1875rem;left:27.0625rem;height:5.2rem;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; }
#MKB1n5AnJxatErzotqaSgDCrzM9Elndx { box-sizing:content-box;height:23.375rem;width:39.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:80.0625rem;left:12.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XnQmBcHJ3tK9vnl13SS5AHAEaO35FeJO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:91.4375rem;left:14.75rem;height:8.125rem;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; }
#ZP3VImFS7r9GseipaE9PWKF7m86OoRof { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:88.1875rem;left:14.75rem;height:2.6rem;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; }
#zaq65KtxxmeAWckDOFypo5bxwoTUGGUP { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:81.875rem;left:14.75rem;height:5.2rem;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; }
#ZFHe3WzKi6hbRcVk4LE0n0hmogPb8TXy { box-sizing:content-box;height:17.4375rem;width:39.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:106.375rem;left:24.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MpqUwM1l6o9TK2z02DcWghbuO82Ay12e { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:117.75rem;left:27.125rem;height:3.25rem;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; }
#ihQfZ12SFUqCIEsQ7oWxETzhmxb8Qyri { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:114.5rem;left:27.125rem;height:2.6rem;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; }
#y7lLZ1o0OpVVk9tFOfMCsqZUl1bFm3fn { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:108.1875rem;left:27.125rem;height:5.2rem;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; }
#cT9fMqLkwT2u0XKa0gIglUXn9kS4pdCu { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:16.3125rem;top:106.4375rem;left:46.40625rem;overflow:hidden;display:block; }
#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 { position:relative;display:none; }#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 { border-width: 0; border-radius: 0; }#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 > .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; }#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 > .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:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F6bkFqSGPUHAl9iQSlHWqsbixxIFZ4hF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.8125rem;left:27.96875rem;display:block; }
#uSwpRERGdkrTn9QGog07ymxkKKrK7Kk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBQi88emCWt1Z37LGQUSQssy3CQrEKZW { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.875rem;left:29.4375rem;height:10.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SKJmvU1kZw9XH9Hp5PWcwhJeJRGEQA2x { box-sizing:content-box;height:21.4375rem;width:21.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:0rem;left:26.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV { position:relative;display:block; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV { background-color: transparent; background-image: none; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row .container > .video-iframe-container { display: none; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row > .video-iframe-container { display: none; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .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); }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV { border-width: 0; border-radius: 0; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .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; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WMQFiAG3DyNPgwyERv3rgqQu8XO4dz5i { color:rgba(var(--color-secondary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.40625rem;height:3.25rem;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; }
#RUL0Ph1yPonyysTmUH8b2tSXfvZtJgLE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:14.8125rem;top:9.6875rem;left:27.84375rem;overflow:hidden;display:block; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);vertical-align:top; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.5rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-trigger.adaptive-delivery-prevent-bg, #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-trigger.lazyload, #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-trigger.lazyloading { background-image: none; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG { box-sizing:content-box;height:auto;width:38.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:17.96875rem;left:4.28125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #ylFkwSTyXLz2AUBoEAzw2bULJU0TeuQH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lcHFRMI5D3GQTImCnFygbuPDO7hy7U1s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #xQBm6T4iepJ4FakTVrr70IESaouXqaEl { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #F4DhiHJpb5u7stcqZ0HqGhluEi6AAZzp {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #h3EFOErzXbRwdOWhzpHQVD4EVVHT2uTt {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #XwDkMDMF13SZvvgNM4TTBFp8i12eZBeG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #OoxceXXQvrv24y1ocxZPAbAicfNVMVNa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pm4FcJmSTvMJaxvun6othfkvbxvxLDTf { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IhkxLWlf0mS9emiC0ihOzQpGKs0Tfz1M {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lpoDqyGFATSTXPUhvK8ET9EzlTHHzNyD { display:none; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #leo8qyraG9Hmm6szlWhbalHUgFDPMTrq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #wnR4TWKPl1dOWxXD8rxJ6ABimc3kFssA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vgbxWPmiJVr8QnKOlJ60TH3NDdC2WkvD { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #rXNH6rya85P8HfADkTv3tbLiF7WT9TxS {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vC2vNL0aiwshEIWlFafrwlUyHHw6rBLT { display:none; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #p3SpkOVwic3bpkLiJy8EWxyu2BuwU6Zt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #LGo0UQaFbwsdqs6T5T60ApWvJOaMX9dX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IA6Be9R6rpUD2OnC7ROlGAm8URzyIrQ4 { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #TK4lCEMzImVevNbmRkJdKATpXvNm7GQW {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #irt3pQkwdPg5X1PROcOHG0oVGdfCd6Dh { display:none; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #n922TMJLS36QWnKqlQsccpeGh5d0Jkpr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #riNRy4c67d7KxQFeQLI2yvNT2Dsn0did { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #iGaJEFgdgh591NTcTQTaFEnxrFGyNmVT { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #E6bBoEqLdkCrZOCWzQqNlHaQhSkOTapb {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pDOIgmCaqxPr4kvSMepcFoz4a8TbP4Zw { display:none; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #UXrtJzg63JZRMye6TumJZe8NLNfFIhwI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #EhvDSnSrGpV9GmTk3cNpnQH84AE0Rud4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #baLxMmXznSHurzPvRZ216TFLtsdpWkiT { display:block;position:relative; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #zoTafQPy7oPs2IaDszkVs0retZWrlXh2 {  }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #AHRCcxib7VArR6J1F5uPkNB4IxxxyG5k { display:none; }
#EA9a89nEy794O89xtkhvDkJrQ0tmxz1J { box-sizing:content-box;height:38.375rem;width:21.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:18rem;left:47.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DteiFQNTmPmvTdl3gRrOTc1wXVgBgXDk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.03125rem;left:52.40625rem;display:block; }
#MmwEt1CzwyRNnCeH70yaFnB1DrlHTLn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaMoFLnOGDx26gbknFHbFDdlaJQAZXqF { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.755859375rem;left:50.15625rem;height:10.4rem;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; }
#Pos1TRyxuUJCAS9wE6C6fFWN5h5TFeFg { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.25rem;top:39.1875rem;left:67.75rem;overflow:hidden;display:block; }
#Bwv0kKE93HKpldnTslbgLoTF5yw1P6ne { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:6.8125rem;top:31.5625rem;left:0rem;overflow:hidden;display:block; }
#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container { background-color: transparent; background-image: none; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container > .video-iframe-container { display: none; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row > .video-iframe-container { display: none; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .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); }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container { border-width: 0; border-radius: 0; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#VTnT2DKBuO89NrrliqS0n3lvU7ERJVTD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14.5625rem;top:6.78125rem;left:28.468750953674rem;overflow:hidden;display:block; }
#OTLTsrry3flx6tm3XaPNh5qabM73QJTA { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6123046875rem;left:43.84375rem;height:1.05625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClylTyRJosI6LfgO03PRpNEvlL1HE7To { top:6.375rem;left:0rem;width:47.75rem;height:17.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgMNHARXT7ZOvXLaaE96a8xs4kE1PHHR { width:9.875rem;height:3rem;top:29.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0akSSTv8UnBCsTpv0cSk9vpfqI1BqoT { display:block; }
 }@media only screen and (max-width: 763px) { #NnhUH2CqNgmx7APAsok3oEn95dA3FSTS { top:24.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUXkcQSn8y9AArdnxK7eSMSTH2D1ZS53 { top:17.8125rem;left:2.5rem;width:28.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv { display:block; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLmSB8qd4XndOugXTpnAnIL0tNGfiTEw { top:59.75rem;left:17.9375rem;width:6.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSoHkgTpeupmhC4CKV8qcwzJGhr0pzi { top:59.75rem;left:29.5625rem;width:10.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUhR5Uv8dgvEEeXcRqms2nh0VUFgfth7 { top:53.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TBSoHunbNeTkAOCQB0HSv53r6n886A { top:59.8125rem;left:2.25rem;width:10.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTqrTTAZQkJSTBAimS1QZwzKE45L059 { display:block; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGglbXpfag7eEDCpP1lLBEgypyPHJSLs { top:15.3125rem;left:0rem;width:35.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9d4MQzmD6hytClPPz3f6wPq4PudDNB { top:12.1875rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvrhqxFRhbcAgZIo9tvDT9BMdCggTqT { top:13rem;left:10rem;width:37.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX0PtP9no4i0xLLLvdU90qxS8WunzOB { top:20.1875rem;left:0rem;width:36rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVGIrSBFHtGIVAU32biEdntqlD8ibXGv { top:57.875rem;left:14.75rem;width:33rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgbAM3TTm15Q7xgAhURPiGQ43XoUICsT { top:53.1875rem;left:14.75rem;width:33rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJK23APahtDWNW4aOZ9eDCO467M8m4lx { top:50.0625rem;left:27.25rem;width:4.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLre1GIBk7V52t6UJ4lTHFvbRNawaETe { top:46.3125rem;left:0rem;width:37.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo { display:block; }#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQI8biFpGaxFRyFH17KKJ1OTzCmFALSK { top:50.75rem;left:0rem;width:36rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTH64uKPKvuADDz9FiZNgXgmWyyGJQx { top:46.0625rem;left:0rem;width:35.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqNOSrXAIlq9uBWxhLFQ2txivPanu8I { top:42.9375rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlT3FrQDz3mnqZUUNntrLlmeKGcoP0Ra { top:83.9375rem;left:11.75rem;width:36rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEQu1otDczAfT1WUsJ7SSRfZRxOvTw0p { top:79.375rem;left:12rem;width:35.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biTt7Dx0S5P6BSeT62EMXHfRHzTbXEXo { top:76.25rem;left:24.5rem;width:7.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyQPsUy2IxSbgbCam0E9aZ5LxE7KSwT { top:72.875rem;left:0rem;width:34.0625rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoh1tTI4wMJTJFNuzVLT5ltnzkgJeTct { top:42.6875rem;left:10rem;width:37.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU { display:block; }#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcKpbRFWTVMRtTLsUX3s0R6KTEXWni5F { top:2.4375rem;left:5.6875rem;width:36.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPTE5996a3DFBfSECJDr2ap2M0rZbWR { top:5rem;left:15.1875rem;width:23rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBPZAH0sBJNsQKmvTWBCkSNwmhfsa5I { top:11.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHPKWTUQ2ONTVwrlWWuU9FUyGZmpMu0b { width:7.875rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf { display:block; }#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y87hMQUX2WQciiWguJHo2JvSBggPRNTs { top:0.875rem;left:9.75rem;width:28.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKkTfpK2ybQBmdgPmMoViI3MfXTErrtf { top:2.4375rem;left:18.1875rem;width:10.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8yEOObGHTK2HlsvUJIiotg9cLHpXg6u { top:5.625rem;left:22.875rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pTZQ1TW4BIuJ5AhwkNsEZi3XRTNXgu { top:6rem;left:14.8125rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaG4AciaSWZGGkf0RVGbpgvfyehUmo5b { top:8.75rem;left:10.4375rem;width:26.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5QkPp1QN8BULlzXd0gVMcXT6MkvMf6P { width:26.0625rem;height:3rem;top:12.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTdpfiMNrqpe1MV6Q73s0610V23Vg6a { display:block; }
 }@media only screen and (max-width: 763px) { #VE0P7o4STnKPvIa1TxrhtsWsXiHIFhmb { top:16.6875rem;left:10.625rem;width:26.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP { display:block; }#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA3zzhtMPp2E6QgsVS57OG655FWxlIG2 { top:0rem;left:9.75rem;width:28.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #agGDPF1AIpxRwhizI4nUxfzvH7tDTz1Z { top:0.875rem;left:11.0625rem;width:13.125rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXm6yATfKK1FoHdXkXVyDmXI0XWKT0o7 { top:0.875rem;left:35.5rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh { display:block; }#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhgGfwMdl7EQU6AIcWRDfmnRwKTZ1uBU { top:0rem;left:9.75rem;width:28.125rem;height:65.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgKk4sSBDIOhXPiQXT69wGt4LsSQvNI { top:7rem;left:9.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HFI7ZuNnquc4tvNJJ2u9atvlcV5ycKhm { top:3.5625rem;left:9.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mirRpHLqBphEpThKXxM7lhTDkdUwNdok { top:10.4375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rHfRTuWkI4ZupUoRrSrdZzpnPo5lduCw { top:13.875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rkqiw5htEM9rZLPKpoEmD0vJxhHoSanN { top:17.3125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fpDmDyqU3kvvz4MVscE9wKfiAzEQODf0 { top:20.75rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lpVHiTlpb7DxZxJy8Ho4N4JnOaiFGpHU { top:24.1875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #off0DDVns2KvCzQeCw0tMfGeaRo5qelO { top:27.625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #czBzsgfiodcgLAk14rHvQBmvupl3hq8M { top:31.0625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JrC72LzKkWeQmEgl1rWuNgv3lqeTCLHc { top:44.8125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BUt7qwRQqeTBUxOi969e0Jo6m6rZxwuA { top:37.9375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LcVZU71gt37UoTPh5fkw3aBkVFeFDfQR { top:41.375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WfxywilsXhe78vAk7iPAEFA6H4t4CH8v { top:34.5rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VvUnrJtwg4QKU6FGk4qeXA62yCApB2eC { top:48.25rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KTrtIQuOGlDmtGiwClmku9FqCl8XNgxV { top:51.6875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MqbBDKVAux4qeSI1abVg8Pdmtknz2wlk { top:55.125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TJrV1yOHs8oFt2DGgTWnw5Ti7LnyCIDV { top:58.5625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IrssnlaEnqW4rUFqEgSeJQs1DZQVJDcL { top:3.5625rem;left:9.625rem;width:28.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFdqcuCHDsOMNP6HSfkZZ9RAc70nef0z { top:1.1875rem;left:16.875rem;width:13rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiF939G1DTZsaNUJx79GVPPC7sC6xbVm { top:1rem;left:17.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoB9W4NEAROdERCN4y3EP1bycGkTDxK { top:4.5rem;left:16.875rem;width:12.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfENiZBvTVI2xP29lqSr1GTZxk9dWgfP { top:4.3125rem;left:17.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXlTok5z7TxZzbZCD7s0TlSzpieVuSqv { top:7.875rem;left:17.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7UKTkqOJx4N1Py0P8av38KMGdNVCFG2 { top:8.0625rem;left:17.25rem;width:12.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8H9FBFrNKibFIZaW1k6PvzGBpIRoJ5w { top:14.8125rem;left:17.25rem;width:15.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtzb4rkDzTDOyexWABbDuTdTpqk2nFk { top:11.375rem;left:16.875rem;width:16.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdmyts3uMpP7MWxOR4Uuq3HqkWLsSQF { top:18.25rem;left:19.25rem;width:10rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkHbkWBCQDnnSubln2CIUx2l6H46yxk5 { top:25.0625rem;left:16.625rem;width:15.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQz6emXIXsGSSu0piTvq8Br5cTXTpXWi { top:28.5625rem;left:17.3125rem;width:14.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsooFuW4RtSpWem25k1S3NGThBTRGemN { top:31.9375rem;left:17.4375rem;width:18.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHw1iDwequKlJawpKTBXIt6ivG2VTI39 { top:35.5rem;left:19.4375rem;width:12.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mpNBVytzViSCBmCg8NFPe33R61JR9M { top:38.75rem;left:20.3125rem;width:9.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGRFIdTi0uP4QK97PAi3vBxH70dcBm2S { top:42.375rem;left:17.5rem;width:14.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgXXsrBydL0M9V9dnVB30Lbo6pBCapOn { top:45.8125rem;left:18.8125rem;width:13.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVAOBU4pTSegGDIpelTTGyKvV3zrMTO { top:59.3125rem;left:16.1875rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu0lJFuZdTLXOEP2qUNMSl675RwXMDMg { top:49.1875rem;left:18.5rem;width:13.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsiI6vkfhUqmtwZehOk10GTxVqLxaKnG { top:52.625rem;left:17.1875rem;width:13.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il1NtSM1VIEuwJ4BAVsKBAK9uEI6l68A { top:56rem;left:17.1875rem;width:13.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3tU7qTTehpcSZFiduO7U5KTkeZRPkR { top:61.4375rem;left:10.84375rem;width:26.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7ZzP6ukW8203tgiGdtq7FQLiZk6SIII { top:66.9375rem;left:10.84375rem;width:26.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyTx150di97T6JGKJv7FhfFVhrbXXAxH { top:21.75rem;left:16.4375rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkA9vDCeyNtEl2kn5UyAsVix9VukOsA { top:24.875rem;left:15.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nltTtCDsQKfukQX1ZGpFxXZUTSORLyp7 { top:31.6875rem;left:15rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPPM8F8MTaoB8W1QUHvzeHVIF05mTNS1 { top:35.25rem;left:17rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAkHMcts8uUC4VvTIrse9tHerkSolcb { top:38.5625rem;left:18.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKoIecX2W5lo5Fd4Q7a4uCnt895oQdx { top:45.5625rem;left:16.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPwOLG4JUeP911eFnXs4p3PqUJfcZO2 { top:18.0625rem;left:16.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFsBpHTaEoqHOmTkQlvChcqzzZW27Lhz { top:11.1875rem;left:17.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #penu6L5WVZyPVVA8dprMxQ2XzSBowAv4 { top:14.625rem;left:15.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PSqnSNqlpG6Ok3QUpcdr1Mm7oiLCmp { top:28.8125rem;left:16.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUhEs0N0fDU6VX4udXmVToy6u6vtkzrO { top:42.6875rem;left:16.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKKeb2yr3SQACsZnB38dwceFrhRBqvZC { top:49.4375rem;left:17.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxgRwsqU8mtUIJyVcVAmzBEqtsaUlfv { top:52.9375rem;left:18.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctJpOJNTNeCTL4W84CxcQWmzPZeQaVFE { top:21.5rem;left:14.28125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k273fMXLrSyMEyeVr6SKT78omSLorQfx { display:block; }#k273fMXLrSyMEyeVr6SKT78omSLorQfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FNg6HHHUMsPGdLaGJmvrlwmSOJlsn9 { top:0.875rem;left:9.75rem;width:28.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZctRe3BCIcqBPM22rEKEqMuu3xA2Gz9 { top:2.4375rem;left:18.1875rem;width:10.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTatqX2OPUzJN1geicwDhuPHmMf3wvI { top:5.625rem;left:22.875rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9RmadfGvyp5GJsJ02SD42hvm3fmXM7 { top:6rem;left:14.8125rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHFlBAKgnaKtDB8hFrwIkNIlN4c8Zqg { top:8.75rem;left:10.4375rem;width:26.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPvGpRNG03TVbkb6nRGOLHDUCn6vT3ZH { width:26.0625rem;height:3rem;top:12.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICwNMPlB9CuvwTdAFalC1qhe5I3FxlIz { display:block; }
 }@media only screen and (max-width: 763px) { #sJacRSEaQ3ITPc1LXnZ5KDbskfCJDvBw { top:16.6875rem;left:10.625rem;width:26.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXlyQN62108msPdt2T8kgBHvvtiQDru { display:block; }#GqXlyQN62108msPdt2T8kgBHvvtiQDru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE8ngmbQqfq7apAZZZUfETCdgHusAJeX { top:0rem;left:9.75rem;width:28.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5sfNf1z9oD9ZQZgSKTih6NbEFgSmRdr { top:0.875rem;left:11.0625rem;width:13.125rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmlKDnRywuO6pnUxDL69pAPJlzNTC8Ks { top:0.875rem;left:35.5rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 { display:block; }#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8SK9BmRanC1nWFRNL3y7EEs2sRnDgHi { top:0rem;left:9.75rem;width:28.125rem;height:66.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5evIkosXxTD1zbh0A9CH0Q7Tk1yQrWB { top:7rem;left:9.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HtNQHFPsqDDIoGxmIFgyWePtb4STl51r { top:3.5625rem;left:9.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRFRbuZnRvap0umVknlZhP3CR7bI2zoE { top:10.4375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #B3mc1LtmuUZkikhRv0rCJdTWDXAUx0Sg { top:13.875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #csVTPsAKad0M5iX0kWTH5QVwsSITO41m { top:17.3125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UFbFxLplG0k1wWUdrDAf1LTJQSVoeXqn { top:20.75rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vn40Dfy0s6T7dgHgU8qRPJbJiMG5Su2q { top:24.1875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TTti55TxEtHekhkHXosKDr74uuTTkwvw { top:27.625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #x1x7CyA1R1eXDhgtDKdq0U1cOTgQZ9pA { top:31.0625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fhaz8zSAKXiGfPXnIFL4FhVIPzqKKfMz { top:44.8125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #brW3pZ72Ueq9UD5OHcXdBFR9TM4rpIG5 { top:37.9375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iV6znpQKWtE9mUdzV0EiPieMAiXiGvok { top:41.375rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VvyCturppD3E9wI2pT8QMZuhzM1GMGe8 { top:34.5rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OvUAJ9DCQ4kXTUy2FoTdnhoEGny6s1H5 { top:48.25rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UGOrTWPekR7I2e7f4yrfr2TV5L07mTHg { top:51.6875rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WhdgBdrhWXfF2OM0vKTXxtKLBQu3ZuvW { top:55.125rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #C4HfrdTu2y5k0GKZLPVu73qpFTMV1yh0 { top:58.5625rem;left:9.6875rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pSwdMxLDJLw23ZWTWc0J77y5gAZ27vkN { top:3.5625rem;left:9.625rem;width:28.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvSAOlLBJMHDt2NdJ75d5sv50GJqfpA5 { top:1.1875rem;left:16.875rem;width:13rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hnRCHLpxSgWvavZNvpPSzwKqpgWIkx { top:1rem;left:17.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuynPI4DFdiRRPwlssGXFfnsxuLMc5FL { top:4.5rem;left:16.875rem;width:12.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMm69RD97pGgE6CLMytslSnwU3xqDd0e { top:4.3125rem;left:17.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vam3Bnw7E9T57XiM4kVIqZzAu8ytaB { top:7.875rem;left:17.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEWQZ0zh6IgMaw4J54b8Ry9zcLSiROfP { top:8.0625rem;left:17.25rem;width:12.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxxFq0DV1nmupiLAT06vFVr57FJs5sJP { top:14.8125rem;left:17.25rem;width:15.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7r0ST8J0nATIfi2PpWRVlGfdaDkmtyI { top:11.375rem;left:16.875rem;width:16.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkbJDTNvgsrEXrftAiNr0S90QRIiwH9 { top:18.25rem;left:17.125rem;width:15.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER5cODCF9SgRqJJbaSof9DRu0KLGNJR1 { top:25.0625rem;left:16.4375rem;width:15.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCe1snVmh5M7fPDeE8MOqIQtChXABdyy { top:28.5625rem;left:17.3125rem;width:14.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3GPKRGk0QNg6k8ag6KMKvBO6CnbHkQF { top:31.9375rem;left:17.4375rem;width:18.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTN1iQOv8VDQV2nn2O0dKebU8g1DgDt { top:35.5rem;left:19.4375rem;width:12.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK3PpomqyBGizaZT1K6wGSCuAnGc6ltw { top:38.75rem;left:20.3125rem;width:9.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdlsmQzuQSqV2fdTakI9nx8kmJhPrpA { top:29.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR9XlMtyodoC3F5T8CeIPPFobdBTgImq { top:45.8125rem;left:18.8125rem;width:13.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZSLcqnhypKDaK8sEzR0DJf3AQg7m0h { top:59.3125rem;left:16.1875rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCe7gwSmOXMFXse0KNLCqbgovWLXX9pV { top:49.1875rem;left:18.5rem;width:13.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUCVD3bk0GNfJK3bUkXsZl0VM7rB50N { top:52.625rem;left:17.1875rem;width:13.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vsZn4298IxftFRsgdqhys1kAVUZkyt { top:38.4375rem;left:0rem;width:13.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD34aeprMPlrN7svqXSNBNXAy651pB8v { top:61.4375rem;left:10.84375rem;width:26.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOkp6c6V6CWRbpWKM3OIwbuzPHkJHmTS { top:21.75rem;left:16.4375rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZOGaFw4cwZC3ptVfWzFnV7oqXSnkVM { top:24.875rem;left:14.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgasJNmf7tvpJfALNOMg39LDpJoGgU7f { top:31.6875rem;left:15rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ligC3GOFu061768iQeDMGbiAzamteVBL { top:35.25rem;left:17rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGNOmciOzzcwNQsAc7G4w77tTftcBDP2 { top:38.5625rem;left:18.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPOgOsX0OfoOA818ziXZ7hxnkRGfbIT { top:45.5625rem;left:16.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHpTHZaKxLcktr0z7iMl2p9MzqykweV { top:18.0625rem;left:14.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2eFCupRnDQBT3JIZ8USJkBCzQ2APU2 { top:11.1875rem;left:17.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMgPk17cvCBMV9Z5wiFx4Kmvq4MyRSF { top:14.625rem;left:15.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8e93eF39Akb8MbEuonCpi81aheAcr8F { top:49.4375rem;left:17.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck9XJgZRhgMRO5Fqyro0C2atSEIIHHDf { top:52.9375rem;left:18.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywV3plxSz6X9M1se6SwrqwueIOzsNON { top:21.5rem;left:14.21875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv09PEq5T7rSOTAZ9L2Am8TPAdag2BLG { top:28.3125rem;left:15.59375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyO5IDhnDPyKrHzNvWMRLTz6hDFKrzK { top:42.125rem;left:16.65625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DmbupUom64iWCBMwadyIfITBJPx4Ga { display:block; }#i8DmbupUom64iWCBMwadyIfITBJPx4Ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBogB01HexC0uPPNOKmWUZlhJbDM8NpG { top:1.5625rem;left:24.34375rem;width:16.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh { display:block; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQ2fkWyq7g4LtM5pPaFWE9HwgT5TSEa { top:2.4375rem;left:11.375rem;width:36.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZrn00lJoWxAtyO3nyUB40SefXFXzSs { top:5rem;left:21.8125rem;width:23rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTx2nrr4aRUqaQwmgslKr8wHHGHWHf7D { top:11.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlxBcNGX5zJ1SHemRgFq1BDKzKigv1Kk { top:38.75rem;left:0rem;width:13rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1nrErMMRiXTVJkD8UrlwlsysR5c1NkI { top:17.125rem;left:2.9375rem;width:28.125rem;height:86.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqXAWnEy8ZeTgBChwWOO8QStLxxEPdt { width:9.875rem;height:3rem;top:29.0625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOikVXlepwgnVAH0bRBvdG87AbV0xLP { display:block; }
 }@media only screen and (max-width: 763px) { #SSWEZl7xb1FPhieTypvLIkf6oyuTL0mE { top:25rem;left:21.375rem;width:26.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2P2LpdsNQ1SNh4pstts1fDRn3Iw0GaO { top:17.125rem;left:19.5625rem;width:28.125rem;height:86.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAfLo9SCiHTWJhgwmz20Pk26UMllKpZc { top:22.25rem;left:36.6513671875rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5wBTpPztZ7APyy14TWOhCr9Zr4oaxM { top:21.8125rem;left:39.25rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvoRUMacciXxulqp5yS2bgydKbqsEDEg { top:18.6875rem;left:36.9375rem;width:10.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM9ln6OTKy6TXSJMEfcHPdMqmEQI5p19 { top:32.875rem;left:21.375rem;width:26.375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0nWrqIMIf54TyL9Kl5Qi7C8niQqPTGh { top:18.6875rem;left:11.40625rem;width:10.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtoRpcEzQ5UNlBlfzlEzw9EW6hr7QQKG { top:21.8125rem;left:16.09375rem;width:8.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2IaLAsrZT8rPgpWcXVlg0awzpK1rGD { top:22.25rem;left:8.03125rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8WdXb6PrTyLFNuV3wqZKJedBB1cbpP { top:24.9375rem;left:3.625rem;width:26.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfT2V0RHOcKmDT4UMzdF0o4DPZ5RdUdK { width:9.875rem;height:3rem;top:29.0625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uck3eTW1OUTFtBymBd2kufXhTM4rCynT { display:block; }
 }@media only screen and (max-width: 763px) { #KMBc3T3lEfI6cBR5UUGVnKTgKMEqmpnb { top:32.875rem;left:3.8403759002686rem;width:26.375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN3MnTBGTA1Rf82oafhP0F3syovDi9Ro { top:37.8125rem;left:2.9375rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykATu9pGN8UFQ4ZT3rdILPEMxFLuzF9 { top:38.5625rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmi6dL2PREtmwgDXk5KHoH2yDpIMyZaJ { top:41.25rem;left:2.9375rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvPs90kML8EtQJA8ykWeT4VPeKq26Fu { top:37.75rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Cyma0QskHRb7xmV1Dep7F2WoZvhwDWeB { top:38.5rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARZVPN1hcNBhdqI9sApcUkE62gkTPCr7 { top:41.1875rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bpAO66lqIRapLry59oCc37sCPBkxCVi4 { top:42.125rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPOXaW7Tfq6Le7ONVtbEnNrJVTpenWU { top:44.6875rem;left:2.9375rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Wy0ArTUTs5ClQPr6ZH5z4wMPA62JqZvb { top:48.125rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DwL0tr8C8Av0ZMuHVrPhyWEOopTbCATf { top:51.5625rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VWOH1IJ134t5WLFqiivgUH6vrkJ4517B { top:55rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #m4vIyVATVFi6eP9pJFiIzTFVS5piXxz5 { top:58.4375rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tTdIEJuexkiq3l89r9oMePbiK427ETSP { top:41.9375rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgRxItd8og2ukWIIh8ohuPEr4NGI93R { top:45.375rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSQdRPI5ZvT46VleNXIaz3TPvR7n87nJ { top:45.5625rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBQ8Nrh96QVQfQRBPNQvgONZ56NfJBie { top:49.0625rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XUM2dUxxVpKqbpdrJa9G2OK0mBxT3l { top:52.4375rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncLTPovgyV4cRL5ZDJNh6tbT9Nsircw { top:55.875rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUUEtbtHMgQ1T8tzaqBPpwwlFHUuQtB { top:49.1875rem;left:12.03125rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNRwEXfrG45nkDLCPFSJSNrW70eCU5E { top:52.5rem;left:12.03125rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX8PB0gdm75EtPE69FAun2qJk7FdWUQJ { top:55.9375rem;left:12.03125rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PJRRxLu3WBTiVpqlNZmJN0bnN0TOt3 { top:44.6875rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ikbUQ6epJIWGHqUK56QVQcvIlRBvQ2o3 { top:48.125rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rC09b4hv0niaIqDiQCk6RxSqMVnTCTBq { top:51.5625rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kk37P1BmrseVdBF3LERZ4wqE8ovOCfOO { top:55rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rTscn1hqBr30Zq7bMzXrTePdGzyeT6ZQ { top:58.4375rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D7aGPHH3BHDHcrvIWGpaGioVrKHRJTFt { top:41.9375rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVMQf2hi0JA6OVtiMRPqpdzUrZOeyoM { top:45.4375rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqQJ3iTcrd4p7l7pAl6zSy97rLxNDdDA { top:49.5rem;left:37.75rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y682y71ChIPv1uXCATlznyxxfT1Ay9BE { top:52.5rem;left:35rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRqshxdy7ycWUHEQlfgZO0TEH2s6uah { top:55.9375rem;left:35rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otHdlg2bwhtTxSJ8GHfqPEAONdM9OtvO { top:61.875rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #B3kIV22GepOC7eWGVKpU8UxrxMbgDgMR { top:65.3125rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #scJpUQmJuSOg0egKeJZVWUg9J2Os5eHK { top:68.75rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RAGN0R8PU27vvqPa2AzTQXpMU1Rxv8Ks { top:72.1875rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UQTM0iUzBodQMgkV9AHC5HeZfcsdvnqz { top:75.625rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TDBFI5GxSL5KwavR96TtZ8wq5GuVdAgm { top:79.0625rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QBaDrD3JLVlify0nsVNyfRsH6diT6yGs { top:82.5rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hoXn5pgEHRKBTsOFi0u9r8rHz96zaPCC { top:59.375rem;left:0rem;width:12.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg43xlVeZAp2RozySEiIfpx3RlXAAarz { top:62.6875rem;left:0rem;width:15.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmcT2SKKxCDvrSnlmdkKuQ3DAMa3T66r { top:66.1875rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTXRJNxNCOfkE9tTdXmSCN0TfWJVQT2 { top:69.5625rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAinqzKgCNQNn4SkhA5cp8gX0cEKJ8xQ { top:73rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2xwAzE1Gzd1LPZZmO3PtkTpLuR9gCwU { top:76.4375rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWrGOsgwshJh0LCw40LgQWr8AaVBixV7 { top:80.0625rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6vHs97dD68T4IGQXNANGDwMs37EmMz { top:85.9375rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HO9kIME74AFhsSPq3k5fmCTzkIun3qpy { top:89.375rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mwUDeZ04S9QtWxHfvTPNaLiDBHJmPRlU { top:83.25rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x134aXG9yPMVborIriw2n2l5Rhpp22NT { top:86.875rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxZMda74NnATb8Sgy2uozK2UokvJbaRa { top:92.8125rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Gqiad2dAlsv9MQyHIsOs82AP42Kve4Im { top:90.25rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9KqK4O3vNFEUB3RPMaD2q1LRyOwyXdO { top:96.25rem;left:3rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HZTT48SuE4wrkJSeceICon7OLrA5UVFe { top:93.625rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiIuBtn0hEZb5RAoEvK3sLseoVVbDIdF { top:97.125rem;left:0rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4wLQ2ldL9fNB5klWukcFttc1cdFZp5 { top:86.9375rem;left:10.5rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZb49Jg4gLR3bQb6FBRXfuwbstIqPoTH { top:90.3125rem;left:10.5rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG34h6rv0nL27JK5yeJZrkAr9ok8UerA { top:93.6875rem;left:10.5rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApX4kxCVUVdkBTqfrT3xHaTRH8cQaL7q { top:97.9375rem;left:4.0625rem;width:26.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVD8sRWuTphNJkzBaDKKsgLNIAD1LB6e { top:104.9375rem;left:4.125rem;width:26.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ppGD4pJC71M71hAoFsJ2BKC5BQkXV3 { top:59.4375rem;left:10.1875rem;width:13.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTL40QAHSvNz5WRZ1nT7GWCfWmROuCH { top:62.5rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7crJK9nTBLsRzb3IIammQNvKlVWXGcc { top:69.375rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQB9yd5sl4sHf0wuCTMFxw7e9TWRsVU { top:73rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8zBE06u81nwTQhVM0vbWe3N6X730wE { top:76.375rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #itWVG5KtLr5OV9izUJmOTOIEdov8uP0O { top:83.25rem;left:16.03125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxznzy7gyM4nMtG6nmXmKkibLxFRgI6l { top:65.8125rem;left:12.03125rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPrCKtm12lynSyf01RyVPtLC6zwwV9F { top:79.625rem;left:12.03125rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Ki2ElqxKF3hZpETDT5SR9xT4dz0ZMw { top:61.875rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZprcabEAWahyyOEep96nCMlAU5Eh23bA { top:65.3125rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Eqg2ioHgBblR84sw1QdbcVB1dvlRAs1u { top:68.75rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cezHydDf2dUJJ041L9gVRaLFZw9OTd7p { top:72.1875rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TnM3kDnJxo4edFKNgzLpZTFFhglZgWS7 { top:75.625rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Poqcow38HDy1HtCU0iavPzF9egzqhqeq { top:79.0625rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XvfgbJTP84APGfAvhsyND9NboAOAFL29 { top:82.5rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TsTD03Wuwo8e5s76hnkCGG87I6MrV3h2 { top:85.9375rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e6Vdbt9DCs10SGa553xlTHBfASU2TH24 { top:89.375rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #S0S4Xs0ZV4tq03cWkcEwbfooP5FvQJ7T { top:92.8125rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ozP5lWroMm4D4DZ3LTru4GLpvIWELgm7 { top:96.25rem;left:19.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EBaPL3k6NiP9Nm1MuAAg8zFZbOGeOk0E { top:97.9375rem;left:21.6875rem;width:26.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga2tmDubsRcrJiin5sT3ezI8s3nv83IM { top:93.8125rem;left:34.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrG7OggA45HuEK6mKerzupiUJs0tk7i { top:90.3125rem;left:34.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeICw8pfTVUnbEU9W2gIKog111MS9TZ { top:86.9375rem;left:34.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myaCuuaCTFNzzkfso931HhLOXQg1Io2C { top:83.0625rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kXtr57Gm7HEViKgTMHI2Ci6swudhV8 { top:59.4375rem;left:35rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OVb0FhOWQroNZzG75Tu5sqMlrtLZA6 { top:80.125rem;left:35rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlFgmn94Q1OzQKNevN7Do9c21EagPETm { top:76.25rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7rJA84oMTyA3tP4NEnhsPZ6BKlaIWzX { top:72.8125rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zER4RJcFrAF79XqucE6FRdoStIeBkLGv { top:69.375rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGK8qGh0EUATxL9wSXb6AT1ICrZQc36a { top:66rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSa24crrFBk5BdKNXEbTnqQIbeIDxtV { top:62.5rem;left:44.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr7frNqxHCp3bai6ktm2kcvsPUZdemZL { top:105.8125rem;left:24.375rem;width:16.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx { display:block; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDzr4O1oEn2KggzgilTmlB4wncMqGxnN { top:7.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6UR6KWg9gHzTkS8GNy6a6WrdNp5KwC { width:9.875rem;height:3rem;top:11rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9miVvzOp2mP6ubFH2lSMtftuEPLikmL { display:block; }
 }@media only screen and (max-width: 763px) { #hUarGCPl8ETTXc7W0aWEWvgAKFL69zRg { top:0rem;left:26.3388671875rem;width:12.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNygbW2WqHHm2QTN5DTKEHrcekBlmdm { top:20.1875rem;left:0rem;width:47.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 { display:block; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfqmvUTkTmlus79hm1UoxVZdzFSgLN9R { top:6.25rem;left:0rem;width:30.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WloNs3TS933f8wKEM4kXqTStCGIz2leL { top:19.125rem;left:0rem;width:24.1875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF77MB0Ju1WhgNhScS0LmRKmnL4ZFSWA { top:10.125rem;left:0rem;width:26.8125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiUM7Lf8FTILtCdF8BkT7Glt22tA44O { top:15.9375rem;left:0rem;width:9.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUCTpGt7lPXS4JA2WILwaO18l0K2kh6 { top:6.25rem;left:17.4375rem;width:30.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvwKgNeZwaQEkWdKqXRMnr6CKITkfCzs { top:33.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6F11x8u7QCwxAFWnIFwdfhwTg6KJybf { top:33.8125rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhihQewR8FWXKeRc8u60wl0b3vvqgOe { top:34.375rem;left:0rem;width:24.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwDoZskOAmn29TdO6XFlJgyTTT1T21eU { top:36.375rem;left:0rem;width:24.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV5JZStXWa55Z9eFH1EtvTuPBfrQkzZJ { top:36.1875rem;left:23.5625rem;width:24.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO41PKRr6JJRyt8wPGdkISee9Qc9Hinn { top:34.1875rem;left:23.5625rem;width:24.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS50nvX8dUTl6l8MO2bNrxsRaGTgXs7k { top:34.9375rem;left:18.4375rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fut5Hi3vlKa1w9K9UVXQAwFDhXTG0PKc { top:34.6875rem;left:38.25rem;width:9.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFVaEW6hAbQwTqC05XWRZgUeE6XetAh { top:6.3125rem;left:18.0625rem;width:29.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoESb8UgKEDcOw1Cl6fgTIFTQv9MzJS { top:33.8125rem;left:0rem;width:32.1875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa { display:block; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVZUCDklbcgIdiBDuBhamZE2JTRMTDFm { top:9.4375rem;left:5.5rem;width:36.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl6MNkJyAqhTuJxW1GqwmH9SLeksFtFb { top:13.875rem;left:5.5rem;width:36.75rem;height:5.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEn8xLiaS1AXNWGMHJu3Ek3rxndOCTh { top:11.5625rem;left:22.09375rem;width:12.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6qay32HvKXAVRc7ilKBmIt1kuMUpJqX { top:28.375rem;left:5.5rem;width:36.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GurITsCEqCNu2QziIWi6E9WI29HK8p2M { top:33.4375rem;left:0rem;width:39.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQBCM0sOFmM6kfN4wRU1BTZ7XedOEAUT { top:41.5rem;left:1.09375rem;width:20rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uov4J4zklJigb9JVgdOAKywCdtTBnLcM { top:35.1875rem;left:1.09375rem;width:20rem;height:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6SDdTKyPPqIN8gaIH0FOTmzdsPSNSWe { width:11.8125rem;height:3rem;top:49.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqX0Ey6uWFMmlTwL7uiPi5qOA0LOWTBr { display:block; }
 }@media only screen and (max-width: 763px) { #TWyDATXox0NkVMEEKgkPfs0cVyepRFhK { top:44.8125rem;left:1.09375rem;width:36.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bpfgnTmJ5qL4S4RACZ9TVS3TsL3Kne { top:33.5625rem;left:22.09375rem;width:14.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ57Lad1bX4WeI3GRybKqgMabtGiZtfJ { top:57.4375rem;left:35.5625rem;width:12.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qham1XN54RJ7DLdH2NKTrUWRDouKlgRU { top:80.125rem;left:22.09375rem;width:12.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD10kbsZ9HoEmEXznlRglLaJHISNONzL { top:57.375rem;left:7.6875rem;width:39.9375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2TUbLVXTOazTnTHnZAO7IWe2fhqwAtw { top:68.75rem;left:11.1875rem;width:36.5625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHx64DcIKiSrFrbJ8ezfWdv821iwsyF { top:65.5rem;left:13.4375rem;width:20rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNzd0sOxHMp0H82h5UNR1ufraD484Iu { top:59.1875rem;left:13.4375rem;width:20rem;height:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKB1n5AnJxatErzotqaSgDCrzM9Elndx { top:80.0625rem;left:0rem;width:39.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnQmBcHJ3tK9vnl13SS5AHAEaO35FeJO { top:91.4375rem;left:1.125rem;width:36.5625rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3VImFS7r9GseipaE9PWKF7m86OoRof { top:88.1875rem;left:1.125rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaq65KtxxmeAWckDOFypo5bxwoTUGGUP { top:81.875rem;left:1.125rem;width:20rem;height:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFHe3WzKi6hbRcVk4LE0n0hmogPb8TXy { top:106.375rem;left:7.6875rem;width:39.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqUwM1l6o9TK2z02DcWghbuO82Ay12e { top:117.75rem;left:11.1875rem;width:36.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQfZ12SFUqCIEsQ7oWxETzhmxb8Qyri { top:114.5rem;left:13.5rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lLZ1o0OpVVk9tFOfMCsqZUl1bFm3fn { top:108.1875rem;left:13.5rem;width:20rem;height:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9fMqLkwT2u0XKa0gIglUXn9kS4pdCu { top:106.4375rem;left:31.4375rem;width:16.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 { display:block; }#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6bkFqSGPUHAl9iQSlHWqsbixxIFZ4hF { width:19.4375rem;height:3rem;top:16.8125rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwpRERGdkrTn9QGog07ymxkKKrK7Kk4 { display:block; }
 }@media only screen and (max-width: 763px) { #VBQi88emCWt1Z37LGQUSQssy3CQrEKZW { top:3.875rem;left:15.8125rem;width:16.1875rem;height:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKJmvU1kZw9XH9Hp5PWcwhJeJRGEQA2x { top:0rem;left:13rem;width:21.625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV { display:block; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMQFiAG3DyNPgwyERv3rgqQu8XO4dz5i { top:10.6875rem;left:0rem;width:36.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUL0Ph1yPonyysTmUH8b2tSXfvZtJgLE { top:9.6875rem;left:14.21875rem;width:14.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG { display:flex;height:auto;width:38.6875rem;top:17.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #ylFkwSTyXLz2AUBoEAzw2bULJU0TeuQH {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lcHFRMI5D3GQTImCnFygbuPDO7hy7U1s {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #xQBm6T4iepJ4FakTVrr70IESaouXqaEl {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #F4DhiHJpb5u7stcqZ0HqGhluEi6AAZzp {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #h3EFOErzXbRwdOWhzpHQVD4EVVHT2uTt {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #XwDkMDMF13SZvvgNM4TTBFp8i12eZBeG {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #OoxceXXQvrv24y1ocxZPAbAicfNVMVNa {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pm4FcJmSTvMJaxvun6othfkvbxvxLDTf {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IhkxLWlf0mS9emiC0ihOzQpGKs0Tfz1M {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lpoDqyGFATSTXPUhvK8ET9EzlTHHzNyD {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #leo8qyraG9Hmm6szlWhbalHUgFDPMTrq {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #wnR4TWKPl1dOWxXD8rxJ6ABimc3kFssA {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vgbxWPmiJVr8QnKOlJ60TH3NDdC2WkvD {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #rXNH6rya85P8HfADkTv3tbLiF7WT9TxS {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vC2vNL0aiwshEIWlFafrwlUyHHw6rBLT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #p3SpkOVwic3bpkLiJy8EWxyu2BuwU6Zt {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #LGo0UQaFbwsdqs6T5T60ApWvJOaMX9dX {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IA6Be9R6rpUD2OnC7ROlGAm8URzyIrQ4 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #TK4lCEMzImVevNbmRkJdKATpXvNm7GQW {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #irt3pQkwdPg5X1PROcOHG0oVGdfCd6Dh {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #n922TMJLS36QWnKqlQsccpeGh5d0Jkpr {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #riNRy4c67d7KxQFeQLI2yvNT2Dsn0did {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #iGaJEFgdgh591NTcTQTaFEnxrFGyNmVT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #E6bBoEqLdkCrZOCWzQqNlHaQhSkOTapb {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pDOIgmCaqxPr4kvSMepcFoz4a8TbP4Zw {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #UXrtJzg63JZRMye6TumJZe8NLNfFIhwI {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #EhvDSnSrGpV9GmTk3cNpnQH84AE0Rud4 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #baLxMmXznSHurzPvRZ216TFLtsdpWkiT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #zoTafQPy7oPs2IaDszkVs0retZWrlXh2 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #AHRCcxib7VArR6J1F5uPkNB4IxxxyG5k {  }
 }@media only screen and (max-width: 763px) { #EA9a89nEy794O89xtkhvDkJrQ0tmxz1J { top:18rem;left:26rem;width:21.625rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteiFQNTmPmvTdl3gRrOTc1wXVgBgXDk { width:11.8125rem;height:3rem;top:38rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmwEt1CzwyRNnCeH70yaFnB1DrlHTLn8 { display:block; }
 }@media only screen and (max-width: 763px) { #HaMoFLnOGDx26gbknFHbFDdlaJQAZXqF { top:21.75rem;left:27.75rem;width:16.1875rem;height:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pos1TRyxuUJCAS9wE6C6fFWN5h5TFeFg { top:39.1875rem;left:40.5rem;width:7.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwv0kKE93HKpldnTslbgLoTF5yw1P6ne { top:31.5625rem;left:0rem;width:6.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr { display:block; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTnT2DKBuO89NrrliqS0n3lvU7ERJVTD { top:6.75rem;left:14.843750953674rem;width:14.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLTsrry3flx6tm3XaPNh5qabM73QJTA { top:20.5625rem;left:18.1875rem;width:29.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClylTyRJosI6LfgO03PRpNEvlL1HE7To { width:20rem;height:11.05rem;top:3.5625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgMNHARXT7ZOvXLaaE96a8xs4kE1PHHR { width:20rem;height:3rem;top:20.30859375rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0akSSTv8UnBCsTpv0cSk9vpfqI1BqoT { display:block; }
 }@media only screen and (max-width: 763px) { #NnhUH2CqNgmx7APAsok3oEn95dA3FSTS { width:19.1875rem;height:2.925rem;top:15.7734375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUXkcQSn8y9AArdnxK7eSMSTH2D1ZS53 { width:12.625rem;height:2.5rem;top:12.046875rem;left:0.65625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5db11fae-adcc-4d71-be46-34bd25d10b77/Products_Static_Mobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.adaptive-delivery-prevent-bg, #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.lazyload, #T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv.lazyloading { background-image: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { background-color: transparent; background-image: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container > .video-iframe-container { display: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row > .video-iframe-container { display: none; }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .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); }#T0Z1eUH3xhvb3ydTb3dUE5AQa0dSrnTv > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLmSB8qd4XndOugXTpnAnIL0tNGfiTEw { width:3.875rem;height:1.3125rem;top:44rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSoHkgTpeupmhC4CKV8qcwzJGhr0pzi { width:7rem;height:1.375rem;top:43.96875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUhR5Uv8dgvEEeXcRqms2nh0VUFgfth7 { width:20rem;height:3.9rem;top:35.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7TBSoHunbNeTkAOCQB0HSv53r6n886A { width:6.375rem;height:1.3125rem;top:44rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTqrTTAZQkJSTBAimS1QZwzKE45L059 { display:block; }#plTqrTTAZQkJSTBAimS1QZwzKE45L059 > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGglbXpfag7eEDCpP1lLBEgypyPHJSLs { width:20rem;height:1.95rem;top:19.049999594688rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9d4MQzmD6hytClPPz3f6wPq4PudDNB { width:7.625rem;height:1.8125rem;top:17.112500667572rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvrhqxFRhbcAgZIo9tvDT9BMdCggTqT { height:11.224625rem;width:20rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX0PtP9no4i0xLLLvdU90qxS8WunzOB { width:20rem;height:11.7rem;top:21.749222755432rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVGIrSBFHtGIVAU32biEdntqlD8ibXGv { width:20rem;height:6.5rem;top:57.43593788147rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgbAM3TTm15Q7xgAhURPiGQ43XoUICsT { width:20rem;height:1.95rem;top:54.625001907349rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJK23APahtDWNW4aOZ9eDCO467M8m4lx { width:4.125rem;height:1.5rem;top:52.312498092651rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLre1GIBk7V52t6UJ4lTHFvbRNawaETe { height:11.225165562914rem;width:20rem;top:40.012506484986rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo { display:none; }#dsVCAg32yZnIeEHJ7QM1NnvWGFitHCBo > .row .container { width:20rem;height:120.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQI8biFpGaxFRyFH17KKJ1OTzCmFALSK { width:17.4375rem;height:14.297875rem;top:53.375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixTH64uKPKvuADDz9FiZNgXgmWyyGJQx { width:17.375rem;height:1.94921875rem;top:50.3125rem;left:2.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXqNOSrXAIlq9uBWxhLFQ2txivPanu8I { width:7.625rem;height:1.8125rem;top:46.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlT3FrQDz3mnqZUUNntrLlmeKGcoP0Ra { width:19.0625rem;height:10.3984375rem;top:96.240275rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tEQu1otDczAfT1WUsJ7SSRfZRxOvTw0p { width:19.125rem;height:1.94921875rem;top:92.453125rem;left:0.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biTt7Dx0S5P6BSeT62EMXHfRHzTbXEXo { width:5.875rem;height:1.25rem;top:89.578125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyQPsUy2IxSbgbCam0E9aZ5LxE7KSwT { width:19rem;height:12.8125rem;top:74.7392578125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoh1tTI4wMJTJFNuzVLT5ltnzkgJeTct { height:11.225165562914rem;width:20rem;top:107.888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU { display:block; }#w5GE0IuzHs27yeVDp8nu5tUfKhDNf2LU > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcKpbRFWTVMRtTLsUX3s0R6KTEXWni5F { width:20rem;height:3.9rem;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrPTE5996a3DFBfSECJDr2ap2M0rZbWR { width:12.3125rem;height:2.5rem;top:4.6728515625rem;left:7.5341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBPZAH0sBJNsQKmvTWBCkSNwmhfsa5I { width:17.375rem;height:6.5rem;top:8.9658203125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHPKWTUQ2ONTVwrlWWuU9FUyGZmpMu0b { top:1.25rem;left:7.0312500596044rem;width:5.9375rem;height:0.6875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf { display:block; }#zk0fOTf8XG7JUMpLKTvAlXIRrhymItVf > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y87hMQUX2WQciiWguJHo2JvSBggPRNTs { width:18.5rem;height:22.9375rem;top:1.375rem;left:0.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wKkTfpK2ybQBmdgPmMoViI3MfXTErrtf { width:10.8125rem;height:2.6rem;top:2.75rem;left:4.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8yEOObGHTK2HlsvUJIiotg9cLHpXg6u { width:8.5rem;height:2.275rem;top:6.3125rem;left:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pTZQ1TW4BIuJ5AhwkNsEZi3XRTNXgu { width:7.4375rem;height:1.4625rem;top:6.75rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaG4AciaSWZGGkf0RVGbpgvfyehUmo5b { width:16.75rem;height:2.6rem;top:10.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5QkPp1QN8BULlzXd0gVMcXT6MkvMf6P { width:17.0625rem;height:3rem;top:14rem;left:1.5rem;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;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xPTdpfiMNrqpe1MV6Q73s0610V23Vg6a { display:block; }
 }@media only screen and (max-width: 763px) { #VE0P7o4STnKPvIa1TxrhtsWsXiHIFhmb { width:17rem;height:4.55rem;top:18.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP { display:block; }#ysu3wvU2SBe3mfCRf8UMGoytN3OC06BP > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BA3zzhtMPp2E6QgsVS57OG655FWxlIG2 { width:18.5rem;height:3rem;top:0rem;left:0.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #agGDPF1AIpxRwhizI4nUxfzvH7tDTz1Z { width:13.125rem;height:1.3rem;top:0.875rem;left:2.3125rem;font-size:1rem;z-index:15012;text-align:left;text-align-last:left;color:#1d2134;display:block; }
 }@media only screen and (max-width: 763px) { #WXm6yATfKK1FoHdXkXVyDmXI0XWKT0o7 { display:flex;top:0.75rem;left:16.8125rem;width:1.5625rem;height:1.5625rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh { display:block; }#pLiKUvwT2xEH5MzQqCCdGlaEFT1RNOBh > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhgGfwMdl7EQU6AIcWRDfmnRwKTZ1uBU { width:18.5rem;height:49.875rem;top:0rem;left:0.6875rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgKk4sSBDIOhXPiQXT69wGt4LsSQvNI { width:18.5rem;height:0.0625rem;top:2.375rem;left:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #HFI7ZuNnquc4tvNJJ2u9atvlcV5ycKhm { width:18.5rem;height:0.0625rem;top:4.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mirRpHLqBphEpThKXxM7lhTDkdUwNdok { width:18.5rem;height:0.0625rem;top:9.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHfRTuWkI4ZupUoRrSrdZzpnPo5lduCw { width:18.5rem;height:0.0625rem;top:11.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqiw5htEM9rZLPKpoEmD0vJxhHoSanN { width:18.5rem;height:0.0625rem;top:14.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpDmDyqU3kvvz4MVscE9wKfiAzEQODf0 { width:18.5rem;height:0.0625rem;top:16.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpVHiTlpb7DxZxJy8Ho4N4JnOaiFGpHU { width:18.5rem;height:0.0625rem;top:19rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #off0DDVns2KvCzQeCw0tMfGeaRo5qelO { width:18.5rem;height:0.0625rem;top:21.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBzsgfiodcgLAk14rHvQBmvupl3hq8M { width:18.5rem;height:0.0625rem;top:23.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrC72LzKkWeQmEgl1rWuNgv3lqeTCLHc { width:18.5rem;height:0.0625rem;top:33.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUt7qwRQqeTBUxOi969e0Jo6m6rZxwuA { width:18.5rem;height:0.0625rem;top:28.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVZU71gt37UoTPh5fkw3aBkVFeFDfQR { width:18.5rem;height:0.0625rem;top:30.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxywilsXhe78vAk7iPAEFA6H4t4CH8v { width:18.5rem;height:0.0625rem;top:26.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvUnrJtwg4QKU6FGk4qeXA62yCApB2eC { width:18.5rem;height:0.0625rem;top:35.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrtIQuOGlDmtGiwClmku9FqCl8XNgxV { width:18.5rem;height:0.0625rem;top:38rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqbBDKVAux4qeSI1abVg8Pdmtknz2wlk { width:18.5rem;height:0.0625rem;top:40.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrV1yOHs8oFt2DGgTWnw5Ti7LnyCIDV { width:18.5rem;height:0.0625rem;top:40.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrssnlaEnqW4rUFqEgSeJQs1DZQVJDcL { width:18.5rem;height:0.0625rem;top:7.125rem;left:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TFdqcuCHDsOMNP6HSfkZZ9RAc70nef0z { width:8.25rem;height:1.3rem;top:0.6533203125rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PiF939G1DTZsaNUJx79GVPPC7sC6xbVm { width:2rem;height:2rem;top:0.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoB9W4NEAROdERCN4y3EP1bycGkTDxK { width:8.625rem;height:1.3rem;top:2.9658203125rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfENiZBvTVI2xP29lqSr1GTZxk9dWgfP { width:2rem;height:2rem;top:2.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXlTok5z7TxZzbZCD7s0TlSzpieVuSqv { width:2rem;height:2rem;top:4.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7UKTkqOJx4N1Py0P8av38KMGdNVCFG2 { width:9.125rem;height:1.3rem;top:5.349609375rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8H9FBFrNKibFIZaW1k6PvzGBpIRoJ5w { width:11.0625rem;height:1.3rem;top:10.0625rem;left:5.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtzb4rkDzTDOyexWABbDuTdTpqk2nFk { width:9.125rem;height:1.3rem;top:7.724609375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdmyts3uMpP7MWxOR4Uuq3HqkWLsSQF { width:8.9375rem;height:1.3rem;top:12.44921875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkHbkWBCQDnnSubln2CIUx2l6H46yxk5 { width:12.9375rem;height:1.3rem;top:17.19921875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQz6emXIXsGSSu0piTvq8Br5cTXTpXWi { width:14.375rem;height:1.3rem;top:19.57421875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsooFuW4RtSpWem25k1S3NGThBTRGemN { width:14.375rem;height:1.3rem;top:22.01171875rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHw1iDwequKlJawpKTBXIt6ivG2VTI39 { width:11.8125rem;height:1.3rem;top:24.3125rem;left:4.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5mpNBVytzViSCBmCg8NFPe33R61JR9M { width:14.375rem;height:1.3rem;top:26.7158203125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGRFIdTi0uP4QK97PAi3vBxH70dcBm2S { width:11.4375rem;height:1.3rem;top:29.0625rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgXXsrBydL0M9V9dnVB30Lbo6pBCapOn { width:14.375rem;height:1.3rem;top:31.4658203125rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuVAOBU4pTSegGDIpelTTGyKvV3zrMTO { width:14.375rem;height:1.625rem;top:41.3408203125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu0lJFuZdTLXOEP2qUNMSl675RwXMDMg { width:10.1875rem;height:1.3rem;top:33.787109375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsiI6vkfhUqmtwZehOk10GTxVqLxaKnG { width:7.375rem;height:1.3rem;top:36.1875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il1NtSM1VIEuwJ4BAVsKBAK9uEI6l68A { width:13.0625rem;height:1.3rem;top:38.4375rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3tU7qTTehpcSZFiduO7U5KTkeZRPkR { width:16.625rem;height:5.2rem;top:43.67578125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7ZzP6ukW8203tgiGdtq7FQLiZk6SIII { width:20rem;height:1.95rem;top:51.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyTx150di97T6JGKJv7FhfFVhrbXXAxH { width:13.75rem;height:1.3rem;top:14.849609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkA9vDCeyNtEl2kn5UyAsVix9VukOsA { width:2rem;height:2rem;top:7.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nltTtCDsQKfukQX1ZGpFxXZUTSORLyp7 { width:2rem;height:2rem;top:9.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPPM8F8MTaoB8W1QUHvzeHVIF05mTNS1 { width:2rem;height:2rem;top:12.0625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAkHMcts8uUC4VvTIrse9tHerkSolcb { width:2rem;height:2rem;top:14.5rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecKoIecX2W5lo5Fd4Q7a4uCnt895oQdx { width:2rem;height:2rem;top:26.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPwOLG4JUeP911eFnXs4p3PqUJfcZO2 { width:2rem;height:2rem;top:21.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFsBpHTaEoqHOmTkQlvChcqzzZW27Lhz { width:2rem;height:2rem;top:16.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #penu6L5WVZyPVVA8dprMxQ2XzSBowAv4 { width:2rem;height:2rem;top:23.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PSqnSNqlpG6Ok3QUpcdr1Mm7oiLCmp { display:flex;width:1rem;height:1rem;top:19.6875rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #qUhEs0N0fDU6VX4udXmVToy6u6vtkzrO { display:flex;width:1rem;height:1rem;top:29.2119140625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #gKKeb2yr3SQACsZnB38dwceFrhRBqvZC { display:flex;width:1rem;height:1rem;top:33.9365234375rem;left:4.34375rem; }
 }@media only screen and (max-width: 763px) { #IXxgRwsqU8mtUIJyVcVAmzBEqtsaUlfv { display:flex;width:1rem;height:1rem;top:36.1875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #ctJpOJNTNeCTL4W84CxcQWmzPZeQaVFE { width:2rem;height:2rem;top:38.25rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k273fMXLrSyMEyeVr6SKT78omSLorQfx { display:block; }#k273fMXLrSyMEyeVr6SKT78omSLorQfx > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FNg6HHHUMsPGdLaGJmvrlwmSOJlsn9 { width:18.5rem;height:25.8125rem;top:1.375rem;left:0.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IZctRe3BCIcqBPM22rEKEqMuu3xA2Gz9 { width:10.8125rem;height:2.6rem;top:2.6875rem;left:4.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTatqX2OPUzJN1geicwDhuPHmMf3wvI { width:8.5rem;height:2.275rem;top:6.3125rem;left:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9RmadfGvyp5GJsJ02SD42hvm3fmXM7 { width:7.4375rem;height:1.4625rem;top:6.75rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHFlBAKgnaKtDB8hFrwIkNIlN4c8Zqg { width:16.75rem;height:3.9rem;top:9.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPvGpRNG03TVbkb6nRGOLHDUCn6vT3ZH { width:17.0625rem;height:3rem;top:14rem;left:1.5rem;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;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ICwNMPlB9CuvwTdAFalC1qhe5I3FxlIz { display:block; }
 }@media only screen and (max-width: 763px) { #sJacRSEaQ3ITPc1LXnZ5KDbskfCJDvBw { width:17rem;height:7.9625rem;top:18.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXlyQN62108msPdt2T8kgBHvvtiQDru { display:block; }#GqXlyQN62108msPdt2T8kgBHvvtiQDru > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE8ngmbQqfq7apAZZZUfETCdgHusAJeX { width:18.5rem;height:3rem;top:0rem;left:0.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Q5sfNf1z9oD9ZQZgSKTih6NbEFgSmRdr { width:13.125rem;height:1.3rem;top:0.875rem;left:2.3125rem;font-size:1rem;z-index:15012;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EmlKDnRywuO6pnUxDL69pAPJlzNTC8Ks { display:flex;top:0.75rem;left:16.8125rem;width:1.5625rem;height:1.5625rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 { display:block; }#e9TJEZAuhkmBizHZuQtbfqSuezvHUgE1 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8SK9BmRanC1nWFRNL3y7EEs2sRnDgHi { width:18.5rem;height:52.125rem;top:0rem;left:0.6875rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5evIkosXxTD1zbh0A9CH0Q7Tk1yQrWB { width:18.5rem;height:0.0625rem;top:2.375rem;left:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #HtNQHFPsqDDIoGxmIFgyWePtb4STl51r { width:18.5rem;height:0.0625rem;top:4.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRFRbuZnRvap0umVknlZhP3CR7bI2zoE { width:18.5rem;height:0.0625rem;top:9.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mc1LtmuUZkikhRv0rCJdTWDXAUx0Sg { width:18.5rem;height:0.0625rem;top:11.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csVTPsAKad0M5iX0kWTH5QVwsSITO41m { width:18.5rem;height:0.0625rem;top:14.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFbFxLplG0k1wWUdrDAf1LTJQSVoeXqn { width:18.5rem;height:0.0625rem;top:16.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn40Dfy0s6T7dgHgU8qRPJbJiMG5Su2q { width:18.5rem;height:0.0625rem;top:19rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTti55TxEtHekhkHXosKDr74uuTTkwvw { width:18.5rem;height:0.0625rem;top:21.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1x7CyA1R1eXDhgtDKdq0U1cOTgQZ9pA { width:18.5rem;height:0.0625rem;top:23.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhaz8zSAKXiGfPXnIFL4FhVIPzqKKfMz { width:18.5rem;height:0.0625rem;top:33.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brW3pZ72Ueq9UD5OHcXdBFR9TM4rpIG5 { width:18.5rem;height:0.0625rem;top:28.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6znpQKWtE9mUdzV0EiPieMAiXiGvok { width:18.5rem;height:0.0625rem;top:30.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvyCturppD3E9wI2pT8QMZuhzM1GMGe8 { width:18.5rem;height:0.0625rem;top:26.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUAJ9DCQ4kXTUy2FoTdnhoEGny6s1H5 { width:18.5rem;height:0.0625rem;top:35.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOrTWPekR7I2e7f4yrfr2TV5L07mTHg { width:18.5rem;height:0.0625rem;top:38rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhdgBdrhWXfF2OM0vKTXxtKLBQu3ZuvW { width:18.5rem;height:0.0625rem;top:40.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4HfrdTu2y5k0GKZLPVu73qpFTMV1yh0 { width:18.5rem;height:0.0625rem;top:40.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSwdMxLDJLw23ZWTWc0J77y5gAZ27vkN { width:18.5rem;height:0.0625rem;top:7.125rem;left:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSAOlLBJMHDt2NdJ75d5sv50GJqfpA5 { width:8.25rem;height:1.3rem;top:0.6533203125rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2hnRCHLpxSgWvavZNvpPSzwKqpgWIkx { width:2rem;height:2rem;top:0.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuynPI4DFdiRRPwlssGXFfnsxuLMc5FL { width:8.625rem;height:1.3rem;top:2.9658203125rem;left:6.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMm69RD97pGgE6CLMytslSnwU3xqDd0e { width:2rem;height:2rem;top:2.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vam3Bnw7E9T57XiM4kVIqZzAu8ytaB { width:2rem;height:2rem;top:4.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEWQZ0zh6IgMaw4J54b8Ry9zcLSiROfP { width:9.125rem;height:1.3rem;top:5.349609375rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxxFq0DV1nmupiLAT06vFVr57FJs5sJP { width:11.0625rem;height:1.3rem;top:10.0625rem;left:5.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7r0ST8J0nATIfi2PpWRVlGfdaDkmtyI { width:9.125rem;height:1.3rem;top:7.724609375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkbJDTNvgsrEXrftAiNr0S90QRIiwH9 { width:12.625rem;height:1.3rem;top:12.412109375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER5cODCF9SgRqJJbaSof9DRu0KLGNJR1 { width:12.9375rem;height:1.3rem;top:17.19921875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCe1snVmh5M7fPDeE8MOqIQtChXABdyy { width:14.375rem;height:1.3rem;top:19.57421875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3GPKRGk0QNg6k8ag6KMKvBO6CnbHkQF { width:14.375rem;height:1.3rem;top:22.01171875rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRTN1iQOv8VDQV2nn2O0dKebU8g1DgDt { width:11.8125rem;height:1.3rem;top:24.3125rem;left:4.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK3PpomqyBGizaZT1K6wGSCuAnGc6ltw { width:14.375rem;height:1.3rem;top:26.7158203125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVdlsmQzuQSqV2fdTakI9nx8kmJhPrpA { width:14.0625rem;height:1.3rem;top:29.0625rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR9XlMtyodoC3F5T8CeIPPFobdBTgImq { width:12.5rem;height:1.3rem;top:31.4375rem;left:4.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhZSLcqnhypKDaK8sEzR0DJf3AQg7m0h { width:14.375rem;height:1.625rem;top:41.3408203125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCe7gwSmOXMFXse0KNLCqbgovWLXX9pV { width:10.1875rem;height:1.3rem;top:33.787109375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUCVD3bk0GNfJK3bUkXsZl0VM7rB50N { width:7.375rem;height:1.3rem;top:36.1875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vsZn4298IxftFRsgdqhys1kAVUZkyt { width:13.0625rem;height:1.3rem;top:38.4375rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD34aeprMPlrN7svqXSNBNXAy651pB8v { width:16.625rem;height:6.5rem;top:43.67578125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOkp6c6V6CWRbpWKM3OIwbuzPHkJHmTS { width:13.75rem;height:1.3rem;top:14.849609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZOGaFw4cwZC3ptVfWzFnV7oqXSnkVM { width:2rem;height:2rem;top:7.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgasJNmf7tvpJfALNOMg39LDpJoGgU7f { width:2rem;height:2rem;top:9.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ligC3GOFu061768iQeDMGbiAzamteVBL { width:2rem;height:2rem;top:12.0625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGNOmciOzzcwNQsAc7G4w77tTftcBDP2 { width:2rem;height:2rem;top:14.5rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPOgOsX0OfoOA818ziXZ7hxnkRGfbIT { width:2rem;height:2rem;top:26.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHpTHZaKxLcktr0z7iMl2p9MzqykweV { width:2rem;height:2rem;top:21.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB2eFCupRnDQBT3JIZ8USJkBCzQ2APU2 { width:2rem;height:2rem;top:16.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMgPk17cvCBMV9Z5wiFx4Kmvq4MyRSF { width:2rem;height:2rem;top:23.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8e93eF39Akb8MbEuonCpi81aheAcr8F { display:flex;width:1rem;height:1rem;top:33.9365234375rem;left:4.34375rem; }
 }@media only screen and (max-width: 763px) { #ck9XJgZRhgMRO5Fqyro0C2atSEIIHHDf { display:flex;width:1rem;height:1rem;top:36.1875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #QywV3plxSz6X9M1se6SwrqwueIOzsNON { width:2rem;height:2rem;top:28.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv09PEq5T7rSOTAZ9L2Am8TPAdag2BLG { width:2rem;height:2rem;top:31.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyO5IDhnDPyKrHzNvWMRLTz6hDFKrzK { width:2rem;height:2rem;top:38.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DmbupUom64iWCBMwadyIfITBJPx4Ga { display:block; }#i8DmbupUom64iWCBMwadyIfITBJPx4Ga > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBogB01HexC0uPPNOKmWUZlhJbDM8NpG { width:16.125rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh { display:none; }#ayZRS6Xgn9E6oRA5PmTLHxmfK5HkxNUh > .row .container { width:20rem;height:268.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VyQ2fkWyq7g4LtM5pPaFWE9HwgT5TSEa { width:20rem;height:3.8984375rem;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcZrn00lJoWxAtyO3nyUB40SefXFXzSs { width:12.3125rem;height:2.5rem;top:4.6728515625rem;left:7.5341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTx2nrr4aRUqaQwmgslKr8wHHGHWHf7D { width:17.375rem;height:6.499rem;top:8.9658203125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlxBcNGX5zJ1SHemRgFq1BDKzKigv1Kk { width:13rem;height:1.625rem;top:26.84084375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1nrErMMRiXTVJkD8UrlwlsysR5c1NkI { width:19.9375rem;height:86.3125rem;top:78.59084375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDqXAWnEy8ZeTgBChwWOO8QStLxxEPdt { width:9.875rem;height:3rem;top:181.5400625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOikVXlepwgnVAH0bRBvdG87AbV0xLP { display:block; }
 }@media only screen and (max-width: 763px) { #SSWEZl7xb1FPhieTypvLIkf6oyuTL0mE { width:20rem;height:4.38574375rem;top:177.4775625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2P2LpdsNQ1SNh4pstts1fDRn3Iw0GaO { width:19.9375rem;height:86.3125rem;top:169.6025625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAfLo9SCiHTWJhgwmz20Pk26UMllKpZc { width:7.4375rem;height:1.4619125rem;top:174.7422109375rem;left:5.5888671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5wBTpPztZ7APyy14TWOhCr9Zr4oaxM { width:8.5rem;height:2.2744125rem;top:174.3359609375rem;left:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvoRUMacciXxulqp5yS2bgydKbqsEDEg { width:10.8125rem;height:2.5996125rem;top:171.1650625rem;left:9.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM9ln6OTKy6TXSJMEfcHPdMqmEQI5p19 { width:20rem;height:5.27831875rem;top:185.4140859375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0nWrqIMIf54TyL9Kl5Qi7C8niQqPTGh { width:10.8125rem;height:2.5996125rem;top:80.15334375rem;left:8.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtoRpcEzQ5UNlBlfzlEzw9EW6hr7QQKG { width:8.5rem;height:2.2744125rem;top:83.3242421875rem;left:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2IaLAsrZT8rPgpWcXVlg0awzpK1rGD { width:7.4375rem;height:1.4619125rem;top:83.7304921875rem;left:5.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8WdXb6PrTyLFNuV3wqZKJedBB1cbpP { width:20rem;height:2.923825rem;top:86.4648671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfT2V0RHOcKmDT4UMzdF0o4DPZ5RdUdK { width:9.875rem;height:3rem;top:90.52834375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uck3eTW1OUTFtBymBd2kufXhTM4rCynT { display:block; }
 }@media only screen and (max-width: 763px) { #KMBc3T3lEfI6cBR5UUGVnKTgKMEqmpnb { width:20rem;height:3.16699375rem;top:94.4023671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN3MnTBGTA1Rf82oafhP0F3syovDi9Ro { width:20rem;height:0.0625rem;top:99.27834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykATu9pGN8UFQ4ZT3rdILPEMxFLuzF9 { width:2rem;height:2rem;top:100.02834375rem;left:13.0693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmi6dL2PREtmwgDXk5KHoH2yDpIMyZaJ { width:20rem;height:0.0625rem;top:102.71584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvPs90kML8EtQJA8ykWeT4VPeKq26Fu { width:20rem;height:0;top:190.2890859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyma0QskHRb7xmV1Dep7F2WoZvhwDWeB { width:2rem;height:2rem;top:191.0390859375rem;left:13.255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARZVPN1hcNBhdqI9sApcUkE62gkTPCr7 { width:20rem;height:0;top:193.7275625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpAO66lqIRapLry59oCc37sCPBkxCVi4 { width:12.9375rem;height:1.625rem;top:29.71584375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlPOXaW7Tfq6Le7ONVtbEnNrJVTpenWU { width:20rem;height:0;top:106.15334375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy0ArTUTs5ClQPr6ZH5z4wMPA62JqZvb { width:20rem;height:0;top:109.59084375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwL0tr8C8Av0ZMuHVrPhyWEOopTbCATf { width:20rem;height:0;top:113.02834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOH1IJ134t5WLFqiivgUH6vrkJ4517B { width:20rem;height:0;top:116.46584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vIyVATVFi6eP9pJFiIzTFVS5piXxz5 { width:20rem;height:0;top:119.90334375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdIEJuexkiq3l89r9oMePbiK427ETSP { width:2rem;height:2rem;top:103.40334375rem;left:13.06640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgRxItd8og2ukWIIh8ohuPEr4NGI93R { width:2rem;height:2rem;top:106.84084375rem;left:13.06640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSQdRPI5ZvT46VleNXIaz3TPvR7n87nJ { width:12.9375rem;height:1.625rem;top:32.59084375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBQ8Nrh96QVQfQRBPNQvgONZ56NfJBie { width:12.9375rem;height:1.625rem;top:35.46584375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1XUM2dUxxVpKqbpdrJa9G2OK0mBxT3l { width:12.9375rem;height:1.625rem;top:38.34084375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PncLTPovgyV4cRL5ZDJNh6tbT9Nsircw { width:12.9375rem;height:1.625rem;top:41.21584375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDUUEtbtHMgQ1T8tzaqBPpwwlFHUuQtB { width:10rem;height:1.4619125rem;top:110.65334375rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNRwEXfrG45nkDLCPFSJSNrW70eCU5E { width:10rem;height:1.4619125rem;top:113.99709375rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX8PB0gdm75EtPE69FAun2qJk7FdWUQJ { width:10rem;height:1.4619125rem;top:117.454125rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PJRRxLu3WBTiVpqlNZmJN0bnN0TOt3 { width:20rem;height:0;top:197.1650625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikbUQ6epJIWGHqUK56QVQcvIlRBvQ2o3 { width:20rem;height:0;top:200.6025625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC09b4hv0niaIqDiQCk6RxSqMVnTCTBq { width:20rem;height:0;top:204.0400625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk37P1BmrseVdBF3LERZ4wqE8ovOCfOO { width:20rem;height:0;top:207.4775625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTscn1hqBr30Zq7bMzXrTePdGzyeT6ZQ { width:20rem;height:0;top:210.9150625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7aGPHH3BHDHcrvIWGpaGioVrKHRJTFt { width:2rem;height:2rem;top:194.4765859375rem;left:13.255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVMQf2hi0JA6OVtiMRPqpdzUrZOeyoM { width:2rem;height:2rem;top:197.9150625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqQJ3iTcrd4p7l7pAl6zSy97rLxNDdDA { width:10rem;height:1.4619125rem;top:201.99709375rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y682y71ChIPv1uXCATlznyxxfT1Ay9BE { width:12.75rem;height:1.4619125rem;top:205.02834375rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRqshxdy7ycWUHEQlfgZO0TEH2s6uah { width:12.75rem;height:1.4619125rem;top:208.46584375rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otHdlg2bwhtTxSJ8GHfqPEAONdM9OtvO { width:20rem;height:0;top:123.34084375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kIV22GepOC7eWGVKpU8UxrxMbgDgMR { width:20rem;height:0;top:126.77834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJpUQmJuSOg0egKeJZVWUg9J2Os5eHK { width:20rem;height:0;top:130.21584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAGN0R8PU27vvqPa2AzTQXpMU1Rxv8Ks { width:20rem;height:0;top:133.65334375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTM0iUzBodQMgkV9AHC5HeZfcsdvnqz { width:20rem;height:0;top:137.09084375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBFI5GxSL5KwavR96TtZ8wq5GuVdAgm { width:20rem;height:0;top:140.52834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaDrD3JLVlify0nsVNyfRsH6diT6yGs { width:20rem;height:0;top:143.96584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoXn5pgEHRKBTsOFi0u9r8rHz96zaPCC { width:12.9375rem;height:1.625rem;top:44.09084375rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bg43xlVeZAp2RozySEiIfpx3RlXAAarz { width:15.5rem;height:1.625rem;top:46.96584375rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmcT2SKKxCDvrSnlmdkKuQ3DAMa3T66r { width:14.375rem;height:1.625rem;top:49.84084375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzTXRJNxNCOfkE9tTdXmSCN0TfWJVQT2 { width:14.375rem;height:1.625rem;top:52.71584375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAinqzKgCNQNn4SkhA5cp8gX0cEKJ8xQ { width:14.375rem;height:1.625rem;top:55.59084375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2xwAzE1Gzd1LPZZmO3PtkTpLuR9gCwU { width:14.375rem;height:1.625rem;top:58.46584375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWrGOsgwshJh0LCw40LgQWr8AaVBixV7 { width:14.375rem;height:1.625rem;top:61.34084375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6vHs97dD68T4IGQXNANGDwMs37EmMz { width:20rem;height:0;top:147.40334375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO9kIME74AFhsSPq3k5fmCTzkIun3qpy { width:20rem;height:0;top:150.84084375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwUDeZ04S9QtWxHfvTPNaLiDBHJmPRlU { width:14.375rem;height:1.625rem;top:64.21584375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x134aXG9yPMVborIriw2n2l5Rhpp22NT { width:14.375rem;height:1.625rem;top:67.09084375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxZMda74NnATb8Sgy2uozK2UokvJbaRa { width:20rem;height:0;top:154.27834375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqiad2dAlsv9MQyHIsOs82AP42Kve4Im { width:14.375rem;height:1.625rem;top:69.96584375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9KqK4O3vNFEUB3RPMaD2q1LRyOwyXdO { width:20rem;height:0;top:157.71584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZTT48SuE4wrkJSeceICon7OLrA5UVFe { width:14.375rem;height:1.625rem;top:72.84084375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiIuBtn0hEZb5RAoEvK3sLseoVVbDIdF { width:14.375rem;height:1.625rem;top:75.71584375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4wLQ2ldL9fNB5klWukcFttc1cdFZp5 { width:13.0625rem;height:1.4619125rem;top:148.422875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZb49Jg4gLR3bQb6FBRXfuwbstIqPoTH { width:13.0625rem;height:1.4619125rem;top:151.797875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG34h6rv0nL27JK5yeJZrkAr9ok8UerA { width:13.0625rem;height:1.4619125rem;top:155.172875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApX4kxCVUVdkBTqfrT3xHaTRH8cQaL7q { width:20rem;height:5.84765625rem;top:159.422875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVD8sRWuTphNJkzBaDKKsgLNIAD1LB6e { width:20rem;height:1.94921875rem;top:166.40334375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6ppGD4pJC71M71hAoFsJ2BKC5BQkXV3 { width:13.6875rem;height:1.4619125rem;top:120.922875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTL40QAHSvNz5WRZ1nT7GWCfWmROuCH { width:2rem;height:2rem;top:123.96584375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7crJK9nTBLsRzb3IIammQNvKlVWXGcc { width:2rem;height:2rem;top:130.84084375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQB9yd5sl4sHf0wuCTMFxw7e9TWRsVU { width:2rem;height:2rem;top:134.46584375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8zBE06u81nwTQhVM0vbWe3N6X730wE { width:2rem;height:2rem;top:137.84084375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itWVG5KtLr5OV9izUJmOTOIEdov8uP0O { width:2rem;height:2rem;top:144.71584375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxznzy7gyM4nMtG6nmXmKkibLxFRgI6l { width:10rem;height:1.4619125rem;top:127.27834375rem;left:9.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPrCKtm12lynSyf01RyVPtLC6zwwV9F { width:10rem;height:1.4619125rem;top:141.09084375rem;left:9.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Ki2ElqxKF3hZpETDT5SR9xT4dz0ZMw { width:20rem;height:0;top:214.3525625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZprcabEAWahyyOEep96nCMlAU5Eh23bA { width:20rem;height:0;top:217.7900625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqg2ioHgBblR84sw1QdbcVB1dvlRAs1u { width:20rem;height:0;top:221.2275625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cezHydDf2dUJJ041L9gVRaLFZw9OTd7p { width:20rem;height:0;top:224.6650625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnM3kDnJxo4edFKNgzLpZTFFhglZgWS7 { width:20rem;height:0;top:228.1025625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poqcow38HDy1HtCU0iavPzF9egzqhqeq { width:20rem;height:0;top:231.5400625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvfgbJTP84APGfAvhsyND9NboAOAFL29 { width:20rem;height:0;top:234.9775625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTD03Wuwo8e5s76hnkCGG87I6MrV3h2 { width:20rem;height:0;top:238.4150625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Vdbt9DCs10SGa553xlTHBfASU2TH24 { width:20rem;height:0;top:241.8525625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0S4Xs0ZV4tq03cWkcEwbfooP5FvQJ7T { width:20rem;height:0;top:245.2900625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozP5lWroMm4D4DZ3LTru4GLpvIWELgm7 { width:20rem;height:0;top:248.7275625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBaPL3k6NiP9Nm1MuAAg8zFZbOGeOk0E { width:20rem;height:7.3095625rem;top:250.43459375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga2tmDubsRcrJiin5sT3ezI8s3nv83IM { width:13.0625rem;height:1.4619125rem;top:246.329125rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTrG7OggA45HuEK6mKerzupiUJs0tk7i { width:13.0625rem;height:1.4619125rem;top:242.80959375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeICw8pfTVUnbEU9W2gIKog111MS9TZ { width:13.0625rem;height:1.4619125rem;top:239.43459375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myaCuuaCTFNzzkfso931HhLOXQg1Io2C { width:2rem;height:2rem;top:235.5400625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kXtr57Gm7HEViKgTMHI2Ci6swudhV8 { width:12.75rem;height:1.4619125rem;top:211.93459375rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OVb0FhOWQroNZzG75Tu5sqMlrtLZA6 { width:12.75rem;height:1.4619125rem;top:232.62209375rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlFgmn94Q1OzQKNevN7Do9c21EagPETm { width:2rem;height:2rem;top:228.7275625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7rJA84oMTyA3tP4NEnhsPZ6BKlaIWzX { width:2rem;height:2rem;top:225.2900625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zER4RJcFrAF79XqucE6FRdoStIeBkLGv { width:2rem;height:2rem;top:221.8525625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGK8qGh0EUATxL9wSXb6AT1ICrZQc36a { width:2rem;height:2rem;top:218.4775625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSa24crrFBk5BdKNXEbTnqQIbeIDxtV { width:2rem;height:2rem;top:214.9775625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr7frNqxHCp3bai6ktm2kcvsPUZdemZL { width:16.125rem;height:8.4375rem;top:258.99321875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx { display:block; }#ozyH4Cg8rLHXF7604qWnWTcsfu7MpKpx > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDzr4O1oEn2KggzgilTmlB4wncMqGxnN { width:20rem;height:5.85rem;top:8.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6UR6KWg9gHzTkS8GNy6a6WrdNp5KwC { width:20rem;height:3rem;top:21.935546875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9miVvzOp2mP6ubFH2lSMtftuEPLikmL { display:block; }
 }@media only screen and (max-width: 763px) { #hUarGCPl8ETTXc7W0aWEWvgAKFL69zRg { width:12.6875rem;height:7.5625rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNygbW2WqHHm2QTN5DTKEHrcekBlmdm { width:20rem;height:2.6rem;top:16.185546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 { display:block; }#vXyhBuuqvD9LbHX9X5xKabNuTFp4Qmq3 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfqmvUTkTmlus79hm1UoxVZdzFSgLN9R { width:19.875rem;height:20.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WloNs3TS933f8wKEM4kXqTStCGIz2leL { width:18rem;height:6.5rem;top:21.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF77MB0Ju1WhgNhScS0LmRKmnL4ZFSWA { width:18.125rem;height:3.9rem;top:14.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiUM7Lf8FTILtCdF8BkT7Glt22tA44O { width:6.125rem;height:0.625rem;top:18.6484375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUCTpGt7lPXS4JA2WILwaO18l0K2kh6 { width:19.875rem;height:23.9375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvwKgNeZwaQEkWdKqXRMnr6CKITkfCzs { width:3.75rem;height:3.75rem;top:10.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6F11x8u7QCwxAFWnIFwdfhwTg6KJybf { width:3.75rem;height:3.75rem;top:37.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhihQewR8FWXKeRc8u60wl0b3vvqgOe { width:14.375rem;height:1.7875rem;top:10.5rem;left:5.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qwDoZskOAmn29TdO6XFlJgyTTT1T21eU { width:14.375rem;height:1.3rem;top:12.287109375rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QV5JZStXWa55Z9eFH1EtvTuPBfrQkzZJ { width:10.75rem;height:1.3rem;top:39.6875rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CO41PKRr6JJRyt8wPGdkISee9Qc9Hinn { width:9.5rem;height:1.7875rem;top:37.6875rem;left:5.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FS50nvX8dUTl6l8MO2bNrxsRaGTgXs7k { width:3.8125rem;height:1.25rem;top:6.6875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fut5Hi3vlKa1w9K9UVXQAwFDhXTG0PKc { width:6.8125rem;height:1.3125rem;top:34rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFVaEW6hAbQwTqC05XWRZgUeE6XetAh { width:20rem;height:16.8838125rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoESb8UgKEDcOw1Cl6fgTIFTQv9MzJS { width:14.75rem;height:12.8125rem;top:59.490234375rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa { display:block; }#QyUXheMaHiDsV97ZMwO85qRvQBMnKDNa > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVZUCDklbcgIdiBDuBhamZE2JTRMTDFm { width:20rem;height:1.95rem;top:1.30078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nl6MNkJyAqhTuJxW1GqwmH9SLeksFtFb { width:20rem;height:3.575rem;top:4.375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGEn8xLiaS1AXNWGMHJu3Ek3rxndOCTh { width:8.1875rem;height:6.4375rem;top:3.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6qay32HvKXAVRc7ilKBmIt1kuMUpJqX { width:20rem;height:1.95rem;top:15rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GurITsCEqCNu2QziIWi6E9WI29HK8p2M { width:18.1875rem;height:19.25rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQBCM0sOFmM6kfN4wRU1BTZ7XedOEAUT { width:15.25rem;height:1.625rem;top:25.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uov4J4zklJigb9JVgdOAKywCdtTBnLcM { width:6.5rem;height:3.25rem;top:20.6875rem;left:1.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6SDdTKyPPqIN8gaIH0FOTmzdsPSNSWe { width:15.6875rem;height:3rem;top:34.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqX0Ey6uWFMmlTwL7uiPi5qOA0LOWTBr { display:block; }
 }@media only screen and (max-width: 763px) { #TWyDATXox0NkVMEEKgkPfs0cVyepRFhK { width:15.9375rem;height:5.2rem;top:28.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bpfgnTmJ5qL4S4RACZ9TVS3TsL3Kne { width:9.625rem;height:6.375rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ57Lad1bX4WeI3GRybKqgMabtGiZtfJ { width:8.5rem;height:6.4375rem;top:39.3125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qham1XN54RJ7DLdH2NKTrUWRDouKlgRU { width:9.0625rem;height:6.9375rem;top:59rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD10kbsZ9HoEmEXznlRglLaJHISNONzL { width:18rem;height:18.3125rem;top:39.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2TUbLVXTOazTnTHnZAO7IWe2fhqwAtw { width:15.875rem;height:7.8rem;top:47.3125rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVHx64DcIKiSrFrbJ8ezfWdv821iwsyF { width:15.5rem;height:1.625rem;top:44.375rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBNzd0sOxHMp0H82h5UNR1ufraD484Iu { width:15.375rem;height:3.25rem;top:41.125rem;left:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKB1n5AnJxatErzotqaSgDCrzM9Elndx { width:18.1875rem;height:22.5rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnQmBcHJ3tK9vnl13SS5AHAEaO35FeJO { width:15.9375rem;height:13rem;top:67.125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZP3VImFS7r9GseipaE9PWKF7m86OoRof { width:18.625rem;height:1.625rem;top:64.4375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaq65KtxxmeAWckDOFypo5bxwoTUGGUP { width:11.1875rem;height:3.25rem;top:60.8125rem;left:1.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFHe3WzKi6hbRcVk4LE0n0hmogPb8TXy { width:18.1875rem;height:15.25rem;top:82.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqUwM1l6o9TK2z02DcWghbuO82Ay12e { width:15.8125rem;height:5.2rem;top:91.4375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihQfZ12SFUqCIEsQ7oWxETzhmxb8Qyri { width:16.3125rem;height:1.625rem;top:88.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lLZ1o0OpVVk9tFOfMCsqZUl1bFm3fn { width:14.375rem;height:3.25rem;top:84.6875rem;left:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9fMqLkwT2u0XKa0gIglUXn9kS4pdCu { width:10.9375rem;height:5.625rem;top:82.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 { display:block; }#JqaIpTB9TTORo0MeECxZF0uRxGPrCXS8 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6bkFqSGPUHAl9iQSlHWqsbixxIFZ4hF { width:18.375rem;height:3rem;top:11.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwpRERGdkrTn9QGog07ymxkKKrK7Kk4 { display:block; }
 }@media only screen and (max-width: 763px) { #VBQi88emCWt1Z37LGQUSQssy3CQrEKZW { width:18.1875rem;height:3.9rem;top:5.875rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKJmvU1kZw9XH9Hp5PWcwhJeJRGEQA2x { width:19.875rem;height:15.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV { display:block; }#LV63GkuaTUhoLJJBZyANZ3lPAnF5m4fV > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMQFiAG3DyNPgwyERv3rgqQu8XO4dz5i { width:20rem;height:1.95rem;top:4.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUL0Ph1yPonyysTmUH8b2tSXfvZtJgLE { width:8.75rem;height:2.9375rem;top:4.3125rem;left:7.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-heading-text { font-size:1rem;height:auto; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG .accordion-desc-text { font-size:1rem;height:auto; }
#S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG { display:flex;height:auto;width:20rem;top:8.974609375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #ylFkwSTyXLz2AUBoEAzw2bULJU0TeuQH {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lcHFRMI5D3GQTImCnFygbuPDO7hy7U1s {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #xQBm6T4iepJ4FakTVrr70IESaouXqaEl {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #F4DhiHJpb5u7stcqZ0HqGhluEi6AAZzp {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #h3EFOErzXbRwdOWhzpHQVD4EVVHT2uTt {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #XwDkMDMF13SZvvgNM4TTBFp8i12eZBeG {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #OoxceXXQvrv24y1ocxZPAbAicfNVMVNa {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pm4FcJmSTvMJaxvun6othfkvbxvxLDTf {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IhkxLWlf0mS9emiC0ihOzQpGKs0Tfz1M {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #lpoDqyGFATSTXPUhvK8ET9EzlTHHzNyD {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #leo8qyraG9Hmm6szlWhbalHUgFDPMTrq {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #wnR4TWKPl1dOWxXD8rxJ6ABimc3kFssA {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vgbxWPmiJVr8QnKOlJ60TH3NDdC2WkvD {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #rXNH6rya85P8HfADkTv3tbLiF7WT9TxS {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #vC2vNL0aiwshEIWlFafrwlUyHHw6rBLT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #p3SpkOVwic3bpkLiJy8EWxyu2BuwU6Zt {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #LGo0UQaFbwsdqs6T5T60ApWvJOaMX9dX {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #IA6Be9R6rpUD2OnC7ROlGAm8URzyIrQ4 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #TK4lCEMzImVevNbmRkJdKATpXvNm7GQW {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #irt3pQkwdPg5X1PROcOHG0oVGdfCd6Dh {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #n922TMJLS36QWnKqlQsccpeGh5d0Jkpr {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #riNRy4c67d7KxQFeQLI2yvNT2Dsn0did {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #iGaJEFgdgh591NTcTQTaFEnxrFGyNmVT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #E6bBoEqLdkCrZOCWzQqNlHaQhSkOTapb {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #pDOIgmCaqxPr4kvSMepcFoz4a8TbP4Zw {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #UXrtJzg63JZRMye6TumJZe8NLNfFIhwI {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #EhvDSnSrGpV9GmTk3cNpnQH84AE0Rud4 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #baLxMmXznSHurzPvRZ216TFLtsdpWkiT {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #zoTafQPy7oPs2IaDszkVs0retZWrlXh2 {  }
 }@media only screen and (max-width: 763px) { #S0cKwlLcslJk2KI0chNJlhMKsMpX1JPG #AHRCcxib7VArR6J1F5uPkNB4IxxxyG5k {  }
 }@media only screen and (max-width: 763px) { #EA9a89nEy794O89xtkhvDkJrQ0tmxz1J { width:19.875rem;height:16.4375rem;top:55.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DteiFQNTmPmvTdl3gRrOTc1wXVgBgXDk { width:17.75rem;height:3.5rem;top:65.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmwEt1CzwyRNnCeH70yaFnB1DrlHTLn8 { display:block; }
 }@media only screen and (max-width: 763px) { #HaMoFLnOGDx26gbknFHbFDdlaJQAZXqF { width:17.875rem;height:3.8984375rem;top:59.875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pos1TRyxuUJCAS9wE6C6fFWN5h5TFeFg { width:7.25rem;height:10.3125rem;top:67.0625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bwv0kKE93HKpldnTslbgLoTF5yw1P6ne { width:6.8125rem;height:10.3125rem;top:11.5996125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr { display:block; }#X0AzPGvAMXUGAuFFdwp8Rm3ZSASv71kr > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTnT2DKBuO89NrrliqS0n3lvU7ERJVTD { width:14.5625rem;height:4rem;top:7.4843754768369rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLTsrry3flx6tm3XaPNh5qabM73QJTA { width:20rem;height:2.1125rem;top:23.000000476837rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }