.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:222,229,237;--color-primary-1:144,168,196;--color-primary-2:32,81,137;--color-primary-3:16,41,69;--color-primary-4:5,12,21;--color-secondary-0:216,246,222;--color-secondary-1:138,229,155;--color-secondary-2:60,212,88;--color-secondary-3:0,216,6;--color-secondary-4:12,42,18;--color-tertiary-0:255,255,255;--color-tertiary-1:98,98,98;--color-tertiary-2:34,34,35;--color-tertiary-3:37,35,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"roboto condensed"; }@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:url("https://images.assets-landingi.com/796vNcQG/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c32a43;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { background-color: transparent; background-image: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container > .video-iframe-container { display: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container { display: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .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); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { border-width: 0; border-radius: 0; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#HtRqpqaoE3IIpCPDbP78B9ieLc0O1scG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8tZ1Bsw44Gw02rzmrZs0oqWSl8QgU6l { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#ff0000;padding-top:0.505rem;padding-right:0.45625rem;padding-bottom:0.505rem;padding-left:0.45625rem;display:block;align-items:center;width:2.73625rem;min-width:2.73625rem;height:2.714375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.02rem;font-weight:700;line-height:43.43px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.0725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.758125rem;font-weight:400;line-height:17.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#c32a43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.1875rem;height:5.125rem;padding-top:0.63125rem;padding-right:0.65125rem;padding-bottom:0.63125rem;padding-left:0.65125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.125rem;left:27.75390625rem;z-index:15003; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I { width:auto; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { background-color: transparent; background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .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); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { border-width: 0; border-radius: 0; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:75rem;position:relative;display:block; }#X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:4rem;height:3.08715625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#ExExThBxgvgyR14xLbC3UBBFHdIQMJKn { display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.4375rem;left:5.0625rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;color:rgba(var(--color-tertiary-3),1);display:block; }
#ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { position:absolute;display:block;z-index:15006;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:22.0625rem;width:35.5rem;top:51.25rem;left:0.8125rem;overflow:hidden;display:none; }
#TuKdJNy5G8CrmLQzf7DIu2Iv8hhgFHQ9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:13.75rem;top:15.125rem;left:30.625rem;overflow:hidden;display:block; }
#pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0625rem;left:5.4375rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#loXbnoPcSBnkHEE0T5DCP6h61yomndcw { display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.1875rem;left:4.6875rem;height:8.449225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#HMm9khuNDtam0ggNViX0VFClpdXnghWU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:35.625rem;top:51.25rem;left:38.5625rem;overflow:hidden;display:block; }
#q8wa9ia7ISBRP2dPOVAHqMmDIpWuK4GJ { position:absolute;display:block;z-index:15008;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:22.125rem;width:35.625rem;top:51.4375rem;left:1.375rem;overflow:hidden;display:block; }
#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { background-color: transparent; background-image: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container > .video-iframe-container { display: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container { display: none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .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); }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { border-width: 0; border-radius: 0; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { font-size:0.875rem;font-family:arial;height:160.125rem;width:75rem;position:relative;display:block; }#KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:0.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:2.2;letter-spacing:0;top:12.125rem;left:0rem;height:3.8501rem;font-style:normal;display:block; }
#ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.8125rem;left:4.125rem;height:4.3125rem;display:block; }
#tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:17.3125rem;left:0rem;overflow:hidden;display:block; }
#rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:22.75rem;left:0rem;overflow:hidden;display:block; }
#h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:28.0625rem;left:0rem;overflow:hidden;display:block; }
#J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:33rem;left:0rem;overflow:hidden;display:block; }
#xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.25rem;left:4.125rem;height:4.3125rem;display:block; }
#Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:27.5625rem;left:4.125rem;height:4.3125rem;display:block; }
#L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:32.5rem;left:4.125rem;height:4.3125rem;display:block; }
#VNuAo2lagevKPsODETsQzgCSTZr9kUcr { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:48.375rem;left:4.125rem;height:4.3125rem;display:block; }
#angiCox4JMBMJLASTCFCaDG8w2M34WWp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.9375rem;left:4.125rem;height:4.3125rem;display:block; }
#STRGTnzmLPBG8IiaApDhv1crufbyMugw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:43.4375rem;left:0rem;overflow:hidden;display:block; }
#CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:48.875rem;left:0rem;overflow:hidden;display:block; }
#qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:37.5rem;left:4.125rem;height:4.3125rem;display:block; }
#AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:38rem;left:0rem;overflow:hidden;display:block; }
#DkJJvliarIFvAuRT5J5MpPl9d2ic6vXM { box-sizing:content-box;height:32.5rem;width:23.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:115.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iopg46wnWwB69w6TfzQOLiQsy9n6SQsD { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:154.3125rem;left:38.9375rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sgQ9aPH36L8DNtQ6Vw9eIB4Oemz5xaWJ { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:154.25rem;left:58.1875rem;overflow:hidden;display:block; }
#GfXKtZbQvcbBisH42souQKMSQODPHJK1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:7.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:137.9375rem;left:1.875rem;display:block; }
#LZgT8pn961QQnbNfRUFmOlmbJdXXnk61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcrIEhvQaR0aCI7N8uqTwFO66P3rhqr3 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:154.3125rem;left:16.6875rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Te9bT1KK2Ni3yWlPdDUezllR4lyKLniW { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:154.125rem;left:13.75rem;overflow:hidden;display:block; }
#mKSyVZ3P9ABTkELSflCWq11nllOw6Lo2 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:150.875rem;left:7.5rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PgF0bahiITB3OkGrALvgkdbG3AIvZ5Tu { color:#ff0000;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:130.6875rem;left:0.9375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VkPOwHbTT7Cct8yEdQl0Brb9b5NnmTTb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:126.5625rem;left:3.8125rem;height:2.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eotId99R8dCflzxcgQ8PW38Asr9NI2hK { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:0.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:54.125rem;left:4.125rem;height:4.3125rem;font-style:normal;display:block; }
#khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:54.625rem;left:0rem;overflow:hidden;display:block; }
#PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:59.6875rem;left:4.125rem;height:6.46875rem;display:block; }
#oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:60.1875rem;left:0rem;overflow:hidden;display:block; }
#UP39Dz5IVT4kTyXivwG6ZafE3t5M6BNK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:119.625rem;left:2.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#FktNt002fzLzfUUv45fhX5R3fJTDN5UC { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15119;background-color:#1b3980;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.0625rem;left:8.5rem;display:block; }
#R9UDFIUK1BO3hNbT8qH0peHKSLSFxHfS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:119.625rem;left:27.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#OxPT4KBLuoatqI2prd9JTFNUbJhHLlaT { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15125;background-color:#1b3980;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.0625rem;left:34.125rem;display:block; }
#lTDOixPXPAcTOBFMTreoqOThO1iMLma0 { box-sizing:content-box;height:32.4375rem;width:23.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:115.875rem;left:25.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#y491GETLzeODzBuhudmhB4M0lL3ZF31d { color:rgba(var(--color-tertiary-2),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:126.625rem;left:29.0625rem;height:2.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z0NH1tcgTByAXK4PWqCdg0XQWzpPcHz9 { color:#ff0000;display:block;width:22.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15058;line-height:1.6;letter-spacing:0;top:130.6875rem;left:26.5625rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d1g3iXD0gnNO22uIhFcQsyTPV0rPVspx { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3745rem;height:7.06175rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:137.9375rem;left:26.8125rem;display:block; }
#M5FdQtMdT0TzIXZrM7WlOQfTahV7UHho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zec5zuJoHcF2Vleb8IIG00MJhaaLecPF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nF7pUnCs0ODUpq7QPpmiIkane2BSAtT8 { box-sizing:content-box;height:0.1875rem;width:7.5rem;position:absolute;display:block;z-index:15131;background-color:#1b3980;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.0625rem;left:59.75rem;display:block; }
#Wn4KG2rbFdGK016q2yItqutyuX1K4GMs { box-sizing:content-box;height:32.375rem;width:23.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:115.9375rem;left:51.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#WUrcUs4XM7DzBGfr3eTCQZbA02bmvE24 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:126.5625rem;left:54.625rem;height:2.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SgNuDasOKDT7WTXXrBLsZrox1rLmQJno { color:#ff0000;display:block;width:22.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.6;letter-spacing:0;top:130.6875rem;left:52.4375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eiUwQ3IlmOyAguXSfIgpvoJd8ivV0G1T { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3745rem;height:7.06175rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:137.9375rem;left:52.875rem;display:block; }
#hsR4ZvHC4Kf3gbvFdchZ6C5UPhBhOuJp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TffMr0rrwN62gu6hTzHrszJl8eXbqSFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:104.625rem;left:53.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKWggf7GovlPp0dhaKqtFOV6tEa4JLu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15209;line-height:1.3;letter-spacing:0;top:107.0625rem;left:56.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKeH5kp6niyMiX5ZbIUfu536EakXK7BJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4995125rem;width:4.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:110.75rem;left:61.4375rem; }
#XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:94.3125rem;left:4.125rem;height:4.3125rem;display:block; }
#vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:88.75rem;left:4.125rem;height:4.3125rem;font-style:normal;display:block; }
#PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:83rem;left:4.125rem;height:4.3125rem;display:block; }
#JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:77.5625rem;left:4.125rem;height:4.3125rem;display:block; }
#qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:78.0625rem;left:0rem;overflow:hidden;display:block; }
#UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:83.5rem;left:0rem;overflow:hidden;display:block; }
#qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:89.25rem;left:0rem;overflow:hidden;display:block; }
#dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:94.8125rem;left:0rem;overflow:hidden;display:block; }
#JdwrZEiiOzQNaMT5e67VF633SnHise7G { color:rgba(var(--color-tertiary-4),1);display:block;width:70.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:72.125rem;left:4.125rem;height:4.3125rem;display:block; }
#wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { 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:3rem;width:3rem;top:72.625rem;left:0rem;overflow:hidden;display:block; }
#pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:67.125rem;left:4.125rem;height:4.3125rem;display:block; }
#QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:67.625rem;left:0rem;overflow:hidden;display:block; }
#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 { 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; }#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 > .row .container { border-width: 0; border-radius: 0; }#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#EF52LmbWTBWz3CLUVTKSwAyw80EZ7LkZ { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#doFal27gzd0NTcd9ydwR98dv8zo2mDiF { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#ey1t2wfroCRcwnnm52NtAuwGAVFUs3ku { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#D9tKwtZtZC4TS1fOzoBDX8iLJlTHRtTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHhy6mCrXNXHRMkqQT1ToKhTnqzcV3b3 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FgdltDXVgrNRUlEPTbDnixzxI99ogFmL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a7XIp6CBP0oGSHADWfJTR6QT7r7qmx0U { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#WvMFCsE4dnVG4W7GHM1eSspNCl2C9GwU { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aVrsRSbcS3dEt4fzdgkzEQWkEOJsCKoF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k5JmFRcpEA76WGHrwcp4v9nzOdbBSv7t { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#K30dNGlbBcsuySeovT3IJ4i5hLHqFpRP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#TWOAzNXK3LTs4iuLi2vzn6glCfA4MoCq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#wrAZTVBh34RhxASAgZln4EHFF3yRi6ZL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#BrigwSfgn3cHWuZLSEWERoz8g9R7xelg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.95068359375rem;left:51.373291015625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ksT0bDfxIKv9cDlVLmbkwRyrNAMMszd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:14.410400390625rem;left:54.34326171875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IW4C7nkwPSCXCESgIcm68nL7GskilIqy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.37475625rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:18.387451171875rem;left:58.748779296875rem;display:none; }
#OgEo9PMak0HIfd0W6wr7qR5wNO1TV3Oe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad { 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; }#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad > .row .container { border-width: 0; border-radius: 0; }#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#egll8MbiArJBwl6WCRkJGrdcVP97NuKI { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UkJUqeKEIBFldN5EMhf1DFCbP43nb0eU { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#ta4IHZ3Pw6r9Jeo5F6wSQPTkNn6VCfeB { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#UaTxg90WId99WSLKTyr2muVN41EO2X5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhTblIuFO9e7IObEwFTF6aEzu9gId0P2 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o51d1QInCpz2tkQrlPWrmZf8cotPdOdD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I3weyw74strCZtOoZJO1n6W4JhbloVhq { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#uaiFWzIOLdGqgu4kdUVk2HcZv14dXV8q { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xSuOELIRcebEl43KPd1TCW3DOiDVMhVF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GXFORBVLWNv7u5rqGGKvZWP3VtZbzLn9 { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#x2xZOF7wVtiTyAzhRk2cTcc5tA5zAzdB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#H0WuZgC7NWK4E6tZQE66evhtbiK0OfN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#ORI50SO1PZhTDqJsfStQPxagLld6I8Gu { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#EH8KnK1TnKN4ihP5qkHWZP81wptVP9hA { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM { 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; }#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM > .row .container { border-width: 0; border-radius: 0; }#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#ztX1iDegmZ5Gx1W1FhDNHTGUzkUl5Xc8 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZuN2LEkLc9rVp5OCfMzrAcTuKfWTA9vp { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#FCm7iZUkkgCXssW9eT4VN1TPUOJwNpIE { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#xZT75VRkXPTRNoV7VO2O9KyLz9Ar5wSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHecVEQmrFAC6LTyXR2iiL58qRL2Ls1A { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uOlKo7PVC00n8WftgA9laMTPNsDEUOAF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PtWb3q27p09LPDQ9guag3HcsF3BASQxF { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#fuKaIAoxJIyyswKCG6MvB4sTxT788MXb { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mMFNmenszKxb8LOIWIXJ4wn3eDn6POUl { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mUZcFRGyzBsyXNXeOX0u4NTmbkqZafrX { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#arbduLMNLQvFGfPFcyUdOnQWv59OQLOF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#C57kexbXEom7eVA7Fld2HhmXcTh9WkTb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#vPzZiu8JN3DBifCGV5broCUJHi1C8zg9 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#wGIdLZnmus8Gx9a8BtQKEHS3leJyzRAB { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c32a43;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; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { background-color: transparent; background-image: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .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); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { border-width: 0; border-radius: 0; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46484375rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { border-width: 0; border-radius: 0; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { font-size:0.875rem;font-family:arial;height:98.1875rem;width:75rem;position:relative;display:none; }#c84PedSqfgBwanDIxR8SiaeDh13ghPTl { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:14.125rem;left:4.6875rem;height:14.08203125rem;font-style:normal;display:block; }
#Gqw9aWCgAkFgZLVuet9CKEFEtvMSfiR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:11rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#RxGvAKkq637t2BEbuGPTw6fpx25gwwG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:39.9375rem;left:4.6875rem;height:18.1055rem;font-style:normal;display:block; }
#fuOlcFGIHBmbyCARTzVbpkRDwkg7fKWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:36.8125rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#CFzqWwBBbHQixGFcWTn1emwfZgRMeFAA { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:67.3125rem;left:4.6875rem;height:26.15234375rem;font-style:normal;display:block; }
#fksO2BTELlFlf1v4Qb8bnWuMHgSzNDSO { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:64.1875rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#EnCxK50u7edqdBiQPUvuO0Tv52n8AifU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zLfPbRhDN6kisZiD4ZNyhnkB073rMMTT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ovPRe9MhIQOy3bNU5ZnugFhkJr9paAIv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qANgpUA8tGDMq0rV6uRxtns2Q38sh0ZD { display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.5625rem;height:16.0840125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#CaG1T6dPsBxAoPmW1vpe0lfGLa11BunV { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:64.1875rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:none; }
#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { background-color: transparent; background-image: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container > .video-iframe-container { display: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container { display: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .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); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { border-width: 0; border-radius: 0; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#KylsW7xMA8gmdTiR14lAC5DPfzMmqPkA { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:10.1855625rem;top:1.5625rem;left:32.40625rem;display:none; }
#J6BeXdsGfH4aA73rayWQy384nxMaNq7U { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:24.0625rem;left:5.0625rem;height:1.92505rem;font-style:normal;display:block; }
#loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:27.25rem;left:5.0625rem;height:11.5488375rem;font-style:normal;display:block; }
#KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:41.0625rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:44.5625rem;left:4.6875rem;height:5.7744125rem;font-style:normal;display:block; }
#uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:53.125rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:56.3125rem;left:4.6875rem;height:7.69925rem;font-style:normal;display:block; }
#BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { box-sizing:content-box;height:46.625rem;width:72.8125rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:20.5625rem;left:1.125rem;box-shadow: 0rem 0rem 0.625rem rgba(27,57,128,0.5) ;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; }
#Zy8Qfr1zxePGOkEkXh1dNmsh9Ovgp8sU { display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.5625rem;height:16.0840125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { background-color: transparent; background-image: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container > .video-iframe-container { display: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container { display: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .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); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { border-width: 0; border-radius: 0; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { display:block;width:66.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4248046875rem;left:4.3427734375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#eBIQ6DTT5AraQIbLypdROTmKNof15Krt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { background-color: transparent; background-image: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container > .video-iframe-container { display: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container { display: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .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); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { border-width: 0; border-radius: 0; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#A02QfoF1DVNEvQVI0QlRDI5WaehFSsyl { color:rgba(var(--color-tertiary-4),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:0.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.79296875rem;left:2.09375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:54.125rem;top:23.25rem;left:10.4375rem;overflow:hidden;display:block; }
#Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.09375rem;height:2.76245rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { background-color: transparent; background-image: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .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); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { border-width: 0; border-radius: 0; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { font-size:0.875rem;font-family:arial;height:94.1875rem;width:75rem;position:relative;display:block; }#k4deXys68F8TPyIsOFEVChqf1DCfpM14 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.43519115448rem;left:16.34232711792rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.34375rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { position:absolute;display:block;z-index:15004;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;height:18.25rem;width:18.25rem;top:27.494791030884rem;left:2.40625rem;overflow:hidden;display:block; }
#wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:28.125rem;display:block; }
#l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:1.375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUuClyJTBzhTyTG3QovRrQTld1zV25Up { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#uyLbtECD4vTRaVMibO29rbXdO3rK570N { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.3125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.937503814698rem;left:27.3125rem;height:5.8483875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { position:absolute;display:block;z-index:15008;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;height:18.25rem;width:18.25rem;top:27.496095657349rem;left:28.34375rem;overflow:hidden;display:block; }
#GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.25rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { position:absolute;display:block;z-index:15012;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;height:18.3105625rem;width:18.3105625rem;top:27.493490219116rem;left:54.28125rem;overflow:hidden;display:block; }
#uEvaP7MAeDECFEKnnkvWovKZomgc4Ssk { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.625rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#M6Acm18sGOGzDspkVynyD1n0f2US9FeH { position:absolute;display:block;z-index:15024;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;height:18.25rem;width:18.25rem;top:67.5rem;left:54.3125rem;overflow:hidden;display:block; }
#hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.625rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { position:absolute;display:block;z-index:15020;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;height:18.3105625rem;width:18.3105625rem;top:67.5rem;left:28.375rem;overflow:hidden;display:block; }
#NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.625rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:58.9375rem;left:27.3125rem;height:5.8483875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vA9QT38ubTacxuqM0W9sBkniDnThFG5l { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:58.9375rem;left:53.28125rem;height:5.8483875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { position:absolute;display:block;z-index:15016;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;height:18.3105625rem;width:18.3105625rem;top:67.5rem;left:2.4375rem;overflow:hidden;display:block; }
#vlUedUCHk65yg67c83rL5Oyk5DeaFULd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:58.937489986419rem;left:1.375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:53.9375rem;left:27.59375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wk5NvtTlznsOgG5bI5ToyGLWlGInedQu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:53.9375rem;left:52.25rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.9375rem;left:0.375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { background-color: transparent; background-image: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container > .video-iframe-container { display: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container { display: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .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); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { border-width: 0; border-radius: 0; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { color:rgba(var(--color-tertiary-4),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:0.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.79296875rem;left:2.09375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1gwkuUfaIyh2sfmMOkdg1f4Fan4kw9w { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:54.125rem;top:23.25rem;left:10.4375rem;overflow:hidden;display:block; }
#asCVVrP8sg8SieTeHBbTpx8CFSuNsv6k { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.09375rem;height:2.76171875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { background-color: transparent; background-image: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .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); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { border-width: 0; border-radius: 0; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;position:relative;display:block; }#Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.43519115448rem;left:16.34232711792rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.34375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { position:absolute;display:block;z-index:15004;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;height:18.3105625rem;width:18.3105625rem;top:28.4375rem;left:2.40625rem;overflow:hidden;display:block; }
#BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:28.125rem;display:block; }
#lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.937515258789rem;left:1.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTt75VMh4pExi3VKSx3zGwbwklFOafaT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.937515258789rem;left:27.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { position:absolute;display:block;z-index:15008;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;height:18.3105625rem;width:18.3105625rem;top:28.4375rem;left:28.34375rem;overflow:hidden;display:block; }
#u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.25rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPtsImcE9OXtsbitmdw00oHLircwzocw { position:absolute;display:block;z-index:15012;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;height:18.25rem;width:18.25rem;top:28.4375rem;left:54.28125rem;overflow:hidden;display:block; }
#bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { position:absolute;display:block;z-index:15024;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;height:18.3105625rem;width:18.3105625rem;top:70.875rem;left:54.3125rem;overflow:hidden;display:block; }
#rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { position:absolute;display:block;z-index:15020;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;height:18.3105625rem;width:18.3105625rem;top:70.875rem;left:28.375rem;overflow:hidden;display:block; }
#aMadluyhQptfPMyBWliywiz7vug8O8AQ { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;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; }
#nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:63.125rem;left:27.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:63.125rem;left:53.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { position:absolute;display:block;z-index:15016;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;height:18.3105625rem;width:18.3105625rem;top:70.875rem;left:2.4375rem;overflow:hidden;display:block; }
#gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:61.0625rem;left:1.375rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:56.0625rem;left:27.5625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:56.0625rem;left:52.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:56.0625rem;left:0.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGv9I5s360T1BeTDh1hazp20lz0gxPoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c32a43;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; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { background-color: transparent; background-image: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .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); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { border-width: 0; border-radius: 0; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46484375rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { background-color: transparent; background-image: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container > .video-iframe-container { display: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container { display: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .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); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { border-width: 0; border-radius: 0; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { font-size:0.875rem;font-family:arial;height:136.125rem;width:75rem;position:relative;display:block; }#Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { box-sizing:content-box;height:104.875rem;width:71.875rem;position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;top:27.0625rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(27,57,128,0.5) ;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; }
#uFcBX1uUmuZSVI9Zmr6o2rOWmoI8Trua { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:61.5625rem;left:3.4375rem; }
#BueMOxdeHI9Cyfr5PCwEQEfJzvEKqTr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:61.0625rem;left:6.5625rem;height:3.0859375rem;display:block; }
#L1TEeTcOb27zOfHsWsVVl5TPVOCo3cXr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:71.75rem;left:3.4375rem; }
#AgbziQ9559Tz1P0cgyRSZxdKTdq7luFG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:71.25rem;left:6.5625rem;height:3.0859375rem;display:block; }
#v9ve3MZrCgplWhuMk7HSC4RWKVwpymRu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:77.4375rem;left:6.5625rem;height:3.0859375rem;display:block; }
#MsJWZkNg2IFiAMyHMe7rXSst9PCTgaed { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:77.9375rem;left:3.4375rem; }
#TBcbefliE8k9zG0RV1sreELQPGTIkVkw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:74.8125rem;left:3.4375rem; }
#GzOxBTOpa7gOPO6xdsc5d30KvDKH8acK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:75rem;left:6.5625rem;height:1.54296875rem;display:block; }
#OsnpfbVm3mgDqvG2Tocgqu2LP3bnHMHK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:85.5rem;left:6.75rem;height:1.54296875rem;display:block; }
#xSrE4i31Fia2ftk0buUdF9BmoGHdgVyp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:85.3125rem;left:3.4375rem; }
#P9kB6Lu0u3ITCsQfD2WKGl4Tz7OkaWTx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:81.8125rem;left:3.4375rem; }
#xCTuhRv0Ft1iUA6UmXSCTIhDZ8WCNd7J { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:81.25rem;left:6.5625rem;height:3.0859375rem;display:block; }
#LtF1a7pF9183d76Nkk9LULvQv9adrBVW { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:20.25rem;top:40.4375rem;left:3.4375rem;overflow:hidden;display:block; }
#oBAPRoSbfxJgKMIyT8u66wblG09Hnxxb { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:5.75rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:110.25rem;left:3.1875rem;display:block; }
#gRaEzuakZdiC178WUJHtuOwqxN38NZGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:121.9375rem;left:7.5rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iF1MZfdBcUTxn3gR7ikuD8sloiyEWpXk { color:#ff0000;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:101.375rem;left:1.5625rem;height:6.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SnkplT25n07cABXx2AxflnRSfFNWzpHk { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:97.625rem;left:1.5625rem;height:2.9003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:125.75rem;left:57.9375rem;overflow:hidden;display:block; }
#OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:125.875rem;left:13.25rem;overflow:hidden;display:block; }
#ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:126.0625rem;left:38.6875rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:126.0625rem;left:16.25rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cb8BEWrbl4JdFnHpJTGlrxVQGpLMI1OK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:88.9375rem;left:6.5rem;height:1.54296875rem;display:block; }
#MnuF6IxNfQuAVhVXnisDepvXQJrEDQJG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:88.75rem;left:3.4375rem; }
#XIWObySXuPVJW1hqKMRqReNTtuMQyeAo { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.90625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c32a43;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7625rem;padding-right:0.67625rem;padding-bottom:0.7625rem;padding-left:0.67625rem;display:block;align-items:center;width:4.056875rem;min-width:4.056875rem;height:4.0975rem;position:relative;font-family:var(--headlines-font-family);font-size:3.049375rem;font-weight:700;line-height:65.56px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.409375rem;height:1.62rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.14375rem;font-weight:400;line-height:25.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.625rem;height:7.71875rem;padding-top:0.953125rem;padding-right:0.965625rem;padding-bottom:0.953125rem;padding-left:0.965625rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.8125rem;left:23.720703125rem;z-index:15127;display:none; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 { width:auto; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
#fSTexLxxudQKyBfqJ36whbJ8esFJmo1W { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:65.1875rem;left:3.4375rem; }
#r5Ab7xK6P80zpinZzUKMBpMUwm3JKCfl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:65.1875rem;left:6.625rem;height:1.54296875rem;display:block; }
#KO8KeztJPRelSnMUE9zLegqKFIK88Re5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:68.5rem;left:6.625rem;height:1.54296875rem;display:block; }
#xyeaaZsHwaTN4w0UANdcwz1gMxltTxbP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:68.4375rem;left:3.4375rem; }
#OKLvOm6zDRgZTsvmqCzENz66hguctvDX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:91.875rem;left:6.5625rem;height:3.0859375rem;display:block; }
#VQfzUqrIpGnntWDVGtmPM7svDRt9L3ZE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:92.25rem;left:3.4375rem; }
#iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { box-sizing:content-box;height:21.375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
#dO0wfMUCUOdyRXgXQBNFkx3FkfUPwePf { box-sizing:content-box;height:91.875rem;width:0.125rem;position:absolute;display:block;z-index:15129;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:25.5rem;display:block; }
#d8czRWURpE0EvvE7HiKTvUQ7wsn6u4wh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.607421875rem;left:3.1875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RLgvQxw0QXiilUXI2TedEyMWLggPgEl7 { box-sizing:content-box;height:6.6875rem;width:21.9375rem;position:absolute;display:block;z-index:15001;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:2.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#KbrRFfNV1T7FX1bZac3rSCN3dRU7puNy { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:2.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#nNafJ6bV1lDxTpNLS088TVzWDX9s5Kch { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15003;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ordrfCKau0VsXxfdCT5Tfve6cERT4vxE { box-sizing:content-box;height:0.125rem;width:21.8125rem;position:absolute;display:block;z-index:15131;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:2.4375rem;display:block; }
#ST5J0oXBTgdlizQdBfqo58PixMh69z9y { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cfFpWqwVIakFyZcIEsKbpRp2TT6Kr6Hu { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:35.5625rem;left:12.5rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gPnCRWVELc8usGExZuG7UnPpgdHHpEi9 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:56.0625rem;left:4.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXtQ2TZK6IPCeltpOwwctsPaLdNaoDsV { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:55.5rem;left:9.4375rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMIJa4Mko54Lns2KzZTHeHlusfSn8eUX { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:56.0625rem;left:16.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scysgIzgTAL481Woo09E7duP297zZD9w { box-sizing:content-box;height:91.875rem;width:0.125rem;position:absolute;display:block;z-index:15130;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:49.4375rem;display:block; }
#kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:71.3125rem;left:30.6875rem;height:3.0859375rem;display:block; }
#ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { box-sizing:content-box;height:6.6875rem;width:21.9375rem;position:absolute;display:block;z-index:15034;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:26.5625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.607421875rem;left:27.21875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:36.25rem;left:30.6875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15096;line-height:1.6;letter-spacing:0;top:35.625rem;left:36.625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:20.25rem;top:40.4375rem;left:27.5rem;overflow:hidden;display:block; }
#QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:56.125rem;left:28.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7XVIaRT46T31lRlKnsrddpXd78Az4yD { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:55.5625rem;left:33.625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:56.125rem;left:40.375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15036;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.125rem;left:28.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15035;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.9375rem;left:26.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:61.125rem;left:30.6875rem;height:3.0859375rem;display:block; }
#TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:61.625rem;left:27.5625rem; }
#Q12crLrbrmZSGyZMhOUNytw4uatINflq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:65.25rem;left:30.75rem;height:1.54296875rem;display:block; }
#vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:65.25rem;left:27.5625rem; }
#vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:68.5625rem;left:30.75rem;height:1.54296875rem;display:block; }
#U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:68.5rem;left:27.5625rem; }
#va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:71.8125rem;left:27.5625rem; }
#EzTdkXw3uTFRE5cUNmKpmpeSFAcCurwC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:75.0625rem;left:30.6875rem;height:1.54296875rem;display:block; }
#XEbBTUz83gX08biyK72g82i4wypCetCA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:74.875rem;left:27.5625rem; }
#MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:77.5rem;left:30.6875rem;height:3.0859375rem;display:block; }
#UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:78rem;left:27.5625rem; }
#yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:81.3125rem;left:30.6875rem;height:3.0859375rem;display:block; }
#UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:81.875rem;left:27.5625rem; }
#Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:85.5625rem;left:30.875rem;height:1.54296875rem;display:block; }
#O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:85.375rem;left:27.5625rem; }
#GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:89rem;left:30.6875rem;height:1.54296875rem;display:block; }
#DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:88.8125rem;left:27.5625rem; }
#Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:91.9375rem;left:30.6875rem;height:3.0859375rem;display:block; }
#qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:92.3125rem;left:27.5625rem; }
#epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:97.6875rem;left:25.6875rem;height:2.9003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { color:#ff0000;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:101.4375rem;left:25.6875rem;height:6.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:5.75rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:110.3125rem;left:27.3125rem;display:block; }
#O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:block; }
#CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { box-sizing:content-box;height:0.124511875rem;width:21.8115rem;position:absolute;display:block;z-index:15132;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:26.5625rem;display:block; }
#z6m1h1Gl6qhLydgI9h20DbKOBsEUgSau { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#Tf2C87NnSUzo7aMmOFXWkcterPZye8re { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cg0hrgl3bo5nhuyCDxUGMHrTaH7IkI4G { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15163;line-height:1.6;letter-spacing:0;top:36.1875rem;left:55.125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JNhSMlEpfuOhHrzLfF5CuDDnTqirt3Ag { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f1sDvD2kAn48LK6rSVaTXNiFguVsuHqb { box-sizing:content-box;height:0.124511875rem;width:21.8115rem;position:absolute;display:block;z-index:15200;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:51.0625rem;display:block; }
#zEcKuN4RqgD4XOoymvp6CmOwQ5hWmyIs { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#vL86tbwutUGDtoBqSVGh5H7HPeTRNr4E { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:21.625rem;top:40.375rem;left:51rem;overflow:hidden;display:block; }
#tPTvGOsWhGpV87bP4kIO3xR9blu9fJnx { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:55.5rem;left:58.0625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btdR4EiT1O1UUZAdekc6zfbC8tqdWwE4 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56.0625rem;left:64.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#md3bINXSOLzqKZliN2tntrsKIhMTNBH5 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VeyeCQZGQtBrkvlP1fyoVdwcXTHIyMNd { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15104;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ZozsFG94TVXRhA0UgFvD6I3zwm8FpP4F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:60.8125rem;left:54.5625rem;height:3.0859375rem;display:block; }
#n0SbTQ0Q9SC0rPgs7GhHZfQGi5yNEALB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:61.3125rem;left:51.4375rem; }
#Z9aUAKzvpVwbxUTQUBMCZWntUrsIR2F4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:64.9375rem;left:54.625rem;height:1.54296875rem;display:block; }
#GyKoKAmQ8k9VVOCOayrKS5VCOoA28JSd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:64.9375rem;left:51.4375rem; }
#Vpzupbi82VO1xPmmy8DvcJUO5KfdKm18 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:68.25rem;left:54.625rem;height:1.54296875rem;display:block; }
#iSaLERBDikWeuLDWCldcIMWFzznN9Wf9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:68.1875rem;left:51.4375rem; }
#LJgxCwE0pqWS2ZzSpCvsa9l8aB9ceP3S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:71rem;left:54.5625rem;height:3.0859375rem;display:block; }
#X0LTIHAcM7Qzbzb5zu2Ja3AQFlvB3p8W { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:71.5rem;left:51.4375rem; }
#pWMbWGtopwtgzEqB4LKsw6LtEi42imTd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:74.75rem;left:54.5625rem;height:1.54296875rem;display:block; }
#CxF5NvX3hWoTIL9FTQvF6SBe4DVXa9NT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:74.5625rem;left:51.4375rem; }
#GZmUn8aSaT9nu6c7urbiZ1yfNqth96ha { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:77.4375rem;left:54.5947265625rem;height:3.0859375rem;display:block; }
#H5pASRHNogZ89DmMcbVwQHVtidoksuMC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:78.04296875rem;left:51.4375rem; }
#AfILTqB7oxq7reiseZPbgT5Bl8zEkHJa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:81.20703125rem;left:54.5029296875rem;height:3.0859375rem;display:block; }
#tR4MSSTwMkdZyyJ4wcWO1Z11f5ECTeKi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:81.875rem;left:51.4375rem; }
#c0IATJ2Q6whNRtJLck9D3ssJ6fxPTtC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:88.9375rem;left:54.4375rem;height:1.54296875rem;display:block; }
#aVLTKzZ9NTxzr3kXZGpvQ9ftgGWgInoD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:85.5rem;left:51.4375rem; }
#EAm0T9quhader9wopQoE1uqvTDosZLU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4970625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:85.5rem;left:54.6279296875rem;height:1.54296875rem;display:block; }
#kH1avrgMM5KSydWQ5umDUNVdbRI9yQ5m { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:88.9375rem;left:51.4375rem; }
#GDV72yTHoDOKkTDENhHssNOTMVJftHZw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:92.54296875rem;left:54.4375rem;height:3.0859375rem;display:block; }
#ZFpHkl5lAeVOXyENsOvWm7IuUNOnmAAT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:93.1484375rem;left:51.4375rem; }
#XZ3EH9nc8WLRQ0gxB5DUmlqKJLHWC18q { color:rgba(var(--color-tertiary-2),1);display:block;width:23.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15162;line-height:1.6;letter-spacing:0;top:97.625rem;left:49.5rem;height:2.9003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UOc9B41rCfpykaqlvsTddWr7VITAk86i { color:#ff0000;display:block;width:23.9978125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15161;line-height:1.6;letter-spacing:0;top:101.37451171875rem;left:49.5166015625rem;height:6.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JzcgQGXb1cz6wKfTJXKBOsVfLuPRaWze { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1245rem;height:5.7495125rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:110.25rem;left:51.375rem;display:block; }
#yLTbbaPfmiI2gfW5ivGqTTR8TCNNbwvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZW7uhaGdyM5lI0Ag7STSZuVTHw4C9TNi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.37475625rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:18.387451171875rem;left:58.748779296875rem; }
#XEN77bQ3hKsvkwh6oDMtbmdldUeRvBJT { box-sizing:content-box;height:91.875rem;width:23.8125rem;position:absolute;display:block;z-index:15000;background-color:#e6f4ea;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.0625rem;left:49.6875rem;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; }
#W4kwUZL6oo7P1qawTl6oB8vezDTfBVLS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.95068359375rem;left:51.373291015625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rk7IniTSnnXvhFPZcsqVVXWDGnvsVmkw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:14.410400390625rem;left:54.34326171875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#E1VSeFlMQcruXqg009wgqkf10bMQDJRu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu { 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; }#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu > .row .container { border-width: 0; border-radius: 0; }#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#cSD9Z9Iywqhxd1fJrnRtooPFiKhS6mS3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:56.125rem;left:8.5625rem; }
#nrE7L8MlLJTxZxpH23GP0ZFGBfpub7aN { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#pw4Lk1GKGxCx1oohTyKFTpk4Hmmu5DeL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:59.125rem;left:8.5625rem; }
#LNmcirkVJ7kXJ7BsRbgApEcTzhMI5SwI { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.125rem;left:11.6875rem;height:1.7871125rem;display:block; }
#aX4WwkRTcJoiQsLymyUyuTs5sxqW62xW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.3125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#Wey2ohmTEclL49karNVylp4TWKVPcXuE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.3125rem;left:8.5625rem; }
#JqSaJslJmKbz4maoJfI8ivQSbzl7Vog3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:62.1875rem;left:8.5625rem; }
#OQGoNKG8MPg2lDwtl5QNHvkizP7U3zdR { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.1875rem;left:11.6875rem;height:1.7858875rem;display:block; }
#bu73UaP3Q8EK05VEy0SAd43V3Sl8Fef3 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.5rem;left:11.6875rem;height:1.7858875rem;display:block; }
#o6IegT2w5TFz65KMwBQf385wyTo8Tgv8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:71.5rem;left:8.5625rem; }
#PaLZfamrTZGvmqA61ngoNbeQzhXIGX4f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:68.4375rem;left:8.5625rem; }
#K0HzkyF5TdaIC6ohhzzxHFaDi0y2PX06 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68.4375rem;left:11.6875rem;height:1.7858875rem;display:block; }
#f1ghNJNrbT3IFr6eHAZ2iEuxqvoWBsiM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:40.1875rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#FIKJS1ydy5lTKEazatSvEkTfp1ez4wsL { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.625rem;left:11.6875rem;height:1.7858875rem;display:block; }
#MmNS4SqMnaVqQEgxFUddOxcA6l7sez4X { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.625rem;left:8.5625rem; }
#ZLhJEa3dA0vaPqNK1yo5Ldvuzl6y3lV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#tEa6NqcgPacHWU210IApUX2FqAA66me8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem; }
#b6XAREc1Dmu08M7T0XuEePlT45MKthNo { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:92rem;left:6.5rem;display:block; }
#y9CQaxTiX6Lx6c6OqBXTJXfTAhOcgVXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPhCnei9X2h2swatJ8hB9Z0I6R5XB9FN { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#agPol9fkiEvPTMNKHvBKq1idspWMUmgB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#PdnkFLGOTvd3EZbtLs5WpCJyoVkGMnyJ { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#hCTsewCd6AA3bStQiS2KeA2UwB9QTeoc { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15104;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#IlGBz9E6J9olcNZMPbKwxVIqEDPMPQGB { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56.0625rem;left:64.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FcZGZsHqpAJMGaiE7VvChtz2vS7PLVou { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:55.5rem;left:58.0625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fTCTXQaIhTaXkh4PMmOdhkh8DHGO0UK1 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZcKJ06i4QwuxiRNtfrO6HAxxhfqE0h3V { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#TBehuxtuTbFbJc13sskiQSB4nANdAAmo { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qlMI6fH9IQVDZuvPp1AaDzJlMhK4iISF { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#rs1gdWt7JevL56TumT2eTN6WIbUpPNlU { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#JximfHgctZNvWgqVyJTRAdsoIonfTSUD { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#rvfk8hvWNzqnt5ftwdQTXCLFThJzan4r { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.95068359375rem;left:51.373291015625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BQ5OwPEVMatot26Us820zA6WNUlEUw8S { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:14.410400390625rem;left:54.34326171875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kFAZmhlii0rM7FUngENghrvisqL6OCXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.37475625rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:18.387451171875rem;left:58.748779296875rem;display:none; }
#lNbG16m8TnP2sJJCaHmAQTy4IsbJV3Eg { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:2.125rem;left:5.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#vpkTx4siCOXOkFAhwOpu3TQZCPHXi6qZ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#o6HiMK7eeT1NCBQt7RrRqbO5cTge4Adm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { 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; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { border-width: 0; border-radius: 0; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { 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; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { border-width: 0; border-radius: 0; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:56.125rem;left:8.5625rem; }
#rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:59.125rem;left:8.5625rem; }
#W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.125rem;left:11.6875rem;height:1.7871125rem;display:block; }
#ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.3125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#BGHi22CWBT8XtTUByIvipWNphWz4tOHt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.3125rem;left:8.5625rem; }
#KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:62.1875rem;left:8.5625rem; }
#tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.1875rem;left:11.6875rem;height:1.7858875rem;display:block; }
#FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.5rem;left:11.6875rem;height:1.7858875rem;display:block; }
#mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:71.5rem;left:8.5625rem; }
#Um9TEz31G1VvdL7ngOotJ4gmhoGF6oce { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:68.4375rem;left:8.5625rem; }
#kG6dWnzgpryBbMh6XrhnXoV3U9a7GcWN { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68.4375rem;left:11.6875rem;height:1.7858875rem;display:block; }
#btiK5znkSZIPqlrsPQGzFuRLlqghxesi { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:40.1875rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.625rem;left:11.6875rem;height:1.7858875rem;display:block; }
#TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.625rem;left:8.5625rem; }
#qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem; }
#pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:92rem;left:6.5rem;display:block; }
#PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#ywE0MDTEh1Z5qU7Wlwd611aSOFpDTRnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#qEMNliWygg0z9TVxpiJzPiPsMIZnlWPF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#bfu9bqwAlCCB7aQZLZvaqU7wuuhKnPsh { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15104;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#qT10ffugyWdzTAGGIpk4FdOH2w5q6hOS { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56.0625rem;left:64.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XqXDTeCiyJq8u8T4QoGPUc4Xbqv0F7ha { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:55.5rem;left:58.0625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QyrB0WpAxV4H8M3ux1pKTpne4FVQRFUn { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C { 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; }#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C > .row .container { border-width: 0; border-radius: 0; }#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#vw0VK9f7mTRWbbZGrhgJ7SBfmN9dbSTO { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aKCsuz1sCrxfbb3wIEqMzeQNVGxLKGJw { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#TGyTTJFsSnK9uxlhiESTqPUs4lhb0vn9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#E5sqE4SN1Zf4KDFOW1l2KXlqEWHi9yIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kB5TxnbR9f0xlkkZay2lb54iXwCiFU7q { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gqGOzdT2r2zTi5XDeM5oUTmwdvU3rlEK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nycwHaiu4wTJttUpRTFMcI9JeccJCxpy { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#cfIzKhns7HkQNSo3FVn65ix3y83GGZT3 { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PulTwlZWboy4vvTWgHi1ZWlvyTQLt23h { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ximMVNIgTkR4aVWwKGn92Tq19Q6e4TpZ { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb { 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; }#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb > .row .container { border-width: 0; border-radius: 0; }#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#EU6L57vbPvWZV7TALU24KyJRl5TegG2k { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:56.125rem;left:8.5625rem; }
#TdI6s1zEXcJey6O0XegXSGzy5QFiThHx { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#yeGgaqRrcSZXn9wcDSGuoWXXl3TBgklJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:59.125rem;left:8.5625rem; }
#RCVW4CL0vOTQkxKdmwcF5fNxXOpZEGCF { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.125rem;left:11.6875rem;height:1.7871125rem;display:block; }
#RyZq0HztecFdigtZVc17FQJIKhcK4iNm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.3125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#mUKNNEnTThm1gF6psQXlacrrITZqGriC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.3125rem;left:8.5625rem; }
#VJVlEtiOCPFnIIWI1PPhhkvMLJdpqrvm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:62.1875rem;left:8.5625rem; }
#Q98kP2DtzT5xx7IbWNbdiGeTflyTSdnK { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.1875rem;left:11.6875rem;height:1.7858875rem;display:block; }
#zXv7AUzhzZ0iuClctnPxQiXLewIkRE1L { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.5rem;left:11.6875rem;height:1.7858875rem;display:block; }
#c4RAVriG40I5C8ztOzJXJ7dVJlkHWXH3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:71.5rem;left:8.5625rem; }
#qDPB17A08QBBPOyx0Md0EvpZtUBnoeU8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:68.4375rem;left:8.5625rem; }
#zs32mK3lX80rveCnFr1fnco24L9TnCDT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68.4375rem;left:11.6875rem;height:1.7858875rem;display:block; }
#T2AO618C92H9aeIiRybC2oTp5ZDkNseB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:40.0625rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#TcHT1nCNoRB2l7eM8VIlxVCrNhynkXtd { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.625rem;left:11.6875rem;height:1.7858875rem;display:block; }
#pZwVVX2NCG8pBAVf8NcTe1RtCWEF5sGm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.625rem;left:8.5625rem; }
#PIUTZxPTx43xqlsE49bmGwzacwnbs1GS { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#Fmutsdp8EC7SdxVByCOVpg3MaJqRly7N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem; }
#X4B5X8ahF1JEwJtp5Eg0BM4qrecH0oe9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:92rem;left:6.5rem;display:block; }
#TiqPuSWkZO87a7T0T1D5OH53NcxthDGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaZ4BtUZGDWGAJ3RNqzp2BKu3AeNa48h { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#B0LGELD28shAg1cNS9TzakJriTI9Tf1u { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#Nhvk04LaTl8gUEsTHrksSAgvrHDZUWes { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#TqLTNOJQh3l0McArSkGnqP78Kt80W8z3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#yN3wnF7gE46RpvT5O4x79R2TK1WgIe7A { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#hnaPtqA0GwU0ibFnfKr2QPXEsSSGpU4T { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15104;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#NBRLSsxigx7qX9PoMMZqAV3DX82v5NF7 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56.0625rem;left:64.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kyZeTayfq328WchFylucXqoiM7eOC5gh { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:55.5rem;left:58.0625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OUCbETI79oRyoo3Ir7HnORhmRe6VVhEt { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w93MWxTSaQSZzi9PIh2QKTo0CBqIwlhO { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#UHdysedmSu66blHTSrnnvDrseFLTSGzi { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eWbumF1sMxB3pCwamlLy5DewQsS3teV4 { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#EDrEFNKfkFTUG0iKPpw6dHPv3r74eKxT { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#VIlkxszp2puudWEuQyiMXaRSBPbO3QZ1 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gxE01T5qce4WCOWRQKCno92vTQVW2Ail { 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; }#gxE01T5qce4WCOWRQKCno92vTQVW2Ail > .row .container { border-width: 0; border-radius: 0; }#gxE01T5qce4WCOWRQKCno92vTQVW2Ail > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxE01T5qce4WCOWRQKCno92vTQVW2Ail > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#z9mMb7qpSUlzxEkbycTLzoIQVXsuw5aD { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vEhEyTes2nsAB1t99XwFSQE8wvaBEUQI { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#UrP3r4H2O26vvbdEtVdEuCXv5qIhvTsT { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#x2x5ius4HFHNyGWgGm1rk7oFsWATSpJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDtScmu7ONrrBLTeH2ZDaU6Do8H3TV9h { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BukvyEy5eg5DtSuWxrJsgwhUNJ2AfgKE { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WRsM3gwXqKvpG6FXJlifIK8wKKNPWN71 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#ye03o7CfArxJ9BhDvy58Lkn8Rw5RkTml { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JVaD816tTOJZkbL8VDTGVtv22u2rUmhC { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q2yycElElTNmlU5RD9WBfCe9A01RllRJ { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#eMcSurqEfrRrco2DTK9wSHI656yzaB20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { background-color: transparent; background-image: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .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); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { border-width: 0; border-radius: 0; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { color:#ede319;display:block;width:74.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVbm41nTMevRiTR7yd1738lkmvNKFTqi { color:rgba(var(--color-tertiary-0),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10rem;left:0.1875rem;height:15.09375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { background-color: transparent; background-image: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container > .video-iframe-container { display: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container { display: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .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); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { border-width: 0; border-radius: 0; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#1b3980;background-image:none;vertical-align:top; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-weight:300;font-style:normal;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.adaptive-delivery-prevent-bg, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyload, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyloading { background-image: none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { box-sizing:content-box;height:auto;width:72.310625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.2431998252869rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk { display:none; }
#T80ploo63TrGiFE3FBswb8S6La9rziOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { background-color: transparent; background-image: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container > .video-iframe-container { display: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container { display: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .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); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { border-width: 0; border-radius: 0; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#ucyFIKTnom2QpdN0V5Tto5mgzqqzzkCi { box-sizing:content-box;height:26.875rem;width:73.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:1.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ECOK74dTq5TaKBSXPOIy9ZIqJw1W5JVq { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:3.1875rem;left:7rem;height:2.9003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aB3m66K43AElIvR4vRIPLJ7slAMAh5ya { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:6.25rem;left:7rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t0flJzZyMOFOK5B0zv5hOD8oqJ3DEXpQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15054;line-height:1.6;letter-spacing:0;top:10.1875rem;left:7rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IG5Ipa1rT9AVnLVgvRzrCyIi10dBc0pG { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:13.625rem;left:6.125rem;display:block; }
#lxUc2voob8ECHsocVwfilcebm3x9hnzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WR9FSEvzwbN11cTrn4osuyEy0ZnMuwmW { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:24.4375rem;left:12.8125rem;overflow:hidden;display:block; }
#zt223Lc1mk0AcDgqNNaAMlqL7feaWbdz { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:24.625rem;left:15.8125rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tuOSwRbtu1dIxDQMid9LQAGOyKaZay9J { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:24.625rem;left:38.1875rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LLRQ0FqsRV3ahaQfAESOlFtqAwSUCKVt { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:24.375rem;left:57.5rem;overflow:hidden;display:block; }
#U0t0THOe50y7cCCapDA1K2uW6R4X3txA { 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; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { border-width: 0; border-radius: 0; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#ARIB6028wneCOlrhTtUPnHIOgUXR67tW { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pF7kCrE6TlfKmagCvCDQbseGRioD14rO { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#Wr0bt8EeqvqTGSwwWzreSP4M8parrRKz { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#k7TtUdyPKEXWB3wt0AL5Lvu3AxHgvIws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9Bk1575O6v1IM1LFDxpEgwEUlT9y3nb { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nxqqi1l0ZBNpytmOOJFagRwDGnVz5soz { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRsCNE1xfRKWEACW2f7FucIWEwRfSb67 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#BvsOkruTgxd45Ps0eT07GiPLcQ8adseI { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TW6NHbX6hogyeXLtaFNVi4LRdPnuNqIo { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k82eV4F8FqsseT6QelJwydPQdtcTApKH { box-sizing:content-box;height:31.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#pS6GG9zhWB6qP6bda74iTNkdQ0HCqwR4 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#r6RKe8Sfv1iBZEFl9gOfAOB9KnNgsrq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.95068359375rem;left:51.373291015625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vCHLszc6noeI48JXpdkg5v4u2dQAZto1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:14.410400390625rem;left:54.34326171875rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MvCGxk1agEBqPSEZQKQfTtzT7f4JeVqx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.37475625rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:18.387451171875rem;left:58.748779296875rem;display:none; }
#WRluzttGu9KA64xC8ztnuMBUdMOVbwua { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { border-width: 0; border-radius: 0; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { background-color: transparent; background-image: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .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); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { border-width: 0; border-radius: 0; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59304046630859rem;left:7.5rem;height:3.25rem;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) { #DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtRqpqaoE3IIpCPDbP78B9ieLc0O1scG { top:0.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8tZ1Bsw44Gw02rzmrZs0oqWSl8QgU6l { top:2.9375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { display:flex;width:18.1875rem;height:5.125rem;top:5.125rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExExThBxgvgyR14xLbC3UBBFHdIQMJKn { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { top:51.25rem;left:0rem;width:35.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKdJNy5G8CrmLQzf7DIu2Iv8hhgFHQ9 { top:15.125rem;left:17rem;width:13.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXbnoPcSBnkHEE0T5DCP6h61yomndcw { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMm9khuNDtam0ggNViX0VFClpdXnghWU { top:51.25rem;left:12.125rem;width:35.625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8wa9ia7ISBRP2dPOVAHqMmDIpWuK4GJ { top:51.4375rem;left:0rem;width:35.625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { top:2.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { top:12.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { top:16.8125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { top:17.3125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { top:22.75rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { top:28.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { top:33rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { top:22.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { top:27.5625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { top:32.5rem;left:0rem;width:47.125rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNuAo2lagevKPsODETsQzgCSTZr9kUcr { top:48.375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #angiCox4JMBMJLASTCFCaDG8w2M34WWp { top:42.9375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRGTnzmLPBG8IiaApDhv1crufbyMugw { top:43.4375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { top:48.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { top:37.5rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { top:38rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkJJvliarIFvAuRT5J5MpPl9d2ic6vXM { top:115.8125rem;left:0rem;width:23.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iopg46wnWwB69w6TfzQOLiQsy9n6SQsD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQ9aPH36L8DNtQ6Vw9eIB4Oemz5xaWJ { top:154.25rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXKtZbQvcbBisH42souQKMSQODPHJK1 { width:21.375rem;height:7.0625rem;top:137.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgT8pn961QQnbNfRUFmOlmbJdXXnk61 { display:block; }
 }@media only screen and (max-width: 763px) { #gcrIEhvQaR0aCI7N8uqTwFO66P3rhqr3 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te9bT1KK2Ni3yWlPdDUezllR4lyKLniW { top:154.125rem;left:0.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKSyVZ3P9ABTkELSflCWq11nllOw6Lo2 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgF0bahiITB3OkGrALvgkdbG3AIvZ5Tu { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPOwHbTT7Cct8yEdQl0Brb9b5NnmTTb { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { top:0.8125rem;left:0rem;width:20rem;height:10.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { top:54.125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { top:54.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { top:59.6875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { top:60.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP39Dz5IVT4kTyXivwG6ZafE3t5M6BNK { top:119.625rem;left:0rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FktNt002fzLzfUUv45fhX5R3fJTDN5UC { top:118.0625rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9UDFIUK1BO3hNbT8qH0peHKSLSFxHfS { top:119.625rem;left:14.0625rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxPT4KBLuoatqI2prd9JTFNUbJhHLlaT { top:118.0625rem;left:20.5rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDOixPXPAcTOBFMTreoqOThO1iMLma0 { top:115.875rem;left:12rem;width:23.75rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y491GETLzeODzBuhudmhB4M0lL3ZF31d { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NH1tcgTByAXK4PWqCdg0XQWzpPcHz9 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1g3iXD0gnNO22uIhFcQsyTPV0rPVspx { width:21.3125rem;height:7rem;top:137.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FdQtMdT0TzIXZrM7WlOQfTahV7UHho { display:block; }
 }@media only screen and (max-width: 763px) { #zec5zuJoHcF2Vleb8IIG00MJhaaLecPF { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF7pUnCs0ODUpq7QPpmiIkane2BSAtT8 { top:118.0625rem;left:40.25rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4KG2rbFdGK016q2yItqutyuX1K4GMs { top:115.9375rem;left:23.25rem;width:23.75rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUrcUs4XM7DzBGfr3eTCQZbA02bmvE24 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgNuDasOKDT7WTXXrBLsZrox1rLmQJno { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiUwQ3IlmOyAguXSfIgpvoJd8ivV0G1T { width:21.3125rem;height:7rem;top:137.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsR4ZvHC4Kf3gbvFdchZ6C5UPhBhOuJp { display:block; }
 }@media only screen and (max-width: 763px) { #TffMr0rrwN62gu6hTzHrszJl8eXbqSFQ { top:104.625rem;left:27.6875rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKWggf7GovlPp0dhaKqtFOV6tEa4JLu2 { top:107.0625rem;left:33.625rem;width:14.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKeH5kp6niyMiX5ZbIUfu536EakXK7BJ { top:110.75rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { top:94.3125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { top:88.75rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { top:83rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { top:77.5625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { top:78.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { top:83.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { top:89.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { top:94.8125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwrZEiiOzQNaMT5e67VF633SnHise7G { top:72.125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { top:72.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { top:67.125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { top:67.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 { display:none; }#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EF52LmbWTBWz3CLUVTKSwAyw80EZ7LkZ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doFal27gzd0NTcd9ydwR98dv8zo2mDiF { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1t2wfroCRcwnnm52NtAuwGAVFUs3ku { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9tKwtZtZC4TS1fOzoBDX8iLJlTHRtTb { display:block; }
 }@media only screen and (max-width: 763px) { #CHhy6mCrXNXHRMkqQT1ToKhTnqzcV3b3 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgdltDXVgrNRUlEPTbDnixzxI99ogFmL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7XIp6CBP0oGSHADWfJTR6QT7r7qmx0U { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvMFCsE4dnVG4W7GHM1eSspNCl2C9GwU { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrsRSbcS3dEt4fzdgkzEQWkEOJsCKoF { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JmFRcpEA76WGHrwcp4v9nzOdbBSv7t { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K30dNGlbBcsuySeovT3IJ4i5hLHqFpRP { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWOAzNXK3LTs4iuLi2vzn6glCfA4MoCq { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrAZTVBh34RhxASAgZln4EHFF3yRi6ZL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrigwSfgn3cHWuZLSEWERoz8g9R7xelg { top:11.9375rem;left:27.6875rem;width:20.0625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksT0bDfxIKv9cDlVLmbkwRyrNAMMszd7 { top:14.375rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW4C7nkwPSCXCESgIcm68nL7GskilIqy { top:18.375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgEo9PMak0HIfd0W6wr7qR5wNO1TV3Oe { display:none; }
 }@media only screen and (max-width: 763px) { #OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad { display:none; }#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egll8MbiArJBwl6WCRkJGrdcVP97NuKI { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJUqeKEIBFldN5EMhf1DFCbP43nb0eU { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4IHZ3Pw6r9Jeo5F6wSQPTkNn6VCfeB { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTxg90WId99WSLKTyr2muVN41EO2X5q { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTblIuFO9e7IObEwFTF6aEzu9gId0P2 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51d1QInCpz2tkQrlPWrmZf8cotPdOdD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3weyw74strCZtOoZJO1n6W4JhbloVhq { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiFWzIOLdGqgu4kdUVk2HcZv14dXV8q { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuOELIRcebEl43KPd1TCW3DOiDVMhVF { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXFORBVLWNv7u5rqGGKvZWP3VtZbzLn9 { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xZOF7wVtiTyAzhRk2cTcc5tA5zAzdB { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0WuZgC7NWK4E6tZQE66evhtbiK0OfN5 { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORI50SO1PZhTDqJsfStQPxagLld6I8Gu { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EH8KnK1TnKN4ihP5qkHWZP81wptVP9hA { display:none; }
 }@media only screen and (max-width: 763px) { #WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM { display:none; }#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztX1iDegmZ5Gx1W1FhDNHTGUzkUl5Xc8 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuN2LEkLc9rVp5OCfMzrAcTuKfWTA9vp { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCm7iZUkkgCXssW9eT4VN1TPUOJwNpIE { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZT75VRkXPTRNoV7VO2O9KyLz9Ar5wSg { display:block; }
 }@media only screen and (max-width: 763px) { #rHecVEQmrFAC6LTyXR2iiL58qRL2Ls1A { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOlKo7PVC00n8WftgA9laMTPNsDEUOAF { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWb3q27p09LPDQ9guag3HcsF3BASQxF { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuKaIAoxJIyyswKCG6MvB4sTxT788MXb { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMFNmenszKxb8LOIWIXJ4wn3eDn6POUl { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZcFRGyzBsyXNXeOX0u4NTmbkqZafrX { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbduLMNLQvFGfPFcyUdOnQWv59OQLOF { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C57kexbXEom7eVA7Fld2HhmXcTh9WkTb { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPzZiu8JN3DBifCGV5broCUJHi1C8zg9 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGIdLZnmus8Gx9a8BtQKEHS3leJyzRAB { display:none; }
 }@media only screen and (max-width: 763px) { #GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { display:block; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { top:2.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { display:none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c84PedSqfgBwanDIxR8SiaeDh13ghPTl { top:36.6875rem;left:0rem;width:20rem;height:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqw9aWCgAkFgZLVuet9CKEFEtvMSfiR3 { top:28.125rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxGvAKkq637t2BEbuGPTw6fpx25gwwG8 { top:86.0625rem;left:0rem;width:20rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuOlcFGIHBmbyCARTzVbpkRDwkg7fKWQ { top:75.8125rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFzqWwBBbHQixGFcWTn1emwfZgRMeFAA { top:116.9375rem;left:0rem;width:20rem;height:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fksO2BTELlFlf1v4Qb8bnWuMHgSzNDSO { top:105.6875rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnCxK50u7edqdBiQPUvuO0Tv52n8AifU { display:none; }
 }@media only screen and (max-width: 763px) { #zLfPbRhDN6kisZiD4ZNyhnkB073rMMTT { display:none; }
 }@media only screen and (max-width: 763px) { #ovPRe9MhIQOy3bNU5ZnugFhkJr9paAIv { display:none; }
 }@media only screen and (max-width: 763px) { #qANgpUA8tGDMq0rV6uRxtns2Q38sh0ZD { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaG1T6dPsBxAoPmW1vpe0lfGLa11BunV { top:97.125rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { display:block; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KylsW7xMA8gmdTiR14lAC5DPfzMmqPkA { top:1.5625rem;left:18.78125rem;width:10.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6BeXdsGfH4aA73rayWQy384nxMaNq7U { top:24.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { top:27.25rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { top:41.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { top:44.5625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { top:53.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { top:56.3125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { top:20.5625rem;left:0rem;width:47.75rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy8Qfr1zxePGOkEkXh1dNmsh9Ovgp8sU { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { display:block; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIQ6DTT5AraQIbLypdROTmKNof15Krt { display:block; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A02QfoF1DVNEvQVI0QlRDI5WaehFSsyl { top:1.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { top:10.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { top:23.25rem;left:0rem;width:47.75rem;height:29.719688221709rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { top:16.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { display:none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k4deXys68F8TPyIsOFEVChqf1DCfpM14 { top:2.375rem;left:2.716796875rem;width:42.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { top:11.625rem;left:0rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { top:13.9375rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { top:27.4375rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { top:8.3125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { top:17.1875rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUuClyJTBzhTyTG3QovRrQTld1zV25Up { top:11.625rem;left:12.3125rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLbtECD4vTRaVMibO29rbXdO3rK570N { top:13.9375rem;left:12.6875rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { top:18.9375rem;left:13.6875rem;width:20.375rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { top:27.4375rem;left:14.71875rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { top:11.625rem;left:24.625rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { top:13.9375rem;left:25.3125rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { top:18.9375rem;left:27.375rem;width:20.375rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { top:27.4375rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEvaP7MAeDECFEKnnkvWovKZomgc4Ssk { top:51.625rem;left:24.625rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Acm18sGOGzDspkVynyD1n0f2US9FeH { top:67.5rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { top:51.625rem;left:12.3125rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { top:67.5rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { top:51.625rem;left:0rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { top:58.9375rem;left:13.6875rem;width:20.5rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA9QT38ubTacxuqM0W9sBkniDnThFG5l { top:58.9375rem;left:27.4375rem;width:20.3125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { top:67.5rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUedUCHk65yg67c83rL5Oyk5DeaFULd { top:58.875rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { top:53.9375rem;left:13.96875rem;width:19.8125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk5NvtTlznsOgG5bI5ToyGLWlGInedQu { top:53.9375rem;left:25.3125rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { top:53.9375rem;left:0rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { top:1.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { top:10.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1gwkuUfaIyh2sfmMOkdg1f4Fan4kw9w { top:23.25rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCVVrP8sg8SieTeHBbTpx8CFSuNsv6k { top:16.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { display:none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { top:2.375rem;left:2.716796875rem;width:42.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { top:11.625rem;left:0rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { top:13.9375rem;left:0rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { top:28.4375rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { top:8.3125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { top:18.9375rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { top:11.625rem;left:12.3125rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { top:13.9375rem;left:12.6875rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { top:18.9375rem;left:13.6875rem;width:20.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { top:28.4375rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { top:11.625rem;left:24.625rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { top:13.9375rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { top:18.9375rem;left:27.375rem;width:20.375rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPtsImcE9OXtsbitmdw00oHLircwzocw { top:28.4375rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { top:53.75rem;left:24.625rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { top:70.875rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { top:53.75rem;left:12.3125rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { top:70.875rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMadluyhQptfPMyBWliywiz7vug8O8AQ { top:53.75rem;left:0rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { top:63.125rem;left:13.625rem;width:20.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { top:63.125rem;left:27.4375rem;width:20.3125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { top:70.875rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { top:61.0625rem;left:0rem;width:20.375rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { top:56.0625rem;left:13.9375rem;width:19.8125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { top:56.0625rem;left:25.3125rem;width:22.4375rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { top:56.0625rem;left:0rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { top:2.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { display:block; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { top:27.0625rem;left:0rem;width:47.75rem;height:104.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFcBX1uUmuZSVI9Zmr6o2rOWmoI8Trua { top:61.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BueMOxdeHI9Cyfr5PCwEQEfJzvEKqTr6 { top:61rem;left:0rem;width:16.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TEeTcOb27zOfHsWsVVl5TPVOCo3cXr { top:71.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgbziQ9559Tz1P0cgyRSZxdKTdq7luFG { top:71.25rem;left:0rem;width:17.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ve3MZrCgplWhuMk7HSC4RWKVwpymRu { top:77.375rem;left:0rem;width:14.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsJWZkNg2IFiAMyHMe7rXSst9PCTgaed { top:77.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcbefliE8k9zG0RV1sreELQPGTIkVkw { top:74.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzOxBTOpa7gOPO6xdsc5d30KvDKH8acK { top:75rem;left:0rem;width:15.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnpfbVm3mgDqvG2Tocgqu2LP3bnHMHK { top:85.4375rem;left:0rem;width:16rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrE4i31Fia2ftk0buUdF9BmoGHdgVyp { top:85.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9kB6Lu0u3ITCsQfD2WKGl4Tz7OkaWTx { top:81.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTuhRv0Ft1iUA6UmXSCTIhDZ8WCNd7J { top:81.25rem;left:0rem;width:13rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF1a7pF9183d76Nkk9LULvQv9adrBVW { top:40.4375rem;left:0rem;width:20.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAPRoSbfxJgKMIyT8u66wblG09Hnxxb { width:20.0625rem;height:5.6875rem;top:110.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRaEzuakZdiC178WUJHtuOwqxN38NZGV { display:block; }
 }@media only screen and (max-width: 763px) { #eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF1MZfdBcUTxn3gR7ikuD8sloiyEWpXk { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnkplT25n07cABXx2AxflnRSfFNWzpHk { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { top:125.75rem;left:42.375rem;width:5.375rem;height:1.8536144619862rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { top:125.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8BEWrbl4JdFnHpJTGlrxVQGpLMI1OK { top:88.875rem;left:0rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6IxNfQuAVhVXnisDepvXQJrEDQJG { top:88.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIWObySXuPVJW1hqKMRqReNTtuMQyeAo { top:2.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { display:flex;width:25.625rem;height:7.6875rem;top:1.8125rem;left:10.095703125rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
 }@media only screen and (max-width: 763px) { #fSTexLxxudQKyBfqJ36whbJ8esFJmo1W { top:65.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Ab7xK6P80zpinZzUKMBpMUwm3JKCfl { top:65.125rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8KeztJPRelSnMUE9zLegqKFIK88Re5 { top:68.4375rem;left:0rem;width:15.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyeaaZsHwaTN4w0UANdcwz1gMxltTxbP { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKLvOm6zDRgZTsvmqCzENz66hguctvDX { top:91.875rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQfzUqrIpGnntWDVGtmPM7svDRt9L3ZE { top:92.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { top:24.8125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0wfMUCUOdyRXgXQBNFkx3FkfUPwePf { top:27.0625rem;left:11.875rem;width:0.0625rem;height:91.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8czRWURpE0EvvE7HiKTvUQ7wsn6u4wh { top:28.625rem;left:0rem;width:20.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLgvQxw0QXiilUXI2TedEyMWLggPgEl7 { top:28.1875rem;left:0rem;width:21.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbrRFfNV1T7FX1bZac3rSCN3dRU7puNy { top:34.875rem;left:0rem;width:21.6875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNafJ6bV1lDxTpNLS088TVzWDX9s5Kch { top:55.0625rem;left:0rem;width:18.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordrfCKau0VsXxfdCT5Tfve6cERT4vxE { top:39.75rem;left:0rem;width:21.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5J0oXBTgdlizQdBfqo58PixMh69z9y { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfFpWqwVIakFyZcIEsKbpRp2TT6Kr6Hu { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnCRWVELc8usGExZuG7UnPpgdHHpEi9 { top:56.0625rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXtQ2TZK6IPCeltpOwwctsPaLdNaoDsV { top:55.5rem;left:0rem;width:7.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMIJa4Mko54Lns2KzZTHeHlusfSn8eUX { top:56.0625rem;left:2.625rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scysgIzgTAL481Woo09E7duP297zZD9w { top:27.0625rem;left:35.8125rem;width:0.0625rem;height:91.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { top:71.25rem;left:17.062255859375rem;width:17.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { top:28.25rem;left:12.9375rem;width:21.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { top:28.5625rem;left:13.59375rem;width:20.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { top:40.4375rem;left:13.875rem;width:20.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { top:56.125rem;left:15rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7XVIaRT46T31lRlKnsrddpXd78Az4yD { top:55.5625rem;left:20rem;width:7.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { top:56.125rem;left:26.75rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { top:55.125rem;left:14.4375rem;width:18.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { top:34.9375rem;left:12.9375rem;width:21.6875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { top:61.0625rem;left:17.062255859375rem;width:16.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { top:61.625rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q12crLrbrmZSGyZMhOUNytw4uatINflq { top:65.1875rem;left:17.12451171875rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { top:65.25rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { top:68.5rem;left:17.12451171875rem;width:15.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { top:68.5rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { top:71.8125rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTdkXw3uTFRE5cUNmKpmpeSFAcCurwC { top:75rem;left:17.062255859375rem;width:15.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbBTUz83gX08biyK72g82i4wypCetCA { top:74.875rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { top:77.5rem;left:17.062255859375rem;width:14.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { top:78rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { top:81.25rem;left:17.062255859375rem;width:13rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { top:81.875rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { top:85.5rem;left:17.2490234375rem;width:16rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { top:85.375rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { top:88.9375rem;left:17.062255859375rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { top:88.8125rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { top:91.875rem;left:17.062255859375rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { top:92.3125rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { width:20.0625rem;height:5.6875rem;top:110.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block; }
 }@media only screen and (max-width: 763px) { #g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { top:39.75rem;left:12.9375rem;width:21.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6m1h1Gl6qhLydgI9h20DbKOBsEUgSau { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2C87NnSUzo7aMmOFXWkcterPZye8re { top:28.8125rem;left:27.25rem;width:20.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg0hrgl3bo5nhuyCDxUGMHrTaH7IkI4G { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhSMlEpfuOhHrzLfF5CuDDnTqirt3Ag { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1sDvD2kAn48LK6rSVaTXNiFguVsuHqb { top:39.6875rem;left:26rem;width:21.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEcKuN4RqgD4XOoymvp6CmOwQ5hWmyIs { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL86tbwutUGDtoBqSVGh5H7HPeTRNr4E { top:40.375rem;left:26.125rem;width:21.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTvGOsWhGpV87bP4kIO3xR9blu9fJnx { top:55.5rem;left:40.5625rem;width:7.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btdR4EiT1O1UUZAdekc6zfbC8tqdWwE4 { top:56.0625rem;left:41.5rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md3bINXSOLzqKZliN2tntrsKIhMTNBH5 { top:56.0625rem;left:39.4375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeyeCQZGQtBrkvlP1fyoVdwcXTHIyMNd { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZozsFG94TVXRhA0UgFvD6I3zwm8FpP4F { top:60.8125rem;left:31.3125rem;width:16.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0SbTQ0Q9SC0rPgs7GhHZfQGi5yNEALB { top:61.3125rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aUAKzvpVwbxUTQUBMCZWntUrsIR2F4 { top:64.875rem;left:33.0625rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyKoKAmQ8k9VVOCOayrKS5VCOoA28JSd { top:64.9375rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpzupbi82VO1xPmmy8DvcJUO5KfdKm18 { top:68.1875rem;left:32.6875rem;width:15.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaLERBDikWeuLDWCldcIMWFzznN9Wf9 { top:68.1875rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJgxCwE0pqWS2ZzSpCvsa9l8aB9ceP3S { top:71rem;left:30.625rem;width:17.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LTIHAcM7Qzbzb5zu2Ja3AQFlvB3p8W { top:71.5rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWMbWGtopwtgzEqB4LKsw6LtEi42imTd { top:74.75rem;left:32.5625rem;width:15.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxF5NvX3hWoTIL9FTQvF6SBe4DVXa9NT { top:74.5625rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZmUn8aSaT9nu6c7urbiZ1yfNqth96ha { top:77.4375rem;left:33.25rem;width:14.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pASRHNogZ89DmMcbVwQHVtidoksuMC { top:78rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfILTqB7oxq7reiseZPbgT5Bl8zEkHJa { top:81.1875rem;left:34.75rem;width:13rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4MSSTwMkdZyyJ4wcWO1Z11f5ECTeKi { top:81.875rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0IATJ2Q6whNRtJLck9D3ssJ6fxPTtC5 { top:88.9375rem;left:31.75rem;width:16rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLTKzZ9NTxzr3kXZGpvQ9ftgGWgInoD { top:85.5rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAm0T9quhader9wopQoE1uqvTDosZLU6 { top:85.5rem;left:31.3125rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH1avrgMM5KSydWQ5umDUNVdbRI9yQ5m { top:88.9375rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDV72yTHoDOKkTDENhHssNOTMVJftHZw { top:92.5rem;left:34.625rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpHkl5lAeVOXyENsOvWm7IuUNOnmAAT { top:93.125rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ3EH9nc8WLRQ0gxB5DUmlqKJLHWC18q { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOc9B41rCfpykaqlvsTddWr7VITAk86i { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzcgQGXb1cz6wKfTJXKBOsVfLuPRaWze { width:20.0625rem;height:5.6875rem;top:110.25rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTbbaPfmiI2gfW5ivGqTTR8TCNNbwvO { display:block; }
 }@media only screen and (max-width: 763px) { #ZW7uhaGdyM5lI0Ag7STSZuVTHw4C9TNi { top:18.375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEN77bQ3hKsvkwh6oDMtbmdldUeRvBJT { top:27.0625rem;left:23.9375rem;width:23.8125rem;height:91.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4kwUZL6oo7P1qawTl6oB8vezDTfBVLS { top:11.9375rem;left:27.6875rem;width:20.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7IniTSnnXvhFPZcsqVVXWDGnvsVmkw { top:14.375rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1VSeFlMQcruXqg009wgqkf10bMQDJRu { top:28.8125rem;left:27.25rem;width:20.5rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu { display:none; }#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cSD9Z9Iywqhxd1fJrnRtooPFiKhS6mS3 { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrE7L8MlLJTxZxpH23GP0ZFGBfpub7aN { top:34.5625rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw4Lk1GKGxCx1oohTyKFTpk4Hmmu5DeL { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNmcirkVJ7kXJ7BsRbgApEcTzhMI5SwI { top:39.5625rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX4WwkRTcJoiQsLymyUyuTs5sxqW62xW { top:31.125rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wey2ohmTEclL49karNVylp4TWKVPcXuE { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSaJslJmKbz4maoJfI8ivQSbzl7Vog3 { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQGoNKG8MPg2lDwtl5QNHvkizP7U3zdR { top:26.75rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu73UaP3Q8EK05VEy0SAd43V3Sl8Fef3 { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6IegT2w5TFz65KMwBQf385wyTo8Tgv8 { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLZfamrTZGvmqA61ngoNbeQzhXIGX4f { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HzkyF5TdaIC6ohhzzxHFaDi0y2PX06 { top:38.75rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ghNJNrbT3IFr6eHAZ2iEuxqvoWBsiM { top:13.5rem;left:0rem;width:40.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKJS1ydy5lTKEazatSvEkTfp1ez4wsL { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmNS4SqMnaVqQEgxFUddOxcA6l7sez4X { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhJEa3dA0vaPqNK1yo5Ldvuzl6y3lV2 { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEa6NqcgPacHWU210IApUX2FqAA66me8 { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6XAREc1Dmu08M7T0XuEePlT45MKthNo { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CQaxTiX6Lx6c6OqBXTJXfTAhOcgVXR { display:block; }
 }@media only screen and (max-width: 763px) { #fPhCnei9X2h2swatJ8hB9Z0I6R5XB9FN { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #agPol9fkiEvPTMNKHvBKq1idspWMUmgB { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdnkFLGOTvd3EZbtLs5WpCJyoVkGMnyJ { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCTsewCd6AA3bStQiS2KeA2UwB9QTeoc { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlGBz9E6J9olcNZMPbKwxVIqEDPMPQGB { top:56.0625rem;left:41.5rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcZGZsHqpAJMGaiE7VvChtz2vS7PLVou { top:28rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTCTXQaIhTaXkh4PMmOdhkh8DHGO0UK1 { top:56.0625rem;left:39.4375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcKJ06i4QwuxiRNtfrO6HAxxhfqE0h3V { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBehuxtuTbFbJc13sskiQSB4nANdAAmo { top:1.625rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlMI6fH9IQVDZuvPp1AaDzJlMhK4iISF { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rs1gdWt7JevL56TumT2eTN6WIbUpPNlU { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JximfHgctZNvWgqVyJTRAdsoIonfTSUD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvfk8hvWNzqnt5ftwdQTXCLFThJzan4r { top:11.9375rem;left:27.6875rem;width:20.0625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ5OwPEVMatot26Us820zA6WNUlEUw8S { top:14.375rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFAZmhlii0rM7FUngENghrvisqL6OCXX { top:18.375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNbG16m8TnP2sJJCaHmAQTy4IsbJV3Eg { top:206.8125rem;left:0rem;width:20rem;height:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpkTx4siCOXOkFAhwOpu3TQZCPHXi6qZ { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6HiMK7eeT1NCBQt7RrRqbO5cTge4Adm { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { display:none; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block; }
 }@media only screen and (max-width: 763px) { #XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { display:none; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { top:16.5rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { top:22.375rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { top:31.125rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGHi22CWBT8XtTUByIvipWNphWz4tOHt { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { top:26.75rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um9TEz31G1VvdL7ngOotJ4gmhoGF6oce { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG6dWnzgpryBbMh6XrhnXoV3U9a7GcWN { top:38.75rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { top:13.5rem;left:0rem;width:40.1875rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block; }
 }@media only screen and (max-width: 763px) { #rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywE0MDTEh1Z5qU7Wlwd611aSOFpDTRnQ { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEMNliWygg0z9TVxpiJzPiPsMIZnlWPF { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfu9bqwAlCCB7aQZLZvaqU7wuuhKnPsh { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT10ffugyWdzTAGGIpk4FdOH2w5q6hOS { top:56.0625rem;left:41.5rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqXDTeCiyJq8u8T4QoGPUc4Xbqv0F7ha { top:33.8125rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyrB0WpAxV4H8M3ux1pKTpne4FVQRFUn { top:56.0625rem;left:39.4375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { top:7.4375rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9qvICkLaWGpC6HumN1POWPtTy5ubu8C { display:none; }#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vw0VK9f7mTRWbbZGrhgJ7SBfmN9dbSTO { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKCsuz1sCrxfbb3wIEqMzeQNVGxLKGJw { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyTTJFsSnK9uxlhiESTqPUs4lhb0vn9 { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sqE4SN1Zf4KDFOW1l2KXlqEWHi9yIQ { display:block; }
 }@media only screen and (max-width: 763px) { #kB5TxnbR9f0xlkkZay2lb54iXwCiFU7q { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqGOzdT2r2zTi5XDeM5oUTmwdvU3rlEK { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nycwHaiu4wTJttUpRTFMcI9JeccJCxpy { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIzKhns7HkQNSo3FVn65ix3y83GGZT3 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PulTwlZWboy4vvTWgHi1ZWlvyTQLt23h { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximMVNIgTkR4aVWwKGn92Tq19Q6e4TpZ { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb { display:none; }#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EU6L57vbPvWZV7TALU24KyJRl5TegG2k { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdI6s1zEXcJey6O0XegXSGzy5QFiThHx { top:16.5rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeGgaqRrcSZXn9wcDSGuoWXXl3TBgklJ { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVW4CL0vOTQkxKdmwcF5fNxXOpZEGCF { top:22.375rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyZq0HztecFdigtZVc17FQJIKhcK4iNm { top:31.125rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUKNNEnTThm1gF6psQXlacrrITZqGriC { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJVlEtiOCPFnIIWI1PPhhkvMLJdpqrvm { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98kP2DtzT5xx7IbWNbdiGeTflyTSdnK { top:26.75rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXv7AUzhzZ0iuClctnPxQiXLewIkRE1L { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4RAVriG40I5C8ztOzJXJ7dVJlkHWXH3 { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPB17A08QBBPOyx0Md0EvpZtUBnoeU8 { top:68.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs32mK3lX80rveCnFr1fnco24L9TnCDT { top:38.75rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AO618C92H9aeIiRybC2oTp5ZDkNseB { top:13.5rem;left:0rem;width:40.0625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHT1nCNoRB2l7eM8VIlxVCrNhynkXtd { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZwVVX2NCG8pBAVf8NcTe1RtCWEF5sGm { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIUTZxPTx43xqlsE49bmGwzacwnbs1GS { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmutsdp8EC7SdxVByCOVpg3MaJqRly7N { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4B5X8ahF1JEwJtp5Eg0BM4qrecH0oe9 { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqPuSWkZO87a7T0T1D5OH53NcxthDGw { display:block; }
 }@media only screen and (max-width: 763px) { #gaZ4BtUZGDWGAJ3RNqzp2BKu3AeNa48h { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0LGELD28shAg1cNS9TzakJriTI9Tf1u { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nhvk04LaTl8gUEsTHrksSAgvrHDZUWes { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqLTNOJQh3l0McArSkGnqP78Kt80W8z3 { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN3wnF7gE46RpvT5O4x79R2TK1WgIe7A { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnaPtqA0GwU0ibFnfKr2QPXEsSSGpU4T { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBRLSsxigx7qX9PoMMZqAV3DX82v5NF7 { top:56.0625rem;left:41.5rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyZeTayfq328WchFylucXqoiM7eOC5gh { top:33.8125rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUCbETI79oRyoo3Ir7HnORhmRe6VVhEt { top:56.0625rem;left:39.4375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w93MWxTSaQSZzi9PIh2QKTo0CBqIwlhO { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHdysedmSu66blHTSrnnvDrseFLTSGzi { top:1.625rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWbumF1sMxB3pCwamlLy5DewQsS3teV4 { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDrEFNKfkFTUG0iKPpw6dHPv3r74eKxT { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIlkxszp2puudWEuQyiMXaRSBPbO3QZ1 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxE01T5qce4WCOWRQKCno92vTQVW2Ail { display:none; }#gxE01T5qce4WCOWRQKCno92vTQVW2Ail > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z9mMb7qpSUlzxEkbycTLzoIQVXsuw5aD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhEyTes2nsAB1t99XwFSQE8wvaBEUQI { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrP3r4H2O26vvbdEtVdEuCXv5qIhvTsT { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2x5ius4HFHNyGWgGm1rk7oFsWATSpJV { display:block; }
 }@media only screen and (max-width: 763px) { #wDtScmu7ONrrBLTeH2ZDaU6Do8H3TV9h { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukvyEy5eg5DtSuWxrJsgwhUNJ2AfgKE { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRsM3gwXqKvpG6FXJlifIK8wKKNPWN71 { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye03o7CfArxJ9BhDvy58Lkn8Rw5RkTml { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaD816tTOJZkbL8VDTGVtv22u2rUmhC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yycElElTNmlU5RD9WBfCe9A01RllRJ { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { top:4.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { top:10rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { top:2.8125rem;left:6.3431720733644rem;width:35rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:27.8125rem;top:32.375rem;left:6.3421516418456rem; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #T80ploo63TrGiFE3FBswb8S6La9rziOO { display:block; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucyFIKTnom2QpdN0V5Tto5mgzqqzzkCi { top:1.5rem;left:0rem;width:47rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECOK74dTq5TaKBSXPOIy9ZIqJw1W5JVq { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB3m66K43AElIvR4vRIPLJ7slAMAh5ya { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0flJzZyMOFOK5B0zv5hOD8oqJ3DEXpQ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5Ipa1rT9AVnLVgvRzrCyIi10dBc0pG { width:46.75rem;height:10rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUc2voob8ECHsocVwfilcebm3x9hnzJ { display:block; }
 }@media only screen and (max-width: 763px) { #WR9FSEvzwbN11cTrn4osuyEy0ZnMuwmW { top:24.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt223Lc1mk0AcDgqNNaAMlqL7feaWbdz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuOSwRbtu1dIxDQMid9LQAGOyKaZay9J { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRQ0FqsRV3ahaQfAESOlFtqAwSUCKVt { top:24.375rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t0THOe50y7cCCapDA1K2uW6R4X3txA { display:none; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ARIB6028wneCOlrhTtUPnHIOgUXR67tW { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7kCrE6TlfKmagCvCDQbseGRioD14rO { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr0bt8EeqvqTGSwwWzreSP4M8parrRKz { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7TtUdyPKEXWB3wt0AL5Lvu3AxHgvIws { display:block; }
 }@media only screen and (max-width: 763px) { #i9Bk1575O6v1IM1LFDxpEgwEUlT9y3nb { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqqi1l0ZBNpytmOOJFagRwDGnVz5soz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsCNE1xfRKWEACW2f7FucIWEwRfSb67 { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsOkruTgxd45Ps0eT07GiPLcQ8adseI { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6NHbX6hogyeXLtaFNVi4LRdPnuNqIo { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82eV4F8FqsseT6QelJwydPQdtcTApKH { top:0.625rem;left:0rem;width:47rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS6GG9zhWB6qP6bda74iTNkdQ0HCqwR4 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6RKe8Sfv1iBZEFl9gOfAOB9KnNgsrq3 { top:11.9375rem;left:27.6875rem;width:20.0625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCHLszc6noeI48JXpdkg5v4u2dQAZto1 { top:14.375rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvCGxk1agEBqPSEZQKQfTtzT7f4JeVqx { top:18.375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRluzttGu9KA64xC8ztnuMBUdMOVbwua { display:none; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { display:block; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtRqpqaoE3IIpCPDbP78B9ieLc0O1scG { width:18.5625rem;height:1.3808625rem;top:0.625rem;left:0.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8tZ1Bsw44Gw02rzmrZs0oqWSl8QgU6l { width:20rem;height:2.5996125rem;top:2.623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32375rem;padding-bottom:0.35625rem;padding-left:0.32375rem;width:1.940625rem;min-width:1.940625rem;height:1.915625rem;font-size:1.425625rem;line-height:30.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.223125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.589375rem;height:0.75625rem;font-size:0.535rem;line-height:12.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { display:flex;width:13.3125rem;height:3.625rem;top:5.22265625rem;left:2.8603515625rem;padding-top:0.45rem;padding-right:0.481875rem;padding-bottom:0.45rem;padding-left:0.481875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
 }@media only screen and (max-width: 763px) { #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.adaptive-delivery-prevent-bg, #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.lazyload, #usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi.lazyloading { background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { background-color: transparent; background-image: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row > .video-iframe-container { display: none; }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .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); }#usK7CMfVpZT6xDwUcyJ5du72i3ZcsEZi > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { width:20rem;height:4.0625rem;top:27.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExExThBxgvgyR14xLbC3UBBFHdIQMJKn { width:20rem;height:5.51074375rem;top:20.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwFVp8cCDuC4HZedL3Ot0FmBoBNf5GT { width:19.375rem;height:12rem;top:49.8125rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuKdJNy5G8CrmLQzf7DIu2Iv8hhgFHQ9 { width:12.24975rem;height:3.75rem;top:13.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { width:20rem;height:6.5rem;top:41.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXbnoPcSBnkHEE0T5DCP6h61yomndcw { width:20rem;height:7.79883125rem;top:32.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMm9khuNDtam0ggNViX0VFClpdXnghWU { width:20rem;height:12.421052631579rem;top:63.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8wa9ia7ISBRP2dPOVAHqMmDIpWuK4GJ { width:20rem;height:12.421052631579rem;top:51.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:20rem;height:189.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { width:20rem;height:0;top:1.044921875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4DRcwQ9Ux38bot9ziz0CE4o7nNBGmKP { width:19rem;height:2.0625rem;top:13.125rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { width:16.875rem;height:4.5rem;top:20.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { width:3rem;height:3rem;top:16.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { width:3rem;height:3rem;top:27.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { width:3rem;height:3rem;top:39.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { width:3rem;height:3rem;top:51.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { width:20rem;height:4.5rem;top:31.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { width:20rem;height:4.5rem;top:43.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { width:19.5rem;height:4.5rem;top:55.625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNuAo2lagevKPsODETsQzgCSTZr9kUcr { width:20rem;height:7.5rem;top:89.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #angiCox4JMBMJLASTCFCaDG8w2M34WWp { width:20rem;height:4.5rem;top:78.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STRGTnzmLPBG8IiaApDhv1crufbyMugw { width:3rem;height:3rem;top:74.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { width:3rem;height:3rem;top:85.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { width:20rem;height:4.5rem;top:66.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { width:3rem;height:3rem;top:63.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkJJvliarIFvAuRT5J5MpPl9d2ic6vXM { width:19.25rem;height:31.9375rem;top:160.3456875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iopg46wnWwB69w6TfzQOLiQsy9n6SQsD { width:19.3125rem;height:0;top:183.4706875rem;left:0.6875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgQ9aPH36L8DNtQ6Vw9eIB4Oemz5xaWJ { width:5.4375rem;height:1.875rem;top:183.2206875rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfXKtZbQvcbBisH42souQKMSQODPHJK1 { width:19rem;height:10rem;top:172.4706875rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZgT8pn961QQnbNfRUFmOlmbJdXXnk61 { display:block; }
 }@media only screen and (max-width: 763px) { #gcrIEhvQaR0aCI7N8uqTwFO66P3rhqr3 { width:18.6875rem;height:0;top:183.4706875rem;left:1.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te9bT1KK2Ni3yWlPdDUezllR4lyKLniW { width:2.125rem;height:2.125rem;top:183.2831875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKSyVZ3P9ABTkELSflCWq11nllOw6Lo2 { width:20rem;height:0;top:169.0331875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgF0bahiITB3OkGrALvgkdbG3AIvZ5Tu { width:20rem;height:0;top:165.0956875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkPOwHbTT7Cct8yEdQl0Brb9b5NnmTTb { width:20rem;height:0;top:162.0331875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { width:20rem;height:10.15625rem;top:0.8125rem;left:0rem;font-size:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { width:20rem;height:4.5rem;top:103.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { width:3rem;height:3rem;top:99.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { width:19.3125rem;height:9rem;top:115.3125rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { width:3rem;height:3rem;top:110.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP39Dz5IVT4kTyXivwG6ZafE3t5M6BNK { width:20rem;height:4.875rem;top:204.4746125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FktNt002fzLzfUUv45fhX5R3fJTDN5UC { width:7.5rem;height:0.1875rem;top:203.0371125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9UDFIUK1BO3hNbT8qH0peHKSLSFxHfS { width:20rem;height:4.875rem;top:214.349609375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxPT4KBLuoatqI2prd9JTFNUbJhHLlaT { width:7.5rem;height:0.1875rem;top:212.787109375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTDOixPXPAcTOBFMTreoqOThO1iMLma0 { width:19.25rem;height:32.4375rem;top:210.599609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y491GETLzeODzBuhudmhB4M0lL3ZF31d { width:17.5rem;height:0;top:221.349609375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0NH1tcgTByAXK4PWqCdg0XQWzpPcHz9 { width:20rem;height:0;top:225.412109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1g3iXD0gnNO22uIhFcQsyTPV0rPVspx { width:19rem;height:7rem;top:232.662109375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5FdQtMdT0TzIXZrM7WlOQfTahV7UHho { display:block; }
 }@media only screen and (max-width: 763px) { #zec5zuJoHcF2Vleb8IIG00MJhaaLecPF { width:20rem;height:auto;top:119.625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nF7pUnCs0ODUpq7QPpmiIkane2BSAtT8 { width:7.5rem;height:0.1875rem;top:118.0625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wn4KG2rbFdGK016q2yItqutyuX1K4GMs { width:19.25rem;height:32.375rem;top:115.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUrcUs4XM7DzBGfr3eTCQZbA02bmvE24 { width:17.5rem;height:auto;top:126.5625rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgNuDasOKDT7WTXXrBLsZrox1rLmQJno { width:20rem;height:auto;top:130.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiUwQ3IlmOyAguXSfIgpvoJd8ivV0G1T { width:19rem;height:7rem;top:137.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsR4ZvHC4Kf3gbvFdchZ6C5UPhBhOuJp { display:block; }
 }@media only screen and (max-width: 763px) { #TffMr0rrwN62gu6hTzHrszJl8eXbqSFQ { width:20rem;height:1.625rem;top:190.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKWggf7GovlPp0dhaKqtFOV6tEa4JLu2 { width:14.125rem;height:2.5996125rem;top:193.5rem;left:2.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKeH5kp6niyMiX5ZbIUfu536EakXK7BJ { display:flex;width:4.4375rem;height:4.4375rem;top:197.3496125rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { width:20rem;height:4.5rem;top:182.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { width:20rem;height:4.5rem;top:172.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { width:20rem;height:4.5rem;top:162.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { width:20rem;height:4.5rem;top:152.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { width:3rem;height:3rem;top:148.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { width:3rem;height:3rem;top:158.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { width:3rem;height:3rem;top:168.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { width:3rem;height:3rem;top:178.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwrZEiiOzQNaMT5e67VF633SnHise7G { width:20rem;height:6rem;top:141.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { width:3rem;height:3rem;top:137.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { width:20rem;height:6rem;top:129.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { width:3rem;height:3rem;top:125.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 { display:block; }#Z9AXV9PWz0bLBQ5ND9DQZvuhsC2c4MM1 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52LmbWTBWz3CLUVTKSwAyw80EZ7LkZ { width:13.625rem;height:1.19921875rem;top:47.875rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doFal27gzd0NTcd9ydwR98dv8zo2mDiF { width:3.5rem;height:1.25rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1t2wfroCRcwnnm52NtAuwGAVFUs3ku { width:18.1865rem;height:7.8125rem;top:36.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9tKwtZtZC4TS1fOzoBDX8iLJlTHRtTb { display:block; }
 }@media only screen and (max-width: 763px) { #CHhy6mCrXNXHRMkqQT1ToKhTnqzcV3b3 { width:11.93725rem;height:1.19921875rem;top:45.6875rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgdltDXVgrNRUlEPTbDnixzxI99ogFmL { width:20rem;height:1.79980625rem;top:33.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7XIp6CBP0oGSHADWfJTR6QT7r7qmx0U { width:2.061525rem;height:2.061525rem;top:45.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvMFCsE4dnVG4W7GHM1eSspNCl2C9GwU { width:20rem;height:4.875rem;top:27.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrsRSbcS3dEt4fzdgkzEQWkEOJsCKoF { width:20rem;height:2.5996125rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JmFRcpEA76WGHrwcp4v9nzOdbBSv7t { width:19.25rem;height:39.875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K30dNGlbBcsuySeovT3IJ4i5hLHqFpRP { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #TWOAzNXK3LTs4iuLi2vzn6glCfA4MoCq { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #wrAZTVBh34RhxASAgZln4EHFF3yRi6ZL { width:20rem;height:9.59765625rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #BrigwSfgn3cHWuZLSEWERoz8g9R7xelg { width:20rem;height:1.94921875rem;top:1.5rem;left:0rem;font-size:1.5rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #ksT0bDfxIKv9cDlVLmbkwRyrNAMMszd7 { width:14.125rem;height:2.5996125rem;top:4.125rem;left:2.9375rem;font-size:2rem;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #IW4C7nkwPSCXCESgIcm68nL7GskilIqy { display:flex;width:3.0625rem;height:3.0625rem;top:7.5rem;left:8.46875rem;z-index:15208; }
 }@media only screen and (max-width: 763px) { #OgEo9PMak0HIfd0W6wr7qR5wNO1TV3Oe { top:23.625rem;left:0.40625rem;width:19.25rem;height:0.1875rem;z-index:15213;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad { display:block; }#OD8ZWmauT1wfrBa8P4vS9XTVPfQMbbad > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egll8MbiArJBwl6WCRkJGrdcVP97NuKI { width:13.625rem;height:1.19921875rem;top:37.25rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJUqeKEIBFldN5EMhf1DFCbP43nb0eU { width:3.5rem;height:1.25rem;top:37.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4IHZ3Pw6r9Jeo5F6wSQPTkNn6VCfeB { width:18.1865rem;height:7.8125rem;top:26.125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTxg90WId99WSLKTyr2muVN41EO2X5q { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTblIuFO9e7IObEwFTF6aEzu9gId0P2 { width:11.93725rem;height:1.19921875rem;top:35.0625rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51d1QInCpz2tkQrlPWrmZf8cotPdOdD { width:20rem;height:1.79980625rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3weyw74strCZtOoZJO1n6W4JhbloVhq { width:2.061525rem;height:2.061525rem;top:34.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaiFWzIOLdGqgu4kdUVk2HcZv14dXV8q { width:20rem;height:4.875rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuOELIRcebEl43KPd1TCW3DOiDVMhVF { width:20rem;height:2.5996125rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXFORBVLWNv7u5rqGGKvZWP3VtZbzLn9 { width:19.25rem;height:39.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xZOF7wVtiTyAzhRk2cTcc5tA5zAzdB { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #H0WuZgC7NWK4E6tZQE66evhtbiK0OfN5 { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #ORI50SO1PZhTDqJsfStQPxagLld6I8Gu { width:20rem;height:9.59765625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #EH8KnK1TnKN4ihP5qkHWZP81wptVP9hA { top:13rem;left:0.4375rem;width:19.25rem;height:0.1875rem;z-index:15213;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM { display:block; }#WTmU0V7APNPtm5Py6TWVeHnZ6UfeZ6GM > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztX1iDegmZ5Gx1W1FhDNHTGUzkUl5Xc8 { width:13.625rem;height:1.19921875rem;top:37.25rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuN2LEkLc9rVp5OCfMzrAcTuKfWTA9vp { width:3.5rem;height:1.25rem;top:37.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCm7iZUkkgCXssW9eT4VN1TPUOJwNpIE { width:18.1865rem;height:7.8125rem;top:26.125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZT75VRkXPTRNoV7VO2O9KyLz9Ar5wSg { display:block; }
 }@media only screen and (max-width: 763px) { #rHecVEQmrFAC6LTyXR2iiL58qRL2Ls1A { width:11.93725rem;height:1.19921875rem;top:35.0625rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOlKo7PVC00n8WftgA9laMTPNsDEUOAF { width:20rem;height:1.79980625rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWb3q27p09LPDQ9guag3HcsF3BASQxF { width:2.061525rem;height:2.061525rem;top:34.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuKaIAoxJIyyswKCG6MvB4sTxT788MXb { width:20rem;height:4.875rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMFNmenszKxb8LOIWIXJ4wn3eDn6POUl { width:20rem;height:2.5996125rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZcFRGyzBsyXNXeOX0u4NTmbkqZafrX { width:19.25rem;height:39.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbduLMNLQvFGfPFcyUdOnQWv59OQLOF { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #C57kexbXEom7eVA7Fld2HhmXcTh9WkTb { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #vPzZiu8JN3DBifCGV5broCUJHi1C8zg9 { width:20rem;height:9.59765625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #wGIdLZnmus8Gx9a8BtQKEHS3leJyzRAB { top:13rem;left:0.4375rem;width:19.25rem;height:0.1875rem;z-index:15213;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { display:block; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { width:20rem;height:6.82325rem;top:0.962890625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { background-color: transparent; background-image: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .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); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c84PedSqfgBwanDIxR8SiaeDh13ghPTl { width:20rem;height:24.5rem;top:36.6875rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gqw9aWCgAkFgZLVuet9CKEFEtvMSfiR3 { width:20rem;height:6.3369375rem;top:29.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RxGvAKkq637t2BEbuGPTw6fpx25gwwG8 { width:20rem;height:14rem;top:76.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuOlcFGIHBmbyCARTzVbpkRDwkg7fKWQ { width:19.4375rem;height:8.44925rem;top:66.625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CFzqWwBBbHQixGFcWTn1emwfZgRMeFAA { width:20rem;height:15.75rem;top:107.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fksO2BTELlFlf1v4Qb8bnWuMHgSzNDSO { width:20rem;height:0;top:96.5rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #EnCxK50u7edqdBiQPUvuO0Tv52n8AifU { top:27.3125rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15037;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zLfPbRhDN6kisZiD4ZNyhnkB073rMMTT { top:64.875rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15038;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ovPRe9MhIQOy3bNU5ZnugFhkJr9paAIv { top:95.1875rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15039;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qANgpUA8tGDMq0rV6uRxtns2Q38sh0ZD { width:19.375rem;height:22.75rem;top:1rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CaG1T6dPsBxAoPmW1vpe0lfGLa11BunV { width:20rem;height:8.449225rem;top:97.125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { display:none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { width:20rem;height:96.82958984375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KylsW7xMA8gmdTiR14lAC5DPfzMmqPkA { width:10.125rem;height:0.1875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6BeXdsGfH4aA73rayWQy384nxMaNq7U { width:20rem;height:7.69925rem;top:12.61181875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { width:20rem;height:28.87209375rem;top:15.799074609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { width:20rem;height:5.77514375rem;top:25.486574609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { width:20rem;height:25.00975rem;top:28.98633046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { width:20rem;height:5.77514375rem;top:38.86181875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { width:20rem;height:30.78125rem;top:42.049074609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { width:20rem;height:45rem;top:9.13525625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy8Qfr1zxePGOkEkXh1dNmsh9Ovgp8sU { width:20rem;height:22.75rem;top:74.07958984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { display:block; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { width:20rem;height:6.82325rem;top:0.5966796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIQ6DTT5AraQIbLypdROTmKNof15Krt { display:block; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A02QfoF1DVNEvQVI0QlRDI5WaehFSsyl { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { width:20rem;height:9.75rem;top:11.6796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { width:19.875rem;height:12.3125rem;top:32.146484375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { width:20rem;height:6.82325rem;top:23.396484375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { background-color:#ffffff;background-image:none;display:block; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { background-color: transparent; background-image: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .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); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { width:20rem;height:206.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4deXys68F8TPyIsOFEVChqf1DCfpM14 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { width:20rem;height:27.4375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { width:20rem;height:1.7871125rem;top:13rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { width:13.75rem;height:13.75rem;top:21.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { width:9.375rem;height:0.3125rem;top:8.037109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { width:19rem;height:3.57421875rem;top:15.75rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUuClyJTBzhTyTG3QovRrQTld1zV25Up { width:20rem;height:31.25rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLbtECD4vTRaVMibO29rbXdO3rK570N { width:20rem;height:3.57421875rem;top:42.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { width:19.3125rem;height:5.361325rem;top:47.125rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { width:13.75rem;height:13.75rem;top:55rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { width:20rem;height:31.6875rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { width:20rem;height:3.57421875rem;top:76.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { width:20rem;height:5.361325rem;top:81rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { width:13.75rem;height:13.75rem;top:89.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEvaP7MAeDECFEKnnkvWovKZomgc4Ssk { width:20rem;height:30.375rem;top:173.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Acm18sGOGzDspkVynyD1n0f2US9FeH { width:13.75rem;height:13.75rem;top:187.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { width:20rem;height:30.5625rem;top:140.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { width:13.75rem;height:13.75rem;top:154.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { width:20rem;height:30rem;top:108.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { width:20rem;height:5.3613375rem;top:147.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA9QT38ubTacxuqM0W9sBkniDnThFG5l { width:20rem;height:5.36133125rem;top:180.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { width:13.75rem;height:13.75rem;top:121.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUedUCHk65yg67c83rL5Oyk5DeaFULd { width:20rem;height:3.57421875rem;top:115.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { width:18.125rem;height:3.57421875rem;top:142.5625rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk5NvtTlznsOgG5bI5ToyGLWlGInedQu { width:14.375rem;height:3.57421875rem;top:175.375rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { width:20rem;height:3.57421875rem;top:110.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { width:20rem;height:8.773425rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { width:20rem;height:9.75rem;top:11.6796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1gwkuUfaIyh2sfmMOkdg1f4Fan4kw9w { width:19.875rem;height:12.3125rem;top:30.083984375rem;left:0.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #asCVVrP8sg8SieTeHBbTpx8CFSuNsv6k { width:19.0625rem;height:4.548825rem;top:23.396484375rem;left:0.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { background-color:#ffffff;background-image:none;display:block; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { background-color: transparent; background-image: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .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); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { width:20rem;height:207.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { width:20rem;height:27.4375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { width:20rem;height:3.57421875rem;top:13rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { width:13.75rem;height:13.75rem;top:21.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { width:9.375rem;height:0.3125rem;top:8.037109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { width:19rem;height:3.57421875rem;top:16.57421875rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { width:20rem;height:28.8125rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { width:20rem;height:3.57421875rem;top:42.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { width:19.3125rem;height:3.57421875rem;top:47.625rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { width:13.75rem;height:13.75rem;top:52.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { width:20rem;height:31.6875rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { width:16.8125rem;height:3.57421875rem;top:76rem;left:1.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { width:20rem;height:7.1484375rem;top:80.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPtsImcE9OXtsbitmdw00oHLircwzocw { width:13.75rem;height:13.75rem;top:89.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { width:20rem;height:30.375rem;top:173.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { width:13.75rem;height:13.75rem;top:187.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { width:20rem;height:30.5625rem;top:140.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { width:13.75rem;height:13.75rem;top:154.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMadluyhQptfPMyBWliywiz7vug8O8AQ { width:20rem;height:30rem;top:108.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { width:20rem;height:3.57421875rem;top:149.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { width:19.125rem;height:5.361325rem;top:181.625rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { width:13.75rem;height:13.75rem;top:121.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { width:19.4375rem;height:7.1484375rem;top:113.8515625rem;left:0.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { width:18.125rem;height:5.361325rem;top:142.5625rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { width:17.5rem;height:5.361325rem;top:175.5625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { width:20rem;height:3.57421875rem;top:109.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { width:20rem;height:4.548825rem;top:0.962890625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { display:none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { width:20rem;height:682.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { width:20rem;height:46.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFcBX1uUmuZSVI9Zmr6o2rOWmoI8Trua { display:flex;width:1.875rem;height:1.875rem;top:11.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #BueMOxdeHI9Cyfr5PCwEQEfJzvEKqTr6 { width:14.5625rem;height:2.5996125rem;top:11.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TEeTcOb27zOfHsWsVVl5TPVOCo3cXr { display:flex;width:1.875rem;height:1.875rem;top:14.6875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #AgbziQ9559Tz1P0cgyRSZxdKTdq7luFG { width:15.374625rem;height:2.5996125rem;top:14.3125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ve3MZrCgplWhuMk7HSC4RWKVwpymRu { width:12.1244375rem;height:2.5996125rem;top:20.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsJWZkNg2IFiAMyHMe7rXSst9PCTgaed { display:flex;width:1.875rem;height:1.875rem;top:20.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #TBcbefliE8k9zG0RV1sreELQPGTIkVkw { display:flex;width:1.875rem;height:1.875rem;top:17.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #GzOxBTOpa7gOPO6xdsc5d30KvDKH8acK { width:14.2498125rem;height:1.29980625rem;top:17.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnpfbVm3mgDqvG2Tocgqu2LP3bnHMHK { width:14.75rem;height:1.29980625rem;top:26.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrE4i31Fia2ftk0buUdF9BmoGHdgVyp { display:flex;width:1.875rem;height:1.875rem;top:27.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #P9kB6Lu0u3ITCsQfD2WKGl4Tz7OkaWTx { display:flex;width:1.875rem;height:1.875rem;top:24.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #xCTuhRv0Ft1iUA6UmXSCTIhDZ8WCNd7J { width:13.6869375rem;height:2.5996125rem;top:23.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF1a7pF9183d76Nkk9LULvQv9adrBVW { width:16.625rem;height:11.6875rem;top:93.235375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAPRoSbfxJgKMIyT8u66wblG09Hnxxb { width:19rem;height:5.6875rem;top:110.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRaEzuakZdiC178WUJHtuOwqxN38NZGV { display:block; }
 }@media only screen and (max-width: 763px) { #eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { width:20rem;height:5.19921875rem;top:139.33984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF1MZfdBcUTxn3gR7ikuD8sloiyEWpXk { width:20rem;height:5.19921875rem;top:130.08984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnkplT25n07cABXx2AxflnRSfFNWzpHk { width:20rem;height:2.8994125rem;top:120.83984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { width:5.375rem;height:1.8534482758621rem;top:170.40234375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { width:2.0625rem;height:2.0625rem;top:148.58984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { width:19.25rem;height:1.69921875rem;top:161.15234375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { width:18.625rem;height:1.69921875rem;top:151.90234375rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8BEWrbl4JdFnHpJTGlrxVQGpLMI1OK { width:20rem;height:1.29980625rem;top:185.75100625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6IxNfQuAVhVXnisDepvXQJrEDQJG { display:flex;width:1.875rem;height:1.875rem;top:182.62600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #XIWObySXuPVJW1hqKMRqReNTtuMQyeAo { width:20rem;height:11.375rem;top:188.75100625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { display:flex;width:18rem;height:5.0625rem;top:188.75100625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
 }@media only screen and (max-width: 763px) { #fSTexLxxudQKyBfqJ36whbJ8esFJmo1W { display:flex;width:1.875rem;height:1.875rem;top:199.75100625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #r5Ab7xK6P80zpinZzUKMBpMUwm3JKCfl { width:20rem;height:1.29980625rem;top:202.87600625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8KeztJPRelSnMUE9zLegqKFIK88Re5 { width:20rem;height:1.29980625rem;top:209.00100625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyeaaZsHwaTN4w0UANdcwz1gMxltTxbP { display:flex;width:1.875rem;height:1.875rem;top:205.87600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #OKLvOm6zDRgZTsvmqCzENz66hguctvDX { width:20rem;height:1.29980625rem;top:215.12600625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQfzUqrIpGnntWDVGtmPM7svDRt9L3ZE { display:flex;width:1.875rem;height:1.875rem;top:212.00100625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { width:20rem;height:21.3125rem;top:241.2509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0wfMUCUOdyRXgXQBNFkx3FkfUPwePf { width:0.0625rem;height:91.875rem;top:281.81350625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8czRWURpE0EvvE7HiKTvUQ7wsn6u4wh { width:20rem;height:3.8984375rem;top:238.37600625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLgvQxw0QXiilUXI2TedEyMWLggPgEl7 { width:20rem;height:6.6875rem;top:236.87600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbrRFfNV1T7FX1bZac3rSCN3dRU7puNy { width:19.75rem;height:19.875rem;top:256.06350625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNafJ6bV1lDxTpNLS088TVzWDX9s5Kch { width:18.875rem;height:3.125rem;top:277.43850625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordrfCKau0VsXxfdCT5Tfve6cERT4vxE { width:20rem;height:0.0625rem;top:248.43850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5J0oXBTgdlizQdBfqo58PixMh69z9y { width:6.5625rem;height:2.5rem;top:244.87600625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfFpWqwVIakFyZcIEsKbpRp2TT6Kr6Hu { width:8.625rem;height:3.19921875rem;top:244.25100625rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnCRWVELc8usGExZuG7UnPpgdHHpEi9 { width:6.25rem;height:1.4619125rem;top:278.43850625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXtQ2TZK6IPCeltpOwwctsPaLdNaoDsV { width:7.1875rem;height:2.51855625rem;top:277.87600625rem;left:6.0625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMIJa4Mko54Lns2KzZTHeHlusfSn8eUX { width:6.25rem;height:1.3808625rem;top:278.43850625rem;left:12.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scysgIzgTAL481Woo09E7duP297zZD9w { width:0.0625rem;height:91.875rem;top:485.75100625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { width:17.0625rem;height:3.0859375rem;top:423.00100625rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { width:20rem;height:6.6875rem;top:236.93850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { width:20rem;height:3.8984375rem;top:232.2509765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { width:6.5625rem;height:3rem;top:244.93850625rem;left:13.4375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { width:8.625rem;height:3.19921875rem;top:244.31350625rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { width:17.4375rem;height:12.3125rem;top:380.87600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { width:6.25rem;height:1.4619125rem;top:397.31350625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7XVIaRT46T31lRlKnsrddpXd78Az4yD { width:7.1875rem;height:2.51855625rem;top:396.75100625rem;left:6.125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { width:6.25rem;height:1.3808625rem;top:397.31350625rem;left:12.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { width:18.875rem;height:3.125rem;top:396.31350625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { width:19.75rem;height:19.875rem;top:374.93850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { width:16.375rem;height:3.0859375rem;top:403.81350625rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { display:flex;width:1.875rem;height:1.875rem;top:400.68850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Q12crLrbrmZSGyZMhOUNytw4uatINflq { width:14.6875rem;height:1.54296875rem;top:411.25100625rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { display:flex;width:1.875rem;height:1.875rem;top:408.12600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { width:15.0625rem;height:1.54296875rem;top:417.12600625rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { display:flex;width:1.875rem;height:1.875rem;top:414.00100625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { display:flex;width:1.875rem;height:1.875rem;top:419.87600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #EzTdkXw3uTFRE5cUNmKpmpeSFAcCurwC { width:15.125rem;height:1.54296875rem;top:430.43850625rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbBTUz83gX08biyK72g82i4wypCetCA { display:flex;width:1.875rem;height:1.875rem;top:427.31350625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { width:14.5rem;height:3.0859375rem;top:436.31350625rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { display:flex;width:1.875rem;height:1.875rem;top:433.18850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { width:13rem;height:3.0859375rem;top:443.75100625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { display:flex;width:1.875rem;height:1.875rem;top:440.62600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { width:16rem;height:1.54296875rem;top:451.18850625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { display:flex;width:1.875rem;height:1.875rem;top:448.06350625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { width:16.4375rem;height:1.54296875rem;top:457.06350625rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { display:flex;width:1.875rem;height:1.875rem;top:453.93850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { width:13.125rem;height:3.0859375rem;top:462.93850625rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { display:flex;width:1.875rem;height:1.875rem;top:459.81350625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { width:20rem;height:2.8994125rem;top:467.25100625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { width:20rem;height:5.19921875rem;top:476.50100625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { width:19rem;height:5.6875rem;top:110.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block; }
 }@media only screen and (max-width: 763px) { #g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { width:20rem;height:0.125rem;top:681.25100625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { width:20rem;height:0.0625rem;top:248.43850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6m1h1Gl6qhLydgI9h20DbKOBsEUgSau { width:20rem;height:6.625rem;top:229.7509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2C87NnSUzo7aMmOFXWkcterPZye8re { width:20rem;height:5.84765625rem;top:229.0009765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cg0hrgl3bo5nhuyCDxUGMHrTaH7IkI4G { width:6.5625rem;height:3rem;top:244.87600625rem;left:13.4375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhSMlEpfuOhHrzLfF5CuDDnTqirt3Ag { width:8.625rem;height:3.19921875rem;top:244.25100625rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1sDvD2kAn48LK6rSVaTXNiFguVsuHqb { width:20rem;height:0.0625rem;top:248.37600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEcKuN4RqgD4XOoymvp6CmOwQ5hWmyIs { width:19.75rem;height:19.875rem;top:594.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL86tbwutUGDtoBqSVGh5H7HPeTRNr4E { width:19.875rem;height:12.3125rem;top:601.87600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTvGOsWhGpV87bP4kIO3xR9blu9fJnx { width:7.1875rem;height:2.51855625rem;top:616.56350625rem;left:6.6875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btdR4EiT1O1UUZAdekc6zfbC8tqdWwE4 { width:6.25rem;height:1.3808625rem;top:617.12600625rem;left:13.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #md3bINXSOLzqKZliN2tntrsKIhMTNBH5 { width:6.25rem;height:1.4619125rem;top:617.12600625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeyeCQZGQtBrkvlP1fyoVdwcXTHIyMNd { width:18.875rem;height:3.125rem;top:616.12600625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZozsFG94TVXRhA0UgFvD6I3zwm8FpP4F { width:16.4375rem;height:3.0859375rem;top:621.87600625rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0SbTQ0Q9SC0rPgs7GhHZfQGi5yNEALB { display:flex;width:1.875rem;height:1.875rem;top:622.37600625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Z9aUAKzvpVwbxUTQUBMCZWntUrsIR2F4 { width:14.6875rem;height:1.54296875rem;top:626.00100625rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyKoKAmQ8k9VVOCOayrKS5VCOoA28JSd { display:flex;width:1.875rem;height:1.875rem;top:626.00100625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Vpzupbi82VO1xPmmy8DvcJUO5KfdKm18 { width:15.0625rem;height:1.54296875rem;top:629.31350625rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaLERBDikWeuLDWCldcIMWFzznN9Wf9 { display:flex;width:1.875rem;height:1.875rem;top:629.25100625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #LJgxCwE0pqWS2ZzSpCvsa9l8aB9ceP3S { width:17.125rem;height:3.0859375rem;top:632.06350625rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LTIHAcM7Qzbzb5zu2Ja3AQFlvB3p8W { display:flex;width:1.875rem;height:1.875rem;top:632.56350625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #pWMbWGtopwtgzEqB4LKsw6LtEi42imTd { width:15.1875rem;height:1.54296875rem;top:635.81350625rem;left:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxF5NvX3hWoTIL9FTQvF6SBe4DVXa9NT { display:flex;width:1.875rem;height:1.875rem;top:635.62600625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #GZmUn8aSaT9nu6c7urbiZ1yfNqth96ha { width:14.5rem;height:3.0859375rem;top:638.50100625rem;left:4.9072265625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pASRHNogZ89DmMcbVwQHVtidoksuMC { display:flex;width:1.875rem;height:1.875rem;top:639.106475rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #AfILTqB7oxq7reiseZPbgT5Bl8zEkHJa { width:13rem;height:3.0859375rem;top:642.2705375rem;left:4.8154296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4MSSTwMkdZyyJ4wcWO1Z11f5ECTeKi { display:flex;width:1.875rem;height:1.875rem;top:642.93850625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #c0IATJ2Q6whNRtJLck9D3ssJ6fxPTtC5 { width:16rem;height:1.54296875rem;top:650.00100625rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLTKzZ9NTxzr3kXZGpvQ9ftgGWgInoD { display:flex;width:1.875rem;height:1.875rem;top:646.56350625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #EAm0T9quhader9wopQoE1uqvTDosZLU6 { width:16.4375rem;height:1.54296875rem;top:646.56350625rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH1avrgMM5KSydWQ5umDUNVdbRI9yQ5m { display:flex;width:1.875rem;height:1.875rem;top:650.00100625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #GDV72yTHoDOKkTDENhHssNOTMVJftHZw { width:13.125rem;height:3.0859375rem;top:653.606475rem;left:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpHkl5lAeVOXyENsOvWm7IuUNOnmAAT { display:flex;width:1.875rem;height:1.875rem;top:654.21194375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZ3EH9nc8WLRQ0gxB5DUmlqKJLHWC18q { width:20rem;height:2.8994125rem;top:658.68850625rem;left:-0.1875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOc9B41rCfpykaqlvsTddWr7VITAk86i { width:20rem;height:5.19921875rem;top:578.87600625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzcgQGXb1cz6wKfTJXKBOsVfLuPRaWze { width:19rem;height:5.6875rem;top:671.31350625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLTbbaPfmiI2gfW5ivGqTTR8TCNNbwvO { display:block; }
 }@media only screen and (max-width: 763px) { #ZW7uhaGdyM5lI0Ag7STSZuVTHw4C9TNi { display:flex;width:5.3125rem;height:5.3125rem;top:226.93850625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #XEN77bQ3hKsvkwh6oDMtbmdldUeRvBJT { width:20rem;height:91.875rem;top:588.12600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4kwUZL6oo7P1qawTl6oB8vezDTfBVLS { width:20rem;height:1.94921875rem;top:219.43850625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7IniTSnnXvhFPZcsqVVXWDGnvsVmkw { width:14.125rem;height:2.5996125rem;top:222.62600625rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { width:20rem;height:6.625rem;top:588.3125rem;left:0rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #E1VSeFlMQcruXqg009wgqkf10bMQDJRu { width:20rem;height:5.84765625rem;top:588.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu { display:block; }#XXCD2lQ7Aim0t5kWwhhZm8PqJxyo9HGu > .row .container { width:20rem;height:104.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSD9Z9Iywqhxd1fJrnRtooPFiKhS6mS3 { display:flex;width:1.875rem;height:1.875rem;top:61.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #nrE7L8MlLJTxZxpH23GP0ZFGBfpub7aN { width:15.375rem;height:3.25rem;top:58.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw4Lk1GKGxCx1oohTyKFTpk4Hmmu5DeL { display:flex;width:1.875rem;height:1.875rem;top:65.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #LNmcirkVJ7kXJ7BsRbgApEcTzhMI5SwI { width:15.3730625rem;height:1.625rem;top:63.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX4WwkRTcJoiQsLymyUyuTs5sxqW62xW { width:16.4980625rem;height:3.25rem;top:71.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wey2ohmTEclL49karNVylp4TWKVPcXuE { display:flex;width:1.875rem;height:1.875rem;top:74.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #JqSaJslJmKbz4maoJfI8ivQSbzl7Vog3 { display:flex;width:1.875rem;height:1.875rem;top:70.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #OQGoNKG8MPg2lDwtl5QNHvkizP7U3zdR { width:14.2480625rem;height:3.25rem;top:67.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu73UaP3Q8EK05VEy0SAd43V3Sl8Fef3 { width:16.4980625rem;height:3.25rem;top:79.6875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6IegT2w5TFz65KMwBQf385wyTo8Tgv8 { display:flex;width:1.875rem;height:1.875rem;top:82.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #PaLZfamrTZGvmqA61ngoNbeQzhXIGX4f { display:flex;width:1.875rem;height:1.875rem;top:78.75rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #K0HzkyF5TdaIC6ohhzzxHFaDi0y2PX06 { width:16.4980625rem;height:1.625rem;top:76.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ghNJNrbT3IFr6eHAZ2iEuxqvoWBsiM { width:18.8125rem;height:11.625rem;top:40.25rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FIKJS1ydy5lTKEazatSvEkTfp1ez4wsL { width:13.2480625rem;height:3.25rem;top:84.125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmNS4SqMnaVqQEgxFUddOxcA6l7sez4X { display:flex;width:1.875rem;height:1.875rem;top:87.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ZLhJEa3dA0vaPqNK1yo5Ldvuzl6y3lV2 { width:14.1855625rem;height:1.625rem;top:89.5625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEa6NqcgPacHWU210IApUX2FqAA66me8 { display:flex;width:1.875rem;height:1.875rem;top:91.9375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #b6XAREc1Dmu08M7T0XuEePlT45MKthNo { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9CQaxTiX6Lx6c6OqBXTJXfTAhOcgVXR { display:block; }
 }@media only screen and (max-width: 763px) { #fPhCnei9X2h2swatJ8hB9Z0I6R5XB9FN { width:14.1855625rem;height:3.25rem;top:93.3125rem;left:3.125rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #agPol9fkiEvPTMNKHvBKq1idspWMUmgB { display:flex;width:1.875rem;height:1.875rem;top:96.5rem;left:0.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #PdnkFLGOTvd3EZbtLs5WpCJyoVkGMnyJ { width:19.75rem;height:19.875rem;top:33.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hCTsewCd6AA3bStQiS2KeA2UwB9QTeoc { width:16.875rem;height:3rem;top:53.5rem;left:1.5625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #IlGBz9E6J9olcNZMPbKwxVIqEDPMPQGB { width:6.25rem;height:1.3808625rem;top:54.3125rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #FcZGZsHqpAJMGaiE7VvChtz2vS7PLVou { width:7.1875rem;height:2.35546875rem;top:53.8125rem;left:6.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #fTCTXQaIhTaXkh4PMmOdhkh8DHGO0UK1 { width:6.25rem;height:1.4619125rem;top:54.25rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #ZcKJ06i4QwuxiRNtfrO6HAxxhfqE0h3V { width:20rem;height:6.625rem;top:26.8125rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #TBehuxtuTbFbJc13sskiQSB4nANdAAmo { width:20rem;height:5.84765625rem;top:27.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #qlMI6fH9IQVDZuvPp1AaDzJlMhK4iISF { width:20rem;height:0.125rem;top:38.5625rem;left:0rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #rs1gdWt7JevL56TumT2eTN6WIbUpPNlU { width:8.625rem;height:4rem;top:34.0625rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.5rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #JximfHgctZNvWgqVyJTRAdsoIonfTSUD { width:6.5625rem;height:2.69921875rem;top:34.75rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.6875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #rvfk8hvWNzqnt5ftwdQTXCLFThJzan4r { width:20rem;height:1.94921875rem;top:15.9375rem;left:0rem;font-size:1.5rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #BQ5OwPEVMatot26Us820zA6WNUlEUw8S { width:14.125rem;height:2.5996125rem;top:19.1875rem;left:2.9375rem;font-size:2rem;z-index:15209;display:block; }
 }@media only screen and (max-width: 763px) { #kFAZmhlii0rM7FUngENghrvisqL6OCXX { display:flex;width:3.0625rem;height:3.0625rem;top:22.875rem;left:8.5rem;z-index:15205; }
 }@media only screen and (max-width: 763px) { #lNbG16m8TnP2sJJCaHmAQTy4IsbJV3Eg { width:20rem;height:11.375rem;top:1.2333984375rem;left:0rem;font-size:1.25rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #vpkTx4siCOXOkFAhwOpu3TQZCPHXi6qZ { width:14.1855625rem;height:3.25rem;top:98.1875rem;left:3.125rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #o6HiMK7eeT1NCBQt7RrRqbO5cTge4Adm { display:flex;width:1.875rem;height:1.875rem;top:101.375rem;left:0.4375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ { display:block; }#ndqaIfylUZ0oZnK6QTnVRNwsr7swq6uZ > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdS3CKkG7NaU3x1dDwbLLAFOMz16ADJx { width:13.625rem;height:1.19921875rem;top:24.625rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFTky3TpkyRNFHe3hdWKhGLHgTgzdwH { width:3.5rem;height:1.25rem;top:24.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBggSIxobWqoWcsN9MNeSGPE2ZFi0H6c { width:18.1875rem;height:6.3125rem;top:15.0302734375rem;left:0.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSukr8bwoDbaD8Vo172yDF2B3Dlcus8L { display:block; }
 }@media only screen and (max-width: 763px) { #XyLK5egZXGVJhwVK62IvUDgDNpg2StTz { width:11.93725rem;height:1.19921875rem;top:22.4375rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBfO6eFb1bxe3OgP5e7EwHP18LEf7d5 { width:20rem;height:1.79980625rem;top:11.998291015625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6vEaSBBCInUA55xEKCq4U0hkvFuNuu { width:2.061525rem;height:2.061525rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzeTC9Eku1rXznaVlFJCESlS34UvJtL { width:20rem;height:4.875rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiITdGKkJV5XMAVE7BPf7ANGlTCDr6 { width:20rem;height:2.5996125rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQKTlMvP2TolCBU9bnKAhfB3NBbTzCHA { width:19.25rem;height:25.3125rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { display:block; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { display:flex;width:1.875rem;height:1.875rem;top:33rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { width:15.375rem;height:3.25rem;top:32.3125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { display:flex;width:1.875rem;height:1.875rem;top:37.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { width:15.3730625rem;height:1.625rem;top:37.3125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { width:16.4980625rem;height:3.25rem;top:45.3125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGHi22CWBT8XtTUByIvipWNphWz4tOHt { display:flex;width:1.875rem;height:1.875rem;top:46rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { display:flex;width:1.875rem;height:1.875rem;top:41.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { width:14.2480625rem;height:3.25rem;top:40.875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { width:16.4980625rem;height:3.25rem;top:53.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { display:flex;width:1.875rem;height:1.875rem;top:54.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Um9TEz31G1VvdL7ngOotJ4gmhoGF6oce { display:flex;width:1.875rem;height:1.875rem;top:50.0625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #kG6dWnzgpryBbMh6XrhnXoV3U9a7GcWN { width:16.4980625rem;height:1.625rem;top:50.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { width:18.125rem;height:12.6875rem;top:13.875rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { width:13.2480625rem;height:3.25rem;top:57.9375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { display:flex;width:1.875rem;height:1.875rem;top:58.625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { width:14.1855625rem;height:1.625rem;top:63.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { display:flex;width:1.875rem;height:1.875rem;top:63.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block; }
 }@media only screen and (max-width: 763px) { #rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { width:14.1855625rem;height:3.25rem;top:67.125rem;left:3.125rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { display:flex;width:1.875rem;height:1.875rem;top:67.8125rem;left:0.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #ywE0MDTEh1Z5qU7Wlwd611aSOFpDTRnQ { width:14.1855625rem;height:3.25rem;top:71.5rem;left:3.125rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qEMNliWygg0z9TVxpiJzPiPsMIZnlWPF { display:flex;width:1.875rem;height:1.875rem;top:72.1875rem;left:0.4375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { width:19.75rem;height:19.875rem;top:7.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bfu9bqwAlCCB7aQZLZvaqU7wuuhKnPsh { width:16.875rem;height:3rem;top:27.6875rem;left:1.5625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #qT10ffugyWdzTAGGIpk4FdOH2w5q6hOS { width:6.25rem;height:1.3808625rem;top:28.5rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #XqXDTeCiyJq8u8T4QoGPUc4Xbqv0F7ha { width:7.1875rem;height:2.35546875rem;top:28rem;left:6.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #QyrB0WpAxV4H8M3ux1pKTpne4FVQRFUn { width:6.25rem;height:1.4619125rem;top:28.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { width:20rem;height:6.625rem;top:1rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { width:20rem;height:5.84765625rem;top:1.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { width:20rem;height:0.125rem;top:12.75rem;left:0rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { width:8.625rem;height:4rem;top:8.25rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.5rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { width:6.5625rem;height:2.69921875rem;top:8.9375rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.6875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #i9qvICkLaWGpC6HumN1POWPtTy5ubu8C { display:block; }#i9qvICkLaWGpC6HumN1POWPtTy5ubu8C > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vw0VK9f7mTRWbbZGrhgJ7SBfmN9dbSTO { width:13.625rem;height:1.19921875rem;top:24.625rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKCsuz1sCrxfbb3wIEqMzeQNVGxLKGJw { width:3.5rem;height:1.25rem;top:24.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyTTJFsSnK9uxlhiESTqPUs4lhb0vn9 { width:18.1875rem;height:6.3125rem;top:15.0302734375rem;left:0.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sqE4SN1Zf4KDFOW1l2KXlqEWHi9yIQ { display:block; }
 }@media only screen and (max-width: 763px) { #kB5TxnbR9f0xlkkZay2lb54iXwCiFU7q { width:11.93725rem;height:1.19921875rem;top:22.4375rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqGOzdT2r2zTi5XDeM5oUTmwdvU3rlEK { width:20rem;height:1.79980625rem;top:11.998291015625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nycwHaiu4wTJttUpRTFMcI9JeccJCxpy { width:2.061525rem;height:2.061525rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIzKhns7HkQNSo3FVn65ix3y83GGZT3 { width:20rem;height:4.875rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PulTwlZWboy4vvTWgHi1ZWlvyTQLt23h { width:20rem;height:2.5996125rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximMVNIgTkR4aVWwKGn92Tq19Q6e4TpZ { width:19.25rem;height:25.3125rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb { display:block; }#iCG0RFSXV6rW8zIAgnwJ5wnluqS78WSb > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EU6L57vbPvWZV7TALU24KyJRl5TegG2k { display:flex;width:1.875rem;height:1.875rem;top:33.125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TdI6s1zEXcJey6O0XegXSGzy5QFiThHx { width:15.375rem;height:3.25rem;top:32.4375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeGgaqRrcSZXn9wcDSGuoWXXl3TBgklJ { display:flex;width:1.875rem;height:1.875rem;top:37.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #RCVW4CL0vOTQkxKdmwcF5fNxXOpZEGCF { width:15.3730625rem;height:1.625rem;top:37.4375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyZq0HztecFdigtZVc17FQJIKhcK4iNm { width:16.4980625rem;height:3.25rem;top:45.4375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUKNNEnTThm1gF6psQXlacrrITZqGriC { display:flex;width:1.875rem;height:1.875rem;top:46.125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #VJVlEtiOCPFnIIWI1PPhhkvMLJdpqrvm { display:flex;width:1.875rem;height:1.875rem;top:41.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Q98kP2DtzT5xx7IbWNbdiGeTflyTSdnK { width:14.2480625rem;height:3.25rem;top:41rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXv7AUzhzZ0iuClctnPxQiXLewIkRE1L { width:16.4980625rem;height:3.25rem;top:53.625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4RAVriG40I5C8ztOzJXJ7dVJlkHWXH3 { display:flex;width:1.875rem;height:1.875rem;top:54.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qDPB17A08QBBPOyx0Md0EvpZtUBnoeU8 { display:flex;width:1.875rem;height:1.875rem;top:50.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #zs32mK3lX80rveCnFr1fnco24L9TnCDT { width:16.4980625rem;height:1.625rem;top:50.3125rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AO618C92H9aeIiRybC2oTp5ZDkNseB { width:18rem;height:12.6875rem;top:13.875rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TcHT1nCNoRB2l7eM8VIlxVCrNhynkXtd { width:13.2480625rem;height:3.25rem;top:58.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZwVVX2NCG8pBAVf8NcTe1RtCWEF5sGm { display:flex;width:1.875rem;height:1.875rem;top:58.75rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #PIUTZxPTx43xqlsE49bmGwzacwnbs1GS { width:14.1855625rem;height:1.625rem;top:63.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmutsdp8EC7SdxVByCOVpg3MaJqRly7N { display:flex;width:1.875rem;height:1.875rem;top:63.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #X4B5X8ahF1JEwJtp5Eg0BM4qrecH0oe9 { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiqPuSWkZO87a7T0T1D5OH53NcxthDGw { display:block; }
 }@media only screen and (max-width: 763px) { #gaZ4BtUZGDWGAJ3RNqzp2BKu3AeNa48h { width:14.1855625rem;height:3.25rem;top:67.25rem;left:3.125rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #B0LGELD28shAg1cNS9TzakJriTI9Tf1u { display:flex;width:1.875rem;height:1.875rem;top:67.9375rem;left:0.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #Nhvk04LaTl8gUEsTHrksSAgvrHDZUWes { width:14.1855625rem;height:3.25rem;top:71.625rem;left:3.125rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TqLTNOJQh3l0McArSkGnqP78Kt80W8z3 { display:flex;width:1.875rem;height:1.875rem;top:72.3125rem;left:0.4375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #yN3wnF7gE46RpvT5O4x79R2TK1WgIe7A { width:19.75rem;height:19.875rem;top:7.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hnaPtqA0GwU0ibFnfKr2QPXEsSSGpU4T { width:16.875rem;height:3rem;top:27.6875rem;left:1.5625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #NBRLSsxigx7qX9PoMMZqAV3DX82v5NF7 { width:6.25rem;height:1.3808625rem;top:28.5rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #kyZeTayfq328WchFylucXqoiM7eOC5gh { width:7.1875rem;height:2.35546875rem;top:28rem;left:6.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #OUCbETI79oRyoo3Ir7HnORhmRe6VVhEt { width:6.25rem;height:1.4619125rem;top:28.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #w93MWxTSaQSZzi9PIh2QKTo0CBqIwlhO { width:20rem;height:6.625rem;top:1rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #UHdysedmSu66blHTSrnnvDrseFLTSGzi { width:20rem;height:5.84765625rem;top:1.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #eWbumF1sMxB3pCwamlLy5DewQsS3teV4 { width:20rem;height:0.125rem;top:12.75rem;left:0rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #EDrEFNKfkFTUG0iKPpw6dHPv3r74eKxT { width:8.625rem;height:4rem;top:8.25rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.5rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #VIlkxszp2puudWEuQyiMXaRSBPbO3QZ1 { width:6.5625rem;height:2.69921875rem;top:8.9375rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.6875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #gxE01T5qce4WCOWRQKCno92vTQVW2Ail { display:block; }#gxE01T5qce4WCOWRQKCno92vTQVW2Ail > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9mMb7qpSUlzxEkbycTLzoIQVXsuw5aD { width:13.625rem;height:1.19921875rem;top:24.625rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhEyTes2nsAB1t99XwFSQE8wvaBEUQI { width:3.5rem;height:1.25rem;top:24.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrP3r4H2O26vvbdEtVdEuCXv5qIhvTsT { width:18.1875rem;height:6.3125rem;top:15.0302734375rem;left:0.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2x5ius4HFHNyGWgGm1rk7oFsWATSpJV { display:block; }
 }@media only screen and (max-width: 763px) { #wDtScmu7ONrrBLTeH2ZDaU6Do8H3TV9h { width:11.93725rem;height:1.19921875rem;top:22.4375rem;left:5.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukvyEy5eg5DtSuWxrJsgwhUNJ2AfgKE { width:20rem;height:1.79980625rem;top:11.998291015625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRsM3gwXqKvpG6FXJlifIK8wKKNPWN71 { width:2.061525rem;height:2.061525rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye03o7CfArxJ9BhDvy58Lkn8Rw5RkTml { width:20rem;height:4.875rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaD816tTOJZkbL8VDTGVtv22u2rUmhC { width:20rem;height:2.5996125rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yycElElTNmlU5RD9WBfCe9A01RllRJ { width:19.25rem;height:25.3125rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { width:20rem;height:4.548825rem;top:1.248779296875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { width:19.375rem;height:29.75rem;top:7.7611064910887rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { width:20rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:17.5rem;top:5.185546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #T80ploo63TrGiFE3FBswb8S6La9rziOO { display:none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { width:20rem;height:37.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ucyFIKTnom2QpdN0V5Tto5mgzqqzzkCi { width:19.25rem;height:31.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECOK74dTq5TaKBSXPOIy9ZIqJw1W5JVq { width:20rem;height:2.5996125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB3m66K43AElIvR4vRIPLJ7slAMAh5ya { width:20rem;height:4.875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0flJzZyMOFOK5B0zv5hOD8oqJ3DEXpQ { width:20rem;height:1.79980625rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5Ipa1rT9AVnLVgvRzrCyIi10dBc0pG { width:19rem;height:10rem;top:13.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUc2voob8ECHsocVwfilcebm3x9hnzJ { display:block; }
 }@media only screen and (max-width: 763px) { #WR9FSEvzwbN11cTrn4osuyEy0ZnMuwmW { width:2.125rem;height:2.125rem;top:24.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt223Lc1mk0AcDgqNNaAMlqL7feaWbdz { width:18.6875rem;height:1.19921875rem;top:24.375rem;left:1.3125rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuOSwRbtu1dIxDQMid9LQAGOyKaZay9J { width:19.3125rem;height:1.19921875rem;top:24.375rem;left:0.6875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRQ0FqsRV3ahaQfAESOlFtqAwSUCKVt { width:5.4375rem;height:1.875rem;top:24.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t0THOe50y7cCCapDA1K2uW6R4X3txA { display:block; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARIB6028wneCOlrhTtUPnHIOgUXR67tW { width:13.625rem;height:1.19921875rem;top:47.875rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7kCrE6TlfKmagCvCDQbseGRioD14rO { width:3.5rem;height:1.25rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr0bt8EeqvqTGSwwWzreSP4M8parrRKz { width:18.1865rem;height:7.8125rem;top:36.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7TtUdyPKEXWB3wt0AL5Lvu3AxHgvIws { display:block; }
 }@media only screen and (max-width: 763px) { #i9Bk1575O6v1IM1LFDxpEgwEUlT9y3nb { width:11.93725rem;height:1.19921875rem;top:45.6875rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqqi1l0ZBNpytmOOJFagRwDGnVz5soz { width:20rem;height:1.79980625rem;top:33.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsCNE1xfRKWEACW2f7FucIWEwRfSb67 { width:2.061525rem;height:2.061525rem;top:45.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsOkruTgxd45Ps0eT07GiPLcQ8adseI { width:20rem;height:4.875rem;top:27.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6NHbX6hogyeXLtaFNVi4LRdPnuNqIo { width:20rem;height:2.5996125rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82eV4F8FqsseT6QelJwydPQdtcTApKH { width:19.25rem;height:39.875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #pS6GG9zhWB6qP6bda74iTNkdQ0HCqwR4 { width:20rem;height:9.59765625rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #r6RKe8Sfv1iBZEFl9gOfAOB9KnNgsrq3 { width:20rem;height:1.94921875rem;top:1.5rem;left:0rem;font-size:1.5rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #vCHLszc6noeI48JXpdkg5v4u2dQAZto1 { width:14.125rem;height:2.5996125rem;top:4.125rem;left:2.9375rem;font-size:2rem;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #MvCGxk1agEBqPSEZQKQfTtzT7f4JeVqx { display:flex;width:3.0625rem;height:3.0625rem;top:7.5rem;left:8.46875rem;z-index:15208; }
 }@media only screen and (max-width: 763px) { #WRluzttGu9KA64xC8ztnuMBUdMOVbwua { top:23.625rem;left:0.40625rem;width:19.25rem;height:0.1875rem;z-index:15213;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { width:20rem;height:4.3828125rem;top:0.89577484130862rem;left:0rem;font-size:0.5625rem;display:block; }
 }