.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:8.625rem;width:75rem;position:relative;display:block; }#HtRqpqaoE3IIpCPDbP78B9ieLc0O1scG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4921875rem;left:0.59375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8tZ1Bsw44Gw02rzmrZs0oqWSl8QgU6l { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;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:5.123046875rem;left:2.4375rem;height:1.8681625rem;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.41125rem;padding-right:0.38125rem;padding-bottom:0.41125rem;padding-left:0.38125rem;display:block;align-items:center;width:2.28625rem;min-width:2.28625rem;height:2.208125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.64375rem;font-weight:700;line-height:35.33px;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.25625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.048125rem;height:0.8725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.616875rem;font-weight:400;line-height:13.96px;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:16.1875rem;height:4.159375rem;padding-top:0.51375rem;padding-right:0.544375rem;padding-bottom:0.51375rem;padding-left:0.544375rem;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:3.1748046875rem;left:47.0625rem;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 {  }
#ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8193359375rem;left:37.716796875rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:79.4375rem;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:22.3125rem;left:3.75rem;height:3.0869125rem;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:18.625rem;left:4.8125rem;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; }
#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:11.3125rem;left:30.375rem;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:36.25rem;left:5.1875rem;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:25.375rem;left:4.4375rem;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:28.125rem;width:46.875rem;top:45.349609375rem;left:13.84375rem;overflow:hidden;display:block; }
#i60kZNQnXL6TL1SKiSWmXwr9dupFk6l9 { 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:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#Mic2g3zVN4RsM10Zg1IKEFFl9mII0mmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIqaC6s3MFiv4nU6AJrWiiVz91bP73Wm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:35.1875rem;display:none; }
#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:133.6875rem;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.8496125rem;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; }
#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; }
#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; }
#TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;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; }
#LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { 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:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:block; }
#tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;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; }
#omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;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; }
#Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;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:none; }
#JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { 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:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;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; }
#aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;height:3.999025rem;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; }
#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { 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; }#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.92480625rem;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:59.4375rem;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:33rem;width:53.375rem;top:22.5rem;left:10.8125rem;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.76171875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MomoJpam2LwDpUNwO6pG1t3h8sEXBxMu { 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:none; }
#BdqTzFSuPpmq0786Q5I5uqS2k3B2gHv8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.625rem;width:75rem;display:none; }
#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:7.796875rem;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.84765625rem;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.8984375rem;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.25rem;width:18.25rem;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.25rem;width:18.25rem;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.84765625rem;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.25rem;width:18.25rem;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:7.796875rem;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.375rem;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.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;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.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:61.25rem;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:4.3125rem;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:13.3125rem;left:2.125rem;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:32.9375rem;width:53.1875rem;top:24.5625rem;left:10.90625rem;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:19.125rem;left:2.125rem;height:2.76171875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#e9zlPxlxy4U2xu93S7Dq4OzI9CEXCQQV { 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:4.3125rem;left:0.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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.25rem;width:18.25rem;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:5.84765625rem;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:20.94921875rem;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.25rem;width:18.25rem;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.25rem;width:18.25rem;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.25rem;width:18.25rem;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.25rem;width:18.25rem;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:3.898925rem;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; }
#JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { 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:none; }
#JGv9I5s360T1BeTDh1hazp20lz0gxPoR { 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; }#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:75.375rem;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:75.875rem;left:3.4375rem; }
#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:83.4375rem;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:83.25rem;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:79.75rem;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:79.1875rem;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:13.875rem;width:19.875rem;top:40.25rem;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:6.875rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:109.9375rem;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:2.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:101.375rem;left:1.5625rem;height:6.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; }
#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.8994125rem;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:86.875rem;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:86.6875rem;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:89.8125rem;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:90.1875rem;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.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:29.07958984375rem;left:3rem;height:4.8984375rem;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.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; }
#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.75rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:29.0625rem;left:27.21875rem;height:4.8984375rem;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.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; }
#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:13.8125rem;width:19.6875rem;top:40.28125rem;left:27.65625rem;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; }
#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:75.375rem;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:75.875rem;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:79.4375rem;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:80rem;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:83.6875rem;left:30.6875rem;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:83.5rem;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:87.125rem;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:86.9375rem;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:90.0625rem;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:90.4375rem;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.8994125rem;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:2.0625rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:101.4375rem;left:25.6875rem;height:6.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; }
#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:6.75rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:109.9375rem;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.75rem;font-weight:700;z-index:15117;line-height:1.4;letter-spacing:0;top:29.0625rem;left:51.4375rem;height:4.8984375rem;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.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; }
#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.25rem;width:21.25rem;top:40.5625rem;left:51.125rem;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:4.62890625rem;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; }
#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:76.4375rem;left:54.5625rem;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:77.0625rem;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:80.1875rem;left:54.5625rem;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:80.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:87.9375rem;left:54.5625rem;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:84.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:84.5rem;left:54.5625rem;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:87.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:91.125rem;left:54.5625rem;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:91.75rem;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.8994125rem;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:2.0625rem;font-weight:400;z-index:15161;line-height:1.6;letter-spacing:0;top:101.37451171875rem;left:49.5166015625rem;height:6.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; }
#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:6.875rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:109.9375rem;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:16.5rem;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.41015625rem;left:53.4375rem;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; }
#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; }
#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.0625rem;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; }
#gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#tV8XnFANfzmIwe22nR1Oz36u37sggGlN { 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; }
#IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { 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:none; }
#bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { 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:none; }
#zXQAg9c9O6XRDnivll0pusoLduPHNU20 { 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:none; }
#daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { 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:none; }
#kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { 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:none; }
#eKqHJXeBtH7m160HThLuKv62px5B8Bny { 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:none; }
#nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { 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:none; }
#CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { 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; }
#zDMxyx5vct30AAZ4iNX6ty4iLXbIS5Ip { 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:none; }
#AbP15A70US4TzVIolyR39vPXMvHz6aya { 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; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { border-width: 0; border-radius: 0; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { 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; }
#k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { 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; }
#a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { 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; }
#Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { 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; }
#KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { 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; }
#w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { 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; }
#TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { 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; }
#GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { 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; }
#WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { 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; }
#WD451ETTszxShRqItQBUyP5zX8UqM8Oi { 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; }
#xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { 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:23.5625rem;width:33.4375rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { 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; }
#fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { 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; }
#I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { 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; }
#nKCQL904LlXGLAqhOrfngdue9k7EpBoM { 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; }
#WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { 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; }
#yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { 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; }
#qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { 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; }
#ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { 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; }
#d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { 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; }
#Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { 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; }
#xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { 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; }
#DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { 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; }
#TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { 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; }
#aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { 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; }
#oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { 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; }
#UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { 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; }
#TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { 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; }
#mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { 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; }
#fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { 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; }
#DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { 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; }
#Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { 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:none; }
#sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { 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:none; }
#Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { 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:none; }
#MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { 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:none; }
#Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { 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:none; }
#lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { 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:none; }
#Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { 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:none; }
#l47lo89Qimg2mfnXFqnZO9fk2buglayA { 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; }
#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm { 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; }#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm > .row .container { border-width: 0; border-radius: 0; }#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#GkfQbrBt376FNDxEcDMqcDB1vG46d0Fw { 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; }
#iZkBnSUJRITUWhSHFAukHHDApJ4Lu0DJ { 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.7871125rem;display:block; }
#lMD75Xpt2WB4APHyZbwdribgIDVBErSJ { 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; }
#F7wP0Q4wMtVTMpcfwyKTdluO2uKMaKTC { 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; }
#ci95hBKfLxcF7Dloou4sp2a5gIoEFVTa { 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; }
#RhNdvx4sQg3oP8sWiQ3XneBb73i0QbFy { 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; }
#p9BhOxD3fMEfntTTZKWVq0SDf8qqe17O { 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; }
#txraWqvrJQhsZ11kWQTJpVFbeAUJuTcU { 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; }
#DMLUbh33thzUrsmk9zQ746kssmPDF0Lo { 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; }
#NJs1uL0c2NyDLPLMmEN2Z2b8mWsltEZ3 { 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; }
#yKrzSq68pNTny0fO2LEUxMd53ZFfNi27 { 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; }
#TDCwt3tTCrkmDa5LQ5tr2LKXFAOH8sX1 { 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; }
#fQTlhLDwWFJUub6ed1trXW7hpeBlU2tv { 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; }
#WbDgIwlWrroLHcdEVU6JD4owrgqR1Sco { 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; }
#ORqmD4aTtXvtKppM3BdoUITE5nbO6PKb { 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; }
#aLMUdk6yfoklJMlJWDxgp5D0sJ2qWrui { 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; }
#vMmoQ5OkJzhUnEI4M0FhTNM59zeaOtov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upZR43FrgRGd0fzny5wG2VS6nz7f5Z8V { 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; }
#C6W46DOx54s5On1pOUEp73eOKBO7Ktp1 { 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; }
#EoQZwm2H0dHUQ0MTSx96zls6AzBEFPhe { 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; }
#IomQsbsO7VJbPr2DiFKmBhdNBtwJdg8a { 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; }
#gFzDFpEF4IFw2IAkatEvQzIh9dAo8G7t { 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; }
#w9W9Vdfub0iT9f6ZT5FIIfAw3VznkCaU { 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; }
#y6LVKlTfRK18HTWiWSUUmU7eBoED6ehU { 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; }
#z2Ns8lI9gPFpnlxPQDmWoXKF5O7ZNCI5 { 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; }
#lZN1PWczrvCydlERgJRACUqyTTU7HQvH { 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; }
#J584nwWxesS5bngKmqdbFnIw0gRnCGM6 { 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; }
#Ud1y0xgamrFLckN425mHK6TE2kS1nUwV { 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; }
#KCmtyKuxxTVAOOSLBXuFcIHGTHq0OdbO { 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; }
#yl6ihgzUobKDTRqFiRo2726c8J2rZyZw { 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; }
#MERhZ8q1gaRuZUBJXtS6GehypeRTrZNr { 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; }
#ws0gOtBFRbDTg4uHTiNzXFVgKeQZWQk2 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#r1HTZ6k8VouNcewCQf3T165dzPi94UHv { 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; }
#H49SLdDn1582tBMM6yoI9045Wf8FDNve { 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:none; }
#JTezFWCBBfTf2siPfmDEKu6KN5ATzIAg { 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:none; }
#ipzEgpOiZvxfNJE0TOazfa3Q398BviFZ { 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:none; }
#zRcXgba8VAPpRHanwA7Nti7qQlDsrTNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcm94Wrqkr32qUh7nw5OhCLRpdetH4rD { 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:none; }
#VnDG935GdxhuyGRalMUlNvAy6J6wmN5Z { 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:none; }
#dOXXam6TSEqnM9vf44vEUeZzIMlnCNT2 { 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:none; }
#WUCA6HIq17GpD7UwdtDECwuruhxJLcaQ { 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:none; }
#WfIIiv8uKucFJL1SWvsq9XxJPUbATiZc { 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; }
#sgsOStupWPQVbHMJQ5ARHos5RsMxDxzh { 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; }
#TdsLIxrT2PkL7bcdlMuBoSWyn16LKE4G { 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; }
#u8h9JWmXAvkGKTuBTDGwEgD4Mrr1xRbi { 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; }
#yAaROUBR3fkOmO7wS4rOWTwkJ0OzJ8Qv { 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; }
#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:46.5625rem;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 #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu { 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; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 { display:none; }
#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv { 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; }#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv > .row .container { border-width: 0; border-radius: 0; }#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#gSNkTJUmIatTAkK8M0q9eJHLgN4bWWWS { 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; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .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; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .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; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .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; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .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; }#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-trigger.adaptive-delivery-prevent-bg, #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-trigger.lazyload, #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-trigger.lazyloading { background-image: none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT { 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; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #td52KtyHf0CC1DL1AaCOmebeEdObAWko { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #VKvfCd9PXp85D9nheEmL3iTDoRAneotT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #TivlZTRarehxK0FToxSkNaXoiZMhlPZw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk { display:none; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OkIwsfed8t7gqOkKzNemg42CgxQ2783L { display:block;position:relative; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 { 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:32rem;width:75rem;position:relative;display:block; }#WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:1.75rem;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; }
#J2ISRSFT11SybhEdfT6FcBETO3oCT22V { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:4.4375rem;left:7.5625rem;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; }
#WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:9.0625rem;left:7.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; }
#Ra18dPXnTWl17udKHg7DVfNceBiVol7N { 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:15069;text-align:center;text-align-last:center;top:14.5625rem;left:7.0625rem;display:block; }
#s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }#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; }
#T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;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:none; }
#s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { 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:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;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; }
#hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;height:3.999025rem;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; }
#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:1.4375rem;left:0rem;width:38.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8tZ1Bsw44Gw02rzmrZs0oqWSl8QgU6l { top:5.125rem;left:0rem;width:35.1875rem;height:1.8125rem;font-size:0.9375rem;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:18rem;height:5.0625rem;top:3.1875rem;left:30.5625rem; }
 }@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) { #ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { top:0.8125rem;left:12.5625rem;width:35.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@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) { #TuKdJNy5G8CrmLQzf7DIu2Iv8hhgFHQ9 { top:11.3125rem;left:16.75rem;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:45.3125rem;left:0.21875rem;width:46.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60kZNQnXL6TL1SKiSWmXwr9dupFk6l9 { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mic2g3zVN4RsM10Zg1IKEFFl9mII0mmg { display:block; }
 }@media only screen and (max-width: 763px) { #iIqaC6s3MFiv4nU6AJrWiiVz91bP73Wm { width:35.1875rem;height:21.0625rem;display:none; }
 }@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) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { top:0.8125rem;left:0rem;width:20rem;height:8.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) { #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) { #TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { top:102.875rem;left:0rem;width:47rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { width:46.75rem;height:10rem;top:115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { top:102.875rem;left:0rem;width:47rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block; }
 }@media only screen and (max-width: 763px) { #QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;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.625rem;left:0rem;width:20rem;height:24.4375rem;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:22.5rem;left:0rem;width:47.75rem;height:29.52224824356rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { top:16.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomoJpam2LwDpUNwO6pG1t3h8sEXBxMu { top:1.4375rem;left:0rem;width:20rem;height:8.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdqTzFSuPpmq0786Q5I5uqS2k3B2gHv8 { width:47.75rem;height:29.6875rem;display:none; }
 }@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:1.6875rem;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:7.75rem;font-size:1.25rem;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.25rem;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.25rem;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.25rem;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.25rem;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:7.75rem;font-size:1.25rem;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.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { top:100rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@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:4.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { top:13.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1gwkuUfaIyh2sfmMOkdg1f4Fan4kw9w { top:24.5625rem;left:0rem;width:47.75rem;height:29.570211515864rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCVVrP8sg8SieTeHBbTpx8CFSuNsv6k { top:19.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zlPxlxy4U2xu93S7Dq4OzI9CEXCQQV { top:0rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.5625rem;display:none; }
 }@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:1.6875rem;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.25rem;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:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { top:20.9375rem;left:13.6875rem;width:20.375rem;height:3.875rem;font-size:1.25rem;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.25rem;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.25rem;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.25rem;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.25rem;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:3.875rem;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) { #JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { top:171.375rem;left:0rem;width:19.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@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:61.0625rem;left:0rem;width:16.4375rem;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.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ve3MZrCgplWhuMk7HSC4RWKVwpymRu { top:75.375rem;left:0rem;width:14.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsJWZkNg2IFiAMyHMe7rXSst9PCTgaed { top:75.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnpfbVm3mgDqvG2Tocgqu2LP3bnHMHK { top:83.4375rem;left:0rem;width:16.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSrE4i31Fia2ftk0buUdF9BmoGHdgVyp { top:83.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9kB6Lu0u3ITCsQfD2WKGl4Tz7OkaWTx { top:79.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTuhRv0Ft1iUA6UmXSCTIhDZ8WCNd7J { top:79.1875rem;left:0rem;width:13.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtF1a7pF9183d76Nkk9LULvQv9adrBVW { top:40.25rem;left:0rem;width:19.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAPRoSbfxJgKMIyT8u66wblG09Hnxxb { width:20.125rem;height:6.875rem;top:109.9375rem;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:86.875rem;left:0rem;width:16.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6IxNfQuAVhVXnisDepvXQJrEDQJG { top:86.6875rem;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:89.8125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQfzUqrIpGnntWDVGtmPM7svDRt9L3ZE { top:90.1875rem;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:29.0625rem;left:0rem;width:20.5625rem;height:4.875rem;font-size:1.75rem;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.25rem;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.3125rem;left:17.0625rem;width:17.125rem;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:29.0625rem;left:13.625rem;width:20.5625rem;height:4.875rem;font-size:1.75rem;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.25rem;left:14.03125rem;width:19.6875rem;height:13.8125rem;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.25rem;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.125rem;left:17.0625rem;width:16.4375rem;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.5625rem;left:17.125rem;width:15.125rem;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) { #MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { top:75.375rem;left:17.0625rem;width:14.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { top:75.875rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { top:79.4375rem;left:17.0625rem;width:13.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { top:80rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { top:83.6875rem;left:17.0625rem;width:16.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { top:83.5rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { top:87.125rem;left:17.0625rem;width:16.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { top:86.9375rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { top:90.0625rem;left:17.0625rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { top:90.4375rem;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.125rem;height:6.75rem;top:109.9375rem;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:29.0625rem;left:27.25rem;width:20.5rem;height:4.875rem;font-size:1.75rem;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.5625rem;left:26.5rem;width:21.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTvGOsWhGpV87bP4kIO3xR9blu9fJnx { top:55.5rem;left:40.5rem;width:7.25rem;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.25rem;left:32.625rem;width:15.125rem;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:4.625rem;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) { #GZmUn8aSaT9nu6c7urbiZ1yfNqth96ha { top:76.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:77.0625rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfILTqB7oxq7reiseZPbgT5Bl8zEkHJa { top:80.1875rem;left:34.75rem;width:13rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR4MSSTwMkdZyyJ4wcWO1Z11f5ECTeKi { top:80.875rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0IATJ2Q6whNRtJLck9D3ssJ6fxPTtC5 { top:87.9375rem;left:31.75rem;width:16rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVLTKzZ9NTxzr3kXZGpvQ9ftgGWgInoD { top:84.5rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAm0T9quhader9wopQoE1uqvTDosZLU6 { top:84.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:87.9375rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDV72yTHoDOKkTDENhHssNOTMVJftHZw { top:91.125rem;left:34.625rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpHkl5lAeVOXyENsOvWm7IuUNOnmAAT { top:91.75rem;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.125rem;height:6.875rem;top:109.9375rem;left:27.625rem;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:31.25rem;width:16.5rem;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) { #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:46rem;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:48.9375rem;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) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { top:13.5rem;left:0rem;width:40.1875rem;height:28.0625rem;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:41.3125rem;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:1.8125rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;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) { #gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { display:none; }
 }@media only screen and (max-width: 763px) { #tV8XnFANfzmIwe22nR1Oz36u37sggGlN { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXQAg9c9O6XRDnivll0pusoLduPHNU20 { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block; }
 }@media only screen and (max-width: 763px) { #Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKqHJXeBtH7m160HThLuKv62px5B8Bny { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDMxyx5vct30AAZ4iNX6ty4iLXbIS5Ip { top:2.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbP15A70US4TzVIolyR39vPXMvHz6aya { display:none; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { top:34.125rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { top:22.375rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { top:48.9375rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { top:42.6875rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD451ETTszxShRqItQBUyP5zX8UqM8Oi { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { top:13.5rem;left:0rem;width:33.4375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCQL904LlXGLAqhOrfngdue9k7EpBoM { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block; }
 }@media only screen and (max-width: 763px) { #SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { 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) { #TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { top:29.4375rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { 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) { #oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { top:5.5rem;left:0rem;width:20rem;height:4.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { display:none; }
 }@media only screen and (max-width: 763px) { #xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block; }
 }@media only screen and (max-width: 763px) { #BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l47lo89Qimg2mfnXFqnZO9fk2buglayA { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm { display:none; }#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GkfQbrBt376FNDxEcDMqcDB1vG46d0Fw { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkBnSUJRITUWhSHFAukHHDApJ4Lu0DJ { top:47rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMD75Xpt2WB4APHyZbwdribgIDVBErSJ { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7wP0Q4wMtVTMpcfwyKTdluO2uKMaKTC { top:39.125rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci95hBKfLxcF7Dloou4sp2a5gIoEFVTa { top:47.125rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNdvx4sQg3oP8sWiQ3XneBb73i0QbFy { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9BhOxD3fMEfntTTZKWVq0SDf8qqe17O { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txraWqvrJQhsZ11kWQTJpVFbeAUJuTcU { top:55.5625rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLUbh33thzUrsmk9zQ746kssmPDF0Lo { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJs1uL0c2NyDLPLMmEN2Z2b8mWsltEZ3 { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKrzSq68pNTny0fO2LEUxMd53ZFfNi27 { top:13.5rem;left:0rem;width:40.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCwt3tTCrkmDa5LQ5tr2LKXFAOH8sX1 { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTlhLDwWFJUub6ed1trXW7hpeBlU2tv { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDgIwlWrroLHcdEVU6JD4owrgqR1Sco { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqmD4aTtXvtKppM3BdoUITE5nbO6PKb { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMUdk6yfoklJMlJWDxgp5D0sJ2qWrui { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmoQ5OkJzhUnEI4M0FhTNM59zeaOtov { display:block; }
 }@media only screen and (max-width: 763px) { #upZR43FrgRGd0fzny5wG2VS6nz7f5Z8V { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6W46DOx54s5On1pOUEp73eOKBO7Ktp1 { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoQZwm2H0dHUQ0MTSx96zls6AzBEFPhe { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IomQsbsO7VJbPr2DiFKmBhdNBtwJdg8a { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFzDFpEF4IFw2IAkatEvQzIh9dAo8G7t { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9W9Vdfub0iT9f6ZT5FIIfAw3VznkCaU { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6LVKlTfRK18HTWiWSUUmU7eBoED6ehU { 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) { #z2Ns8lI9gPFpnlxPQDmWoXKF5O7ZNCI5 { top:42.3125rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZN1PWczrvCydlERgJRACUqyTTU7HQvH { 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) { #J584nwWxesS5bngKmqdbFnIw0gRnCGM6 { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud1y0xgamrFLckN425mHK6TE2kS1nUwV { top:5.5rem;left:0rem;width:20rem;height:4.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCmtyKuxxTVAOOSLBXuFcIHGTHq0OdbO { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl6ihgzUobKDTRqFiRo2726c8J2rZyZw { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MERhZ8q1gaRuZUBJXtS6GehypeRTrZNr { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws0gOtBFRbDTg4uHTiNzXFVgKeQZWQk2 { display:none; }
 }@media only screen and (max-width: 763px) { #r1HTZ6k8VouNcewCQf3T165dzPi94UHv { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H49SLdDn1582tBMM6yoI9045Wf8FDNve { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTezFWCBBfTf2siPfmDEKu6KN5ATzIAg { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipzEgpOiZvxfNJE0TOazfa3Q398BviFZ { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRcXgba8VAPpRHanwA7Nti7qQlDsrTNO { display:block; }
 }@media only screen and (max-width: 763px) { #hcm94Wrqkr32qUh7nw5OhCLRpdetH4rD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnDG935GdxhuyGRalMUlNvAy6J6wmN5Z { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOXXam6TSEqnM9vf44vEUeZzIMlnCNT2 { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUCA6HIq17GpD7UwdtDECwuruhxJLcaQ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfIIiv8uKucFJL1SWvsq9XxJPUbATiZc { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgsOStupWPQVbHMJQ5ARHos5RsMxDxzh { 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) { #TdsLIxrT2PkL7bcdlMuBoSWyn16LKE4G { top:6.75rem;left:0rem;width:14.125rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8h9JWmXAvkGKTuBTDGwEgD4Mrr1xRbi { top:18.375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAaROUBR3fkOmO7wS4rOWTwkJ0OzJ8Qv { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@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 #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@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) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@media only screen and (max-width: 763px) { #QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv { display:none; }#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gSNkTJUmIatTAkK8M0q9eJHLgN4bWWWS { top:2.8125rem;left:6.3431720733644rem;width:35rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT { display:flex;height:auto;width:27.8125rem;top:32.375rem;left:6.3421516418456rem; }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@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) { #WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { top:1.75rem;left:0rem;width:47rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ISRSFT11SybhEdfT6FcBETO3oCT22V { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra18dPXnTWl17udKHg7DVfNceBiVol7N { width:46.75rem;height:10rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { 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) { #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) { #T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { top:102.875rem;left:0rem;width:47rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block; }
 }@media only screen and (max-width: 763px) { #uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;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:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtRqpqaoE3IIpCPDbP78B9ieLc0O1scG { width:18.5625rem;height:1.3808625rem;top:0.4375rem;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.4375rem;top:1.9375rem;left:0rem;font-size:0.9375rem;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.316875rem;padding-right:0.2925rem;padding-bottom:0.316875rem;padding-left:0.2925rem;width:1.751875rem;min-width:1.751875rem;height:1.7025rem;font-size:1.2675rem;line-height:27.24px;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.198125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.3375rem;height:0.671875rem;font-size:0.475625rem;line-height:10.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { display:flex;width:13.375rem;height:3.20625rem;top:4.4990234375rem;left:2.8759765625rem;padding-top:0.4rem;padding-right:0.435rem;padding-bottom:0.4rem;padding-left:0.435rem;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) { #ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { width:20rem;height:0;top:10.99643671875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@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:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fHbIBDHCRSTcmuPou8bnmZf3ISGrXy { width:20rem;height:2.03125rem;top:19.75rem;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:4.986325rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKdJNy5G8CrmLQzf7DIu2Iv8hhgFHQ9 { width:9.375rem;height:2.8125rem;top:9.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpZRpEd4iLHhErwTRsmwGMiuXSi0THC { width:20rem;height:6.171875rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXbnoPcSBnkHEE0T5DCP6h61yomndcw { width:20rem;height:7.79883125rem;top:22rem;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:12rem;top:63.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i60kZNQnXL6TL1SKiSWmXwr9dupFk6l9 { width:17.3730625rem;height:8.75rem;top:50.75rem;left:1.3125rem;font-size:1.375rem;z-index:15070;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mic2g3zVN4RsM10Zg1IKEFFl9mII0mmg { display:block; }
 }@media only screen and (max-width: 763px) { #iIqaC6s3MFiv4nU6AJrWiiVz91bP73Wm { top:30.5625rem;left:0.1875rem;width:19.625rem;height:11.75rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:20rem;height:178.5625rem;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:10.5rem;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:16.875rem;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:13.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { width:3rem;height:3rem;top:21.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { width:3rem;height:3rem;top:30.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { width:3rem;height:3rem;top:38.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { width:20rem;height:4.5rem;top:25.1875rem;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:33.5625rem;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:41.9375rem;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:67.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:59rem;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:55.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { width:3rem;height:3rem;top:64.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { width:20rem;height:4.5rem;top:50.5625rem;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:47.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { width:20rem;height:8.125rem;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:79.1875rem;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:75.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { width:19.3125rem;height:9rem;top:87.625rem;left:0rem;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:84.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { width:20rem;height:4.5rem;top:147.1875rem;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:138.3125rem;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:129.5rem;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:120.6875rem;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:117.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { width:3rem;height:3rem;top:126.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { width:3rem;height:3rem;top:135.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { width:3rem;height:3rem;top:143.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwrZEiiOzQNaMT5e67VF633SnHise7G { width:20rem;height:6rem;top:110.75rem;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:107.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { width:20rem;height:6rem;top:100.75rem;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:97.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { width:19.25rem;height:25rem;top:188.62182460938rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { width:19rem;height:10rem;top:200.74682460938rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { width:20rem;height:0;top:190.99682460938rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { width:20rem;height:0;top:195.55932460938rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { width:19.25rem;height:22.0625rem;top:154.0625rem;left:0.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { width:17.37425rem;height:8.6865rem;top:165.5625rem;left:1.3125rem;font-size:1.375rem;z-index:15069;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block; }
 }@media only screen and (max-width: 763px) { #QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { width:20rem;height:2.0996125rem;top:161.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.3125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { width:19.0625rem;height:5.25rem;top:155.375rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.875rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { background-color:#1b3980;background-image:none;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 { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { width:20rem;height:4.548825rem;top:1.318359375rem;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:126rem;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:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { width:20rem;height:4.548825rem;top:1.037109375rem;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:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A02QfoF1DVNEvQVI0QlRDI5WaehFSsyl { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { width:20rem;height:9.75rem;top:10.5546875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { width:20rem;height:12.4375rem;top:30.958984375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { width:19.5rem;height:6.09375rem;top:20.958984375rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomoJpam2LwDpUNwO6pG1t3h8sEXBxMu { width:20rem;height:8.125rem;top:1.4833984375rem;left:0rem;font-size:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BdqTzFSuPpmq0786Q5I5uqS2k3B2gHv8 { top:28.052734375rem;left:0rem;width:20rem;height:12.4375rem;z-index:15006;overflow:hidden;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:195.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4deXys68F8TPyIsOFEVChqf1DCfpM14 { width:20rem;height:2.1933625rem;top:1.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { width:20rem;height:27.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { width:20rem;height:1.7871125rem;top:7.8125rem;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:17.3125rem;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:none; }
 }@media only screen and (max-width: 763px) { #l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { width:19rem;height:4.875rem;top:10.5625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUuClyJTBzhTyTG3QovRrQTld1zV25Up { width:20rem;height:29.25rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLbtECD4vTRaVMibO29rbXdO3rK570N { width:20rem;height:3.57421875rem;top:37.375rem;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:4.875rem;top:42.0625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { width:13.75rem;height:13.75rem;top:48.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { width:20rem;height:29.5rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { width:20rem;height:3.57421875rem;top:69rem;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:4.875rem;top:73.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { width:13.75rem;height:13.75rem;top:80.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEvaP7MAeDECFEKnnkvWovKZomgc4Ssk { width:20rem;height:29.125rem;top:163.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Acm18sGOGzDspkVynyD1n0f2US9FeH { width:13.75rem;height:13.75rem;top:176.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { width:20rem;height:29.25rem;top:132.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { width:13.75rem;height:13.75rem;top:145.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { width:20rem;height:32.125rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { width:20rem;height:4.875rem;top:138.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA9QT38ubTacxuqM0W9sBkniDnThFG5l { width:20rem;height:4.875rem;top:169.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { width:13.75rem;height:13.75rem;top:114.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUedUCHk65yg67c83rL5Oyk5DeaFULd { width:20rem;height:6.5rem;top:105.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { width:18.125rem;height:3.57421875rem;top:134.0625rem;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:165.1875rem;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:0;top:100.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { width:20rem;height:3.574225rem;top:100.0458984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { width:20rem;height:9.75rem;top:8.6796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1gwkuUfaIyh2sfmMOkdg1f4Fan4kw9w { width:20rem;height:12.4375rem;top:24.12109375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #asCVVrP8sg8SieTeHBbTpx8CFSuNsv6k { width:19.0625rem;height:4.2246125rem;top:19.333984375rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zlPxlxy4U2xu93S7Dq4OzI9CEXCQQV { width:20rem;height:6.09375rem;top:0rem;left:0rem;font-size:1.5625rem;z-index:15005;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:189.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { width:20rem;height:27.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { width:20rem;height:3.57421875rem;top:7.1875rem;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:16.75rem;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:none; }
 }@media only screen and (max-width: 763px) { #lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { width:19rem;height:3.25rem;top:11.625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { width:20rem;height:29.1875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { width:20rem;height:5.361325rem;top:36.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { width:18.8125rem;height:3.25rem;top:43rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { width:13.75rem;height:13.75rem;top:48.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { width:20rem;height:29.125rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { width:16.8125rem;height:3.57421875rem;top:67.75rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { width:20rem;height:4.875rem;top:72.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPtsImcE9OXtsbitmdw00oHLircwzocw { width:13.75rem;height:13.75rem;top:79.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { width:20rem;height:28.125rem;top:158.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { width:13.75rem;height:13.75rem;top:171rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { width:20rem;height:29.375rem;top:127.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { width:13.75rem;height:13.75rem;top:141rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMadluyhQptfPMyBWliywiz7vug8O8AQ { width:20rem;height:28.1875rem;top:97.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { width:20rem;height:3.25rem;top:135.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { width:19.125rem;height:0;top:171.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { width:13.75rem;height:13.75rem;top:109.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { width:19.4375rem;height:4.875rem;top:102.75rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { width:18.125rem;height:5.361325rem;top:129.3125rem;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:3.57421875rem;top:160.75rem;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:98.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { width:19.125rem;height:3.25rem;top:165.5625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { background-color:#1b3980;background-image:none;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 { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { width:20rem;height:4.548825rem;top:0.849609375rem;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) { #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:14.8125rem;height:10.3125rem;top:93.235375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAPRoSbfxJgKMIyT8u66wblG09Hnxxb { width:19rem;height:6.875rem;top:109.9375rem;left:0.5rem;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:16.1875rem;height:11.375rem;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) { #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:6.75rem;top:109.9375rem;left:0.5rem;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) { #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) { #X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { display:block; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { width:20rem;height:114.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { display:flex;width:1.875rem;height:1.875rem;top:46.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { width:15.375rem;height:3.25rem;top:46rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { width:15.3730625rem;height:1.625rem;top:51rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { width:16.4980625rem;height:3.25rem;top:59rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGHi22CWBT8XtTUByIvipWNphWz4tOHt { display:flex;width:1.875rem;height:1.875rem;top:59.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { display:flex;width:1.875rem;height:1.875rem;top:55.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { width:14.2480625rem;height:3.25rem;top:54.5625rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { width:16.4980625rem;height:3.25rem;top:63.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { display:flex;width:1.875rem;height:1.875rem;top:64.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { width:17.25rem;height:12rem;top:28.5625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { width:13.2480625rem;height:3.25rem;top:67.875rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { display:flex;width:1.875rem;height:1.875rem;top:68.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { width:14.1855625rem;height:1.625rem;top:73.3125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { display:flex;width:1.875rem;height:1.875rem;top:73.1875rem;left:0.8125rem; }
 }@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:77.0625rem;left:3.5rem;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:77.75rem;left:0.8125rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #ywE0MDTEh1Z5qU7Wlwd611aSOFpDTRnQ { width:14.1855625rem;height:3.25rem;top:81.4375rem;left:3.5rem;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:82.125rem;left:0.8125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { width:18.625rem;height:19.87425rem;top:21rem;left:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bfu9bqwAlCCB7aQZLZvaqU7wuuhKnPsh { width:16.875rem;height:3rem;top:41rem;left:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qT10ffugyWdzTAGGIpk4FdOH2w5q6hOS { width:6.25rem;height:1.3808625rem;top:41.8125rem;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:41.3125rem;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:41.75rem;left:1.5rem;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:18.875rem;height:5.99975625rem;top:16.4375rem;left:0.6875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { width:20rem;height:4.125rem;top:17.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15121;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { width:18.625rem;height:0.125rem;top:28.25rem;left:0.6875rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { width:8.625rem;height:4rem;top:23.75rem;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:24.4375rem;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) { #gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { top:14.375rem;left:0.0625rem;width:20rem;height:100.0625rem;z-index:15000;background-color:#faf7f2;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #tV8XnFANfzmIwe22nR1Oz36u37sggGlN { width:20rem;height:2.5996125rem;top:88.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { width:20rem;height:2.4375rem;top:92.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { width:20rem;height:1.79980625rem;top:95.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #zXQAg9c9O6XRDnivll0pusoLduPHNU20 { width:18.18725rem;height:8.125rem;top:98.5rem;left:0.875rem;font-size:1.5rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block; }
 }@media only screen and (max-width: 763px) { #Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { width:11.9360625rem;height:1.19921875rem;top:108.4375rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { width:2.06055rem;height:2.06055rem;top:108rem;left:2.1875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #eKqHJXeBtH7m160HThLuKv62px5B8Bny { width:3.49975625rem;height:1.25rem;top:111.1875rem;left:1.0625rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { width:13.62425rem;height:1.19921875rem;top:111.1875rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { width:20rem;height:0.1875rem;top:87rem;left:0.1875rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #zDMxyx5vct30AAZ4iNX6ty4iLXbIS5Ip { width:20rem;height:11.375rem;top:1rem;left:0rem;font-size:1.25rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #AbP15A70US4TzVIolyR39vPXMvHz6aya { display:block; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { display:flex;width:1.875rem;height:1.875rem;top:34.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { width:15.375rem;height:3.25rem;top:34.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { display:flex;width:1.875rem;height:1.875rem;top:39rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { width:15.3730625rem;height:1.625rem;top:39.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { width:16.4980625rem;height:3.25rem;top:47.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { display:flex;width:1.875rem;height:1.875rem;top:47.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { display:flex;width:1.875rem;height:1.875rem;top:43.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { width:14.2480625rem;height:3.25rem;top:42.6875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { width:16.4980625rem;height:3.25rem;top:51.5625rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD451ETTszxShRqItQBUyP5zX8UqM8Oi { display:flex;width:1.875rem;height:1.875rem;top:52.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { width:17.0625rem;height:12rem;top:16.875rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { width:13.2480625rem;height:3.25rem;top:56rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { display:flex;width:1.875rem;height:1.875rem;top:56.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { width:14.1855625rem;height:1.625rem;top:61.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCQL904LlXGLAqhOrfngdue9k7EpBoM { display:flex;width:1.875rem;height:1.875rem;top:61.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block; }
 }@media only screen and (max-width: 763px) { #SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { width:14.1855625rem;height:3.25rem;top:65.1875rem;left:3.5rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { display:flex;width:1.875rem;height:1.875rem;top:65.875rem;left:0.8125rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { width:14.1855625rem;height:3.25rem;top:69.5625rem;left:3.5rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { display:flex;width:1.875rem;height:1.875rem;top:70.25rem;left:0.8125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { width:18.625rem;height:19.87425rem;top:9.125rem;left:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { width:16.875rem;height:3rem;top:29.125rem;left:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { width:6.25rem;height:1.3808625rem;top:29.9375rem;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) { #TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { width:7.1875rem;height:2.35546875rem;top:29.4375rem;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) { #aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { width:6.25rem;height:1.4622375rem;top:29.875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { width:18.875rem;height:5.99975625rem;top:4.5625rem;left:0.6875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { width:20rem;height:4.125rem;top:5.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15121;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { width:18.625rem;height:0.125rem;top:16.375rem;left:0.6875rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { width:8.625rem;height:4rem;top:11.875rem;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) { #fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { width:6.5625rem;height:2.69921875rem;top:12.5625rem;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) { #DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { top:2.5rem;left:0.0625rem;width:20rem;height:100.3125rem;z-index:15000;background-color:#faf7f2;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { width:20rem;height:2.5996125rem;top:77rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { width:20rem;height:2.4375rem;top:80.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { width:20rem;height:1.79980625rem;top:83.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { width:18.18725rem;height:8.125rem;top:86.625rem;left:0.875rem;font-size:1.5rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block; }
 }@media only screen and (max-width: 763px) { #BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { width:11.9360625rem;height:1.19921875rem;top:96.75rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { width:2.06055rem;height:2.06055rem;top:96.3125rem;left:2.1875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { width:3.49975625rem;height:1.25rem;top:99.5rem;left:1.0625rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { width:13.62425rem;height:1.19921875rem;top:99.5rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #l47lo89Qimg2mfnXFqnZO9fk2buglayA { width:20rem;height:0.1875rem;top:75.125rem;left:0.1875rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm { display:block; }#UcqOoH2dlB8AOPDyJMcOLSswkEEiiAJm > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkfQbrBt376FNDxEcDMqcDB1vG46d0Fw { display:flex;width:1.875rem;height:1.875rem;top:34.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #iZkBnSUJRITUWhSHFAukHHDApJ4Lu0DJ { width:15.375rem;height:3.25rem;top:47rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMD75Xpt2WB4APHyZbwdribgIDVBErSJ { display:flex;width:1.875rem;height:1.875rem;top:47.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #F7wP0Q4wMtVTMpcfwyKTdluO2uKMaKTC { width:15.3730625rem;height:1.625rem;top:52rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci95hBKfLxcF7Dloou4sp2a5gIoEFVTa { width:16.4980625rem;height:3.25rem;top:60rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNdvx4sQg3oP8sWiQ3XneBb73i0QbFy { display:flex;width:1.875rem;height:1.875rem;top:56.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #p9BhOxD3fMEfntTTZKWVq0SDf8qqe17O { display:flex;width:1.875rem;height:1.875rem;top:51.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #txraWqvrJQhsZ11kWQTJpVFbeAUJuTcU { width:14.2480625rem;height:3.25rem;top:55.5625rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLUbh33thzUrsmk9zQ746kssmPDF0Lo { width:16.4980625rem;height:3.25rem;top:64.4375rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJs1uL0c2NyDLPLMmEN2Z2b8mWsltEZ3 { display:flex;width:1.875rem;height:1.875rem;top:60.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #yKrzSq68pNTny0fO2LEUxMd53ZFfNi27 { width:17.9375rem;height:11.0625rem;top:29.96875rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TDCwt3tTCrkmDa5LQ5tr2LKXFAOH8sX1 { width:13.2480625rem;height:3.25rem;top:68.875rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTlhLDwWFJUub6ed1trXW7hpeBlU2tv { display:flex;width:1.875rem;height:1.875rem;top:65.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #WbDgIwlWrroLHcdEVU6JD4owrgqR1Sco { width:14.1855625rem;height:1.625rem;top:74.3125rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqmD4aTtXvtKppM3BdoUITE5nbO6PKb { display:flex;width:1.875rem;height:1.875rem;top:69.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #aLMUdk6yfoklJMlJWDxgp5D0sJ2qWrui { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMmoQ5OkJzhUnEI4M0FhTNM59zeaOtov { display:block; }
 }@media only screen and (max-width: 763px) { #upZR43FrgRGd0fzny5wG2VS6nz7f5Z8V { width:14.1855625rem;height:3.25rem;top:78.0625rem;left:3.375rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #C6W46DOx54s5On1pOUEp73eOKBO7Ktp1 { display:flex;width:1.875rem;height:1.875rem;top:74.4375rem;left:0.875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #EoQZwm2H0dHUQ0MTSx96zls6AzBEFPhe { width:14.1855625rem;height:3.25rem;top:82.4375rem;left:3.375rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #IomQsbsO7VJbPr2DiFKmBhdNBtwJdg8a { display:flex;width:1.875rem;height:1.875rem;top:78.8125rem;left:0.875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #gFzDFpEF4IFw2IAkatEvQzIh9dAo8G7t { width:18.625rem;height:19.87425rem;top:22rem;left:0.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w9W9Vdfub0iT9f6ZT5FIIfAw3VznkCaU { width:16.875rem;height:3rem;top:42rem;left:1.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #y6LVKlTfRK18HTWiWSUUmU7eBoED6ehU { width:6.25rem;height:1.3808625rem;top:42.8125rem;left:12.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #z2Ns8lI9gPFpnlxPQDmWoXKF5O7ZNCI5 { width:7.1875rem;height:2.35546875rem;top:42.3125rem;left:6.3125rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #lZN1PWczrvCydlERgJRACUqyTTU7HQvH { width:6.25rem;height:1.4619125rem;top:42.75rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #J584nwWxesS5bngKmqdbFnIw0gRnCGM6 { width:18.875rem;height:5.99975625rem;top:17.4375rem;left:0.5625rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1y0xgamrFLckN425mHK6TE2kS1nUwV { width:20rem;height:4.125rem;top:18.375rem;left:-0.125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15121;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KCmtyKuxxTVAOOSLBXuFcIHGTHq0OdbO { width:18.625rem;height:0.125rem;top:29.25rem;left:0.5625rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #yl6ihgzUobKDTRqFiRo2726c8J2rZyZw { width:8.625rem;height:4rem;top:24.75rem;left:8.6875rem;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) { #MERhZ8q1gaRuZUBJXtS6GehypeRTrZNr { width:6.5625rem;height:2.69921875rem;top:25.4375rem;left:3rem;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) { #ws0gOtBFRbDTg4uHTiNzXFVgKeQZWQk2 { top:15.375rem;left:-0.0625rem;width:20rem;height:100.3125rem;z-index:15000;background-color:#faf7f2;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #r1HTZ6k8VouNcewCQf3T165dzPi94UHv { width:20rem;height:2.5996125rem;top:89.875rem;left:-0.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #H49SLdDn1582tBMM6yoI9045Wf8FDNve { width:20rem;height:2.4375rem;top:93.1875rem;left:-0.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JTezFWCBBfTf2siPfmDEKu6KN5ATzIAg { width:20rem;height:1.79980625rem;top:96.75rem;left:-0.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ipzEgpOiZvxfNJE0TOazfa3Q398BviFZ { width:18.5rem;height:8.4375rem;top:99.5rem;left:0.625rem;font-size:1.5rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #zRcXgba8VAPpRHanwA7Nti7qQlDsrTNO { display:block; }
 }@media only screen and (max-width: 763px) { #hcm94Wrqkr32qUh7nw5OhCLRpdetH4rD { width:11.9360625rem;height:1.19921875rem;top:109.625rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #VnDG935GdxhuyGRalMUlNvAy6J6wmN5Z { width:2.06055rem;height:2.06055rem;top:109.1875rem;left:2.1875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #dOXXam6TSEqnM9vf44vEUeZzIMlnCNT2 { width:3.49975625rem;height:1.25rem;top:112.375rem;left:1.0625rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #WUCA6HIq17GpD7UwdtDECwuruhxJLcaQ { width:13.62425rem;height:1.19921875rem;top:112.375rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #WfIIiv8uKucFJL1SWvsq9XxJPUbATiZc { width:20rem;height:0.1875rem;top:88rem;left:0.0625rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #sgsOStupWPQVbHMJQ5ARHos5RsMxDxzh { width:20rem;height:1.94921875rem;top:3.625rem;left:0rem;font-size:1.5rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #TdsLIxrT2PkL7bcdlMuBoSWyn16LKE4G { width:14.125rem;height:2.5996125rem;top:6.75rem;left:2.9375rem;font-size:2rem;z-index:15209;display:block; }
 }@media only screen and (max-width: 763px) { #u8h9JWmXAvkGKTuBTDGwEgD4Mrr1xRbi { display:flex;width:4.625rem;height:4.625rem;top:10rem;left:7.6875rem;z-index:15205; }
 }@media only screen and (max-width: 763px) { #yAaROUBR3fkOmO7wS4rOWTwkJ0OzJ8Qv { display:flex;width:1.875rem;height:1.875rem;top:83.125rem;left:0.875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:20rem;height:41.4375rem;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:31.5rem;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:none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@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;display:none; }
 }@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 #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@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) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@media only screen and (max-width: 763px) { #QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv { display:block; }#QcVrzv4N3AChm1zDeRnR5hCk1ZL3pwiv > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSNkTJUmIatTAkK8M0q9eJHLgN4bWWWS { width:20rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT { display:flex;height:auto;width:17.5rem;top:5.185546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #Si5fZX7FT2C9DTfgFgLpHHSS4AhqK2xT #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@media only screen and (max-width: 763px) { #T80ploo63TrGiFE3FBswb8S6La9rziOO { display:none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { width:19.25rem;height:25.0625rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2ISRSFT11SybhEdfT6FcBETO3oCT22V { width:20rem;height:0;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { width:20rem;height:0;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra18dPXnTWl17udKHg7DVfNceBiVol7N { width:19rem;height:10rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { display:block; }
 }@media only screen and (max-width: 763px) { #U0t0THOe50y7cCCapDA1K2uW6R4X3txA { display:block; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { width:20rem;height:26.25rem;position:relative;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) { #T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { width:19.25rem;height:22.0625rem;top:1.4375rem;left:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { width:17.374rem;height:8.6855625rem;top:13.3125rem;left:1.3125rem;font-size:1.375rem;z-index:15073;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block; }
 }@media only screen and (max-width: 763px) { #uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { width:20rem;height:2.0996125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.3125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { width:19.0625rem;height:5.25rem;top:3.1875rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.875rem;z-index:15070;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; }
 }