.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:248,224,239;--color-primary-1:235,163,206;--color-primary-2:222,102,173;--color-primary-3:212,20,90;--color-primary-4:200,0,118;--color-secondary-0:217,240,235;--color-secondary-1:128,205,189;--color-secondary-2:0,154,122;--color-secondary-3:0,77,61;--color-secondary-4:0,23,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 { position:relative;display:block; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 { background-color: transparent; background-image: none; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row .container > .video-iframe-container { display: none; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row > .video-iframe-container { display: none; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .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); }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 { border-width: 0; border-radius: 0; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .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; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .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:8.125rem;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; }#wZVWpoT0JheHf6tnBiWxsNARvsTsn4rO { 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:4.9375rem;width:10.1875rem;top:1.625rem;left:2.39453125rem;overflow:hidden;display:block; }
#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf { position:relative;display:none; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf { border-width: 0; border-radius: 0; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .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; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .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:18.75rem;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; }#FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:9.5rem;height:2.7615rem;display:none; }
#FFJk1lw2523lOaR9T3EAcLubK1u3twkS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3135a;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; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container { background-color: transparent; background-image: none; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container > .video-iframe-container { display: none; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row > .video-iframe-container { display: none; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .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); }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container { border-width: 0; border-radius: 0; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#TC824nc9VULqTTft8mET0xNVFwSuBgFc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:24.1875rem;width:36.25rem;top:5.28125rem;left:0.58203125rem;overflow:hidden;display:block; }
#hEQeNG58TeM0moGCmceKFfTq6rMb32s0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:"roobert enel";font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.59375rem;left:39.1328125rem;height:8.25rem;display:block; }
#Fk2VTghRgGtrEfUt7fpE1TnhDBTRUwW2 { position:absolute;display:block;z-index:15009;height:15.625rem;width:35.499125rem;top:11.735025405884rem;left:38.505859375rem;display:block; }
#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { position:relative;display:none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { border-width: 0; border-radius: 0; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .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; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .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:var(--paragraphs-font-family);height:18.75rem;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; }#zNzEAG0yi3KbPECdhytoqJUMC6rPrRA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.8125rem;left:3.0625rem;display:none; }
#hh6QCsaflgqREI6XtyrH0NyelFtoFTrA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.5rem;left:3.1875rem;display:none; }
#nmUMFvtToiAt7eaVsh0QKBaNVT5rioBq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.5rem;left:3.1875rem;display:none; }
#sGux892hMwadtwD5Eyc58ZcBEmz1MoRI { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:38rem;left:0rem;display:none; }
#QpiHQiU8XsVycMlMHCBpFyvm7CJRIM7I { 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:31.25rem;width:31.25rem;display:none; }
#n52QNLWpK1kc9aF2L5eGTP6n6xBZtArc { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roobert enel";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:5.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:42.875rem;left:33.583332061767rem;display:none; }
#Sw7kxGweeUbsW8NruPalrVkTrULlsDTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iH2zz6Gbbwtl3dULwLUJISDq9xwWDrwb { 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:17.25rem;width:21.625rem;display:none; }
#JBycuKt8gmxHzLMUuFd83ofs0SPIXi5L { 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:17.25rem;width:16.1875rem;display:none; }
#Jqi2SKzXqA7XdcWLTpPKkg6sUhtRrTgZ { 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:11.1875rem;width:16.1875rem;display:none; }
#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g { position:relative;display:block; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g { background-color: transparent; background-image: none; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row .container > .video-iframe-container { display: none; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row > .video-iframe-container { display: none; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .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); }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g { border-width: 0; border-radius: 0; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .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; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .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:48.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; }#BEHog0kkg9IlO6t38fUOTrgGziS3tHBE { color:#d3135a;display:block;width:67rem;position:absolute;font-family:"roobert enel";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0208320617676rem;left:4rem;height:5.6666665rem;display:block; }
#V0yDt2dOy4sgCgzCsuX5HTe6WmNFrKEx { color:rgba(var(--color-tertiary-4),1);display:block;width:63.6875rem;position:absolute;font-family:"roobert enel";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.572914123535rem;left:6.08203125rem;height:2.41666675rem;display:block; }
#STKs9XERXGz0OzQwLxVtrHh44a6vxiw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:"roobert enel";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.697914123535rem;left:6.08203125rem;height:2.41666675rem;display:block; }
#oixl2g6SSTZ2eC8GT2D8P3sGXvHXT6CL { color:rgba(var(--color-tertiary-4),1);display:block;width:63.6875rem;position:absolute;font-family:"roobert enel";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.802085876465rem;left:6.08203125rem;height:4.8333335rem;font-style:normal;display:block; }
#R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.3125rem;top:29.375rem;left:0rem;overflow:hidden;display:block; }
#E4GrNdPyvr3UykDWSvSp2SDvlgm7kRK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:"roobert enel";font-size:2rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:30.6875rem;left:33.3125rem;height:7.74999975rem;display:block; }
#n4OJ38woeS6uP2hWdTnFfWvqhCVM3uFJ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roobert enel";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:5.24956875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:40.186630249024rem;left:33.568794250488rem;display:block; }
#IGVZ4vBOh47XLJWT7WG0x7UfRJFoz5SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RU8csH7iTGsimLikzQLRhUUelOAbzR54 { position:absolute;display:block;z-index:15033;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.4375rem;width:5.5rem;top:9.540367126465rem;left:0.6640625rem;overflow:hidden;display:block; }
#bMOULLvO3CXxyiloiQuWvHWkB16GAQhC { 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:4.4375rem;width:4.125rem;top:14.665367126465rem;left:1.3203125rem;overflow:hidden;display:block; }
#zXAunetZvoanOubv9TnRDUlcCB88gudL { 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:4.1875rem;width:3.3125rem;top:19.78125rem;left:1.7578125rem;overflow:hidden;display:block; }
#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R > .row .container { border-width: 0; border-radius: 0; }#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:86.875rem;width:75rem;position:relative;display:none; }#ueKdT40VMPs9BWqIlgL3Rp8LXrLyt3VE { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#zLV2oRQKpyzQ92rXaw6azXb2gamQqTsy { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:25.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#e5vFHhGpomcnXf0crZXGL1VuZFKxgE1i { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:50.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#gT1cFDdfu4uQM44GXpsiqvNNHihhd07P { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.0625rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#PztdhA2zdKDmTvTPtus8SLEkGRoxEKxs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:2.25rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#QxP9XEmOQeWA3wnTBTJW4VsxlQqXnAi4 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.0625rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#XBwoyuWEhfKfEMcz3J3GesWVrGaRAf0I { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:27.25rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#nUtSlnK4G0mvT8mAH4GMWfJyHv3xTTEg { color:rgba(var(--color-primary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:53.8125rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#rT0AIQOM8DruGkRpXuWDgiwSw32oosvM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:52.25rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Wzi2vctcBBOFEWOTezliJ7CO7LL5G6x0 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:0.625rem;display:block; }
#SPUgsMWtE20ecvX8B5Bl8TzI6uMHd1Rc { box-sizing:content-box;height:4rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:25.625rem;display:block; }
#G5pnV1JMRfTq3oWuGkssxhJJZ7VkncWm { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:50.6875rem;display:block; }
#GWOotnqktiockQnOV53arRPfSzeLZaTi { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:27.4375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#mdKIOZgPOq4hizW4cHlTgy4cuoKuyXkB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.25rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#yy87bMyiWvla8gpMTyDCUeQyPSNvQmW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6875rem;left:27.25rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#AtPaxBiMKoHTLzpGlMb711OF8H77b3hP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.25rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#NuSiuMpAc3PdpVIanZrKGTPwnOtoJyex { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:10.3125rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#yCq4umct1xpnSLLs7VXKAkxI4hkN27XV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:10.3125rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#u352cpZ4RTMk95SBZhArRxyemOKQpU4l { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:10.3125rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#t6ry0MLzlTHzH9AgqmVycFFH6KOCqXL4 { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;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:12.5rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#BpCAQ22UHUl0f9bfmFz1ekU2lqZwd0Z3 { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;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:12.5rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#zoufqob9FMNTGyV8TwJa4DxTydr9qOHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:15.25rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#rBPMLPREzezeBtQgsMzhEy56iLc0A5TA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:15.25rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nprddFGHKyIC8hTVQKFmEfi40PxZUyvG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:15.25rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#pnOa7lp7cQ17MDJlPBBIdfxTJBdImr4O { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#MLw0TXLTR3tMgAQTq018MpuQoJG3qvKe { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:26.375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#FuGvRMOq9JTWpO5icTXsPOPr2Fz7Nbq5 { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:51.375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#EPB18bPAtxJcQ2RyItkr3qa6hRTVas7D { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;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:12.5rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#xWiTy6JzKI5mQTxTiR9cQyIXC3gNTwUi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:22.5rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#xc9R6fHmHwIThSqpMpJFJRZT4xT0txQC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:22.5rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oWmJnWTWK6zfTb7OvUikSbQGTwznKSNc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:22.5rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#m7vohdXJkJM4gdiD3CpR94SfccvMHXIp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:24.3125rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#gA0hpS5XUoJl7AFp3vAJ77pZB9vEs3T5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:24.3125rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ZJ0eNU8mhClie1DqiTQxLmQ1Oxw4lp4U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:24.3125rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#aqCIePmkbez8WAOfiG5vVAM6REwQ1s1H { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:27.8125rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#matdXLRVHKMlzXpJlg67A2PeWN7K4JgF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:27.8125rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#aCQ5tGGSvW9WnDCVO9htvrN3ImzTf4XN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:27.8125rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#kTbtJ21DUo6pXckhiJJUsGFBlUymn1pH { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:27rem;left:25.5625rem;display:block; }
#CDsVGPwQWsM2D94Je388poGixbTJrFOr { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:26.9375rem;left:50.5625rem;display:block; }
#ZXSTTbzme6lDWUWTggoLTvui9Hh4ESwZ { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:27rem;left:0.5625rem;display:block; }
#Tl74bsxthP0qdKOfysTdy701yC9glpfl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:29.8125rem;left:1.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#pmKJL6V8TV3OELSFn6OqryRDPuVu29wv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:29.8125rem;left:26.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#dCFRQTfrrRQE1LAhDe5bA945ToUitNxF { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#TcPWn4M6Ae8l4LdLWl8IX6llHGeA11kk { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:26.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#LE50XKczoS0uR6g6dXuMpUkUqEBFP9Ky { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.8125rem;left:51.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#LeNnmXz0oIFMqbw7J9kfvmZO5vSEKtcp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.75rem;left:51.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Juv8g69NJagbCPHCGzB8IQBWkTLQlQ0s { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;top:35.125rem;left:0.5625rem;display:block; }
#VQoiEmcF6ioHDq3yTPWn3aIuMgQCxnz9 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.125rem;left:25.5625rem;display:block; }
#W4W8yQMosFyklHE6X4ZAokVg069xTFBP { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.125rem;left:50.5625rem;display:block; }
#CiC1e8tgPqefVaUneHi0qSkyqaAFzG2b { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:36.4375rem;left:1.375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#Akp2fJH90GC7FAR6vNG6OAvQtWPiGqkR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:36.4375rem;left:26.375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#cMuvSvgc9XioWXeCz7b21X3m0CIP6ypT { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.25rem;left:1.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#nD4wI7NJwKKuTuTGETt8q8hZxdm6qcMM { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.25rem;left:26.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#oBlmLcQKVEb007A0V9FTHvFT82HR9by8 { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.25rem;left:46.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#Byhpa5hls5rfrkWSefhw8EhpFThpbJOg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.93619825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.583335876465rem;left:58.27214050293rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#czigumR33TpPV6cB2Wpes7hdS92RRq3K { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;top:43.25rem;left:0.5625rem;display:block; }
#KdrdHXXWlsqHk0f3ANxDbWwP2mZKmD39 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:43.25rem;left:25.5625rem;display:block; }
#pq4q66OuKCpl6TL73ow9QfysQgk8y3ni { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:43.25rem;left:50.5625rem;display:block; }
#unoiR0QXza45VL7xDlh49LDTPWtdaLPg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#BS7LFnQezObTyVOeQzOhc5t1mgRAK1OR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.875rem;left:26.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#P18Siguu1HDJRQnmbKyVX4G2lTsXPC5I { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.875rem;left:51.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#ScpzR6wct3TEw9r8x7dvUc06LxFr6SEo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.1875rem;left:51.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#JGTQDAhKVqhDEupNsqz0rLWA2sGH3eL0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:2.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:68.75rem;left:33.5625rem;display:block; }
#ETdX6ydmXSDC011oc5SewmAq4IzyZknW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKAuAV4u4nD2RfHyTBXgW4dzf575Z5P9 { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#cTopJNyblr7EMzT0g6sSMoJ3mSPmPgBW { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#RuyeWSH4Op7Et6p31Uaohp7717fxgPvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#f7wWiXkXaPaVZVFAfCiXDFUsiTLQPznb { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#Puh4diPgtC8052OAoktQxoZzB4yPWb7W { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#XXVVb14qWekuHFTST2N3sK77y8hfteyM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#kO9eR6EJxt8tGQ84KN1JU1D4myrmUrNk { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#KRUM3o8A7lHNvLIaUdio4iR9OOhDLiet { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#dh2K6a4ewh16LzoU4RrOMKAbqndqqMcd { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#BvqNndredLtffdlI0hK2THOy9T1ttFI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#pmhlFnnFaRhDQIe2doGUClLQtzzGnUhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#pFATBs10Qqq5SQCvcfbwDC6OT8TarNDn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#gkwonTOgSK8zHsJenpqtCZTayET1Clen { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#kerXsKm9STMXA8QEM4nr3u8lcAszNqdJ { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#O9K0J8lxJNWLBCOSTyUQ4x0yxNnoA2sU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#ZfWucF2EGxmgmcUqdRMGLw0F6oSfgit8 { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#y1zEMk2zC6bq2IzgtuQrR3Eas8U2WEzL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#t3OTZV39VekeyTEzgnF1fOrBgOo1wenJ { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#cc25Rquard8z0RzDKZxJ5QB4KMaois21 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#nvTrBWuRGsnr8OQQrB5zeZct50gaF0gE { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#zeXNUwAvhLg1Izet2C57wq0n7Voivbd7 { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#rLrMSiqTgsAJVEBbgUT5uz46nA116w9n { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#XrabFBCm4Hb4GbEPu28KtWqvbaRqEAiv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#JWalTQozHTTP5QK5U5MABQu3EeTD5Ua4 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#A8e2TcBHtfgxsAVBlTFyA0nh5RwcmoTy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#ZNvklewbMphEAwKvubNgkEfk39y38lR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#G2PHwvLChK6NkLelaaz5we3cMi1bHHnD { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#qJgf2C9DKkQpDG4pbFhBvveyoBtCgdXU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#I86oTqNZPRR8TETvA4IRMZWcvmvlqrzS { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#VNDdBTx8ZgKSxUUBuTfQixof3oK9SMJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#ikgLFTbWkZpPQPTLsEZTOTGxlif3MZVT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#lS6cQUxMiCR1dxz9pi9NFh30gIuFgVv4 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#GPhGdtcrys25Q3H0T7L7qWgb1dzqbAhq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#T7spFp658JD6yQk2E1bvK2URtHGLEiNG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#d2pgtTPpaAbn14oJyLVDMxoUKCACtXkO { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#xlEW7f0esCqTRDS8H5cU9yy8oRo6dHLa { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#bCTrmMyP1ExpwI7376e8S0QL3ECIAsZU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#NFO3A6VnXZISzXOKrVZBLHGbsUlblzZh { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#rVEwgTiOBJCU0CDltC57rl3UotIJoG70 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#xKdHLCEJEu1VVMvcJHr0KKdffiDisxC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#eA6gLN2GBgRH9SJoOLcSanXVDSCuockm { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#StADn1FilKWuMqIy6PcIykcqzlk1uep1 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#Rs8w1cw7yunRmVOmU14uHTuOVdZeZJF1 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#Wv1MkfquyNKW5W6R7F5xRTQXyTg2OwwI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:36.375rem;left:51.375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#mNiQy1BpXG2kaw8lbsoDb0BE7T2sVJQU { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:52.1875rem;left:1.625rem;overflow:hidden;display:block; }
#MpdX7Z3BaZTGEuzLSwTFQeofQoTvtAEi { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:59.6875rem;left:32.1875rem;height:7.796225rem;display:block; }
#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { position:relative;display:none; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { border-width: 0; border-radius: 0; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .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; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .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:var(--paragraphs-font-family);height:18.75rem;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; }#aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#zRTmF167NalLFO6RVs0Eoaur8frpkVhO { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#iUWOmhz363KebAEPmefltTwN3vOQiKq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#ree9prJpifFTQnQdbMseITGJCxNL5g7X { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#boGWv44RTTUmcmeABrx8suCEBMu20GgP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#BDG6P3hklxAFtymqCoomTgo4RREkwZGS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#txnyCnoZslCxOLhQcGArOEdGet2qFbrP { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:27.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#STEztfTMuk31HXVOslU84DxpiZBDzDra { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#hCyLxELhW89mRSk07KepccSfbVKwCys8 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#vMt1TpTsXHr2lVzgy127wRty85W6nNAH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#D28RdpkB6bleAdzymWqRzzGMgBvarsxH { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#NycJmodeLzkWBwievUdxvJTwzcbsISTR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#MW3I11es5lBQrmeD99sadJrPblDZPdBA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FWQAWsUKJn4HxaHez7glzGvB0740ovJD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dztGdMIvTLGg737bTTB834Z8I3Utz0KN { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#xziQCrcxueOmMne8zzkHW7fVGFr2awix { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:none; }
#cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.25rem;height:1.666666625rem;text-align:center;text-align-last:center;display:none; }
#WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.25rem;height:2.08333325rem;text-align:center;text-align-last:center;display:none; }
#D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:20.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:22.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.3125rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:34.375rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.875rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:46.5rem;left:1.375rem;height:3.16666675rem;text-align:center;text-align-last:center;display:none; }
#StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50.3125rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#n9xZruKeIufdNosrZoWugdShFOgHTxBT { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54.9375rem;left:1.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:none; }
#ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:121.3125rem;left:9rem;display:none; }
#eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:152.6875rem;left:0.5rem;display:none; }
#ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:32.5625rem;left:1.375rem;height:1.583333375rem;text-align:center;text-align-last:center;display:none; }
#huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.8125rem;left:0.625rem;display:none; }
#cFwwef73051fTNGpHs0cv8E71v8kSm6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { border-width: 0; border-radius: 0; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:68.1875rem;width:75rem;position:relative;display:none; }#H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.125rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.125rem;left:25.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { box-sizing:content-box;height:47.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.125rem;left:50.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zI5vanUmawvepRmBrHcI70r0WBNUg3iR { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:6.125rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.125rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:53.875rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.8125rem;left:0.6875rem;display:block; }
#A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { box-sizing:content-box;height:4rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.8125rem;left:25.6875rem;display:block; }
#xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { box-sizing:content-box;height:4rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.8125rem;left:50.75rem;display:block; }
#RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#cxczhZininZiM52fNNM6nMANzWQx3uOa { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.75rem;left:52.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.375rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.375rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:25.375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:27.5625rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:27.5625rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:30.3125rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:30.3125rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:30.3125rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.875rem;left:1.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.875rem;left:26.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.875rem;left:51.4375rem;height:4.54969375rem;text-align:center;text-align-last:center;display:block; }
#us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { color:rgba(var(--color-secondary-2),1);display:block;width:22.1875rem;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:27.5625rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.5625rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.5625rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:37.5625rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.375rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.375rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:39.375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:42.875rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:42.875rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:42.875rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:42.0625rem;left:25.625rem;display:block; }
#wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:42rem;left:50.625rem;display:block; }
#Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:42.0625rem;left:0.625rem;display:block; }
#KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:44.875rem;left:1.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:44.875rem;left:26.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#EBzff5Gq22DWszLfeEokgyDcElswWT3m { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:47rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:47rem;left:26.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:47.4375rem;left:51.4375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;top:50.1875rem;left:0.625rem;display:block; }
#Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;top:50.1875rem;left:25.625rem;display:block; }
#lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:50.1875rem;left:50.625rem;display:block; }
#LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:51.5rem;left:1.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:51.5rem;left:26.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;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:51.5rem;left:51.4375rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.3125rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:55.312500953674rem;left:26.40625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { color:rgba(var(--color-primary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:55.3125rem;left:46.25rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;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:55.75rem;left:59.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;top:58.3125rem;left:0.625rem;display:block; }
#XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:58.3125rem;left:25.625rem;display:block; }
#L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { box-sizing:content-box;height:0.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);background-image:none;top:58.3125rem;left:50.625rem;display:block; }
#P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.9375rem;left:1.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:59.9375rem;left:26.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:58.9375rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:61.25rem;left:51.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F { border-top:0.375rem solid #d3135a;border-left:0.375rem solid #d3135a;border-right:0.375rem solid #d3135a;border-bottom:0.375rem solid #d3135a;background-color:#d3135a;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; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container { background-color: transparent; background-image: none; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container > .video-iframe-container { display: none; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row > .video-iframe-container { display: none; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .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); }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container { border-width: 0; border-radius: 0; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#yCZwO1h9KN3rJnTwW16DZI3ppo8al2ip { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0210494995118rem;left:0.71831703186037rem;height:;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 { display:block; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZVWpoT0JheHf6tnBiWxsNARvsTsn4rO { top:1.625rem;left:0rem;width:10.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf { display:none; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { top:15.625rem;left:0rem;width:18.75rem;height:6.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFJk1lw2523lOaR9T3EAcLubK1u3twkS { display:none; }
 }@media only screen and (max-width: 763px) { #qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { display:none; }
 }@media only screen and (max-width: 763px) { #QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { display:none; }
 }@media only screen and (max-width: 763px) { #pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT { display:block; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC824nc9VULqTTft8mET0xNVFwSuBgFc { top:5.25rem;left:0rem;width:36.25rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQeNG58TeM0moGCmceKFfTq6rMb32s0 { top:2.5625rem;left:13.5rem;width:34.25rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2VTghRgGtrEfUt7fpE1TnhDBTRUwW2 { top:11.6875rem;left:12.25rem;width:35.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { display:none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zNzEAG0yi3KbPECdhytoqJUMC6rPrRA3 { top:0.8125rem;left:0rem;width:15.6875rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh6QCsaflgqREI6XtyrH0NyelFtoFTrA { top:4.5rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmUMFvtToiAt7eaVsh0QKBaNVT5rioBq { top:10.5rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGux892hMwadtwD5Eyc58ZcBEmz1MoRI { top:38rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpiHQiU8XsVycMlMHCBpFyvm7CJRIM7I { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n52QNLWpK1kc9aF2L5eGTP6n6xBZtArc { width:37.5rem;height:5.25rem;top:42.875rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sw7kxGweeUbsW8NruPalrVkTrULlsDTM { display:block; }
 }@media only screen and (max-width: 763px) { #iH2zz6Gbbwtl3dULwLUJISDq9xwWDrwb { width:21.625rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBycuKt8gmxHzLMUuFd83ofs0SPIXi5L { width:16.1875rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jqi2SKzXqA7XdcWLTpPKkg6sUhtRrTgZ { width:16.1875rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g { display:block; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEHog0kkg9IlO6t38fUOTrgGziS3tHBE { top:2rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yDt2dOy4sgCgzCsuX5HTe6WmNFrKEx { top:10.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKs9XERXGz0OzQwLxVtrHh44a6vxiw3 { top:15.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixl2g6SSTZ2eC8GT2D8P3sGXvHXT6CL { top:19.75rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { top:29.375rem;left:0rem;width:37.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4GrNdPyvr3UykDWSvSp2SDvlgm7kRK6 { top:30.6875rem;left:6.9375rem;width:40.8125rem;height:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OJ38woeS6uP2hWdTnFfWvqhCVM3uFJ { width:37.5rem;height:5.1875rem;top:40.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVZ4vBOh47XLJWT7WG0x7UfRJFoz5SN { display:block; }
 }@media only screen and (max-width: 763px) { #RU8csH7iTGsimLikzQLRhUUelOAbzR54 { top:9.5rem;left:0rem;width:5.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOULLvO3CXxyiloiQuWvHWkB16GAQhC { top:14.625rem;left:0rem;width:4.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAunetZvoanOubv9TnRDUlcCB88gudL { top:19.75rem;left:0rem;width:3.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R { display:block; }#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueKdT40VMPs9BWqIlgL3Rp8LXrLyt3VE { top:1.0625rem;left:0rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLV2oRQKpyzQ92rXaw6azXb2gamQqTsy { top:1.0625rem;left:7.625rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5vFHhGpomcnXf0crZXGL1VuZFKxgE1i { top:1.0625rem;left:23.5rem;width:23.75rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1cFDdfu4uQM44GXpsiqvNNHihhd07P { top:1.75rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PztdhA2zdKDmTvTPtus8SLEkGRoxEKxs { top:3.8125rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxP9XEmOQeWA3wnTBTJW4VsxlQqXnAi4 { top:1.75rem;left:17.375rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBwoyuWEhfKfEMcz3J3GesWVrGaRAf0I { top:3.6875rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtSlnK4G0mvT8mAH4GMWfJyHv3xTTEg { top:1.75rem;left:30.6875rem;width:16.9375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0AIQOM8DruGkRpXuWDgiwSw32oosvM { top:3.8125rem;left:27.5625rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzi2vctcBBOFEWOTezliJ7CO7LL5G6x0 { top:5.75rem;left:0rem;width:23.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPUgsMWtE20ecvX8B5Bl8TzI6uMHd1Rc { top:5.75rem;left:8.0625rem;width:23.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pnV1JMRfTq3oWuGkssxhJJZ7VkncWm { top:5.75rem;left:23.875rem;width:23.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWOotnqktiockQnOV53arRPfSzeLZaTi { top:6.9375rem;left:11.6875rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdKIOZgPOq4hizW4cHlTgy4cuoKuyXkB { top:6.6875rem;left:0rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy87bMyiWvla8gpMTyDCUeQyPSNvQmW1 { top:6.6875rem;left:11.3125rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtPaxBiMKoHTLzpGlMb711OF8H77b3hP { top:6.6875rem;left:27.1875rem;width:20.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSiuMpAc3PdpVIanZrKGTPwnOtoJyex { top:10.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCq4umct1xpnSLLs7VXKAkxI4hkN27XV { top:10.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u352cpZ4RTMk95SBZhArRxyemOKQpU4l { top:10.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ry0MLzlTHzH9AgqmVycFFH6KOCqXL4 { top:12.5rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCAQ22UHUl0f9bfmFz1ekU2lqZwd0Z3 { top:12.5rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoufqob9FMNTGyV8TwJa4DxTydr9qOHZ { top:15.25rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBPMLPREzezeBtQgsMzhEy56iLc0A5TA { top:15.25rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nprddFGHKyIC8hTVQKFmEfi40PxZUyvG { top:15.25rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnOa7lp7cQ17MDJlPBBIdfxTJBdImr4O { top:17.8125rem;left:0rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLw0TXLTR3tMgAQTq018MpuQoJG3qvKe { top:17.8125rem;left:9.5625rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuGvRMOq9JTWpO5icTXsPOPr2Fz7Nbq5 { top:17.8125rem;left:25.4375rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPB18bPAtxJcQ2RyItkr3qa6hRTVas7D { top:12.5rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWiTy6JzKI5mQTxTiR9cQyIXC3gNTwUi { top:22.5rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc9R6fHmHwIThSqpMpJFJRZT4xT0txQC { top:22.5rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmJnWTWK6zfTb7OvUikSbQGTwznKSNc { top:22.5rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7vohdXJkJM4gdiD3CpR94SfccvMHXIp { top:24.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0hpS5XUoJl7AFp3vAJ77pZB9vEs3T5 { top:24.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0eNU8mhClie1DqiTQxLmQ1Oxw4lp4U { top:24.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqCIePmkbez8WAOfiG5vVAM6REwQ1s1H { top:27.8125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #matdXLRVHKMlzXpJlg67A2PeWN7K4JgF { top:27.8125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQ5tGGSvW9WnDCVO9htvrN3ImzTf4XN { top:27.8125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbtJ21DUo6pXckhiJJUsGFBlUymn1pH { top:27rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDsVGPwQWsM2D94Je388poGixbTJrFOr { top:26.9375rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXSTTbzme6lDWUWTggoLTvui9Hh4ESwZ { top:27rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl74bsxthP0qdKOfysTdy701yC9glpfl { top:29.8125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKJL6V8TV3OELSFn6OqryRDPuVu29wv { top:29.8125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCFRQTfrrRQE1LAhDe5bA945ToUitNxF { top:31.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPWn4M6Ae8l4LdLWl8IX6llHGeA11kk { top:31.9375rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE50XKczoS0uR6g6dXuMpUkUqEBFP9Ky { top:29.8125rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeNnmXz0oIFMqbw7J9kfvmZO5vSEKtcp { top:32.75rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juv8g69NJagbCPHCGzB8IQBWkTLQlQ0s { top:35.125rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQoiEmcF6ioHDq3yTPWn3aIuMgQCxnz9 { top:35.125rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4W8yQMosFyklHE6X4ZAokVg069xTFBP { top:35.125rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiC1e8tgPqefVaUneHi0qSkyqaAFzG2b { top:36.4375rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akp2fJH90GC7FAR6vNG6OAvQtWPiGqkR { top:36.4375rem;left:9.5625rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMuvSvgc9XioWXeCz7b21X3m0CIP6ypT { top:40.25rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4wI7NJwKKuTuTGETt8q8hZxdm6qcMM { top:40.25rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlmLcQKVEb007A0V9FTHvFT82HR9by8 { top:40.25rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byhpa5hls5rfrkWSefhw8EhpFThpbJOg { top:40.5625rem;left:33.75rem;width:13.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czigumR33TpPV6cB2Wpes7hdS92RRq3K { top:43.25rem;left:0rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrdHXXWlsqHk0f3ANxDbWwP2mZKmD39 { top:43.25rem;left:7.9375rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4q66OuKCpl6TL73ow9QfysQgk8y3ni { top:43.25rem;left:23.8125rem;width:23.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unoiR0QXza45VL7xDlh49LDTPWtdaLPg { top:44.875rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7LFnQezObTyVOeQzOhc5t1mgRAK1OR { top:44.875rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18Siguu1HDJRQnmbKyVX4G2lTsXPC5I { top:43.875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScpzR6wct3TEw9r8x7dvUc06LxFr6SEo { top:46.1875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGTQDAhKVqhDEupNsqz0rLWA2sGH3eL0 { width:37.5rem;height:2.75rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdX6ydmXSDC011oc5SewmAq4IzyZknW { display:block; }
 }@media only screen and (max-width: 763px) { #PKAuAV4u4nD2RfHyTBXgW4dzf575Z5P9 { top:11.125rem;left:0rem;width:23.75rem;height:47.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTopJNyblr7EMzT0g6sSMoJ3mSPmPgBW { top:11.8125rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuyeWSH4Op7Et6p31Uaohp7717fxgPvQ { top:13.875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7wWiXkXaPaVZVFAfCiXDFUsiTLQPznb { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Puh4diPgtC8052OAoktQxoZzB4yPWb7W { top:16.75rem;left:0rem;width:20.4375rem;height:2.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXVVb14qWekuHFTST2N3sK77y8hfteyM { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kO9eR6EJxt8tGQ84KN1JU1D4myrmUrNk { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRUM3o8A7lHNvLIaUdio4iR9OOhDLiet { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dh2K6a4ewh16LzoU4RrOMKAbqndqqMcd { top:31.5625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvqNndredLtffdlI0hK2THOy9T1ttFI9 { top:32.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmhlFnnFaRhDQIe2doGUClLQtzzGnUhJ { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFATBs10Qqq5SQCvcfbwDC6OT8TarNDn { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkwonTOgSK8zHsJenpqtCZTayET1Clen { top:41.5625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kerXsKm9STMXA8QEM4nr3u8lcAszNqdJ { top:43.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9K0J8lxJNWLBCOSTyUQ4x0yxNnoA2sU { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfWucF2EGxmgmcUqdRMGLw0F6oSfgit8 { top:50.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1zEMk2zC6bq2IzgtuQrR3Eas8U2WEzL { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3OTZV39VekeyTEzgnF1fOrBgOo1wenJ { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc25Rquard8z0RzDKZxJ5QB4KMaois21 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvTrBWuRGsnr8OQQrB5zeZct50gaF0gE { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeXNUwAvhLg1Izet2C57wq0n7Voivbd7 { top:11.125rem;left:0rem;width:23.75rem;height:47.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLrMSiqTgsAJVEBbgUT5uz46nA116w9n { top:11.8125rem;left:1.5rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrabFBCm4Hb4GbEPu28KtWqvbaRqEAiv { top:62.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWalTQozHTTP5QK5U5MABQu3EeTD5Ua4 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8e2TcBHtfgxsAVBlTFyA0nh5RwcmoTy { top:65.5rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNvklewbMphEAwKvubNgkEfk39y38lR5 { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2PHwvLChK6NkLelaaz5we3cMi1bHHnD { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJgf2C9DKkQpDG4pbFhBvveyoBtCgdXU { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I86oTqNZPRR8TETvA4IRMZWcvmvlqrzS { top:76.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNDdBTx8ZgKSxUUBuTfQixof3oK9SMJJ { top:79rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikgLFTbWkZpPQPTLsEZTOTGxlif3MZVT { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS6cQUxMiCR1dxz9pi9NFh30gIuFgVv4 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPhGdtcrys25Q3H0T7L7qWgb1dzqbAhq { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7spFp658JD6yQk2E1bvK2URtHGLEiNG { top:39.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2pgtTPpaAbn14oJyLVDMxoUKCACtXkO { top:87.3125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlEW7f0esCqTRDS8H5cU9yy8oRo6dHLa { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCTrmMyP1ExpwI7376e8S0QL3ECIAsZU { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFO3A6VnXZISzXOKrVZBLHGbsUlblzZh { top:93.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVEwgTiOBJCU0CDltC57rl3UotIJoG70 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKdHLCEJEu1VVMvcJHr0KKdffiDisxC5 { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eA6gLN2GBgRH9SJoOLcSanXVDSCuockm { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #StADn1FilKWuMqIy6PcIykcqzlk1uep1 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs8w1cw7yunRmVOmU14uHTuOVdZeZJF1 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv1MkfquyNKW5W6R7F5xRTQXyTg2OwwI { top:36.375rem;left:25.4375rem;width:22.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNiQy1BpXG2kaw8lbsoDb0BE7T2sVJQU { top:52.1875rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpdX7Z3BaZTGEuzLSwTFQeofQoTvtAEi { top:59.6875rem;left:0rem;width:40.8125rem;height:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { display:none; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { top:0.75rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { top:2.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRTmF167NalLFO6RVs0Eoaur8frpkVhO { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { top:5.5625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUWOmhz363KebAEPmefltTwN3vOQiKq8 { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ree9prJpifFTQnQdbMseITGJCxNL5g7X { top:31.5625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { top:32.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #boGWv44RTTUmcmeABrx8suCEBMu20GgP { top:41.5625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDG6P3hklxAFtymqCoomTgo4RREkwZGS { top:28.6875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { top:43.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txnyCnoZslCxOLhQcGArOEdGet2qFbrP { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { top:50.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { top:22rem;left:11.6875rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEztfTMuk31HXVOslU84DxpiZBDzDra { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { top:62.625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { top:67.375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { top:93.375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCyLxELhW89mRSk07KepccSfbVKwCys8 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMt1TpTsXHr2lVzgy127wRty85W6nNAH { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { top:39.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { top:87.3125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #D28RdpkB6bleAdzymWqRzzGMgBvarsxH { top:76.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { top:69.75rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NycJmodeLzkWBwievUdxvJTwzcbsISTR { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MW3I11es5lBQrmeD99sadJrPblDZPdBA { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { display:none; }
 }@media only screen and (max-width: 763px) { #FWQAWsUKJn4HxaHez7glzGvB0740ovJD { display:none; }
 }@media only screen and (max-width: 763px) { #dztGdMIvTLGg737bTTB834Z8I3Utz0KN { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { top:50.875rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xziQCrcxueOmMne8zzkHW7fVGFr2awix { display:none; }
 }@media only screen and (max-width: 763px) { #HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { top:87.5rem;left:0rem;width:12.5rem;height:3.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { top:101.3125rem;left:0rem;width:20rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { top:92.4375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { top:20.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { top:22.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { top:25.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { top:115.1875rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { top:118.1875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { top:34.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { top:37.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { top:126.125rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { top:46.5rem;left:0rem;width:22.1875rem;height:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { top:120.6875rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9xZruKeIufdNosrZoWugdShFOgHTxBT { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { top:97.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { top:54.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { top:121.3125rem;left:0rem;width:10.0625rem;height:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { top:152.6875rem;left:0rem;width:18.9375rem;height:3.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block; }
 }@media only screen and (max-width: 763px) { #MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block; }
 }@media only screen and (max-width: 763px) { #nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block; }
 }@media only screen and (max-width: 763px) { #eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { top:126.8125rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { top:15.8125rem;left:0rem;width:23.75rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFwwef73051fTNGpHs0cv8E71v8kSm6o { display:block; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { top:16.125rem;left:0rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { top:16.125rem;left:7.625rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { top:16.125rem;left:23.5rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5vanUmawvepRmBrHcI70r0WBNUg3iR { top:16.8125rem;left:1.5625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { top:18.875rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { top:16.8125rem;left:17.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { top:18.75rem;left:11.6875rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { top:16.8125rem;left:30.6875rem;width:16.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { top:18.875rem;left:27.5625rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { top:20.8125rem;left:0rem;width:23.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { top:20.8125rem;left:8.0625rem;width:23.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { top:20.8125rem;left:23.875rem;width:23.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { top:21.75rem;left:0rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxczhZininZiM52fNNM6nMANzWQx3uOa { top:21.75rem;left:11.3125rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { top:21.75rem;left:27.1875rem;width:20.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { top:25.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { top:25.375rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { top:25.375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { top:27.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { top:27.5625rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { top:30.3125rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { top:30.3125rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { top:30.3125rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { top:32.875rem;left:0rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { top:32.875rem;left:9.5625rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { top:32.875rem;left:25.4375rem;width:22.1875rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { top:27.5625rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { top:37.5625rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { top:37.5625rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { top:37.5625rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { top:39.375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { top:39.375rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { top:39.375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { top:42.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { top:42.875rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { top:42.875rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { top:42.0625rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { top:42rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { top:42.0625rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { top:44.875rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { top:44.875rem;left:9.5625rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBzff5Gq22DWszLfeEokgyDcElswWT3m { top:47rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { top:47rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { top:44.875rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { top:47.4375rem;left:25.4375rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { top:50.1875rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { top:50.1875rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { top:50.1875rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { top:51.5rem;left:0rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { top:51.5rem;left:9.5625rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { top:51.5rem;left:25.4375rem;width:22.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { top:55.3125rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { top:55.3125rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { top:55.3125rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { top:55.75rem;left:33.6875rem;width:13.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { top:58.3125rem;left:0rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { top:58.3125rem;left:7.9375rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { top:58.3125rem;left:23.8125rem;width:23.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { top:59.9375rem;left:0rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { top:59.9375rem;left:9.5625rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { top:58.9375rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { top:61.25rem;left:25.4375rem;width:22.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F { display:block; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCZwO1h9KN3rJnTwW16DZI3ppo8al2ip { top:1rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 { display:block; }#sH96FvZ8ZxXiUFQCiDqcQQXrXxd6oEA7 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZVWpoT0JheHf6tnBiWxsNARvsTsn4rO { width:10.1875rem;height:4.9375rem;top:1.375rem;left:4.9062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf { background-color:#d3135a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container { background-color: transparent; background-image: none; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container > .video-iframe-container { display: none; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row > .video-iframe-container { display: none; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .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); }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container { border-width: 0; border-radius: 0; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOQp5UVakQcVR0R17VgFaCpNUoeE9FKf > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtkaxbLBq1Gs5E7AQh3tdtC1cdynh2oQ { width:18.75rem;height:7rem;top:1.0625rem;left:0.625rem;font-size:1.375rem;z-index:15008;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:"roobert enel";display:block; }
 }@media only screen and (max-width: 763px) { #FFJk1lw2523lOaR9T3EAcLubK1u3twkS { display:flex;top:9.0625rem;left:1.8125rem;width:3.125rem;height:3.125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #qM1Lqb6vgKw8Gh8qd8iWBoOu5o4gntPG { display:flex;top:9rem;left:8.875rem;width:3.125rem;height:3.125rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #QfwUfASPCxPM5iTJ9dB1zOyKRGLmLIc1 { display:flex;top:9rem;left:15rem;width:3.125rem;height:3.125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT { display:block; }#pN7uv4qZZTDJHCvzE3poTfsPuOtZOiwT > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC824nc9VULqTTft8mET0xNVFwSuBgFc { width:20rem;height:13.344827586207rem;top:4.9973958730697rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEQeNG58TeM0moGCmceKFfTq6rMb32s0 { width:20rem;height:auto;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk2VTghRgGtrEfUt7fpE1TnhDBTRUwW2 { width:20rem;height:15.625rem;top:0.77690935134887rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZpzppkXPEVJqw2l8L5uxc0s0lww32v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { background-color: transparent; background-image: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container > .video-iframe-container { display: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container { display: none; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .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); }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { border-width: 0; border-radius: 0; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZZpzppkXPEVJqw2l8L5uxc0s0lww32v > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNzEAG0yi3KbPECdhytoqJUMC6rPrRA3 { top:5.3125rem;left:0.34375005960464rem;width:19.3125rem;height:3.16666675rem;z-index:15001;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"roobert enel";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hh6QCsaflgqREI6XtyrH0NyelFtoFTrA { top:14.35417175293rem;left:0.65625005960463rem;width:18.6875rem;height:3.16666675rem;z-index:15002;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"roobert enel";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nmUMFvtToiAt7eaVsh0QKBaNVT5rioBq { top:23.75rem;left:0rem;width:19.9375rem;height:6.3333335rem;z-index:15003;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"roobert enel";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sGux892hMwadtwD5Eyc58ZcBEmz1MoRI { top:54rem;left:0rem;width:20rem;height:8rem;z-index:15004;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:"roobert enel";display:block; }
 }@media only screen and (max-width: 763px) { #QpiHQiU8XsVycMlMHCBpFyvm7CJRIM7I { top:32rem;left:0rem;width:20rem;height:20rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n52QNLWpK1kc9aF2L5eGTP6n6xBZtArc { width:19.4375rem;height:3.6875rem;top:63.125rem;left:0.3125rem;font-size:0.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Sw7kxGweeUbsW8NruPalrVkTrULlsDTM { display:block; }
 }@media only screen and (max-width: 763px) { #iH2zz6Gbbwtl3dULwLUJISDq9xwWDrwb { top:0.4375rem;left:6.8750002980231rem;width:6.25rem;height:5rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JBycuKt8gmxHzLMUuFd83ofs0SPIXi5L { top:9.41667175293rem;left:7.6562502980231rem;width:4.6875rem;height:5rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jqi2SKzXqA7XdcWLTpPKkg6sUhtRrTgZ { top:18.5625rem;left:6.6562502980231rem;width:6.6875rem;height:4.5625rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g { display:none; }#hwdchoChLCOuMT6nM9S3tZMrJs9Aqs7g > .row .container { width:20rem;height:94.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEHog0kkg9IlO6t38fUOTrgGziS3tHBE { width:20rem;height:2.5rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yDt2dOy4sgCgzCsuX5HTe6WmNFrKEx { width:20rem;height:7.75rem;top:28.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKs9XERXGz0OzQwLxVtrHh44a6vxiw3 { width:20rem;height:10.333333rem;top:41.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixl2g6SSTZ2eC8GT2D8P3sGXvHXT6CL { width:20rem;height:18.083334rem;top:57.95703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fwqfcTUhtXAXU1OkLCtcFznRSmSBzk { width:16.6875rem;height:8.375rem;top:0.81163311004637rem;left:3.2508683204651rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4GrNdPyvr3UykDWSvSp2SDvlgm7kRK6 { width:20rem;height:3.75rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OJ38woeS6uP2hWdTnFfWvqhCVM3uFJ { width:19rem;height:2.6875rem;top:16rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVZ4vBOh47XLJWT7WG0x7UfRJFoz5SN { display:block; }
 }@media only screen and (max-width: 763px) { #RU8csH7iTGsimLikzQLRhUUelOAbzR54 { width:5.5rem;height:4.4375rem;top:77.2903614353rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOULLvO3CXxyiloiQuWvHWkB16GAQhC { width:4.125rem;height:4.4375rem;top:82.9778614353rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAunetZvoanOubv9TnRDUlcCB88gudL { width:3.3125rem;height:4.1875rem;top:88.6653614353rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R { display:none; }#zRCV3dAyUMQW8Qwu2uObNP4ExGDpZ32R > .row .container { width:20rem;height:244.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ueKdT40VMPs9BWqIlgL3Rp8LXrLyt3VE { width:19.625rem;height:47.5625rem;top:14.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLV2oRQKpyzQ92rXaw6azXb2gamQqTsy { width:19.625rem;height:47.5625rem;top:64.145833375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5vFHhGpomcnXf0crZXGL1VuZFKxgE1i { width:19.625rem;height:47.5625rem;top:117.0208335rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT1cFDdfu4uQM44GXpsiqvNNHihhd07P { width:12.5rem;height:1.916666625rem;top:15.625rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PztdhA2zdKDmTvTPtus8SLEkGRoxEKxs { width:20rem;height:1.666666625rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxP9XEmOQeWA3wnTBTJW4VsxlQqXnAi4 { width:12.5rem;height:1.916666625rem;top:64.833333375rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBwoyuWEhfKfEMcz3J3GesWVrGaRAf0I { width:20rem;height:1.666666625rem;top:66.770833375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUtSlnK4G0mvT8mAH4GMWfJyHv3xTTEg { width:16.9375rem;height:1.916666625rem;top:117.7083335rem;left:3.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT0AIQOM8DruGkRpXuWDgiwSw32oosvM { width:20rem;height:1.666666625rem;top:119.7708335rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wzi2vctcBBOFEWOTezliJ7CO7LL5G6x0 { width:20rem;height:4rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPUgsMWtE20ecvX8B5Bl8TzI6uMHd1Rc { width:20rem;height:4rem;top:68.833333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5pnV1JMRfTq3oWuGkssxhJJZ7VkncWm { width:20rem;height:4rem;top:121.7083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWOotnqktiockQnOV53arRPfSzeLZaTi { width:20rem;height:1.7068125rem;top:70.020833375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdKIOZgPOq4hizW4cHlTgy4cuoKuyXkB { width:20rem;height:2.08333325rem;top:20.5625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yy87bMyiWvla8gpMTyDCUeQyPSNvQmW1 { width:20rem;height:2.08333325rem;top:69.770833375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtPaxBiMKoHTLzpGlMb711OF8H77b3hP { width:20rem;height:2.08333325rem;top:122.6458335rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuSiuMpAc3PdpVIanZrKGTPwnOtoJyex { width:20rem;height:3.16666675rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCq4umct1xpnSLLs7VXKAkxI4hkN27XV { width:20rem;height:3.16666675rem;top:73.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u352cpZ4RTMk95SBZhArRxyemOKQpU4l { width:20rem;height:3.16666675rem;top:126.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6ry0MLzlTHzH9AgqmVycFFH6KOCqXL4 { width:20rem;height:1.583333375rem;top:26.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpCAQ22UHUl0f9bfmFz1ekU2lqZwd0Z3 { width:20rem;height:1.583333375rem;top:75.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoufqob9FMNTGyV8TwJa4DxTydr9qOHZ { width:20rem;height:1.583333375rem;top:131.2083335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBPMLPREzezeBtQgsMzhEy56iLc0A5TA { width:20rem;height:1.583333375rem;top:29.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nprddFGHKyIC8hTVQKFmEfi40PxZUyvG { width:20rem;height:1.583333375rem;top:78.333333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnOa7lp7cQ17MDJlPBBIdfxTJBdImr4O { width:20rem;height:2.58333325rem;top:31.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLw0TXLTR3tMgAQTq018MpuQoJG3qvKe { width:20rem;height:2.58333325rem;top:80.895833375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuGvRMOq9JTWpO5icTXsPOPr2Fz7Nbq5 { width:20rem;height:2.58333325rem;top:133.7708335rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPB18bPAtxJcQ2RyItkr3qa6hRTVas7D { width:20rem;height:1.583333375rem;top:128.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWiTy6JzKI5mQTxTiR9cQyIXC3gNTwUi { width:20rem;height:1.583333375rem;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc9R6fHmHwIThSqpMpJFJRZT4xT0txQC { width:20rem;height:1.583333375rem;top:85.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWmJnWTWK6zfTb7OvUikSbQGTwznKSNc { width:20rem;height:1.583333375rem;top:138.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7vohdXJkJM4gdiD3CpR94SfccvMHXIp { width:20rem;height:1.583333375rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA0hpS5XUoJl7AFp3vAJ77pZB9vEs3T5 { width:20rem;height:1.583333375rem;top:87.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ0eNU8mhClie1DqiTQxLmQ1Oxw4lp4U { width:20rem;height:1.583333375rem;top:140.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqCIePmkbez8WAOfiG5vVAM6REwQ1s1H { width:20rem;height:1.583333375rem;top:41.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #matdXLRVHKMlzXpJlg67A2PeWN7K4JgF { width:20rem;height:1.583333375rem;top:90.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCQ5tGGSvW9WnDCVO9htvrN3ImzTf4XN { width:20rem;height:1.583333375rem;top:143.7708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTbtJ21DUo6pXckhiJJUsGFBlUymn1pH { width:20rem;height:0.3125rem;top:90.083333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDsVGPwQWsM2D94Je388poGixbTJrFOr { width:20rem;height:0.3125rem;top:142.8958335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXSTTbzme6lDWUWTggoLTvui9Hh4ESwZ { width:20rem;height:0.3125rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tl74bsxthP0qdKOfysTdy701yC9glpfl { width:20rem;height:1.583333375rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmKJL6V8TV3OELSFn6OqryRDPuVu29wv { width:20rem;height:1.583333375rem;top:92.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCFRQTfrrRQE1LAhDe5bA945ToUitNxF { width:20rem;height:2.41666675rem;top:45.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcPWn4M6Ae8l4LdLWl8IX6llHGeA11kk { width:20rem;height:2.41666675rem;top:95.020833375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LE50XKczoS0uR6g6dXuMpUkUqEBFP9Ky { width:20rem;height:2.41666675rem;top:145.7708335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeNnmXz0oIFMqbw7J9kfvmZO5vSEKtcp { width:20rem;height:1.583333375rem;top:148.3333335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Juv8g69NJagbCPHCGzB8IQBWkTLQlQ0s { width:20rem;height:0.3125rem;top:49rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQoiEmcF6ioHDq3yTPWn3aIuMgQCxnz9 { width:20rem;height:0.3125rem;top:98.208333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4W8yQMosFyklHE6X4ZAokVg069xTFBP { width:20rem;height:0.3125rem;top:151.0833335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiC1e8tgPqefVaUneHi0qSkyqaAFzG2b { width:20rem;height:4.75rem;top:50.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Akp2fJH90GC7FAR6vNG6OAvQtWPiGqkR { width:20rem;height:4.75rem;top:99.520833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMuvSvgc9XioWXeCz7b21X3m0CIP6ypT { width:20rem;height:2.41666675rem;top:54.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD4wI7NJwKKuTuTGETt8q8hZxdm6qcMM { width:20rem;height:2.41666675rem;top:103.333333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBlmLcQKVEb007A0V9FTHvFT82HR9by8 { width:20rem;height:2.41666675rem;top:113.35416675rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Byhpa5hls5rfrkWSefhw8EhpFThpbJOg { width:13.9375rem;height:1.583333375rem;top:156.6458335rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #czigumR33TpPV6cB2Wpes7hdS92RRq3K { width:20rem;height:0.3125rem;top:57.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdrdHXXWlsqHk0f3ANxDbWwP2mZKmD39 { width:20rem;height:0.3125rem;top:106.333333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pq4q66OuKCpl6TL73ow9QfysQgk8y3ni { width:20rem;height:0.3125rem;top:159.2083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #unoiR0QXza45VL7xDlh49LDTPWtdaLPg { width:20rem;height:2.41666675rem;top:58.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS7LFnQezObTyVOeQzOhc5t1mgRAK1OR { width:20rem;height:2.41666675rem;top:107.958333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P18Siguu1HDJRQnmbKyVX4G2lTsXPC5I { width:20rem;height:2.41666675rem;top:159.8333335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScpzR6wct3TEw9r8x7dvUc06LxFr6SEo { width:20rem;height:0;top:102.1441116333rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGTQDAhKVqhDEupNsqz0rLWA2sGH3eL0 { width:19rem;height:3.4375rem;top:10.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETdX6ydmXSDC011oc5SewmAq4IzyZknW { display:block; }
 }@media only screen and (max-width: 763px) { #PKAuAV4u4nD2RfHyTBXgW4dzf575Z5P9 { width:19.625rem;height:41.75rem;top:15.75rem;left:0.0625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cTopJNyblr7EMzT0g6sSMoJ3mSPmPgBW { width:12.5rem;height:1.9487875rem;top:16.645833969116rem;left:4.1354169845581rem;font-size:1.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #RuyeWSH4Op7Et6p31Uaohp7717fxgPvQ { width:20rem;height:1.7068125rem;top:18.5rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #f7wWiXkXaPaVZVFAfCiXDFUsiTLQPznb { width:19.6875rem;height:4rem;top:20.4375rem;left:0.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Puh4diPgtC8052OAoktQxoZzB4yPWb7W { width:20rem;height:1.9487875rem;top:21.458335876465rem;left:0rem;font-size:1.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #XXVVb14qWekuHFTST2N3sK77y8hfteyM { width:20rem;height:3.2487rem;top:25.083335876465rem;left:0rem;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #kO9eR6EJxt8tGQ84KN1JU1D4myrmUrNk { width:20rem;height:1.62435rem;top:28.1875rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #KRUM3o8A7lHNvLIaUdio4iR9OOhDLiet { width:20rem;height:1.2999125rem;top:30.354167938233rem;left:0rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #dh2K6a4ewh16LzoU4RrOMKAbqndqqMcd { width:20rem;height:2.59874375rem;top:31.583335876465rem;left:0rem;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BvqNndredLtffdlI0hK2THOy9T1ttFI9 { width:20rem;height:1.62435rem;top:34.393232345581rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #pmhlFnnFaRhDQIe2doGUClLQtzzGnUhJ { width:20rem;height:1.462675rem;top:36.623701095581rem;left:0rem;font-size:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #pFATBs10Qqq5SQCvcfbwDC6OT8TarNDn { width:20rem;height:1.462675rem;top:40.184898376465rem;left:0rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #gkwonTOgSK8zHsJenpqtCZTayET1Clen { width:20rem;height:1.62435rem;top:41.580730438233rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #kerXsKm9STMXA8QEM4nr3u8lcAszNqdJ { width:20rem;height:2.43706875rem;top:43.580730438233rem;left:0rem;font-size:1.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #O9K0J8lxJNWLBCOSTyUQ4x0yxNnoA2sU { width:18.4375rem;height:2.599825rem;top:47.541669845581rem;left:0.78125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ZfWucF2EGxmgmcUqdRMGLw0F6oSfgit8 { width:20rem;height:2.43706875rem;top:50.020833969116rem;left:0rem;font-size:1.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #y1zEMk2zC6bq2IzgtuQrR3Eas8U2WEzL { width:20rem;height:2.03125rem;top:54.499998092651rem;left:0rem;font-size:1.5625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #t3OTZV39VekeyTEzgnF1fOrBgOo1wenJ { width:19.6875rem;height:0.3125rem;top:38.9140625rem;left:0.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #cc25Rquard8z0RzDKZxJ5QB4KMaois21 { width:19.6875rem;height:0.3125rem;top:46.4140625rem;left:0.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #nvTrBWuRGsnr8OQQrB5zeZct50gaF0gE { width:19.6875rem;height:0.3125rem;top:53.2265625rem;left:0.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zeXNUwAvhLg1Izet2C57wq0n7Voivbd7 { width:19.625rem;height:40.0625rem;top:59.875rem;left:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #rLrMSiqTgsAJVEBbgUT5uz46nA116w9n { width:12.5rem;height:1.9487875rem;top:60.74870300293rem;left:3.75rem;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #XrabFBCm4Hb4GbEPu28KtWqvbaRqEAiv { width:20rem;height:1.7068125rem;top:62.625rem;left:-0.1875rem;font-size:1.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #JWalTQozHTTP5QK5U5MABQu3EeTD5Ua4 { width:19.6875rem;height:3.4375rem;top:64.5rem;left:0.1875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #A8e2TcBHtfgxsAVBlTFyA0nh5RwcmoTy { width:20rem;height:1.9487875rem;top:65.125rem;left:0rem;font-size:1.5rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ZNvklewbMphEAwKvubNgkEfk39y38lR5 { width:20rem;height:3.2487rem;top:68.604171752931rem;left:0rem;font-size:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #G2PHwvLChK6NkLelaaz5we3cMi1bHHnD { width:20rem;height:1.62435rem;top:71.770835876462rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #qJgf2C9DKkQpDG4pbFhBvveyoBtCgdXU { width:20rem;height:1.2999125rem;top:74.625rem;left:0rem;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #I86oTqNZPRR8TETvA4IRMZWcvmvlqrzS { width:20rem;height:2.59874375rem;top:76.0625rem;left:0rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #VNDdBTx8ZgKSxUUBuTfQixof3oK9SMJJ { width:20rem;height:1.62435rem;top:79rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #ikgLFTbWkZpPQPTLsEZTOTGxlif3MZVT { width:20rem;height:1.462675rem;top:81.125rem;left:0rem;font-size:1.125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #lS6cQUxMiCR1dxz9pi9NFh30gIuFgVv4 { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #GPhGdtcrys25Q3H0T7L7qWgb1dzqbAhq { width:20rem;height:1.462675rem;top:83.9375rem;left:0rem;font-size:1.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #T7spFp658JD6yQk2E1bvK2URtHGLEiNG { width:20rem;height:1.62435rem;top:85.229171752931rem;left:0rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #d2pgtTPpaAbn14oJyLVDMxoUKCACtXkO { width:20rem;height:2.43706875rem;top:87.3125rem;left:0rem;font-size:1.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #xlEW7f0esCqTRDS8H5cU9yy8oRo6dHLa { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #bCTrmMyP1ExpwI7376e8S0QL3ECIAsZU { width:18.4375rem;height:2.599825rem;top:90.9375rem;left:0.78125rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #NFO3A6VnXZISzXOKrVZBLHGbsUlblzZh { width:20rem;height:2.43706875rem;top:93.39453125rem;left:0rem;font-size:1.875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #rVEwgTiOBJCU0CDltC57rl3UotIJoG70 { width:19.6875rem;height:0.3125rem;top:64.5625rem;left:0.125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #xKdHLCEJEu1VVMvcJHr0KKdffiDisxC5 { width:20rem;height:2.03125rem;top:97.5625rem;left:0rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #eA6gLN2GBgRH9SJoOLcSanXVDSCuockm { width:19.6875rem;height:0.25rem;top:83.229171752931rem;left:0.1875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #StADn1FilKWuMqIy6PcIykcqzlk1uep1 { width:19.6875rem;height:0.25rem;top:90.166671752931rem;left:0rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8w1cw7yunRmVOmU14uHTuOVdZeZJF1 { width:19.6875rem;height:0.25rem;top:96.708343505863rem;left:0.1875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Wv1MkfquyNKW5W6R7F5xRTQXyTg2OwwI { width:20rem;height:auto;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNiQy1BpXG2kaw8lbsoDb0BE7T2sVJQU { width:20rem;height:20rem;top:101.58247125342rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpdX7Z3BaZTGEuzLSwTFQeofQoTvtAEi { width:20rem;height:1.25rem;top:122.83247125342rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX { display:none; }#HJKJrh7EtsBi0hPWzwJJES1BePH1N8DX > .row .container { width:20rem;height:173.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aOse57BnxtdPkiBixSDPIhFwbFnPTcmI { width:20rem;height:1.9487875rem;top:0.75rem;left:0rem;font-size:1.5rem;z-index:15023;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #pEwzhBG9ruQuRa8G1eBneZcF45EtRnyq { width:20rem;height:1.7068125rem;top:2.625rem;left:0rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zRTmF167NalLFO6RVs0Eoaur8frpkVhO { width:20rem;height:4rem;top:4.5625rem;left:0.125rem;z-index:15028;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRinaeIFJiTmRHXu0luDI6Hsd3xSpzp { width:20rem;height:1.8684875rem;top:5.5625rem;left:0rem;font-size:1.4375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FOT0KeIu3dabuCVwRJBRTq3Oe7AESw5s { width:20rem;height:1.62435rem;top:12.9375rem;left:0rem;font-size:1.25rem;z-index:15033;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #iUWOmhz363KebAEPmefltTwN3vOQiKq8 { width:20rem;height:1.2999125rem;top:15rem;left:0rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ree9prJpifFTQnQdbMseITGJCxNL5g7X { width:20rem;height:2.59874375rem;top:16.5625rem;left:0rem;font-size:2rem;z-index:15034;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #Q18raI53wmQSGxcJSVlAyfVX6GC5ynEv { width:20rem;height:1.62435rem;top:19.375rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #bLFGuyJIqEEwf3rdT6MT1nN5krLk8NeK { width:20rem;height:1.462675rem;top:21.5rem;left:0rem;font-size:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #boGWv44RTTUmcmeABrx8suCEBMu20GgP { width:20rem;height:1.462675rem;top:24.25rem;left:0rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BDG6P3hklxAFtymqCoomTgo4RREkwZGS { width:20rem;height:1.62435rem;top:28.6875rem;left:0rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #IePWeKQv1Ud4VgI5GDSZ0QbCuoOpfUDq { width:20rem;height:2.43706875rem;top:25.8125rem;left:0rem;font-size:1.875rem;z-index:15035;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #D0Vmpnz0dF2A7MAxf1XKbwWigTi9LKyS { width:20rem;height:0.3125rem;top:23.375rem;left:0.125rem;z-index:15029;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yFkK7FJp3xVETFcT07l0FC2qg0cfe89e { width:19.8125rem;height:0.3125rem;top:30.875rem;left:0.125rem;z-index:15030;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n80eOZzeZp0MwO9OyZTuMiGgpQUlwieA { width:18.4375rem;height:2.599825rem;top:32rem;left:0.8125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1v6stsEIdJIDlToQRIwnMHGeELSnRg { width:20rem;height:2.03125rem;top:40.0625rem;left:0rem;font-size:1.5625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #txnyCnoZslCxOLhQcGArOEdGet2qFbrP { width:20rem;height:0.3125rem;top:38.645833375rem;left:0.125rem;z-index:15031;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ugT3iWt1QVeMbdtoMiWaZvTIrz5o9zoM { width:20rem;height:2.43706875rem;top:35.125rem;left:0rem;font-size:1.875rem;z-index:15036;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #fI4KJrXIlFpDd8EEzaqkZE0V2dmdB2nK { width:20rem;height:1.7068125rem;top:77.4375rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STEztfTMuk31HXVOslU84DxpiZBDzDra { width:20rem;height:3.89756875rem;top:59.5rem;left:0.375rem;font-size:1.5rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #krKSrpZbps1ikTAV9IgApdPPmGPhoCaU { width:20rem;height:1.62435rem;top:63.625rem;left:0.3125rem;font-size:1.25rem;z-index:15053;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #dcWhTNlWIDmRUF08qgC87MTdQXJahM4i { width:20rem;height:1.7068125rem;top:53.125rem;left:0.0625rem;font-size:1.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #VC3R5l93x7c9QyAZ93ehEDBCVmJpkmO0 { width:12.5rem;height:1.9487875rem;top:51.1875rem;left:3.8125rem;font-size:1.5rem;z-index:15043;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #kcqr8ZmUHbol9Wr7HAEB0idklnNRLzcd { width:20rem;height:2.03125rem;top:88rem;left:0.0625rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #GI7IaVxmirlQLcbBNJvOHTBZbz8HFpzI { width:20rem;height:2.43706875rem;top:84.125rem;left:0.0625rem;font-size:1.875rem;z-index:15056;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #hCyLxELhW89mRSk07KepccSfbVKwCys8 { width:20rem;height:0.3125rem;top:86.8125rem;left:0.0625rem;z-index:15051;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vMt1TpTsXHr2lVzgy127wRty85W6nNAH { width:18.4375rem;height:2.599825rem;top:81.25rem;left:0.875rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #PDcceebdJ58Crb8oxOsgXPOam8Ow7kFv { width:20rem;height:0.25rem;top:80.4375rem;left:0.0625rem;z-index:15050;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N9N9mwOWHA1o54AF7XOH3tEqP2At5ruh { width:20rem;height:1.62435rem;top:75.875rem;left:0.0625rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #LbdGNmyGzqzBCfdlFry7kR0pKw40geRK { width:20rem;height:2.43706875rem;top:77.625rem;left:0.0625rem;font-size:1.875rem;z-index:15055;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #cMEp68WZC4aOPvRkF4cp3kwewJ0pQ65s { width:20rem;height:1.462675rem;top:74.4375rem;left:0.0625rem;font-size:1.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #emUUMT5EhhkfPWTcT5crQXKa9kh4Ba9U { width:20rem;height:0.3125rem;top:73.5rem;left:0.0625rem;z-index:15049;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D28RdpkB6bleAdzymWqRzzGMgBvarsxH { width:20rem;height:2.59874375rem;top:66.875rem;left:0.0625rem;font-size:2rem;z-index:15054;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #BH0pDxTnRzQ21FaS3pfdHN9WQwTzP1rR { width:20rem;height:1.62435rem;top:69.75rem;left:0.0625rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #NycJmodeLzkWBwievUdxvJTwzcbsISTR { width:20rem;height:1.462675rem;top:71.3125rem;left:0.0625rem;font-size:1.125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #MW3I11es5lBQrmeD99sadJrPblDZPdBA { width:20rem;height:1.2999125rem;top:65.5rem;left:0.0625rem;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #vQyyoUXnbfB2mRP8aa1Svl2g8i11mTIk { top:0rem;left:-0.25rem;width:20rem;height:42.5rem;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQAWsUKJn4HxaHez7glzGvB0740ovJD { top:50.3125rem;left:-0.3125rem;width:20rem;height:40.1875rem;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dztGdMIvTLGg737bTTB834Z8I3Utz0KN { width:20rem;height:4rem;top:55.0625rem;left:0.0625rem;z-index:15029;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IdKqVxVLci2szbURs7QG1b9JSB96A8z4 { width:20rem;height:1.8684875rem;top:56.125rem;left:0.0625rem;font-size:1.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fG3rtxHokINNX7Oa2GZWsXRVQ7xkupxR { width:20rem;height:3.89756875rem;top:8.8333435058594rem;left:0rem;font-size:1.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #xziQCrcxueOmMne8zzkHW7fVGFr2awix { top:98.114593505863rem;left:-0.375rem;width:20rem;height:42.9375rem;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;border-top:0.375rem solid #d4145a;border-left:0.375rem solid #d4145a;border-right:0.375rem solid #d4145a;border-bottom:0.375rem solid #d4145a;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvxTeqpK1MggL2Wr4Bt6beHMyPJFvwB { width:16.9375rem;height:1.9487875rem;top:98.9375rem;left:1.9375rem;font-size:1.5rem;z-index:15044;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #cJzLGFIArrzlcdQqRDypJxGmVq0t6fcI { width:20rem;height:1.7068125rem;top:100.8125rem;left:0.375rem;font-size:1.3125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #WI4AseCqs6Vy8Os9dSZevvTvF4lKXs1Z { width:20rem;height:1.8684875rem;top:103.75rem;left:0.0625rem;font-size:1.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #D4QSvaJU3se6NzAOWNsKvq2IA4UBZ694 { width:20rem;height:4rem;top:102.75rem;left:0rem;z-index:15030;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qo33CIUTPxMEFNbU2ABRnSbHFz2aAbwe { width:20rem;height:3.89756875rem;top:107.3125rem;left:0.375rem;font-size:1.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #TQzhsALR9yNR2ugMvcAaZgJGDFXrDBTR { width:20rem;height:1.62435rem;top:111.375rem;left:0.375rem;font-size:1.25rem;z-index:15054;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #TnzhUrMIkE6UTh7T1ixx73DrLCotnu5T { width:20rem;height:1.2999125rem;top:113.3125rem;left:0.375rem;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #zGODuXi1hUzlX1FR3RtvnmIlrSuWLTbu { width:20rem;height:2.59874375rem;top:114.6875rem;left:0.125rem;font-size:2rem;z-index:15055;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #n6hrJMTZ1V9a4mV3gXC5pZ6xGrLI6gUl { width:20rem;height:1.62435rem;top:117.6875rem;left:0.375rem;font-size:1.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #rwKi4k7XsCT0SQsSpaKgLA2H3vGqzgLz { width:20rem;height:1.462675rem;top:119.25rem;left:0.375rem;font-size:1.125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Ffla4lPBBJnPagZSqJmB3Brw7XaWyqyG { width:20rem;height:0.25rem;top:121.3125rem;left:0.375rem;z-index:15050;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vdfrTQyxn3sFHXfq8nJ4ErFJMrzCTBnR { width:20rem;height:1.462675rem;top:122.25rem;left:0.375rem;font-size:1.125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #CSrHJDqT6JbyxP6Xffmxqmo6MrVBWDUH { width:20rem;height:2.43706875rem;top:124rem;left:0rem;font-size:1.875rem;z-index:15056;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #Oak06XAIKaPaQ68Iv62qsiiJoNH2A0fg { width:18.4375rem;height:2.599825rem;top:129.70834350586rem;left:1.15625rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #StpfL3grJ2xtWN4iuQUC90HIpLHwghvB { width:8.8125rem;height:2.43706875rem;top:132.5rem;left:0.8125rem;font-size:1.875rem;z-index:15057;color:#d4145a;display:block; }
 }@media only screen and (max-width: 763px) { #n9xZruKeIufdNosrZoWugdShFOgHTxBT { width:20rem;height:0.3125rem;top:135.4375rem;left:0rem;z-index:15052;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s7b4JKXMZJxmVFADRqBDM1Ep4g2BMzsI { width:20rem;height:2.03125rem;top:138.6875rem;left:0rem;font-size:1.5625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #ZXiaV1I515bcqNlu3MPCi4vhTrQBMqyz { width:20rem;height:2.03125rem;top:136.27084350586rem;left:0rem;font-size:1.5625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ye6GLpBqMdHTM7CbRWNNni2WNgCXNLin { top:132.91668701172rem;left:9rem;width:11rem;height:1.62435rem;z-index:15060;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1ndzhNU5MJGNb36TuzzdrdEKmN13AC { top:143.125rem;left:0rem;width:20rem;height:20rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TShpWOkOvEbucXOnygFNqdG6TNkI9xI2 { top:164.375rem;left:0.5625rem;width:18.9375rem;height:3.736975rem;z-index:15062;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND01h6V5gn77OExoKUxBQTWgBNh4FlTG { top:45.009124755859rem;left:0rem;width:20rem;height:3.6875rem;z-index:15065;background-color:#428600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eglUdoEXG2NXNXP5lNA8vtvEOXp16ltO { display:block; }
 }@media only screen and (max-width: 763px) { #MiLAAPeTAVkHUKkQ7u7udI7C7bg5Z1co { top:92.800811767575rem;left:0rem;width:20rem;height:3.6875rem;z-index:15066;background-color:#428600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P8D1slJ7L8FAweRcUO9nTNPOUUGnWNfl { display:block; }
 }@media only screen and (max-width: 763px) { #nQ2nbaShQhEzUH3tK6utJai6HSBuu4IS { top:169.01953125rem;left:0rem;width:20rem;height:3.6875rem;z-index:15067;background-color:#d4145a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #v2qu9FfVthE45rpIdImaKvWOzh1Pc0L7 { display:block; }
 }@media only screen and (max-width: 763px) { #eoXuXWXupXTBc3TELxrNPwbQbGAEUPx9 { width:20rem;height:1.62435rem;top:126.87371826172rem;left:0rem;font-size:1.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #huHpLiwSI6e3QTMJfzzbKTt9OuSqZspf { width:20rem;height:0.3125rem;top:128.76953125rem;left:0rem;z-index:15052;background-color:#d4145a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cFwwef73051fTNGpHs0cv8E71v8kSm6o { display:none; }#cFwwef73051fTNGpHs0cv8E71v8kSm6o > .row .container { width:20rem;height:241.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6lVdaKilRH8Fx37VEaUVcEqZiRqOD0q { width:19.625rem;height:47.5625rem;top:14.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGkHSEWea3UTUVBsmZx0aW70KxdhJoaG { width:19.625rem;height:47.5625rem;top:64.145833375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4x7MrsXGlctGXArtiOONOqNa8NSfFxo { width:19.625rem;height:47.5625rem;top:117.0208335rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI5vanUmawvepRmBrHcI70r0WBNUg3iR { width:12.5rem;height:1.916666625rem;top:15.625rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #snhzTwxBVpFgbpbe7v5rpuDECxMTOg4r { width:20rem;height:1.666666625rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vuc7tGlb54dSGIiUFQrwoSTmuewpra4H { width:12.5rem;height:1.916666625rem;top:64.833333375rem;left:5.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgn1VQOGeKp1bR9ya0A5FEub7lRkrTxv { width:20rem;height:1.666666625rem;top:66.770833375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTubbtSdQC1X4dwRckJux8T5TQaaXxkF { width:16.9375rem;height:1.916666625rem;top:117.7083335rem;left:3.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuQpcDyV9vcXWBUfSVZ4cTy3gcDZ3VZZ { width:20rem;height:1.666666625rem;top:119.7708335rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkF9pLIxFP8ptEPhRGoluFAdyLOer0fi { width:20rem;height:4rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A42CXRcuwKm4xCmcZyX9ntLDyFLV19Mu { width:20rem;height:4rem;top:68.833333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtsnV3z8WwJ2RnqTQi6l3XewFxzNzFTG { width:20rem;height:4rem;top:121.7083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQXC7CFcWBU0ZIbc0dgf0WzxdGv3aIeA { width:20rem;height:2.08333325rem;top:20.5625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxczhZininZiM52fNNM6nMANzWQx3uOa { width:20rem;height:2.08333325rem;top:69.770833375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLRhJ6birz0CzlFotI3dTrqWUVL3WzNP { width:20rem;height:2.08333325rem;top:122.6458335rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1Xmuehxlr1sq7i35rysl3ydcDT4VpCe { width:20rem;height:3.16666675rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWyHemyDehnImC0qBgx5tTZ9Uheu3N1k { width:20rem;height:3.16666675rem;top:73.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeCbvms5lq0yuCsqm4OxmbEOAHD4VO2G { width:20rem;height:3.16666675rem;top:126.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6dFS6K6F2wtWTZHKN1D0r9SbuTATZEq { width:20rem;height:1.583333375rem;top:26.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2QLLPwBKWChfzRgpFhB4HarqZJ2TPUV { width:20rem;height:1.583333375rem;top:75.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkm4iOzH70UE7zWlQx1kRHGQVONGKM9B { width:20rem;height:1.583333375rem;top:131.2083335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vC7FNU7byJ9sSkGQ1Rnsabw6ONSXwwnc { width:20rem;height:1.583333375rem;top:29.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT0BEV7CH9b0NFE54oO1JTBhv2uxTrZQ { width:20rem;height:1.583333375rem;top:78.333333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ql7wU1DAAWWtZD7mTOE3PVcx34hu85iy { width:20rem;height:2.58333325rem;top:31.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6kODr6wVImvNEIeD6CUe7gcL5bHBfET { width:20rem;height:2.58333325rem;top:80.895833375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3TaGAT6N4PDwNisqeKAybQO2lps9oIT { width:20rem;height:2.58333325rem;top:133.7708335rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #us6FTt9CNTRr0461yrZ9L8Dkr2rprdsy { width:20rem;height:1.583333375rem;top:128.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtDs9dcc1bkOX8KcTMq8xAVgOwMVT5Pn { width:20rem;height:1.583333375rem;top:36.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3flNdT1CqxoOagUdyGHRBRy6OoSVuA1 { width:20rem;height:1.583333375rem;top:85.583333375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXvV3BBu9F7hn4x67XK8ftl7iaXvoWsu { width:20rem;height:1.583333375rem;top:138.4583335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBNuExvOnJKwQ3cTgFrxP3d334xqDXDO { width:20rem;height:1.583333375rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkCO6qaNkf51ohST1AXiZpoOQe7uXcDo { width:20rem;height:1.583333375rem;top:87.395833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaJwoPk5Cfo04D2t0ZmIo0SweBQ0TeK7 { width:20rem;height:1.583333375rem;top:140.2708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pizDnqmUgyBqwkVN1BOMO5ayVyx9BlRB { width:20rem;height:1.583333375rem;top:41.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSuMh8hchQBQ6Te25eU5Uv0IMkkMguFp { width:20rem;height:1.583333375rem;top:90.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Omfv50srdNrQLNV2arSCIQNqqFWAlvDv { width:20rem;height:1.583333375rem;top:143.7708335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgTc51pBElZLs4KI6ndsP9p5uM4SGxA9 { width:20rem;height:0.3125rem;top:90.083333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsqEA3pLOGhiIWkbrn7lDfiXgT5JM4G5 { width:20rem;height:0.3125rem;top:142.8958335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzd54AOEyZJwSHFXgfKVunhvKxArI9cL { width:20rem;height:0.3125rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsK8V7hpnPtZVgf9RPlVMrA2N0qQlHAn { width:20rem;height:1.583333375rem;top:43.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRzl0PFxTz3qyH0gg9Wkc4Z5PPxBSOee { width:20rem;height:1.583333375rem;top:92.895833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBzff5Gq22DWszLfeEokgyDcElswWT3m { width:20rem;height:2.41666675rem;top:45.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXv1OFCgkXAwUlDniHOtyszxPxoGH9Pm { width:20rem;height:2.41666675rem;top:95.020833375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bp4T4f9BZTdJ7rZLCJmb7tfpfNnIT9Zt { width:20rem;height:2.41666675rem;top:145.7708335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPDWGB5MwkBFLQhp41msuwdAU8c7DUuO { width:20rem;height:1.583333375rem;top:148.3333335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnOMGlqWFQw2RCXiVLihV52ievuXBWIK { width:20rem;height:0.3125rem;top:49rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu2NCaqxOITidkdtr64MT2upqWL0WG2I { width:20rem;height:0.3125rem;top:98.208333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmhuudpu4xL6MJEOeOrP8dwOquGLpF1T { width:20rem;height:0.3125rem;top:151.0833335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLvHpKWWEsB6J0HCWNafEi49T12Ngkoq { width:20rem;height:4.75rem;top:50.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxZJkamt9sBZPiiNKqnlNp4VAxHLmdhk { width:20rem;height:4.75rem;top:99.520833375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN3qw4ds7xTpvKpx9d5yKRpmfHTsJbBw { width:20rem;height:4.75rem;top:152.3958335rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0auJmgI6O5IoZDqizKdKbt2GexlrOaN { width:20rem;height:2.41666675rem;top:54.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWKGOpLxs0DagTcFTkMTwHP8vnUL9Qi3 { width:20rem;height:2.41666675rem;top:103.333333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVgk98Vf1vwrx4MUnhfCxniJxA79pSxW { width:20rem;height:2.41666675rem;top:113.35416675rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaoWvpIqFDN5A0k4ygXwK6M1qctOMBTH { width:13.9375rem;height:1.583333375rem;top:156.6458335rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4Zd7ehgxLtxP6zs8e9gQhNxXToPry6O { width:20rem;height:0.3125rem;top:57.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxVzKl2yNhg1UicrR5alD8eTvMNxlazT { width:20rem;height:0.3125rem;top:106.333333375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L39BMgb6RCnTJlg7AP2tAEHKaIo4Q4HK { width:20rem;height:0.3125rem;top:159.2083335rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9He7b5QXnnM1eAc2WOuhvRywqTnvHnN { width:20rem;height:2.41666675rem;top:58.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pO684TEPiGASsJnMfB4ggHHrMpPsdlp2 { width:20rem;height:2.41666675rem;top:107.958333375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uex1qc6yRLn7dhOVEwyy5fUZ0mMdPwP4 { width:20rem;height:2.41666675rem;top:159.8333335rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amS0SoE8wHl5FHnsZxqNs8yKOH5eM3vi { width:20rem;height:0;top:102.1441116333rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F { display:block; }#nFsqw6o4P7vvqAa3Vz7Rug8woZyh8v9F > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCZwO1h9KN3rJnTwW16DZI3ppo8al2ip { width:20rem;height:3.75rem;top:0.56206512451172rem;left:0rem;font-size:1rem;display:block; }
 }