.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:217,244,244;--color-primary-1:128,217,217;--color-primary-2:0,179,179;--color-primary-3:0,90,90;--color-primary-4:0,27,27;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:128,128,128;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V { 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; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container { background-color: transparent; background-image: none; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container > .video-iframe-container { display: none; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row > .video-iframe-container { display: none; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .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); }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container { border-width: 0; border-radius: 0; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#zlEmnvAWmeTBtoGJJN1ELBQ1mxZGDt10 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#KW6AwMoiUn3aK81NXpBLEI1SWDhm05Il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPl1WfkdNsgfVPxDZcRxM3zoZaPGv8fx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#GDEsWqWzJTHoJIQgOH09AdzAGtFylNGx { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#NEw8TwRTUAbQVyC4JpNrr04vMNFTTtRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuwLT2LGk3mbEhf950WSfc1t8zoZTRcD { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#dGqPkDTNDDTxGVg8oyOT1p8CTVTT4tsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4Icatm372fe6n1TSLMwkwOuFAs5rx9f { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#B3mw9eTTVI741R6ecm2x0TFfAc4k4XwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPzEt5Qt2H3N6goTyW2y86Ha6oOBUWHu { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#XyeRKzhkTvaXgVU7o0nLZ7SenP7ORZ9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQQV3vqPn1Ly5WKbfyRHVpm23rFoL4Tu { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#KqbleknFJT8gsicBHr044SvlvuWXmZnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQa2agNowJGRecKmXFsiDW9Gwsck1lGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#TpTqaBUkZTABqhT2JET3ZLmlJexsS4Vi { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#p65BWFElbtB4LEdmnNoGFwHvRRB9ZBmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe { position:relative;display:block; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe { background-color: transparent; background-image: none; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container > .video-iframe-container { display: none; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row > .video-iframe-container { display: none; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .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); }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe { border-width: 0; border-radius: 0; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DlnJTtQGlqAJdaxVXNM5Idf6uRDDNhmg { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#KpOBDVfpukqwSRSQT4eHzXGuhTgxbBhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maN14Fqv4DWP7omHxrqbKnQWZT2nOBcb { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#TCk6gdh67thE8G7a3kCHdtHk3uG40T4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyie5l20OlCV0JWDSwArdhkAZPAAuP7i { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#gpc13NDwBs3QEC7Q9x6fmi7db3xvwPc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6DIAOuhzfyfCON402OdelLpehVXqvr2 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#CAi3twmkcf9Tnbx7uK3CemyFJNX4tgXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwnUykRJkc6iU00TccbekiS4pFOs5b88 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#Psq9VCf4nb2qWWodBk637cDvAwQBny4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJaREMGMMKfo7CdeZu3TCxWb0DLeM0MG { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#IoJJxZvqJDydEfnyxbDz7ogLIvTyWpqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIgEIyZT4vRILaBqOGzufz1mXACEPRie { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#TTG3BK73Xq0g12RXO9rZ6td78ll4zTJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hdswT5uPz5eUPpNiM0ThUVwz6UbbUK5o { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.5625rem;height:2.4375rem;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; }
#OEV3WbGc2SdSMPBKIpsdPmMVMJNPIfzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.5625rem;height:3.57465rem;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; }
#gPH07i7RxTTp2WBNRvtJVDfDWI4lqeuz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15116;line-height:1.5;letter-spacing:0;top:13.118055343628rem;left:3.5625rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#TKNQEz7UI8eWlGHHZD6HUbgrvzCa6fRv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:25.8125rem;left:3.5625rem;height:1.787325rem;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; }
#XKnO57HiogotKTvCwdoy8IAr8DqM0Ty6 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:28.480035781861rem;left:3.5625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#Pc5Eh2E7MaOINMZO5PE7vpz7bPEOWVKV { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:0rem;display:block; }
#cJ3mEX0sZbw88rtTI4etC5pKAOOsKMfA { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0rem 0.25rem 0.75rem rgba(var(--color-secondary-4),0.5) ;height:25.5625rem;width:25.625rem;top:10.4375rem;left:31.560546875rem;overflow:hidden;display:block; }
#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container { background-color: transparent; background-image: none; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container > .video-iframe-container { display: none; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row > .video-iframe-container { display: none; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .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); }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container { border-width: 0; border-radius: 0; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row > .video-iframe-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; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container { font-size:0.875rem;font-family:arial;height:121.125rem;width:60rem;position:relative;display:block; }#LL4mum678T0CQNil071D7ypFQZsTzrUg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.25rem;width:54.6875rem;top:2.4956588745117rem;left:2.5190982818604rem;display:block; }
#tJFJbegcHB0APMv7TdHveOExTolxOd2e { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.8125rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhiTHIFlE3cAxpESF7vsKcQn8lasfGif { color:rgba(var(--color-tertiary-3),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:7.2222213745119rem;left:3.8107643127441rem;height:19.19535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ysrFUivKw5WK64Q3PKUub3b9NIacTagu { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.8125rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahCpC5MW0p4yRODLQgorre6Zg1d1zs3o { color:rgba(var(--color-tertiary-3),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:35.348091125488rem;left:3.8125rem;height:19.19535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZ0zNc52fVufN483KXN0KN5UzOOsKbad { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60.208335876465rem;left:3.8125rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSSFVBgK2hy1sry0TyLQJKF9PMMS0Mp4 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:63.494794845581rem;left:3.9670143127441rem;height:19.19535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S0oMl1S04fA1gBEBXXnxEpmlUbiT59tI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:88.35156440735rem;left:4.4357643127441rem;height:1.787325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMO42Qk35H4tNUZ4x1TeExRw94JmuOmz { color:rgba(var(--color-tertiary-3),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:91.636287689206rem;left:4.4357643127441rem;height:19.19535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ew7Hapwi34n0ofSepZG3sU83UVi4DdWt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:115.31249380112rem;left:19.092016220092rem;display:block; }
#QUgww0kJF7LgHZqM1ogCTo9aUnID6rxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zc57KMtK5A96Q3s0Kk4tcgUcHOVXisov { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.3125rem;width:54.6875rem;top:30.5625rem;left:2.5rem;display:block; }
#fK8TExwEwmu8fbGfvP5G8aF5k3PEwdSg { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:53.330732583999rem;left:97.383680343625rem;display:block; }
#fH3qsHNMBLt4ndi7aShtNUo6wTlv4wIG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.3125rem;width:54.6875rem;top:58.708332538605rem;left:2.5182304382324rem;display:block; }
#rTmki1NaFRK5NIuXtUSynOZ8mZOAZHfr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.3125rem;width:54.6875rem;top:86.852432250975rem;left:2.5182304382324rem;display:block; }
#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container { background-color: transparent; background-image: none; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container > .video-iframe-container { display: none; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row > .video-iframe-container { display: none; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .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); }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container { border-width: 0; border-radius: 0; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#vT1kdCoDva2yg3Ta5Pr4OKzaThtwze3r { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;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:2rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;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;display:block; }
#otEIuAzbmTV4XqhxWKQabU256F4UOF9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.5625rem;left:28.4375rem; }
#FwU0JyyLIDL7c8XeflNLmlR17PbzAwgA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.75rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container { background-color: transparent; background-image: none; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container > .video-iframe-container { display: none; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row > .video-iframe-container { display: none; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .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); }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container { border-width: 0; border-radius: 0; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container { font-size:0.875rem;font-family:arial;height:123.5rem;width:60rem;position:relative;display:block; }#SC84oJJki9F1enTq3arDrsR5TCtUR4rV { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:9.25rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Eg9eqT1lCIhHXywFeWM24yMLKpgftniq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6935806274414rem;left:1.84375rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#cPxgaZWtLFsKzkKqrF3vqIK9Od4ASbM8 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:37rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRWnOAb1MgI2Zd38FhiQ2yKC8cwF3w8z { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.4375rem;left:24.5rem;display:block; }
#ykTuo9xXcDsg9TOXwNQe7OS5IeE7lR2D { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:9.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#XNiGTtlExLFAwpJNhnop1sucRETHSKFV { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:2.0625rem;height:5.361325rem;text-align:center;text-align-last:center;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;display:block; }
#TmmzXS4hMmB3bfRiFsMJSizmyKmLfVwF { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:37.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKAi9EbkvBrRIcdegaWT6e7Iir57PKSw { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.1875rem;left:24.5rem;display:block; }
#OuiObg1BPkR731sXJS1SVRGIr0c3Qb9T { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.25rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#mhQrkSHWcJpqAQ3sltf5dGC2FBiTJDAk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.711804866791rem;left:1.84375rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#G4mRFXN97aJgPrrfsvwUiAtqnowvM79K { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.6875rem;left:24.6875rem;display:block; }
#Hey9wTJphNvTC6P3PDOzzUdVnBxrmA9C { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhdvZ2SzregLTBWTclAK9miyPtQWwMpW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:116.5625rem;left:20rem;display:block; }
#ZrkOlhyJzS0chiEWEObm6MIohLp4anTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgrQuz4xioJ1Jhf2W77W5Z73uT3d2rTm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.875rem;left:2.0625rem;height:5.361325rem;text-align:center;text-align-last:center;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;display:block; }
#ADv62EWKF3zt5Sf16s1czTJ1BiSVxpMX { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.4375rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#qsTgwzaO9CU6s1sIGCfxgsmprda4rFER { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:28.9375rem;left:24.75rem;display:block; }
#cd7epL5Q1WrzM77HyPUSAD5U9l6tL7GT { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIHBCFbOJIyHczHS4DVptTFdg88l3A6O { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.125rem;left:1.9375rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#sSAPUMJ0Wrfub8eCF0ryv8CmLyFHq5I1 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:38.5rem;left:37.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVcEfDIU66TfdcKm0G2gqaWXklTzoQxc { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:39.1875rem;left:24.625rem;display:block; }
#XMr03eiGdOTRdH8rnKUQDnIvvL066RHT { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.6875rem;left:9.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Ru500a6iQew0aCNm9Xl5kdzqffqGtrXw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:45.3125rem;left:2.0625rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#ipSUTT56XJdsPKFTczEl6Xi43a5sTbRw { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:47.375rem;left:24.75rem;display:block; }
#sN88TUdrIbeEoqEmitA4E07vJEQZPUqZ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.6875rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmQGUxRNSPcy0nas21fyfdv8vhLTdPgf { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:43.875rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#T2Q3KFAxBHEl0p6i7Aw5o6zrs1kdCCLF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:53.5rem;left:2.0625rem;height:5.361325rem;text-align:center;text-align-last:center;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;display:block; }
#RGgAVJF1nbLFIU9zDwSJhXhfrqF9mcJb { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:55.5625rem;left:24.75rem;display:block; }
#meKcvab9PmPLmUZGkMy2zVtEREx3kyvg { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:54.875rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wV7R4A5ziI62FS638aA8CPGdPh9XKyHn { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:52.0625rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#LewvxLJInnyJQoP6Ly2hgwDQPyDTEeQf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:63.75rem;left:2.0625rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#rUOVumHPfHTOlnJyUvRyPqmffB4cl3eq { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:65.8125rem;left:24.75rem;display:block; }
#RKGetatAE53unhh66f4mmmVnJ8zTr21i { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:65.125rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nz8X2Z10hGhN9gbb54vSPt3QxX1LxIfN { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:62.3125rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#pgXuZkR384ubv8uThXPDi3sulTTa42TB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:71.9375rem;left:2.0625rem;height:3.57465rem;text-align:center;text-align-last:center;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;display:block; }
#dBcw9oycB9sulJg68y8T1h6rnt9PlHB4 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:74rem;left:24.75rem;display:block; }
#iJnf2FEyetVqB4qGU8OGIUhTsECJ0pIT { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:73.3125rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnWwXIehia666dutJ8gpDykIrP5G8kcB { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:70.5rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#VUgWBtOwwiMUHHUGSoPxFmDBG3I2nFie { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:80.125rem;left:1.9375rem;height:5.361325rem;text-align:center;text-align-last:center;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;display:block; }
#GIU69sT0Ve0lJtbHlkgVWTyh03sQPqwh { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:82.1875rem;left:24.625rem;display:block; }
#PXTgwP4x79T8Lt0MqhD8hTvpGVfNHxpG { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:81.5rem;left:37.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtPxBTe4cxTPi1x0fcmbktShDzsZwbmp { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:78.6875rem;left:9.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#WaPNt3lOU4uWcEmkQduOK8ix61LdC2hz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:88.3125rem;left:2.0625rem;height:5.36198125rem;text-align:center;text-align-last:center;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;display:block; }
#zlTQQXvZT6EMMLqGqbsAwStOo4ThkJsH { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:90.375rem;left:24.75rem;display:block; }
#lnJly7xPKpWvlHcCBMZeXzChGicTTu4d { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:89.6875rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phPzFikLZGzvRtJUUtQpbLBoaV8e6Iff { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:86.875rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#ANQ3UxUsJmLoCxberGMAVsAonutILzAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:96.5rem;left:2.0625rem;height:;text-align:center;text-align-last:center;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;display:block; }
#qnyErudZ9W2u1ssmSPrkFGMmwKRWXnE2 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:98.5625rem;left:24.75rem;display:block; }
#OtVuSMMZaaNU3LAaONtbnRIbki7tlZ8t { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:97.875rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTvLncKq3JeiW97J4Ucn2ek6FsFGM21Q { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:95.0625rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#CCm2QyIm03u5P3Tl9lb1Gv4l2JTd6Xin { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:106.75rem;left:2.0625rem;height:5.361325rem;text-align:center;text-align-last:center;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;display:block; }
#gpFTzP4kBAOEPyLNfb8sWWNtDJ48G6P2 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:108.8125rem;left:24.75rem;display:block; }
#JPPrk2T9J6Z4Sv6ECohmaG2TEZAlabzW { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:108.125rem;left:37.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9Tb5isuTCsGgcRfSEA82vTspwJeU0lQ { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:105.3125rem;left:9.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN { 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; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container { background-color: transparent; background-image: none; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container > .video-iframe-container { display: none; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row > .video-iframe-container { display: none; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .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); }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container { border-width: 0; border-radius: 0; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#vgTxLyZ65sHSv5erzWpaHxU1v2J90dcx { color:#3c3833;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iLfOGowzAgoAKnSpNZlT0SAruc98buOx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:18.75rem;width:18.9375rem;top:7.75rem;left:0rem;display:block; }
#v1aDaTGfLkwe5TuR5xOdcXFU0T72pBEC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.125rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w245BVB6AyO2eKJBbkANaFVcpCTNLr6i { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.562499523163rem;left:0.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxhK0ttf05x4eTF2bBMT4GynpdSBTiQy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:18.75rem;width:18.9375rem;top:7.75rem;left:20.5625rem;display:block; }
#C5og21SNqSQI1uApo6C4VZqinn5VHbuT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.5625rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysKwT9PuEzmZN2EoGUObEBGn8abnug4q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.125rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCfV4kQ9eF23pGRVOmeBRGIX7f9Hq4po { position:absolute;display:block;z-index:15005;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.5rem;width:4.5rem;top:10.8125rem;left:7.21875rem;overflow:hidden;display:block; }
#MzQ6U1qFADCglyaL6Al6FnuOP1M3Bz7K { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:18.75rem;width:18.9375rem;top:7.75rem;left:41.0625rem;display:block; }
#vwVxIUiTsBTzNmOgJqHpFNWVeeNR6TPU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19.562499523163rem;left:42.093751907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsTvP9w3P4muTks3nTls51VhPiZ7TmfJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.124999523163rem;left:42.093751907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdUQoWKb6co4Elz1ky1hlGeChLolL9xW { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.8125rem;left:27.75rem; }
#dqzHv1McACk3ZllSeZor85ZFUkm3LAsT { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.8125rem;left:48.28125rem; }
#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An { 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; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container { background-color: transparent; background-image: none; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container > .video-iframe-container { display: none; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row > .video-iframe-container { display: none; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .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); }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container { border-width: 0; border-radius: 0; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#MNpsVhTNWpbyrnCn66HI5QgX6lZDQsn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phZOvIqNiR7BvcLSECT68gUZRsa9CKXv { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.625003814698rem;left:28.750001907349rem;display:block; }
#bqTCO5Q0yA5Q049LvUMSfsGG2E3Noo8H { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;height:12.25rem;width:21.375rem;top:13.500000119209rem;left:6.875rem;display:block; }
#ssQDplqdvbVbtvlaqi3x3TgZoCDzocIL { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:15.25rem;left:8.8125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HuHpXRba6om2mS7ib6mcFAvBzJVJiGwd { color:#606060;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:12rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxHBSPrPKudr76og51mskTTHh8XpBbuD { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:12rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJDQWnbRwymBvprbgXX46IAQQ5qqZM09 { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.875rem;left:36.75rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQ1fDUxRGGthMQcIRWFJEMl7fzqLhw3O { color:#606060;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.6875rem;left:36.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwnOlcuuVNCa1eGwZRC8RTNky59WrTdZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:15.25rem;left:33.625rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aq5ty51MUQEDPfgidZb4GkXGueDZCs6G { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:35.125rem;left:19.0625rem;display:block; }
#KeMgUJTa5VwtxyCEcR9XR8NTmLG7JqX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6HXJfc3ZIxkTnPKHUl8FnF7W5T8MOzg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;height:12.25rem;width:21.375rem;top:13.555555462837rem;left:31.687501907349rem;display:block; }
#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw { position:relative;display:block; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw { background-color: transparent; background-image: none; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container > .video-iframe-container { display: none; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row > .video-iframe-container { display: none; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .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); }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw { border-width: 0; border-radius: 0; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZvqAZLaeqdDLb4zKlRVnTMvgoNpCI3AX { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#t4zWVELxzRHJu6W7opcl0Mqdp2Hctnox { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#l1vaoRONKX9bIrZywNQrGMntUuRrmV51 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#l1vaoRONKX9bIrZywNQrGMntUuRrmV51 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#tzoyByRK9X0OGmkyupOo6fkEuxB4v7wJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#BNBcXB9ckadF2JBhwGxtr7TP8pKcd63Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#VQmlQZasrJucrUdu51RSdsxHbgPgZgJM { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#xQRoved84s2x5s5GBV6Ai8ZFRhrO5EcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#y7KR7wffy8H364KNufpnkp3EFTAC5rKI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#lK2fgZPJ8mxTm5vJvvkSrMyTMcMhlKc3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#VaXE4d7GxAFaZRFgK9deuEFZERhKWxI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#SDtLTAPs6MafcHHToKtbILPb30oWrsOk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#OyZZBlsXisCcT2QWm6R5sZt4GrJovy7o { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#aBRBAeJfSHhTwfv8Tvu44AJo1uvRqUtb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#LZUmAEnIhAuz6dBvTWVRBnTHW5sh0Saq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIEhO2u7md2QtK8Tw9Re9Bdwi04ieckZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#d9FAzqVnEZUiriJh0pLh7DyOIcbvtd9t { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#r8eGC0HSNhTpQidcSyhUwDDWEXZ2quua { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#wCg8zC7nhn6uQ9OtJnTDoZtXb0hV5aQw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V { display:block; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlEmnvAWmeTBtoGJJN1ELBQ1mxZGDt10 { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6AwMoiUn3aK81NXpBLEI1SWDhm05Il { display:block; }
 }@media only screen and (max-width: 763px) { #rPl1WfkdNsgfVPxDZcRxM3zoZaPGv8fx { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDEsWqWzJTHoJIQgOH09AdzAGtFylNGx { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEw8TwRTUAbQVyC4JpNrr04vMNFTTtRt { display:block; }
 }@media only screen and (max-width: 763px) { #vuwLT2LGk3mbEhf950WSfc1t8zoZTRcD { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqPkDTNDDTxGVg8oyOT1p8CTVTT4tsW { display:block; }
 }@media only screen and (max-width: 763px) { #g4Icatm372fe6n1TSLMwkwOuFAs5rx9f { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mw9eTTVI741R6ecm2x0TFfAc4k4XwS { display:block; }
 }@media only screen and (max-width: 763px) { #XPzEt5Qt2H3N6goTyW2y86Ha6oOBUWHu { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyeRKzhkTvaXgVU7o0nLZ7SenP7ORZ9u { display:block; }
 }@media only screen and (max-width: 763px) { #oQQV3vqPn1Ly5WKbfyRHVpm23rFoL4Tu { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqbleknFJT8gsicBHr044SvlvuWXmZnL { display:block; }
 }@media only screen and (max-width: 763px) { #XQa2agNowJGRecKmXFsiDW9Gwsck1lGP { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTqaBUkZTABqhT2JET3ZLmlJexsS4Vi { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p65BWFElbtB4LEdmnNoGFwHvRRB9ZBmh { display:block; }
 }@media only screen and (max-width: 763px) { #xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe { display:block; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlnJTtQGlqAJdaxVXNM5Idf6uRDDNhmg { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpOBDVfpukqwSRSQT4eHzXGuhTgxbBhw { display:block; }
 }@media only screen and (max-width: 763px) { #maN14Fqv4DWP7omHxrqbKnQWZT2nOBcb { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCk6gdh67thE8G7a3kCHdtHk3uG40T4z { display:block; }
 }@media only screen and (max-width: 763px) { #vyie5l20OlCV0JWDSwArdhkAZPAAuP7i { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpc13NDwBs3QEC7Q9x6fmi7db3xvwPc1 { display:block; }
 }@media only screen and (max-width: 763px) { #p6DIAOuhzfyfCON402OdelLpehVXqvr2 { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAi3twmkcf9Tnbx7uK3CemyFJNX4tgXH { display:block; }
 }@media only screen and (max-width: 763px) { #HwnUykRJkc6iU00TccbekiS4pFOs5b88 { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psq9VCf4nb2qWWodBk637cDvAwQBny4y { display:block; }
 }@media only screen and (max-width: 763px) { #IJaREMGMMKfo7CdeZu3TCxWb0DLeM0MG { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoJJxZvqJDydEfnyxbDz7ogLIvTyWpqp { display:block; }
 }@media only screen and (max-width: 763px) { #ZIgEIyZT4vRILaBqOGzufz1mXACEPRie { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG3BK73Xq0g12RXO9rZ6td78ll4zTJz { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdswT5uPz5eUPpNiM0ThUVwz6UbbUK5o { top:3.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEV3WbGc2SdSMPBKIpsdPmMVMJNPIfzJ { top:8.625rem;left:0rem;width:24.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPH07i7RxTTp2WBNRvtJVDfDWI4lqeuz { top:13.0625rem;left:0rem;width:23.3125rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKNQEz7UI8eWlGHHZD6HUbgrvzCa6fRv { top:25.8125rem;left:0rem;width:27.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKnO57HiogotKTvCwdoy8IAr8DqM0Ty6 { top:28.4375rem;left:0rem;width:23.3125rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5Eh2E7MaOINMZO5PE7vpz7bPEOWVKV { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3mEX0sZbw88rtTI4etC5pKAOOsKMfA { top:10.4375rem;left:22.125rem;width:25.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU { display:block; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LL4mum678T0CQNil071D7ypFQZsTzrUg { width:47.375rem;height:25.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJFJbegcHB0APMv7TdHveOExTolxOd2e { width:40.1875rem;height:1.75rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhiTHIFlE3cAxpESF7vsKcQn8lasfGif { width:47.75rem;height:19.1875rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysrFUivKw5WK64Q3PKUub3b9NIacTagu { width:38.8125rem;height:1.75rem;top:32.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahCpC5MW0p4yRODLQgorre6Zg1d1zs3o { width:47.75rem;height:19.1875rem;top:35.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0zNc52fVufN483KXN0KN5UzOOsKbad { width:32.5625rem;height:1.75rem;top:60.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFVBgK2hy1sry0TyLQJKF9PMMS0Mp4 { width:47.75rem;height:19.1875rem;top:63.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oMl1S04fA1gBEBXXnxEpmlUbiT59tI { width:47.75rem;height:1.75rem;top:88.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMO42Qk35H4tNUZ4x1TeExRw94JmuOmz { width:47.75rem;height:19.1875rem;top:91.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew7Hapwi34n0ofSepZG3sU83UVi4DdWt { width:21.875rem;height:3.4375rem;top:115.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgww0kJF7LgHZqM1ogCTo9aUnID6rxO { display:block; }
 }@media only screen and (max-width: 763px) { #Zc57KMtK5A96Q3s0Kk4tcgUcHOVXisov { width:47.375rem;height:25.3125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8TExwEwmu8fbGfvP5G8aF5k3PEwdSg { top:53.9375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH3qsHNMBLt4ndi7aShtNUo6wTlv4wIG { width:47.375rem;height:25.3125rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTmki1NaFRK5NIuXtUSynOZ8mZOAZHfr { width:47.375rem;height:25.3125rem;top:86.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph { display:block; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT1kdCoDva2yg3Ta5Pr4OKzaThtwze3r { width:47.75rem;height:3.25rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEIuAzbmTV4XqhxWKQabU256F4UOF9P { top:6.5625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwU0JyyLIDL7c8XeflNLmlR17PbzAwgA { top:6.4375rem;left:11.375rem;width:12.5rem;height:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX { display:block; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC84oJJki9F1enTq3arDrsR5TCtUR4rV { width:7.625rem;height:1.4375rem;top:1rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9eqT1lCIhHXywFeWM24yMLKpgftniq { width:22.4375rem;height:3.5625rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgaZWtLFsKzkKqrF3vqIK9Od4ASbM8 { width:22.75rem;height:1.4375rem;top:3.75rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRWnOAb1MgI2Zd38FhiQ2yKC8cwF3w8z { top:4.4375rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTuo9xXcDsg9TOXwNQe7OS5IeE7lR2D { width:7.625rem;height:1.4375rem;top:9.125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNiGTtlExLFAwpJNhnop1sucRETHSKFV { width:22.4375rem;height:5.3125rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmzXS4hMmB3bfRiFsMJSizmyKmLfVwF { width:22.75rem;height:1.4375rem;top:11.5rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKAi9EbkvBrRIcdegaWT6e7Iir57PKSw { top:12.1875rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiObg1BPkR731sXJS1SVRGIr0c3Qb9T { width:7.625rem;height:1.4375rem;top:17.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQrkSHWcJpqAQ3sltf5dGC2FBiTJDAk { width:22.4375rem;height:3.5625rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4mRFXN97aJgPrrfsvwUiAtqnowvM79K { top:20.6875rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hey9wTJphNvTC6P3PDOzzUdVnBxrmA9C { width:22.75rem;height:1.4375rem;top:20rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhdvZ2SzregLTBWTclAK9miyPtQWwMpW { width:21.875rem;height:3.4375rem;top:116.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrkOlhyJzS0chiEWEObm6MIohLp4anTA { display:block; }
 }@media only screen and (max-width: 763px) { #BgrQuz4xioJ1Jhf2W77W5Z73uT3d2rTm { width:22.4375rem;height:3.5625rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADv62EWKF3zt5Sf16s1czTJ1BiSVxpMX { width:7.625rem;height:1.4375rem;top:25.4375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTgwzaO9CU6s1sIGCfxgsmprda4rFER { top:28.9375rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7epL5Q1WrzM77HyPUSAD5U9l6tL7GT { width:22.75rem;height:1.4375rem;top:28.25rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHBCFbOJIyHczHS4DVptTFdg88l3A6O { width:22.4375rem;height:3.5625rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSAPUMJ0Wrfub8eCF0ryv8CmLyFHq5I1 { width:22.75rem;height:1.4375rem;top:38.5rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVcEfDIU66TfdcKm0G2gqaWXklTzoQxc { top:39.1875rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMr03eiGdOTRdH8rnKUQDnIvvL066RHT { width:7.625rem;height:1.4375rem;top:35.6875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru500a6iQew0aCNm9Xl5kdzqffqGtrXw { width:22.4375rem;height:3.5625rem;top:45.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSUTT56XJdsPKFTczEl6Xi43a5sTbRw { top:47.375rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN88TUdrIbeEoqEmitA4E07vJEQZPUqZ { width:22.75rem;height:1.4375rem;top:46.6875rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQGUxRNSPcy0nas21fyfdv8vhLTdPgf { width:7.625rem;height:1.4375rem;top:43.875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Q3KFAxBHEl0p6i7Aw5o6zrs1kdCCLF { width:22.4375rem;height:5.3125rem;top:53.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGgAVJF1nbLFIU9zDwSJhXhfrqF9mcJb { top:55.5625rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKcvab9PmPLmUZGkMy2zVtEREx3kyvg { width:22.75rem;height:1.4375rem;top:54.875rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV7R4A5ziI62FS638aA8CPGdPh9XKyHn { width:7.625rem;height:1.4375rem;top:52.0625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LewvxLJInnyJQoP6Ly2hgwDQPyDTEeQf { width:22.4375rem;height:3.5625rem;top:63.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUOVumHPfHTOlnJyUvRyPqmffB4cl3eq { top:65.8125rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGetatAE53unhh66f4mmmVnJ8zTr21i { width:22.75rem;height:1.4375rem;top:65.125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8X2Z10hGhN9gbb54vSPt3QxX1LxIfN { width:7.625rem;height:1.4375rem;top:62.3125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXuZkR384ubv8uThXPDi3sulTTa42TB { width:22.4375rem;height:3.5625rem;top:71.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcw9oycB9sulJg68y8T1h6rnt9PlHB4 { top:74rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJnf2FEyetVqB4qGU8OGIUhTsECJ0pIT { width:22.75rem;height:1.4375rem;top:73.3125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnWwXIehia666dutJ8gpDykIrP5G8kcB { width:7.625rem;height:1.4375rem;top:70.5rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUgWBtOwwiMUHHUGSoPxFmDBG3I2nFie { width:22.4375rem;height:5.3125rem;top:80.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIU69sT0Ve0lJtbHlkgVWTyh03sQPqwh { top:82.1875rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTgwP4x79T8Lt0MqhD8hTvpGVfNHxpG { width:22.75rem;height:1.4375rem;top:81.5rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtPxBTe4cxTPi1x0fcmbktShDzsZwbmp { width:7.625rem;height:1.4375rem;top:78.6875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPNt3lOU4uWcEmkQduOK8ix61LdC2hz { width:22.4375rem;height:;top:88.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTQQXvZT6EMMLqGqbsAwStOo4ThkJsH { top:90.375rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJly7xPKpWvlHcCBMZeXzChGicTTu4d { width:22.75rem;height:1.4375rem;top:89.6875rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phPzFikLZGzvRtJUUtQpbLBoaV8e6Iff { width:7.625rem;height:1.4375rem;top:86.875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANQ3UxUsJmLoCxberGMAVsAonutILzAJ { width:22.4375rem;height:;top:96.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnyErudZ9W2u1ssmSPrkFGMmwKRWXnE2 { top:98.5625rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtVuSMMZaaNU3LAaONtbnRIbki7tlZ8t { width:22.75rem;height:1.4375rem;top:97.875rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvLncKq3JeiW97J4Ucn2ek6FsFGM21Q { width:7.625rem;height:1.4375rem;top:95.0625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCm2QyIm03u5P3Tl9lb1Gv4l2JTd6Xin { width:22.4375rem;height:5.3125rem;top:106.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFTzP4kBAOEPyLNfb8sWWNtDJ48G6P2 { top:108.8125rem;left:11.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPPrk2T9J6Z4Sv6ECohmaG2TEZAlabzW { width:22.75rem;height:1.4375rem;top:108.125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Tb5isuTCsGgcRfSEA82vTspwJeU0lQ { width:7.625rem;height:1.4375rem;top:105.3125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN { display:block; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgTxLyZ65sHSv5erzWpaHxU1v2J90dcx { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLfOGowzAgoAKnSpNZlT0SAruc98buOx { width:18.9375rem;height:18.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1aDaTGfLkwe5TuR5xOdcXFU0T72pBEC { width:16.875rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w245BVB6AyO2eKJBbkANaFVcpCTNLr6i { width:17.125rem;height:3rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhK0ttf05x4eTF2bBMT4GynpdSBTiQy { width:18.9375rem;height:18.75rem;top:7.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5og21SNqSQI1uApo6C4VZqinn5VHbuT { width:16.875rem;height:4.5rem;top:19.5625rem;left:15.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKwT9PuEzmZN2EoGUObEBGn8abnug4q { width:16.875rem;height:1.625rem;top:17.125rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCfV4kQ9eF23pGRVOmeBRGIX7f9Hq4po { width:4.5rem;height:4.5rem;top:10.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQ6U1qFADCglyaL6Al6FnuOP1M3Bz7K { width:18.9375rem;height:18.75rem;top:7.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVxIUiTsBTzNmOgJqHpFNWVeeNR6TPU { width:16.875rem;height:3rem;top:19.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTvP9w3P4muTks3nTls51VhPiZ7TmfJ { width:16.875rem;height:1.625rem;top:17.0625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdUQoWKb6co4Elz1ky1hlGeChLolL9xW { top:10.8125rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqzHv1McACk3ZllSeZor85ZFUkm3LAsT { top:10.8125rem;left:42.15625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An { display:block; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNpsVhTNWpbyrnCn66HI5QgX6lZDQsn0 { width:47.75rem;height:3.25rem;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phZOvIqNiR7BvcLSECT68gUZRsa9CKXv { width:2.5rem;height:0.125rem;top:10.625rem;left:22.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTCO5Q0yA5Q049LvUMSfsGG2E3Noo8H { width:21.375rem;height:12.25rem;top:13.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssQDplqdvbVbtvlaqi3x3TgZoCDzocIL { width:17.5rem;height:7rem;top:15.25rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuHpXRba6om2mS7ib6mcFAvBzJVJiGwd { width:11.25rem;height:1.625rem;top:26.6875rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxHBSPrPKudr76og51mskTTHh8XpBbuD { width:11.25rem;height:1rem;top:28.875rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDQWnbRwymBvprbgXX46IAQQ5qqZM09 { width:11.25rem;height:1rem;top:28.875rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ1fDUxRGGthMQcIRWFJEMl7fzqLhw3O { width:11.25rem;height:1.625rem;top:26.6875rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwnOlcuuVNCa1eGwZRC8RTNky59WrTdZ { width:17.5rem;height:7rem;top:15.25rem;left:27.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq5ty51MUQEDPfgidZb4GkXGueDZCs6G { width:21.875rem;height:3.4375rem;top:35.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeMgUJTa5VwtxyCEcR9XR8NTmLG7JqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #m6HXJfc3ZIxkTnPKHUl8FnF7W5T8MOzg { width:21.375rem;height:12.25rem;top:13.5rem;left:25.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw { display:block; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvqAZLaeqdDLb4zKlRVnTMvgoNpCI3AX { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4zWVELxzRHJu6W7opcl0Mqdp2Hctnox { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1vaoRONKX9bIrZywNQrGMntUuRrmV51 { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#l1vaoRONKX9bIrZywNQrGMntUuRrmV51 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #tzoyByRK9X0OGmkyupOo6fkEuxB4v7wJ { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNBcXB9ckadF2JBhwGxtr7TP8pKcd63Q { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQmlQZasrJucrUdu51RSdsxHbgPgZgJM { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRoved84s2x5s5GBV6Ai8ZFRhrO5EcZ { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KR7wffy8H364KNufpnkp3EFTAC5rKI { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK2fgZPJ8mxTm5vJvvkSrMyTMcMhlKc3 { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaXE4d7GxAFaZRFgK9deuEFZERhKWxI9 { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtLTAPs6MafcHHToKtbILPb30oWrsOk { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyZZBlsXisCcT2QWm6R5sZt4GrJovy7o { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRBAeJfSHhTwfv8Tvu44AJo1uvRqUtb { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUmAEnIhAuz6dBvTWVRBnTHW5sh0Saq { display:block; }
 }@media only screen and (max-width: 763px) { #mIEhO2u7md2QtK8Tw9Re9Bdwi04ieckZ { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9FAzqVnEZUiriJh0pLh7DyOIcbvtd9t { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8eGC0HSNhTpQidcSyhUwDDWEXZ2quua { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg8zC7nhn6uQ9OtJnTDoZtXb0hV5aQw { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V { position:relative;z-index:auto;display:block; }#Ol05eIfCn1nMdl2uUXnoq9gmRzo9pF5V > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlEmnvAWmeTBtoGJJN1ELBQ1mxZGDt10 { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6AwMoiUn3aK81NXpBLEI1SWDhm05Il { display:block; }
 }@media only screen and (max-width: 763px) { #rPl1WfkdNsgfVPxDZcRxM3zoZaPGv8fx { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDEsWqWzJTHoJIQgOH09AdzAGtFylNGx { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEw8TwRTUAbQVyC4JpNrr04vMNFTTtRt { display:block; }
 }@media only screen and (max-width: 763px) { #vuwLT2LGk3mbEhf950WSfc1t8zoZTRcD { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqPkDTNDDTxGVg8oyOT1p8CTVTT4tsW { display:block; }
 }@media only screen and (max-width: 763px) { #g4Icatm372fe6n1TSLMwkwOuFAs5rx9f { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mw9eTTVI741R6ecm2x0TFfAc4k4XwS { display:block; }
 }@media only screen and (max-width: 763px) { #XPzEt5Qt2H3N6goTyW2y86Ha6oOBUWHu { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyeRKzhkTvaXgVU7o0nLZ7SenP7ORZ9u { display:block; }
 }@media only screen and (max-width: 763px) { #oQQV3vqPn1Ly5WKbfyRHVpm23rFoL4Tu { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqbleknFJT8gsicBHr044SvlvuWXmZnL { display:block; }
 }@media only screen and (max-width: 763px) { #XQa2agNowJGRecKmXFsiDW9Gwsck1lGP { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #TpTqaBUkZTABqhT2JET3ZLmlJexsS4Vi { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p65BWFElbtB4LEdmnNoGFwHvRRB9ZBmh { display:block; }
 }@media only screen and (max-width: 763px) { #xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe { display:block; }#xSgyu5AKP48RRKHS4eJ3awf9RnLALgMe > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlnJTtQGlqAJdaxVXNM5Idf6uRDDNhmg { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KpOBDVfpukqwSRSQT4eHzXGuhTgxbBhw { display:block; }
 }@media only screen and (max-width: 763px) { #maN14Fqv4DWP7omHxrqbKnQWZT2nOBcb { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TCk6gdh67thE8G7a3kCHdtHk3uG40T4z { display:block; }
 }@media only screen and (max-width: 763px) { #vyie5l20OlCV0JWDSwArdhkAZPAAuP7i { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gpc13NDwBs3QEC7Q9x6fmi7db3xvwPc1 { display:block; }
 }@media only screen and (max-width: 763px) { #p6DIAOuhzfyfCON402OdelLpehVXqvr2 { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CAi3twmkcf9Tnbx7uK3CemyFJNX4tgXH { display:block; }
 }@media only screen and (max-width: 763px) { #HwnUykRJkc6iU00TccbekiS4pFOs5b88 { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Psq9VCf4nb2qWWodBk637cDvAwQBny4y { display:block; }
 }@media only screen and (max-width: 763px) { #IJaREMGMMKfo7CdeZu3TCxWb0DLeM0MG { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IoJJxZvqJDydEfnyxbDz7ogLIvTyWpqp { display:block; }
 }@media only screen and (max-width: 763px) { #ZIgEIyZT4vRILaBqOGzufz1mXACEPRie { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TTG3BK73Xq0g12RXO9rZ6td78ll4zTJz { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdswT5uPz5eUPpNiM0ThUVwz6UbbUK5o { width:20rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEV3WbGc2SdSMPBKIpsdPmMVMJNPIfzJ { width:20rem;height:2.4375rem;top:6.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPH07i7RxTTp2WBNRvtJVDfDWI4lqeuz { width:17.5rem;height:7.875rem;top:9.875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKNQEz7UI8eWlGHHZD6HUbgrvzCa6fRv { width:20rem;height:1.21875rem;top:19.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKnO57HiogotKTvCwdoy8IAr8DqM0Ty6 { width:17.5rem;height:6.75rem;top:20.9375rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5Eh2E7MaOINMZO5PE7vpz7bPEOWVKV { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3mEX0sZbw88rtTI4etC5pKAOOsKMfA { width:15.3125rem;height:15.25rem;top:28.624999046326rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU { display:block; }#xsClehb2OTTLbfLNJ0iCZm93vLMSvGUU > .row .container { width:20rem;height:158.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LL4mum678T0CQNil071D7ypFQZsTzrUg { width:17.5625rem;height:34.5rem;top:2.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJFJbegcHB0APMv7TdHveOExTolxOd2e { width:17.3125rem;height:2.76215rem;top:3.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhiTHIFlE3cAxpESF7vsKcQn8lasfGif { width:15.6875rem;height:27.986125rem;top:7.9227428436281rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysrFUivKw5WK64Q3PKUub3b9NIacTagu { width:17.6875rem;height:2.76215rem;top:41.091147899628rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahCpC5MW0p4yRODLQgorre6Zg1d1zs3o { width:15.6875rem;height:25.1875125rem;top:45.264757156372rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0zNc52fVufN483KXN0KN5UzOOsKbad { width:15.6875rem;height:2.76215rem;top:75.603300094606rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFVBgK2hy1sry0TyLQJKF9PMMS0Mp4 { width:15.6875rem;height:26.58681875rem;top:79.776906967163rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oMl1S04fA1gBEBXXnxEpmlUbiT59tI { width:14.125rem;height:4.14323125rem;top:111.56163024903rem;left:2.9375001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMO42Qk35H4tNUZ4x1TeExRw94JmuOmz { width:15.6875rem;height:29.38543125rem;top:116.95485973358rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew7Hapwi34n0ofSepZG3sU83UVi4DdWt { width:19rem;height:3.4375rem;top:151.26910400391rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgww0kJF7LgHZqM1ogCTo9aUnID6rxO { display:block; }
 }@media only screen and (max-width: 763px) { #Zc57KMtK5A96Q3s0Kk4tcgUcHOVXisov { width:17.625rem;height:31.6875rem;top:39.957465171814rem;left:1.0190972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8TExwEwmu8fbGfvP5G8aF5k3PEwdSg { width:5.3125rem;height:1.5625rem;top:133.67447996139rem;left:7.3437501192094rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fH3qsHNMBLt4ndi7aShtNUo6wTlv4wIG { width:17.5625rem;height:33.125rem;top:74.3533039093rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTmki1NaFRK5NIuXtUSynOZ8mZOAZHfr { width:17.3125rem;height:36.8125rem;top:110.31163024903rem;left:1.1753472089768rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph { display:block; }#uWy9RbCB7Pbf4K5H1QXekJF8FETU3Pph > .row .container { width:20rem;height:8.6875001192093rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT1kdCoDva2yg3Ta5Pr4OKzaThtwze3r { width:17.8125rem;height:1.625rem;top:2.5625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEIuAzbmTV4XqhxWKQabU256F4UOF9P { display:flex;width:3.125rem;height:3.125rem;top:5.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FwU0JyyLIDL7c8XeflNLmlR17PbzAwgA { width:12.5rem;height:0.64930625rem;top:5.4375rem;left:3.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX { display:block; }#QFXuJ1u4AOVL6L3qeTcJN5TNmZD5qCcX > .row .container { width:20rem;height:153.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC84oJJki9F1enTq3arDrsR5TCtUR4rV { width:8.1875rem;height:1.29980625rem;top:0.87413215637206rem;left:5.9062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9eqT1lCIhHXywFeWM24yMLKpgftniq { width:16.3125rem;height:2.5996125rem;top:3.609375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgaZWtLFsKzkKqrF3vqIK9Od4ASbM8 { width:12.5625rem;height:1.29980625rem;top:7.5810546875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRWnOAb1MgI2Zd38FhiQ2yKC8cwF3w8z { width:12.5rem;height:0.125rem;top:9.9930562973025rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTuo9xXcDsg9TOXwNQe7OS5IeE7lR2D { width:7.625rem;height:1.29980625rem;top:11.9921875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNiGTtlExLFAwpJNhnop1sucRETHSKFV { width:20rem;height:2.5996125rem;top:14.203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmzXS4hMmB3bfRiFsMJSizmyKmLfVwF { width:15.75rem;height:1.29980625rem;top:18.177734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKAi9EbkvBrRIcdegaWT6e7Iir57PKSw { width:12.5rem;height:0.125rem;top:20.7900390625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiObg1BPkR731sXJS1SVRGIr0c3Qb9T { width:7.625rem;height:1.29980625rem;top:22.1650390625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQrkSHWcJpqAQ3sltf5dGC2FBiTJDAk { width:18.6875rem;height:2.5996125rem;top:24.9013671875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4mRFXN97aJgPrrfsvwUiAtqnowvM79K { width:12.5rem;height:0.125rem;top:31.4892578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hey9wTJphNvTC6P3PDOzzUdVnBxrmA9C { width:20rem;height:1.29980625rem;top:28.814453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhdvZ2SzregLTBWTclAK9miyPtQWwMpW { width:19rem;height:3.4375rem;top:148.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrkOlhyJzS0chiEWEObm6MIohLp4anTA { display:block; }
 }@media only screen and (max-width: 763px) { #BgrQuz4xioJ1Jhf2W77W5Z73uT3d2rTm { width:18.125rem;height:3.8994125rem;top:35.5390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADv62EWKF3zt5Sf16s1czTJ1BiSVxpMX { width:7.625rem;height:1.29980625rem;top:32.8642578125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTgwzaO9CU6s1sIGCfxgsmprda4rFER { width:12.5rem;height:0.125rem;top:43.4248046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7epL5Q1WrzM77HyPUSAD5U9l6tL7GT { width:20rem;height:1.29980625rem;top:40.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIHBCFbOJIyHczHS4DVptTFdg88l3A6O { width:12.5rem;height:3.8994125rem;top:47.599609375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSAPUMJ0Wrfub8eCF0ryv8CmLyFHq5I1 { width:20rem;height:1.29980625rem;top:52.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVcEfDIU66TfdcKm0G2gqaWXklTzoQxc { width:12.5rem;height:0.125rem;top:55.4853515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMr03eiGdOTRdH8rnKUQDnIvvL066RHT { width:7.625rem;height:1.29980625rem;top:44.9248046875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru500a6iQew0aCNm9Xl5kdzqffqGtrXw { width:20rem;height:2.5996125rem;top:59.66015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSUTT56XJdsPKFTczEl6Xi43a5sTbRw { width:12.5rem;height:0.125rem;top:66.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN88TUdrIbeEoqEmitA4E07vJEQZPUqZ { width:20rem;height:1.29980625rem;top:63.634765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQGUxRNSPcy0nas21fyfdv8vhLTdPgf { width:7.625rem;height:1.29980625rem;top:56.9853515625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Q3KFAxBHEl0p6i7Aw5o6zrs1kdCCLF { width:18rem;height:3.8994125rem;top:70.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGgAVJF1nbLFIU9zDwSJhXhfrqF9mcJb { width:12.5rem;height:0.125rem;top:78.1357421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKcvab9PmPLmUZGkMy2zVtEREx3kyvg { width:20rem;height:1.29980625rem;top:75.4609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV7R4A5ziI62FS638aA8CPGdPh9XKyHn { width:7.625rem;height:1.29980625rem;top:67.880859375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LewvxLJInnyJQoP6Ly2hgwDQPyDTEeQf { width:17.5rem;height:2.5996125rem;top:82.185546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUOVumHPfHTOlnJyUvRyPqmffB4cl3eq { width:12.5rem;height:0.125rem;top:88.7724609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGetatAE53unhh66f4mmmVnJ8zTr21i { width:20rem;height:1.29980625rem;top:86.16015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8X2Z10hGhN9gbb54vSPt3QxX1LxIfN { width:7.625rem;height:1.29980625rem;top:79.5107421875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXuZkR384ubv8uThXPDi3sulTTa42TB { width:14.625rem;height:2.5996125rem;top:92.884765625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcw9oycB9sulJg68y8T1h6rnt9PlHB4 { width:12.5rem;height:0.125rem;top:99.4091796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJnf2FEyetVqB4qGU8OGIUhTsECJ0pIT { width:20rem;height:1.29980625rem;top:96.796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnWwXIehia666dutJ8gpDykIrP5G8kcB { width:7.625rem;height:1.29980625rem;top:90.1474609375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUgWBtOwwiMUHHUGSoPxFmDBG3I2nFie { width:18.125rem;height:2.5996125rem;top:103.583984375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIU69sT0Ve0lJtbHlkgVWTyh03sQPqwh { width:12.5rem;height:0.125rem;top:110.1708984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTgwP4x79T8Lt0MqhD8hTvpGVfNHxpG { width:14.5625rem;height:1.29980625rem;top:107.55859375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtPxBTe4cxTPi1x0fcmbktShDzsZwbmp { width:7.625rem;height:1.29980625rem;top:100.9091796875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPNt3lOU4uWcEmkQduOK8ix61LdC2hz { width:14.5rem;height:3.8994125rem;top:114.158203125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTQQXvZT6EMMLqGqbsAwStOo4ThkJsH { width:12.5rem;height:0.125rem;top:122.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJly7xPKpWvlHcCBMZeXzChGicTTu4d { width:20rem;height:1.29980625rem;top:119.494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phPzFikLZGzvRtJUUtQpbLBoaV8e6Iff { width:7.625rem;height:1.29980625rem;top:111.5458984375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANQ3UxUsJmLoCxberGMAVsAonutILzAJ { width:17.875rem;height:3.8994125rem;top:126.3359375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnyErudZ9W2u1ssmSPrkFGMmwKRWXnE2 { width:12.5rem;height:0.125rem;top:134.2216796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtVuSMMZaaNU3LAaONtbnRIbki7tlZ8t { width:20rem;height:1.29980625rem;top:131.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvLncKq3JeiW97J4Ucn2ek6FsFGM21Q { width:7.625rem;height:1.29980625rem;top:123.5rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCm2QyIm03u5P3Tl9lb1Gv4l2JTd6Xin { width:13.8125rem;height:3.8994125rem;top:138.4326171875rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFTzP4kBAOEPyLNfb8sWWNtDJ48G6P2 { width:12.5rem;height:0.125rem;top:146.318359375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPPrk2T9J6Z4Sv6ECohmaG2TEZAlabzW { width:20rem;height:1.29980625rem;top:143.7060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Tb5isuTCsGgcRfSEA82vTspwJeU0lQ { width:7.625rem;height:1.29980625rem;top:135.5966796875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN { display:block; }#rDsKxTDnAVbN8ZSyTwdROvlAKwrJJiKN > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgTxLyZ65sHSv5erzWpaHxU1v2J90dcx { width:20rem;height:3.25rem;top:3.4052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLfOGowzAgoAKnSpNZlT0SAruc98buOx { width:17.1875rem;height:17.1875rem;top:9.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1aDaTGfLkwe5TuR5xOdcXFU0T72pBEC { width:16.25rem;height:1.625rem;top:17.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w245BVB6AyO2eKJBbkANaFVcpCTNLr6i { width:16.25rem;height:4.5rem;top:20.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxhK0ttf05x4eTF2bBMT4GynpdSBTiQy { width:17.1875rem;height:17.1875rem;top:29.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5og21SNqSQI1uApo6C4VZqinn5VHbuT { width:16.25rem;height:4.5rem;top:40rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysKwT9PuEzmZN2EoGUObEBGn8abnug4q { width:16.25rem;height:1.625rem;top:37rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCfV4kQ9eF23pGRVOmeBRGIX7f9Hq4po { width:4.1875rem;height:4.1875rem;top:32.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQ6U1qFADCglyaL6Al6FnuOP1M3Bz7K { width:17.1875rem;height:17.1875rem;top:49.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVxIUiTsBTzNmOgJqHpFNWVeeNR6TPU { width:16.25rem;height:4.5rem;top:60rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsTvP9w3P4muTks3nTls51VhPiZ7TmfJ { width:20rem;height:1.625rem;top:56.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdUQoWKb6co4Elz1ky1hlGeChLolL9xW { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #dqzHv1McACk3ZllSeZor85ZFUkm3LAsT { display:flex;width:4.5rem;height:4.5rem;top:51.8125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An { display:block; }#Qsq5DBcEBXDWdkgWHVgG0gwfTdem87An > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNpsVhTNWpbyrnCn66HI5QgX6lZDQsn0 { width:20rem;height:3.25rem;top:2.3427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phZOvIqNiR7BvcLSECT68gUZRsa9CKXv { width:15.625rem;height:0.125rem;top:6.6796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTCO5Q0yA5Q049LvUMSfsGG2E3Noo8H { width:18.75rem;height:7.5rem;top:7.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssQDplqdvbVbtvlaqi3x3TgZoCDzocIL { width:17.5rem;height:6rem;top:8.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuHpXRba6om2mS7ib6mcFAvBzJVJiGwd { width:13.8125rem;height:1.4619125rem;top:16.75rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxHBSPrPKudr76og51mskTTHh8XpBbuD { width:13.8125rem;height:1.13671875rem;top:18.25rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDQWnbRwymBvprbgXX46IAQQ5qqZM09 { width:11.25rem;height:1.13671875rem;top:31.125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ1fDUxRGGthMQcIRWFJEMl7fzqLhw3O { width:11.25rem;height:1.4619125rem;top:29.6875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwnOlcuuVNCa1eGwZRC8RTNky59WrTdZ { width:17.5rem;height:6rem;top:21.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq5ty51MUQEDPfgidZb4GkXGueDZCs6G { width:19rem;height:3.4375rem;top:34.5498046875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeMgUJTa5VwtxyCEcR9XR8NTmLG7JqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #m6HXJfc3ZIxkTnPKHUl8FnF7W5T8MOzg { width:18.75rem;height:7.5rem;top:20.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw { display:block; }#wlkcTWec8rQNW3EtkoEEi8ev2zNGo8kw > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvqAZLaeqdDLb4zKlRVnTMvgoNpCI3AX { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4zWVELxzRHJu6W7opcl0Mqdp2Hctnox { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1vaoRONKX9bIrZywNQrGMntUuRrmV51 { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#l1vaoRONKX9bIrZywNQrGMntUuRrmV51 > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#nGMdtMFAcEwP9x2f2XQM0OZM77bl6PJs > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#yG0Tt6OvFKU1FDHv5UHiQxN7GbfdQNmM > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#whJgvGJPXcDQVcAMycA2XJvTCw7Ps4xh > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #tzoyByRK9X0OGmkyupOo6fkEuxB4v7wJ { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNBcXB9ckadF2JBhwGxtr7TP8pKcd63Q { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VQmlQZasrJucrUdu51RSdsxHbgPgZgJM { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQRoved84s2x5s5GBV6Ai8ZFRhrO5EcZ { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7KR7wffy8H364KNufpnkp3EFTAC5rKI { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lK2fgZPJ8mxTm5vJvvkSrMyTMcMhlKc3 { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VaXE4d7GxAFaZRFgK9deuEFZERhKWxI9 { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SDtLTAPs6MafcHHToKtbILPb30oWrsOk { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OyZZBlsXisCcT2QWm6R5sZt4GrJovy7o { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBRBAeJfSHhTwfv8Tvu44AJo1uvRqUtb { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUmAEnIhAuz6dBvTWVRBnTHW5sh0Saq { display:block; }
 }@media only screen and (max-width: 763px) { #mIEhO2u7md2QtK8Tw9Re9Bdwi04ieckZ { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d9FAzqVnEZUiriJh0pLh7DyOIcbvtd9t { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8eGC0HSNhTpQidcSyhUwDDWEXZ2quua { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCg8zC7nhn6uQ9OtJnTDoZtXb0hV5aQw { top:6.5625rem;left:18.5rem;width:1.4375rem;height:11.4375rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }