.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,250,249;--color-primary-1:227,239,235;--color-primary-2:199,222,214;--color-primary-3:100,111,107;--color-primary-4:30,33,32;--color-secondary-0:254,236,218;--color-secondary-1:255,200,118;--color-secondary-2:252,162,72;--color-secondary-3:151,97,43;--color-secondary-4:50,32,14;--color-tertiary-0:224,225,228;--color-tertiary-1:152,155,166;--color-tertiary-2:49,55,77;--color-tertiary-3:25,28,39;--color-tertiary-4:7,8,12;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb69ae14-3b39-476d-9fd0-cbbe4252f377/Untitleddesign.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { border-width: 0; border-radius: 0; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { color:#ffffff;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:4.1875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.625rem;left:31rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.6875rem;left:37.34375rem;height:4.7504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.9375rem;left:36.65625rem;height:2.75024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7rem;top:2.0625rem;left:34rem;overflow:hidden;display:block; }
#DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:30.84375rem;left:47.0625rem;display:none; }
#y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { background-color: transparent; background-image: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { display: none; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .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); }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { border-width: 0; border-radius: 0; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.25rem;top:0.75rem;left:3.4375rem;overflow:hidden;display:block; }
#ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:10rem;top:0.4375rem;left:13.125rem;overflow:hidden;display:block; }
#nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { 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:5rem;width:10.1248125rem;top:0.40625rem;left:23.125rem;overflow:hidden;display:block; }
#py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.25rem;top:0rem;left:31.875rem;overflow:hidden;display:block; }
#wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.8125rem;top:1.28125rem;left:43.125rem;overflow:hidden;display:block; }
#Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06239375rem;width:10.2495625rem;top:0.75rem;left:54.790367126465rem;overflow:hidden;display:block; }
#ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:9.3120625rem;top:0.65625rem;left:64.998703002931rem;overflow:hidden;display:block; }
#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { border-width: 0; border-radius: 0; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#poNSwfeXZs88LpSF7XmePazGZaR2xCcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { border-width: 0; border-radius: 0; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { font-size:0.875rem;font-family:arial;height:307.3125rem;width:75rem;position:relative;display:block; }#bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.875rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:11.8125rem;left:12.125rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.9375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:11.426433563233rem;left:35.749348640442rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15057;background-color:#ffffff;background-image:none;top:104.3125rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { box-sizing:content-box;height:277.125rem;width:0.0625rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:13.875rem;left:37.072917938233rem;display:block; }
#sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:50.75rem;left:19.9375rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:22.8125rem;left:15.1875rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.74925rem;height:2.8745125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:32.1357421875rem;left:22.547607421875rem;display:block; }
#cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:60.5rem;left:23rem;display:block; }
#aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.75rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:124.3125rem;left:22.4375rem;display:block; }
#A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:116.5rem;left:18.875rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { color:rgba(var(--color-secondary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:106.375rem;left:19rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:104.3125rem;left:18.9375rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:58.75rem;left:25.375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rPrPI2XRTmka7VdGCztFol6rDn92RDVo { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:30.3125rem;left:20.375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:57.625rem;left:25.375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { color:rgba(var(--color-tertiary-2),1);display:block;width:13.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:121.375rem;left:20.5625rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { color:rgba(var(--color-tertiary-2),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:122.5rem;left:21.4375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WnANhT6GfUBTmthgkyy1imInGsrV5PXZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:119.6875rem;left:19rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:54.25rem;left:19.9375rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#n6Ua4BimlRuGd7NEnO94XPsPi8e3DqrT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:26.0625rem;left:17.9375rem;height:3.41161875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Frd2u7pAzczLe9UCDgm3LlN4NdvqMWu8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:108.5625rem;left:18.4375rem;height:3.16845625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:16.042236328125rem;left:16.791015625rem;height:2.68066875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:22.5rem;left:35.9375rem; }
#I8v9Jsw8PUHDBMFbylEIx7cwbtSBEZok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:50.625rem;left:36rem; }
#Q8D9hu8TeVQevniq7kQA8XGGmX4TZNzC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:116.125rem;left:35.9375rem; }
#xE4CEDIEHTG0uxDNxCl1puxwqBpp5tDp { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:95.3125rem;left:40.25rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGZ2mATuGTDAk3WFDZUPry3W0JypG7Th { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:96.625rem;left:40.25rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NHLvTF9GfRmSoZPZV3rtCCUGX4QeIKOR { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:92.375rem;left:40.25rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wrMAwEWte0Mn3CoJmisEqmoMOBrQ3klv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:88.9375rem;left:40.25rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x5t8DPVPlMlLdU1OPcToiQWbtrxCWkae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:88.4375rem;left:35.9375rem; }
#iC2ZRdICycOvTZRxGEQkxTgIh35vRW0g { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:71.125rem;left:40.3125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJRqPdZTOvsdeUMQc3zAzSgf8i0BOWLu { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:69.3125rem;left:40.3125rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#oEFfGOpQizIFu9hCDKdkUroSvHLfAruv { box-sizing:content-box;height:2.49975625rem;width:2.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#ffffff;background-image:none;top:66.375rem;left:35.5625rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#KxAXoyQ9lvAgGQvMNgoUIedCJTG5QERZ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:66.875rem;left:40.3125rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#WwWVpz3xRyn5coWqhRUtNtuHiuxkFhiq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15094;line-height:1.1;letter-spacing:0;top:181.3125rem;left:12.75rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#a3TW9H0oHXg9P4hbBqMaE9LVLVA9edof { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:183.375rem;left:11.375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#T7UThPsp3icSK6VmktnTVmP0eyx12ZFP { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:186.5625rem;left:15.875rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ce8TJt1cnzrKoStmoE1noLGLMbnSznOW { color:rgba(var(--color-tertiary-2),1);display:block;width:10.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:188.4375rem;left:24.6875rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cmJ3DLk5TXuHBopIrbq81W7h9usKGLzE { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:191.0625rem;left:26rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tJeil9uHrZ40pAeu6XoUN0gvIqHyIkqE { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#ffffff;background-image:none;top:180.75rem;left:35.9375rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#cqZJFzxcQhf2ImTUoWCQ9dSvHn5k2gq4 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:193.25rem;left:23rem;display:block; }
#fPGwhE30VdvXTBz54v9LJRJUe7TGw2XF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBiiXabit5AVC4uUeI7otWSknhe9pUrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:186.1875rem;left:36.125rem; }
#vXyvqCpWb129CaZc6ofsETIphCKepmRm { color:rgba(var(--color-tertiary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:197.1875rem;left:23.1875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y1PROTnQ0thP3Q2uHGEc0quTkPTJyeV6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:199rem;left:23rem;display:block; }
#kgfI6vtf9GItAoV27STDWpghmnSWsslZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGOJ7OGXAXL8nKCcM0A5h8RdOkrTvlsP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15098;line-height:1.1;letter-spacing:0;top:205.125rem;left:40.875rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#HLHiCt4i4WyQsoXG1J5Fkvom5v1FAJKa { box-sizing:content-box;height:2.49975625rem;width:2.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15110;background-color:#ffffff;background-image:none;top:204.6875rem;left:35.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#dxluTx5XSb7dDZDV4Ixr4fvEZkqSv10D { color:rgba(var(--color-secondary-2),1);display:block;width:16.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:207.1875rem;left:40.875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#QK3874Dv0KucfLTKzsheLINyhGrTachl { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15115;line-height:1.4;letter-spacing:0;top:210.75rem;left:40.875rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oQJahP20cIXiKIRcQsWDIGEPyvFgwqqW { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15116;line-height:1.4;letter-spacing:0;top:209.625rem;left:40.875rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X1UIAkiantJkFFD01XAbUzT5fbbulhLG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15116;line-height:1.4;letter-spacing:0;top:211.8125rem;left:40.875rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hraQ3Prkp2SlzOZP8PAHHDFTD78NfrRG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15105;line-height:1.1;letter-spacing:0;top:213.6875rem;left:40.9375rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#nFITHngwZ9TPJGhaMi2l2cf95rdbDf6D { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:215.4375rem;left:40.875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXxyWRGLyQtJndnF6y7v4un85rwwGQIL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15154;opacity:1;top:213.6875rem;left:36.0625rem; }
#l8aqAGJ9ka20NlU5ZwHpQWWRgowio9Bc { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:217.0625rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMh8MbbIb6AWgbluXTB8pPORVaGNVDuf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:218.6875rem;left:40.875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tkr1aK3lwVquSziu7FTdT3bqAouINK8C { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:221.625rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#syScGOO2861OAtUz8fSe9frkckXQXRFq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.74925rem;height:2.6870125rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:223.4375rem;left:40.375rem;display:block; }
#qEp79ZE5HVnXqb95oCScDrkRzQX3BWqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCxwomh7H03aTe2CrSGLhM4Q53UI6qxh { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:238.875rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKLTyJee6yPsZbWvrc1MhvzHreav67Mf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:231.125rem;left:40.9375rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzFdsg3TkJCA6iploBUPmbOsBEZxNLJc { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:237.75rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZL0VR7bFtNKwyinaIcGIIfF8Xex4lo9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:234.625rem;left:40.9375rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VBWflF0pCZFW2rqMincrAThXTRX6JPWL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15099;line-height:1.1;letter-spacing:0;top:229.0625rem;left:40.875rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#RcHF5XcnAdSiHRfS4vSkplJmDzSrMIFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:228.875rem;left:36.0625rem; }
#UK2dQgs2GOtO4e4CezJ7CrQv8Et1DugH { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.75rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:240.875rem;left:40.375rem;display:block; }
#ogJoC7fTpCOqHERmyinWTfl6ArWO0Ehe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VR8kCTVr1T7GgWAbEKkK7GbEy7kBIkJm { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:257.5rem;left:40.375rem;display:block; }
#gvQ7LIKeDxWawiUHdVG1IqKB5d5lJn3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpuhTx8dGbSosXy211cZVLfc96mia3vS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:255.625rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C5FpThPQbzcK4BCO8ai9iyK4VKZQ4sA6 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:254.5rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQ1DiR7NaKMNSruGsw9NNtwBmG328cMH { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:251.625rem;left:40.9375rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orTOFAZ17I1LZxUOCJda5Zg9C0Z3T1bc { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:248.125rem;left:40.9375rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dt12fWGrctkcJTuX5mUL5sQhCmBbUxXp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15105;line-height:1.1;letter-spacing:0;top:246.0625rem;left:40.875rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#WAkiCl35KsavQOuhLgNEhb8i5KmFltTN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:278.375rem;left:40.375rem;display:block; }
#yTETUN9d6gFgLGbb8KtCGx3GpQUMTtvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtW2Eqa00UIfx6300IFLaQMeXi7Aaa0T { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:276.5625rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rHMOcK3ZznqLa5VLIaAicmMgyRZum3KI { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:275.4375rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKC0x9z5d6GDXQGER6u5exQTBSHhCrgJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:272.5625rem;left:40.875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iusdG3coQTAphTayE3UOX19e7H0KMSiB { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:269.0625rem;left:40.875rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nSkT3T6P9mTUC5Arn10wGB8pNNs9FkkE { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15111;line-height:1.1;letter-spacing:0;top:267rem;left:40.875rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#FiyQgHMu5BVPkhhDhf84aG4dA6sDe6Ln { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15150;text-align:center;text-align-last:center;top:296.25rem;left:40.375rem;display:block; }
#FUx8G67TCp0luhRfrWwetLozNmFJfttG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CI5ZZiLokHRb6lUTDJt9a42F9J4qa3M6 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:294.4375rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZc1qq7d1I9v1DXHZrKRUPX4mKGNy1tI { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:293.3125rem;left:40.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekRpVNdnJvgChkiAUEQXgb89IMoDNxo5 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:290.4375rem;left:40.9375rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPR36cm9akdR690O7Tb7SVHOo2FGX1xM { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:286.9375rem;left:40.9375rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTre3NAnTT5mGJNN310URCdQq2aQ1ocU { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15117;line-height:1.1;letter-spacing:0;top:284.875rem;left:41.0625rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#heN0nioUmQ8CZmgkqf6Iobxgeg3WzxpU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:245.875rem;left:35.9375rem; }
#ykxtdHDgv57b3sahMe3hX1TTbTp8Gr1L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:267rem;left:36rem; }
#UXAokPTn3p6cLGgBQOgLcLhoFtLmf7w3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:284.6875rem;left:36rem; }
#Xq2BaiGBsUuZ9i3tAWhFopTS2p4Rhc0W { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:155.8125rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ddP1PeoaawyiJJRNslQKuX3B1RRHzPcu { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:153.6875rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QT7hyfgtfBlRnXMQ0CSvzUvpPbvEDFlA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:152.0625rem;left:40.6875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sg1STunueKgcuor0zCn0VEL1Ee4HlUlT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15118;line-height:1.1;letter-spacing:0;top:150.3125rem;left:40.6875rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#yloKBEcyNxmZT2NAFxq9zSbnELCq6ogB { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:145.375rem;left:40.81201171875rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnSTG1rRecFIREn5wObaCPfn9lHDiN5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:150.0625rem;left:35.75rem; }
#tQbOc2yWfW8a5dJq7QsfXCJ6DUTQfwFB { color:rgba(var(--color-secondary-2),1);display:block;width:16.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:143.4375rem;left:40.8125rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#KKKdngWsMPlFtOlGfEwFzplOvpeIcTwD { box-sizing:content-box;height:2.49975625rem;width:2.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15123;background-color:#ffffff;background-image:none;top:141rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#eq3MIyBBf4k84JoXLTFASZPLzify1qWk { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15111;line-height:1.1;letter-spacing:0;top:141.375rem;left:40.8125rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#eQC62UJFIivIIWlyr4FBxxo2Ve96VXps { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:220.125rem;left:21.5625rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oATqeZgUTX0mOVLCKfFDwfOX66DTpOgF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:.4;overflow:hidden;position:absolute;width:11.68625rem;height:2.625rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:221.875rem;left:22.875rem;display:block; }
#aK0Fn7x6wnMTUOGMRVWzgA5bW7rPuA5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwTe43ei6feTDNCfMOK8xA0a9RoKPPMb { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:219.0625rem;left:20.25rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EiNbW5GzMSTdw5qHwg2qUm71XAgCFRqv { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:217.0625rem;left:20.9375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FMKQtm4Uif9LRa7p5HNLTqCC1ex4Uaxy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:215.375rem;left:16.4375rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TyZ7HcpoSvKvdowChI8ICfcS2dNUaLQv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15111;line-height:1.1;letter-spacing:0;top:213.6875rem;left:21.875rem;height:1.71875rem;text-align:right;text-align-last:right;display:block; }
#Ld1WrDCcVtzNgXixaDT2wBgcCIOBxgin { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:215.0625rem;left:36rem; }
#QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { color:rgba(var(--color-tertiary-2),1);display:block;width:22.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.6875rem;height:2.1123rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUvx2fc6qieOFxdTg2dBziByh8m1Tc0i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.68625rem;height:2.624025rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:98.625rem;left:40.25rem;display:block; }
#Fac82B5G0KuRfmT6iRDEwGCt3RJJK2ni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noM85f9ps6TwmTNdIFMJ5k4r2W7tHty4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:73.25rem;left:40.3125rem;height:2.1123rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L5mbkInqr53dNrOEkwDr3IoCV0yvvXB7 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:112.25rem;left:11.9375rem;height:2.1123rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#L6L0J7zTLKqxrKKn3rGl7OO06Fa276CP { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.74925rem;height:2.6870125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:135.6875rem;left:22.5rem;display:block; }
#IT3PB9G0XAht65X3zfTt9vSJPM4tw0D5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kbyu6qP5EKUcsbg93FsgdGENzrsPqWFc { color:rgba(var(--color-tertiary-2),1);display:block;width:13.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:132.875rem;left:20.625rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sKTHewVTh8ai390xRWJO3Q6EEqQMbGAT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:133.9375rem;left:21.375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NxTATsLFAhWE8xpQzCOGgDwvreV3mxuR { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:129.375rem;left:15.4375rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XrU51mITf7ydzkRpU3QsNgPUpHitS0o1 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:131rem;left:20.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zczShyNO4qvDUqKGl2FRsB84QWaRHNKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:129.25rem;left:35.9375rem; }
#cJJC4sxDNoTs4FXUZ9XhABRhl53XHpLg { color:rgba(var(--color-tertiary-2),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:156.9375rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NeddVVhOKZfP1DKTfgGF7UFKkL0fLeTp { color:rgba(var(--color-tertiary-2),1);display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:158.4375rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3af5LlnQVRlvDkTS62WZDgiW8hA99iL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:260.375rem;left:36rem; }
#Rd7617lMrtZWVQ0FrNOpb5oTQwUbFuOe { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:261.0625rem;left:8rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gga4RZ8uEey5HVMnh76TXoAi6bmfypXG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:148.5rem;left:40.8125rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g4K2JrDiKq8HnPgy6NZU8U2baIkMbU14 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.68625rem;height:2.624025rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:160.1875rem;left:40.1875rem;display:block; }
#UbQIF2xmepdFsE2VcfINRtAffk8nE5N2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekXprzuHNCCxrQNCr1GzxBFtM3Mmd0nX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:36.75rem;left:17.3125rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ehMsTNnoCw9bM43PlDOUKrSf0UJfWOs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:39.8125rem;left:19.921875rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hB5b2AE0c9ynne64kFWK5fwaZKEVrrTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:36.4375rem;left:36rem; }
#mPkS8ZVuEX72sGnyKtT1ZBN4cObzqchz { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:43rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VRCplw6POLGHJ5XLFtunQaO4ZU9bXsLT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:44.125rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w5y6BgZN2fsSecSRPVKLyTzHELyFcgIP { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.75rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:45.875rem;left:22.5625rem;display:block; }
#rH83tF0urE8TVUqXdOlJ4Di4i0NtiKHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WI11m5AgOUwHo2WUV82IvdJShZBqJ3T7 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:38.37451171875rem;left:20.60888671875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eQGMLck4lv0G5EJc6VIWOmcKzLiachnM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:81.9375rem;left:40.25rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZq6lm9hkn4D3CTvt05Qyo06Qs9AgZke { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:83.25rem;left:40.25rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MdhnqKAp1vuHZLTr6t2LW1DSVXpQL7hl { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:79.125rem;left:40.25rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcgITPPlqQPscFpWr5yzHsTFiRlDpRl4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:76.1875rem;left:40.25rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4SaDT0bQ1tps6eZE16WSSHtTC0pXKhB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6233125rem;height:2.5610375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:85.1875rem;left:40.25rem;display:block; }
#dGbs6UG4nKyUfJaArBLeoWO6Zbiv5ibV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFLwPWzRkTi0xABtsA4Ceq5iDonVW7aZ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:77.8125rem;left:40.25rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEwPygXT4rfNOezP45FNF7vhwrW9UqeT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:75.843017578125rem;left:36.030029296875rem; }
#q5NtB4EmoJly0HMc5oTT1EATmTltNmPv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:173.75rem;left:40.8125rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8oVpwKtvduZif28a2VcUQONfQy03f1p { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6233125rem;height:2.5610375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:175.1875rem;left:40.25rem;display:block; }
#RqUnpFWzgADZxpXaCArsbGxq6tbyRFkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTTdWNqVekAuPTy5PAsTT52gX3igd8nP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:172.625rem;left:40.8125rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bHrpSD2Xruu0P4rSw2PL9rFKsFUmPdv0 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:165.87451171875rem;left:40.875rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ib2HXsugBWcLz46PSqQcRCFZsfDWE9r1 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15134;line-height:1.1;letter-spacing:0;top:164.125rem;left:40.875rem;height:1.71875rem;text-align:left;text-align-last:left;display:block; }
#QNMcQh63MIVMSAuNhReZ30Ep1r0Gryxf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:163.875rem;left:35.9375rem; }
#JOxlVmcxN9wfGN3FxOmJl5C6xhIvRTAR { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:169.5625rem;left:40.8125rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F2VmnHhuwgoBQklHypyssfV4bAild0po { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F2VmnHhuwgoBQklHypyssfV4bAild0po > .row .container { border-width: 0; border-radius: 0; }#F2VmnHhuwgoBQklHypyssfV4bAild0po > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2VmnHhuwgoBQklHypyssfV4bAild0po > .row .container { font-size:0.875rem;font-family:arial;height:239.875rem;width:75rem;position:relative;display:none; }#XNvfsFTRnsClLnlFhH9E9rJLNyK9FDTD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.875rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXQJWytpEqXKBZoJEhkZB1u8VUdB2Aos { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:11.8125rem;left:12.125rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#yLsBn570mDQMnZxDdQt8HEkbPeEZw6AW { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#cqiVTsuEF17BJZR9TbIZM55MSOfOkBVT { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.9375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#NzDR5cCNrL0BzExOgxvZAGbigphLpZiQ { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:11.426433563233rem;left:35.749348640442rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#aWVAIOzKl6lGT1fzaQvkLbFOSls6aTbx { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#ffffff;background-image:none;top:70.9375rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#OEx1mDlcEfXc86Nm3lhol3ZkT4HT5McC { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#ZyivmcMu99WuelwhzbGw9ySwm7JFtu7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Re074irkiBPGkDIGPavV0Ux3DnG7CDyh { box-sizing:content-box;height:198.5rem;width:0.0625rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:13.875rem;left:37.072917938233rem;display:block; }
#kNQoRIgH7xMkSm2G4sAT7m5mg9S0HpN8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:34.25rem;left:19.5rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hzovicOa7g6Gi3ZcdlgmSVnBfwrN0vBb { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.875rem;left:15rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yOmB4hoDoRLVQM18GniLThrgPts0dCIK { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:29.125rem;left:22.8125rem;display:block; }
#XAJgCnzmPW2A9GgOJTGLmGklP4DhMldK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIHp1Sa8ODEqnRrueuKMXWRBbsonn5TI { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:44rem;left:22.5625rem;display:block; }
#AciugApHT5IT8AE3qLDREdvBNqxHTe4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xB0Q5Wr8sr3KeXtIqM7inXVWeVvz6A4O { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.75rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:88.0625rem;left:22.875rem;display:block; }
#TnpSFbnozSJmo2F38326TQOSL9ZQTuQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q84JKM37ECXEAOIWDV7CrT5qJc3Kl1I9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:80.25rem;left:19.3125rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s2zU6y0WX0BDpuuoqqFJUc6J8GT1lpru { color:rgba(var(--color-secondary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:73rem;left:19.4375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#FRyPfEJW3gX7v3a25hwwAf8uz1IgUyDT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:70.9375rem;left:19.375rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#tLhQrGed6MxTtohQxttmt4N6KlxgZsQg { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:21.5rem;left:20.1875rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v6FABThrR1p2K0mKfTVvs5IqWVls9rem { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:42.25rem;left:24.9375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oTFdpEpNT08VWfXULGtKKFd1Q2tfaRRD { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:27.375rem;left:20.1875rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NUCWl7oyP1PqbNqBvrIswTAgooxqbc8A { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:41.125rem;left:24.9375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a5l2NepbVNouqtk66AreyRXy2bzaTzny { color:rgba(var(--color-tertiary-2),1);display:block;width:13.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:85.125rem;left:21rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TIvJo80WXuN2v9xWGptUtfb3uWTtAMT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:86.25rem;left:21.875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HSIZDnANIhQPAcKKMPf2RFJLyyV5MslD { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:83.4375rem;left:19.4375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Io3X34e2p3HR0X8rmOlppfw7ntgy7UrE { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:37.75rem;left:19.5rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zUHQX1zHAxAnTSSgTU57dl57M8kf4Uch { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:23.125rem;left:17.75rem;height:3.41235rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tQ9ftVp9ai0p4vFeMtpP8bc9qlQnWLQo { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.74925rem;height:2.6870125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:159.49951171875rem;left:22.546142578125rem;display:block; }
#C0N5pC0sn8iQH0ypNqqQCZfUF64syfBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmF64kNNT9TQVJ5PT3mNC6tFLwIBqPgA { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:157.5625rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g4IMJ6aKDg53oXKnFLeMEOp71aFhF3Fs { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:149.875rem;left:20.25rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wImySXQIDIumqG6A3ZIlkLnTnRvszo62 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:156.4375rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xnUVUdHsKiTCrLnB9gZ8TIW1uRy4tAT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:153.375rem;left:20.25rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LGZ4yDbe98gcmPw44Z3DTqz29Wt9Puvf { color:rgba(var(--color-secondary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:125.73413085938rem;left:11.7333984375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#fJzQUTrmUdosauOztyILe7aLKdxpbf4T { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:123.67163085938rem;left:12.435791015625rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#kqxwHloZMTwLKO7I8v285ugTpzFcToZT { box-sizing:content-box;height:2.49975625rem;width:2.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:123.625rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#CWHR4AQIEf1LMyOxGV5e0hZIcyEXn9Pd { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:148.20336914062rem;left:20.23388671875rem;height:1.7182625rem;text-align:right;text-align-last:right;display:block; }
#db0svNuvUdDebyUwfPKp5MDbomliBgf3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.640125rem;height:2.57715rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:176.31225585938rem;left:22.59375rem;display:block; }
#nNmiuFpzoKGkttHCCRtp2CBfRKfA26MI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpMuM9aXGTNURZuXglkFNwRTftisIn0M { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:174.625rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rkxJuzTSDE2eNDTWT4GW9w482WvZ6FKC { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:173.5rem;left:25.5rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EvJzsaPSfyTRHJ8HeWoW7clxulqaFOCv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:170.42138671875rem;left:19.921875rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UQxVkZTn2ML3MQvSzu5TNwJCONxtIlxt { color:rgba(var(--color-tertiary-2),1);display:block;width:14.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:167.17163085938rem;left:19.984130859375rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#apRKxV1TJqTAQHNc6GhOcLXAd3mKaXBn { color:rgba(var(--color-tertiary-2),1);display:block;width:13.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:165.20361328125rem;left:20.734130859375rem;height:1.7182625rem;text-align:right;text-align-last:right;display:block; }
#svTw5unzv0rD3dOFzkPfBIrlSkQxliQp { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.640125rem;height:2.57715rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:193.43701171875rem;left:22.65673828125rem;display:block; }
#FSA1J7nJhTvqk0iNgXg38aTBVy871kkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5vt07ESQHdVo47DsCTcauyu8LgsqUZN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:191.5rem;left:25.9375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FSzBMdZ9hnTzk8vB6meCZDfDmyJB8mPd { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:190.375rem;left:25.9375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nf4Fm2onbWJhwIFLh7W7uENB3R1ycaAu { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:187.06201171875rem;left:19.125rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qNFqldcUtDzxdIZFUvV8VWPPgTorZ5nk { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:183.8125rem;left:20.375rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mABWXey0rw3bBfSziEe1eTfCqX1CgMeV { color:rgba(var(--color-tertiary-2),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.1;letter-spacing:0;top:182.14086914062rem;left:20.5458984375rem;height:1.7182625rem;text-align:right;text-align-last:right;display:block; }
#vO2rnbmnpveIyoa5L5LXP49Iv8maKHih { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.640125rem;height:2.57715rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:211.375rem;left:23rem;display:block; }
#sb5TiGeKTJSMvm2wTqZR7dX0WwMflbCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qqpcnfpaph1gMiKCDp0UNFL3PxuC34uS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:209.4375rem;left:25.875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Vbhmmc0ynJiFWUlGcq4lckeL5LFVgt9n { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:208.3125rem;left:25.875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zger4ipGsZpv3V6TnR3pC2SKGh2x2Oo3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:205.1875rem;left:20.4375rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v9lXEE4Vg4UeApGrt0sBxmJCy2RbCcmV { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:201.6875rem;left:20.4375rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#skxXew9DSSS3E5CfrR3X2q6Orwt6OJqC { color:rgba(var(--color-tertiary-2),1);display:block;width:13.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15065;line-height:1.1;letter-spacing:0;top:200.015625rem;left:20.795654296875rem;height:1.7182625rem;text-align:right;text-align-last:right;display:block; }
#JAhfrwhtMqUnJNmIXX7hpLBUfpySapeA { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:132.796875rem;left:21.6875rem;height:1.7182625rem;text-align:right;text-align-last:right;display:block; }
#s9sexS5Mv8UV8lvElt5sqKUIywDoU6nb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:134.46826171875rem;left:16.125rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w6lnmRl4PrSkPpThpCHq9X2HixTX9xdT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:137.2294921875rem;left:19.8125rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sAQZNla4R6QxwfWMA2G2JcPdbflPFN9b { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:140.62426757812rem;left:21.87451171875rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xg6yw0NGmbJVb9Gvf3efLy8VuD45Jcav { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.68625rem;height:2.624025rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:142.62451171875rem;left:22.547607421875rem;display:block; }
#M1DCRs0eBxtiHW4v6aWXF4at3Tc3scUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMtUE9tPoZN1aSTxWvWF3xL0q1HL1at7 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:136.0927734375rem;left:20.5625rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gwV8PfrwDxWxozwLg6fhrlsic3ita6qc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:75.1875rem;left:18.875rem;height:3.16625625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T9OPClLAuEXV85sPAaxnSAi4QdoEpPdX { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:129.5rem;left:11.375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFPGqTbqPgCNrbTKauKqcHt1FbdkxB9H { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:16.042236328125rem;left:16.791015625rem;height:2.67846875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XB29tUbZ5hDKidHATeq2CcnT6ralB2Mq { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:95.8125rem;left:35.8125rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#apHnfyEaFGlWTxHJ2WKhMbHZUIAlp2da { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:96.21826171875rem;left:40.5625rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#XFtJaQT4qLH3ILC2ftnOx6QTPkOUFRoT { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:98.625rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#iO5fU3w2gV19ID0MqeZN15O1J6gd3imr { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:101.875rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUaOPxMDC41Obm7DZGRIr2OTmQMKWFbF { color:rgba(var(--color-tertiary-2),1);display:block;width:10.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:103.45532226562rem;left:40.5625rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eDM1e3GrRp0G3F65RnvGZATLAoQd9CGp { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.9375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:108.31201171875rem;left:40.2158203125rem;display:block; }
#BBy0up0VOLTW0N1gGVQiTbPPTysGyBSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfgQpcD2peEiuLk722dz1DsVx7LCSrd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:106.3740234375rem;left:40.5625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jtt0KK42y14t1P8Muv5HxaDCcoaIynAp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:19.53076171875rem;left:35.9375rem; }
#PrKmBoJU5gIpsEzQ3FkpfvTkFaUVIXKh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:34.24951171875rem;left:35.9375rem; }
#qpb0Tt6TfG73LSc3AtpaO3RgWR1NATl6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:80.25rem;left:35.9375rem; }
#mPqZTsqo2dLo8Ig0ydnF3o8HBclnsaEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:101.25rem;left:36rem; }
#edw7QlgW0WCGI777HwlE9m0upuChRkHt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:132.625rem;left:36rem; }
#RnzIJ6cKTmAAkHcQGpveLlZFfsaxMW1i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:147.8125rem;left:36rem; }
#L2ogEr9DQbxHaSGZ8GqoKVPhGwvF0MHO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:164.8125rem;left:35.9375rem; }
#I43H7efCgBCB3Oy8TLlCXzCIXro37t4B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:181.75rem;left:35.9375rem; }
#k400e4eQKJwTdPTJwWowLTQw3ONJEwyZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:199.625rem;left:35.9375rem; }
#vGIxdcUAs8b9kTkoSR6WxMvph0XEMWPJ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:130.5625rem;left:11.375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BimgOlzIheJp3X9DyQ8b3UEEP7bkln3T { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:128.375rem;left:11.375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nNHoOasGZndUAWH7XSyXXTnZQHxupXkU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.9375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:114.37426757812rem;left:40.2158203125rem;display:block; }
#X63I7tZ5OvsT3vZ3hFsQhDtDRvPqRiVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFtQWZ88TFA4CO4c6kTULrdtgvKk33VI { color:rgba(var(--color-tertiary-2),1);display:block;width:11.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:112.61865234375rem;left:40.5625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e10tCBLbprxFORvdgoxC46UKmcWJpMg2 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:63.097412109375rem;left:40.562255859375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NRBD76ehwLNd8Z1SXhi1RfQH6hhTUL22 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:64.1875rem;left:40.5625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nxFz4sqtJg2Gu3MWN6a83Sb4Sz0V90Wa { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:61.375rem;left:40.625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zu8ATleHzpvNDxKQaPedZztEnPbqkLJs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:59.75rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEn8VywE2rIdG6ooJVmLxZKQA89HRTfO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:59.75rem;left:35.9375rem; }
#ZBCgTk4AWclPNgC0XhDF2t9gWiBHkpH6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:54.6875rem;left:40.5625rem;height:2.1108375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AQvelqIZURkmRF6NCnzWWvZGST5G1uS9 { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:52.875rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#q3g09lmnw8N2HrFf5eSuLgsDy06wKt3e { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#ffffff;background-image:none;top:50.4375rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#zET5rxxcFa23yrdPcCTM4xbbOJKBSlqt { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:50.4375rem;left:40.562255859375rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX > .row .container { border-width: 0; border-radius: 0; }#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX > .row .container { font-size:0.875rem;font-family:arial;height:226.375rem;width:75rem;position:relative;display:none; }#dCFEbOnPetZZ6Mhg8DfLMSewo5yOwTwP { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.875rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEEOkn1sA7TTmwKsf0rM8FODN0ZFKzRB { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:11.8125rem;left:12.125rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#fuWrEWpdABsxc4w4wWUUiPNeib9yDuNB { position:absolute;display:block;z-index:15035;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.625rem;width:75rem;top:14.1875rem;left:-37.5625rem;display:none; }
#whWMyTANsCxcI6Qg3fMB540yUhiW79Ga { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.9375rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#t8vUoFhxgMfB2fd1XEUUm0MOFcJnKNgi { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:11.426433563233rem;left:35.749348640442rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#UBah6TPX0eeH5kMGM1Qa5fHgysECuPCo { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#ffffff;background-image:none;top:70.9375rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#adsnTn70Z7vzREO2AtaDzCNcX7ethElm { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#Kaa7AF4QzBOHuosMxRWxchcTzGktmh9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRAgMH9kS4lw6b2iFTuCGzsM91SPiSD3 { box-sizing:content-box;height:181.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:13.875rem;left:37.072917938233rem;display:block; }
#QKqubr15UfF695SQDNsgBdrFW17DI4NO { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:34.25rem;left:19.5rem;height:3.2504875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RNvdhFQfdbgx4pR3Be5EXuZ3sMZS9eGZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.875rem;left:15rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d2vWwoRSUivB68NaGJ450SDBLBQgnoGc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:29.125rem;left:22.8125rem;display:block; }
#ZcM2pyUg4VAFKPDmekQ4JQeFFK6ToiWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4kOsFA5QaLZBa3ZiASTJLA69gB5loDl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:44rem;left:22.5625rem;display:block; }
#PisS6VqPDWNE3UrFzUXd4KAAfDRSbfga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAfxVTTn8GVlS8KG1VQrKMDqse2idf7N { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:88rem;left:40.125rem;display:block; }
#SpTEGDGmPPnU9gbgsJ8uEZlGEGbtr2eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fseO558rkQySoh8TsHQSX5a0wACxDNnu { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:80.25rem;left:40.5625rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ28v3ThAtxLAZug6yZlM5Z6H7DmPQnF { color:rgba(var(--color-secondary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:73.374755859375rem;left:40.562255859375rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#qcnsgOcoXN3we5Pa5MD1LfQdyrZgHL0D { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:71.312255859375rem;left:40.5rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#QKOa1GcN6gKomFsI923Pw3zNRyHWVpUo { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:21.5rem;left:20.1875rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r4dnglsO9ywz2KKKR74lIzsq2acpJKlc { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:42.25rem;left:24.9375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JNFD5TB5aA7DnxFwPSTELJlyAT4IWp1F { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:27.375rem;left:20.1875rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Pg115T2yhw5ezvTPTb5aamLAqdApUX6H { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:41.125rem;left:24.9375rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tBut7P4DeXQy9ZpzUMTk5kFoacfwzZmC { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:85.06201171875rem;left:40.562255859375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KqWJCCPtDr2lXSoFkNywa1QRMNHN0R3W { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:86.18701171875rem;left:40.562255859375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yU4h7RI850T3h5ukBt01EJSkHU8gtQEK { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:83.4375rem;left:40.562255859375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KGhPVfA0CiGWm1Z7OtmiguIHrPamGrs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:37.75rem;left:19.5rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#p4blEAhbKcZ0R3hTyHfsUFiNlTr9GNDt { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:23.125rem;left:17.75rem;height:3.41235rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hGA9vbptv9pfLOI158KgyfN1O0rTQ7Vw { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.81225rem;height:2.75rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:159.8125rem;left:40.25rem;display:block; }
#GEtmz6NT7SDqRXDq5IuFAGbBF4d7us9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RC1lv7OVNXPpRlzVNXieaA8PUNkPCpL4 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:157.8125rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uxC6eD4sqonKrkA8rPlgEGoII4Kdogon { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:150.0625rem;left:40.8125rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#va9HTedIbVSC7kWVS95w0zH8x0zIN3A1 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:156.6875rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IvvaOr6lvaSDhBUI5KBAI9n7wdd26Nfx { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:153.5625rem;left:40.8125rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3CB693TMAZqmGakFzyk8y71Hitb7fcb { color:rgba(var(--color-secondary-2),1);display:block;width:16.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:126.125rem;left:40.6875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#li3waKXTpNlKklNo9g5ELi46HvQEy0RB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:124.0625rem;left:40.6875rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#i5mW63oVIvRZC7AFpvK2haT8LBOrq9HT { box-sizing:content-box;height:2.49975625rem;width:2.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:123.625rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#kqyr036WEaKTsQ8rvuresU3J7XTxRTh6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:148rem;left:40.6875rem;height:1.7182625rem;text-align:left;text-align-last:left;display:block; }
#RdLqO66kzkmTc21EFnyEowSf6Tr1TJ6b { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:176.4375rem;left:40.25rem;display:block; }
#XUgR59s542ekyPzUsS50bL72xck8mvKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZfdaoiWSCLtNhqkS0Did6t2X6x91VBK { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:174.5625rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XDqW7qpK7vSF1S4Cafr7ODZRr6GBufye { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:173.4375rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mNcrZ3GWXoxE0aOcTKh36aa5KLxNco4s { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:170.5625rem;left:40.8125rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJUb0C4T5PKCXpeJSFHVrPFdRyBNtXAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:167.0625rem;left:40.8125rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6E6HC3BKguZU4dtP1nBSiTizEFmXmlE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:165rem;left:40.6875rem;height:1.7182625rem;text-align:left;text-align-last:left;display:block; }
#DWFQ5A6po4xaBaOgVG7wx2TOBymUAttU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:193.3125rem;left:40.25rem;display:block; }
#fmBqisLQkiWvyH9QsU5glgzkBTMd9WTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPlQg3MoBQ7TN7OfB1FLd2zfr6SfBpPJ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:191.5rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grGqeJtx96UrzMUiD291QLa8p4KEwTL1 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:190.375rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wlpGP7nPy2x69dZnvJeCMTI8CwGtMrIm { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:187.5rem;left:40.6875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZtVKoM1nzhSIIot90vPTVxyV5wUXHSb { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:184rem;left:40.6875rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yiRfnpTShLo5FU7wHaD64T6u4S9koPLT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.1;letter-spacing:0;top:181.9375rem;left:40.6875rem;height:1.7182625rem;text-align:left;text-align-last:left;display:block; }
#cW2yqZWxFDZNRZqmaQefVNriPL0K5cXz { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.70275rem;height:2.64025625rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:211.1875rem;left:40.25rem;display:block; }
#bzfA0EK6O4HN95iVW3ieLPTIWUnvFVPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1W9TOs2akfofTuPldTsykifw7CPtm4B { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:209.375rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SD1paGWqLtmKtTc6bGT86wpK6rw3br8F { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:208.25rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUcupO7pVqk3KtbVrrPAS1pDquCp8i5s { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:205.375rem;left:40.8125rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QdkqAdKCOFrJ8IRdguVDBzI2L4OXFc1o { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:201.875rem;left:40.8125rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMzCi2v2XPz6bJwobx7BkzcLeLlxE7bm { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15065;line-height:1.1;letter-spacing:0;top:199.8125rem;left:40.875rem;height:1.7182625rem;text-align:left;text-align-last:left;display:block; }
#S1VaLEwnniVz1eoxcTlTyqdEtUEEy0Tx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:132.625rem;left:40.8125rem;height:1.7182625rem;text-align:left;text-align-last:left;display:block; }
#UTIHsEqbaHxXcT9mtm5bSkkwJzsPWDe7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:134.375rem;left:40.6875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPstBCOympaxhrZlOdGN5vLEzHVxWuU7 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:137.625rem;left:40.6875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTTmBz62vCsKCnOR10ivadT6UXuL1qNv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:140.5625rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnuPVwoFx0p6I6t8pnr2fpUmT3Iz4z9T { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.74925rem;height:2.6870125rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:142.375rem;left:40.25rem;display:block; }
#ePS7Q8A8Ec70sOe4HpGRQB2KxgeeoHla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2AoPf5JshF1ftftxXb5Wfhx39TMLJOZ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:136rem;left:40.6875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNzqn2mI6ZFyvSqFOeTsAlGPrGSev2TE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:75.1875rem;left:40.562255859375rem;height:3.16625625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8wLXMkB00GGSQbNS02gHXC1WmwqQqGP { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:129.6875rem;left:40.6875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fqABwMPAAlrhBogff0Lb2zSBrTZhLJ6C { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:16.042236328125rem;left:16.791015625rem;height:2.67846875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BbdBvKn7VrVgXaNMw9zkelnvkMrxEC5p { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#ffffff;background-image:none;top:95.8125rem;left:35.8125rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#yNE9kbUb6ernimNkSPWknDonoVnewkxT { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:96.375rem;left:12.6875rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#LJd8RX6MaRNwITNFO1v6bEmQWPMFivq3 { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:98.4375rem;left:11.25rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#eMcUKtURIeUNLCtWcMsn0kg55S9Q0qlb { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:101.625rem;left:15.75rem;height:1.62524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bOZSpLg6ZH7pzqHl80q26DE3AtMqvBcN { color:rgba(var(--color-tertiary-2),1);display:block;width:10.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:103.5rem;left:24.5625rem;height:2.2749rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xS1JHf7blGnmoDEQ1LtBrndD8Suz19Rb { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:108.3125rem;left:22.875rem;display:block; }
#EmL0uMN0tPWmq0sbbMumAqX88e2iRKr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5yCZX4JQqd9iUxA0Uc7F9Qz0nHwdSdT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:106.125rem;left:25.9375rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TdNrWuXTG0kBsOIzIQXXy5phXVng3JP5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:19.53076171875rem;left:35.9375rem; }
#Oygt54VGn4pTqG5ExIVXpcnqAWRxLmZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:34.24951171875rem;left:35.9375rem; }
#rbZ3hJTgJsUFOTLvAVTTibSZ3u25iqrw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:80.25rem;left:35.9375rem; }
#n3C6pO5C9MKKbw9PUTLTEDv6VL1CmiMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:101.25rem;left:36rem; }
#Uw40beNklyohE4NKq243In8eK8cGBuaF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:132.625rem;left:36rem; }
#HOF7EpaQ4oTNRQAHoJWPbLxofUmy7w55 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:147.8125rem;left:36rem; }
#Xc1Th1s5mJyETIew6ie1zNbpQaIFOSws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:164.8125rem;left:35.9375rem; }
#LBfDihdy0b7WZ6v0D9f22WvFgicIoaTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:181.75rem;left:35.9375rem; }
#fkB9PmhRIkTSsXrLuy7Gl7MGegDe6F2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:199.625rem;left:35.9375rem; }
#NySO3cIAgWhVk51P1e7F64daxo5sva4M { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:130.75rem;left:40.6875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VzJCPUskKmkKXSUyD83ZLesff7T64EyQ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:128.5625rem;left:40.6875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shTId12GzvG5BdXbzTBseG1gPBgNuaLH { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:114.0625rem;left:22.875rem;display:block; }
#H860PXgk8pKTLLzTtRfaD0tQCMdZdG1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTro92IHBmdJs50RwWBIrtSU0RghOcDM { color:rgba(var(--color-tertiary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:112.25rem;left:23.0625rem;height:1.13745rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZAgfn2un6fV2oSyrLEzS13ZluqOxryOx { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:63.097412109375rem;left:40.562255859375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TeJTCZ188NQJR0o77KMU7WQuwllSwP1T { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:64.1875rem;left:40.5625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g5EftwThZHUAThnQOyf9yQ2uafG3vFbV { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:61.375rem;left:40.625rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UabIWwKSxphXm2PnFmexkxE5c2kUzyqE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:59.75rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pwwhGhMtCMSE0iOI7yqC51byFeIs6OOa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:59.75rem;left:35.9375rem; }
#M5Gh8oluDWUHJL0yIFHcvgmuglqA19U9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:54.6875rem;left:40.5625rem;height:2.1108375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NX4QLtZBbGTvwokJ3mHfxIaE7J8aPsEn { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:52.875rem;left:40.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#Kc956cv2NZEsSfvFh3qM69OF78bZpORp { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#ffffff;background-image:none;top:50.4375rem;left:35.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#eiaWp5NWqAbILOha1gRXE0WCxkH3AFp4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:50.4375rem;left:40.562255859375rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { border-width: 0; border-radius: 0; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:none; }#r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0810546875rem;left:18.28125rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.16748046875rem;left:18.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { border-width: 0; border-radius: 0; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.6875rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.3125rem;left:0.875rem; }
#yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:1.3125rem;left:19.625rem; }
#WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.4375rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H48fimT4zN5LhyEmRBewislR1wBPabs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.3125rem;left:41.25rem;height:8.7744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:1.3125rem;left:38.4375rem; }
#UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:1.3125rem;left:60rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:1.3125rem;left:57.1875rem; }
#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { border-width: 0; border-radius: 0; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:none; }#CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.54248046875rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:1.75rem;left:31.15625rem;display:block; }
#JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knHukR4wqAPM2OubP9wNo6xzHHaFElwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#865a27;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; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { background-color: transparent; background-image: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container > .video-iframe-container { display: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container { display: none; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .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); }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { border-width: 0; border-radius: 0; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#a7SDZbclafKMH9tEuExZUwfhazcqoXON { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:3.375rem;left:20.9375rem;overflow:hidden;display:block; }
#uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:25.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:25.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.3125rem;left:33.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.3125rem;left:42.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:18.3125rem;left:33.1875rem;display:block; }
#LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:18.3125rem;left:41.75rem;display:block; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.375rem;left:29.1875rem; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:45.5625rem; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.375rem;left:32.6875rem; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.4375rem;left:49.125rem; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:2.375rem;left:37.375rem;display:block; }
#TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { color:#d7b543;display:block;width:5.375rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.125rem;left:39.3125rem;height:3.25rem;display:block; }
#Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.599609375rem;left:14.968750953674rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { top:12.625rem;left:0rem;width:44rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { top:22.6875rem;left:16.4375rem;width:31.3125rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { top:9.9375rem;left:15.0625rem;width:32.6875rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { top:2.0625rem;left:20.375rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30.8125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { top:0.75rem;left:0rem;width:8.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { top:0.4375rem;left:0rem;width:10rem;height:4.93706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { top:0.375rem;left:9.5rem;width:10.0625rem;height:4.9692278252066rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { top:0rem;left:18.25rem;width:11.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { top:1.25rem;left:29.5rem;width:9.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { top:0.75rem;left:37.5rem;width:10.1875rem;height:5.0317402648284rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { top:0.625rem;left:38.5rem;width:9.25rem;height:4.4697913660373rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { top:0rem;left:11.125rem;width:25.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { display:none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:31.25rem;height:3.0625rem;top:3.1875rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:22.125rem;height:2.0625rem;top:11.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.625rem;top:13.875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:2.5rem;height:2.5rem;top:11.375rem;left:22.124348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { width:2.4375rem;height:2.4375rem;top:104.3125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { top:13.875rem;left:23.447917938233rem;width:0.0625rem;height:277.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:14.25rem;height:3.25rem;top:50.75rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { width:18.9375rem;height:1.625rem;top:22.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { width:11.6875rem;height:2.8125rem;top:32.125rem;left:8.922607421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { width:11.75rem;height:2.75rem;top:60.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block; }
 }@media only screen and (max-width: 763px) { #rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { width:11.6875rem;height:2.625rem;top:124.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { width:15.5625rem;height:3.25rem;top:116.5rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { width:15.25rem;height:1.625rem;top:106.375rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { width:15.375rem;height:2.0625rem;top:104.3125rem;left:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { width:13.6875rem;height:1.125rem;top:24.4375rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.8125rem;height:1.125rem;top:58.75rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPrPI2XRTmka7VdGCztFol6rDn92RDVo { width:13.6875rem;height:1.125rem;top:30.3125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.8125rem;height:1.125rem;top:57.625rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { width:13.6875rem;height:1.125rem;top:121.375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { width:12.9375rem;height:1.125rem;top:122.5rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnANhT6GfUBTmthgkyy1imInGsrV5PXZ { width:15.375rem;height:1.125rem;top:119.6875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { width:14.3125rem;height:2.25rem;top:54.25rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ua4BimlRuGd7NEnO94XPsPi8e3DqrT { width:16.125rem;height:3.375rem;top:26.0625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frd2u7pAzczLe9UCDgm3LlN4NdvqMWu8 { width:15.75rem;height:3.125rem;top:108.5625rem;left:4.812255859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { width:17.375rem;height:2.6875rem;top:16rem;left:3.166015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { top:22.5rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8v9Jsw8PUHDBMFbylEIx7cwbtSBEZok { top:50.625rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8D9hu8TeVQevniq7kQA8XGGmX4TZNzC { top:116.125rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4CEDIEHTG0uxDNxCl1puxwqBpp5tDp { width:8.8125rem;height:1.125rem;top:95.3125rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGZ2mATuGTDAk3WFDZUPry3W0JypG7Th { width:8.8125rem;height:1.125rem;top:96.625rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHLvTF9GfRmSoZPZV3rtCCUGX4QeIKOR { width:13.6875rem;height:2.25rem;top:92.375rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrMAwEWte0Mn3CoJmisEqmoMOBrQ3klv { width:15.5625rem;height:3.25rem;top:88.9375rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5t8DPVPlMlLdU1OPcToiQWbtrxCWkae { top:88.4375rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC2ZRdICycOvTZRxGEQkxTgIh35vRW0g { width:14.3125rem;height:2.0625rem;top:71.125rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJRqPdZTOvsdeUMQc3zAzSgf8i0BOWLu { width:14.3125rem;height:1.625rem;top:69.3125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEFfGOpQizIFu9hCDKdkUroSvHLfAruv { width:2.4375rem;height:2.4375rem;top:66.375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxAXoyQ9lvAgGQvMNgoUIedCJTG5QERZ { width:22.125rem;height:2.0625rem;top:66.875rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwWVpz3xRyn5coWqhRUtNtuHiuxkFhiq { width:22.125rem;height:2.0625rem;top:181.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TW9H0oHXg9P4hbBqMaE9LVLVA9edof { width:23.625rem;height:1.625rem;top:183.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UThPsp3icSK6VmktnTVmP0eyx12ZFP { width:18.9375rem;height:1.625rem;top:186.5625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce8TJt1cnzrKoStmoE1noLGLMbnSznOW { width:10.125rem;height:2.25rem;top:188.4375rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJ3DLk5TXuHBopIrbq81W7h9usKGLzE { width:8.8125rem;height:1.125rem;top:191.0625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeil9uHrZ40pAeu6XoUN0gvIqHyIkqE { width:2.4375rem;height:2.4375rem;top:180.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZJFzxcQhf2ImTUoWCQ9dSvHn5k2gq4 { width:11.75rem;height:2.9375rem;top:193.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGwhE30VdvXTBz54v9LJRJUe7TGw2XF { display:block; }
 }@media only screen and (max-width: 763px) { #VBiiXabit5AVC4uUeI7otWSknhe9pUrv { top:186.1875rem;left:22.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXyvqCpWb129CaZc6ofsETIphCKepmRm { width:11.6875rem;height:1.125rem;top:197.1875rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1PROTnQ0thP3Q2uHGEc0quTkPTJyeV6 { width:11.75rem;height:2.9375rem;top:199rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfI6vtf9GItAoV27STDWpghmnSWsslZ { display:block; }
 }@media only screen and (max-width: 763px) { #PGOJ7OGXAXL8nKCcM0A5h8RdOkrTvlsP { width:12rem;height:2.0625rem;top:205.125rem;left:27.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHiCt4i4WyQsoXG1J5Fkvom5v1FAJKa { width:2.4375rem;height:2.4375rem;top:204.6875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxluTx5XSb7dDZDV4Ixr4fvEZkqSv10D { width:16.6875rem;height:1.625rem;top:207.1875rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK3874Dv0KucfLTKzsheLINyhGrTachl { width:22.5rem;height:1.125rem;top:210.75rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJahP20cIXiKIRcQsWDIGEPyvFgwqqW { width:22.5rem;height:1.125rem;top:209.625rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1UIAkiantJkFFD01XAbUzT5fbbulhLG { width:22.5rem;height:1.125rem;top:211.8125rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraQ3Prkp2SlzOZP8PAHHDFTD78NfrRG { width:12.4375rem;height:1.6875rem;top:213.6875rem;left:27.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFITHngwZ9TPJGhaMi2l2cf95rdbDf6D { width:18rem;height:1.625rem;top:215.4375rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxyWRGLyQtJndnF6y7v4un85rwwGQIL { top:213.6875rem;left:22.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8aqAGJ9ka20NlU5ZwHpQWWRgowio9Bc { width:13.6875rem;height:1.125rem;top:217.0625rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMh8MbbIb6AWgbluXTB8pPORVaGNVDuf { width:14.3125rem;height:2.25rem;top:218.6875rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkr1aK3lwVquSziu7FTdT3bqAouINK8C { width:12.0625rem;height:1.125rem;top:221.625rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syScGOO2861OAtUz8fSe9frkckXQXRFq { width:11.625rem;height:2.5625rem;top:223.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEp79ZE5HVnXqb95oCScDrkRzQX3BWqi { display:block; }
 }@media only screen and (max-width: 763px) { #fCxwomh7H03aTe2CrSGLhM4Q53UI6qxh { width:8.8125rem;height:1.125rem;top:238.875rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKLTyJee6yPsZbWvrc1MhvzHreav67Mf { width:14.25rem;height:3.25rem;top:231.125rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFdsg3TkJCA6iploBUPmbOsBEZxNLJc { width:8.8125rem;height:1.125rem;top:237.75rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZL0VR7bFtNKwyinaIcGIIfF8Xex4lo9 { width:14.3125rem;height:2.25rem;top:234.625rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBWflF0pCZFW2rqMincrAThXTRX6JPWL { width:14.0625rem;height:1.6875rem;top:229.0625rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcHF5XcnAdSiHRfS4vSkplJmDzSrMIFe { top:228.875rem;left:22.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK2dQgs2GOtO4e4CezJ7CrQv8Et1DugH { width:11.6875rem;height:2.625rem;top:240.875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogJoC7fTpCOqHERmyinWTfl6ArWO0Ehe { display:block; }
 }@media only screen and (max-width: 763px) { #VR8kCTVr1T7GgWAbEKkK7GbEy7kBIkJm { width:11.625rem;height:2.5625rem;top:257.5rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvQ7LIKeDxWawiUHdVG1IqKB5d5lJn3k { display:block; }
 }@media only screen and (max-width: 763px) { #vpuhTx8dGbSosXy211cZVLfc96mia3vS { width:8.8125rem;height:1.125rem;top:255.625rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5FpThPQbzcK4BCO8ai9iyK4VKZQ4sA6 { width:8.8125rem;height:1.125rem;top:254.5rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1DiR7NaKMNSruGsw9NNtwBmG328cMH { width:14.3125rem;height:2.25rem;top:251.625rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTOFAZ17I1LZxUOCJda5Zg9C0Z3T1bc { width:14.25rem;height:3.25rem;top:248.125rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt12fWGrctkcJTuX5mUL5sQhCmBbUxXp { width:13.5rem;height:1.6875rem;top:246.0625rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkiCl35KsavQOuhLgNEhb8i5KmFltTN { width:11.625rem;height:2.5625rem;top:278.375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTETUN9d6gFgLGbb8KtCGx3GpQUMTtvu { display:block; }
 }@media only screen and (max-width: 763px) { #PtW2Eqa00UIfx6300IFLaQMeXi7Aaa0T { width:8.8125rem;height:1.125rem;top:276.5625rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHMOcK3ZznqLa5VLIaAicmMgyRZum3KI { width:8.8125rem;height:1.125rem;top:275.4375rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKC0x9z5d6GDXQGER6u5exQTBSHhCrgJ { width:15.75rem;height:2.25rem;top:272.5625rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusdG3coQTAphTayE3UOX19e7H0KMSiB { width:14.25rem;height:3.25rem;top:269.0625rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSkT3T6P9mTUC5Arn10wGB8pNNs9FkkE { width:14.125rem;height:1.6875rem;top:267rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiyQgHMu5BVPkhhDhf84aG4dA6sDe6Ln { width:11.625rem;height:2.5625rem;top:296.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUx8G67TCp0luhRfrWwetLozNmFJfttG { display:block; }
 }@media only screen and (max-width: 763px) { #CI5ZZiLokHRb6lUTDJt9a42F9J4qa3M6 { width:8.8125rem;height:1.125rem;top:294.4375rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZc1qq7d1I9v1DXHZrKRUPX4mKGNy1tI { width:8.8125rem;height:1.125rem;top:293.3125rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekRpVNdnJvgChkiAUEQXgb89IMoDNxo5 { width:16.3125rem;height:2.25rem;top:290.4375rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPR36cm9akdR690O7Tb7SVHOo2FGX1xM { width:14.25rem;height:3.25rem;top:286.9375rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTre3NAnTT5mGJNN310URCdQq2aQ1ocU { width:13.875rem;height:1.6875rem;top:284.875rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heN0nioUmQ8CZmgkqf6Iobxgeg3WzxpU { top:245.875rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxtdHDgv57b3sahMe3hX1TTbTp8Gr1L { top:267rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXAokPTn3p6cLGgBQOgLcLhoFtLmf7w3 { top:284.6875rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq2BaiGBsUuZ9i3tAWhFopTS2p4Rhc0W { width:17.25rem;height:1.125rem;top:155.8125rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddP1PeoaawyiJJRNslQKuX3B1RRHzPcu { width:13.6875rem;height:1.125rem;top:153.6875rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7hyfgtfBlRnXMQ0CSvzUvpPbvEDFlA { width:18rem;height:1.625rem;top:152.0625rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1STunueKgcuor0zCn0VEL1Ee4HlUlT { width:18.5625rem;height:1.6875rem;top:150.3125rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yloKBEcyNxmZT2NAFxq9zSbnELCq6ogB { width:13rem;height:3.125rem;top:145.375rem;left:27.18701171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSTG1rRecFIREn5wObaCPfn9lHDiN5d { top:150.0625rem;left:22.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQbOc2yWfW8a5dJq7QsfXCJ6DUTQfwFB { width:16.6875rem;height:1.625rem;top:143.4375rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKKdngWsMPlFtOlGfEwFzplOvpeIcTwD { width:2.4375rem;height:2.4375rem;top:141rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3MIyBBf4k84JoXLTFASZPLzify1qWk { width:22.875rem;height:2.0625rem;top:141.375rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQC62UJFIivIIWlyr4FBxxo2Ve96VXps { width:12.625rem;height:1.125rem;top:220.125rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATqeZgUTX0mOVLCKfFDwfOX66DTpOgF { width:11.5625rem;height:2.5625rem;top:221.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0Fn7x6wnMTUOGMRVWzgA5bW7rPuA5Z { display:block; }
 }@media only screen and (max-width: 763px) { #rwTe43ei6feTDNCfMOK8xA0a9RoKPPMb { width:14.0625rem;height:1.125rem;top:219.0625rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNbW5GzMSTdw5qHwg2qUm71XAgCFRqv { width:13.5rem;height:1.125rem;top:217.0625rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKQtm4Uif9LRa7p5HNLTqCC1ex4Uaxy { width:18rem;height:1.625rem;top:215.375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZ7HcpoSvKvdowChI8ICfcS2dNUaLQv { width:12.5625rem;height:1.6875rem;top:213.6875rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1WrDCcVtzNgXixaDT2wBgcCIOBxgin { top:215.0625rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { width:22.375rem;height:2.0625rem;top:19.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUvx2fc6qieOFxdTg2dBziByh8m1Tc0i { width:11.5625rem;height:2.5rem;top:98.625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac82B5G0KuRfmT6iRDEwGCt3RJJK2ni { display:block; }
 }@media only screen and (max-width: 763px) { #noM85f9ps6TwmTNdIFMJ5k4r2W7tHty4 { width:22.375rem;height:2.0625rem;top:73.25rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5mbkInqr53dNrOEkwDr3IoCV0yvvXB7 { width:22.375rem;height:2.0625rem;top:112.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6L0J7zTLKqxrKKn3rGl7OO06Fa276CP { width:11.625rem;height:2.5625rem;top:135.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3PB9G0XAht65X3zfTt9vSJPM4tw0D5 { display:block; }
 }@media only screen and (max-width: 763px) { #Kbyu6qP5EKUcsbg93FsgdGENzrsPqWFc { width:13.6875rem;height:1.125rem;top:132.875rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTHewVTh8ai390xRWJO3Q6EEqQMbGAT { width:12.9375rem;height:1.125rem;top:133.9375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTATsLFAhWE8xpQzCOGgDwvreV3mxuR { width:18.9375rem;height:1.625rem;top:129.375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrU51mITf7ydzkRpU3QsNgPUpHitS0o1 { width:13.6875rem;height:1.25rem;top:131rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zczShyNO4qvDUqKGl2FRsB84QWaRHNKm { top:129.25rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJC4sxDNoTs4FXUZ9XhABRhl53XHpLg { width:12.9375rem;height:1.125rem;top:156.9375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeddVVhOKZfP1DKTfgGF7UFKkL0fLeTp { width:20.625rem;height:1.125rem;top:158.4375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3af5LlnQVRlvDkTS62WZDgiW8hA99iL { top:260.375rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7617lMrtZWVQ0FrNOpb5oTQwUbFuOe { width:26.8125rem;height:4.875rem;top:261.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gga4RZ8uEey5HVMnh76TXoAi6bmfypXG { width:22.375rem;height:1rem;top:148.5rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4K2JrDiKq8HnPgy6NZU8U2baIkMbU14 { width:11.5625rem;height:2.5rem;top:160.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQIF2xmepdFsE2VcfINRtAffk8nE5N2 { display:block; }
 }@media only screen and (max-width: 763px) { #ekXprzuHNCCxrQNCr1GzxBFtM3Mmd0nX { width:16.8125rem;height:1.625rem;top:36.75rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehMsTNnoCw9bM43PlDOUKrSf0UJfWOs5 { width:14.3125rem;height:2.25rem;top:39.8125rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5b2AE0c9ynne64kFWK5fwaZKEVrrTH { top:36.4375rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPkS8ZVuEX72sGnyKtT1ZBN4cObzqchz { width:8.8125rem;height:1.125rem;top:43rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCplw6POLGHJ5XLFtunQaO4ZU9bXsLT { width:8.8125rem;height:1.125rem;top:44.125rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5y6BgZN2fsSecSRPVKLyTzHELyFcgIP { width:11.75rem;height:2.75rem;top:45.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH83tF0urE8TVUqXdOlJ4Di4i0NtiKHD { display:block; }
 }@media only screen and (max-width: 763px) { #WI11m5AgOUwHo2WUV82IvdJShZBqJ3T7 { width:13.6875rem;height:1.125rem;top:38.3125rem;left:6.98388671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGMLck4lv0G5EJc6VIWOmcKzLiachnM { width:8.8125rem;height:1.125rem;top:81.9375rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZq6lm9hkn4D3CTvt05Qyo06Qs9AgZke { width:8.8125rem;height:1.125rem;top:83.25rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhnqKAp1vuHZLTr6t2LW1DSVXpQL7hl { width:13.6875rem;height:2.25rem;top:79.125rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcgITPPlqQPscFpWr5yzHsTFiRlDpRl4 { width:15.5625rem;height:1.625rem;top:76.1875rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4SaDT0bQ1tps6eZE16WSSHtTC0pXKhB { width:11.5625rem;height:2.5rem;top:85.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGbs6UG4nKyUfJaArBLeoWO6Zbiv5ibV { display:block; }
 }@media only screen and (max-width: 763px) { #kFLwPWzRkTi0xABtsA4Ceq5iDonVW7aZ { width:13.6875rem;height:1.125rem;top:77.8125rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEwPygXT4rfNOezP45FNF7vhwrW9UqeT { top:75.8125rem;left:22.405029296875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NtB4EmoJly0HMc5oTT1EATmTltNmPv { width:12.9375rem;height:1.125rem;top:173.6875rem;left:27.18701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oVpwKtvduZif28a2VcUQONfQy03f1p { width:11.5rem;height:2.4375rem;top:175.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqUnpFWzgADZxpXaCArsbGxq6tbyRFkg { display:block; }
 }@media only screen and (max-width: 763px) { #ZTTdWNqVekAuPTy5PAsTT52gX3igd8nP { width:17.25rem;height:1.125rem;top:172.625rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHrpSD2Xruu0P4rSw2PL9rFKsFUmPdv0 { width:15.5625rem;height:3.25rem;top:165.8125rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2HXsugBWcLz46PSqQcRCFZsfDWE9r1 { width:18.5625rem;height:1.6875rem;top:164.125rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNMcQh63MIVMSAuNhReZ30Ep1r0Gryxf { top:163.875rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOxlVmcxN9wfGN3FxOmJl5C6xhIvRTAR { width:9.1875rem;height:2.25rem;top:169.5625rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2VmnHhuwgoBQklHypyssfV4bAild0po { display:none; }#F2VmnHhuwgoBQklHypyssfV4bAild0po > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNvfsFTRnsClLnlFhH9E9rJLNyK9FDTD { width:31.25rem;height:3.0625rem;top:3.1875rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXQJWytpEqXKBZoJEhkZB1u8VUdB2Aos { width:22.125rem;height:2.0625rem;top:11.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLsBn570mDQMnZxDdQt8HEkbPeEZw6AW { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqiVTsuEF17BJZR9TbIZM55MSOfOkBVT { width:14.375rem;height:1.625rem;top:13.875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzDR5cCNrL0BzExOgxvZAGbigphLpZiQ { width:2.5rem;height:2.5rem;top:11.375rem;left:22.124348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWVAIOzKl6lGT1fzaQvkLbFOSls6aTbx { width:2.5rem;height:2.5rem;top:70.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEx1mDlcEfXc86Nm3lhol3ZkT4HT5McC { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyivmcMu99WuelwhzbGw9ySwm7JFtu7h { display:block; }
 }@media only screen and (max-width: 763px) { #Re074irkiBPGkDIGPavV0Ux3DnG7CDyh { top:13.875rem;left:23.447917938233rem;width:0.0625rem;height:198.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNQoRIgH7xMkSm2G4sAT7m5mg9S0HpN8 { width:14.3125rem;height:3.25rem;top:34.25rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzovicOa7g6Gi3ZcdlgmSVnBfwrN0vBb { width:19rem;height:1.625rem;top:19.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmB4hoDoRLVQM18GniLThrgPts0dCIK { width:11.875rem;height:3rem;top:29.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgCnzmPW2A9GgOJTGLmGklP4DhMldK { display:block; }
 }@media only screen and (max-width: 763px) { #TIHp1Sa8ODEqnRrueuKMXWRBbsonn5TI { width:11.875rem;height:2.8125rem;top:44rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AciugApHT5IT8AE3qLDREdvBNqxHTe4y { display:block; }
 }@media only screen and (max-width: 763px) { #xB0Q5Wr8sr3KeXtIqM7inXVWeVvz6A4O { width:11.75rem;height:2.75rem;top:88.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpSFbnozSJmo2F38326TQOSL9ZQTuQT { display:block; }
 }@media only screen and (max-width: 763px) { #q84JKM37ECXEAOIWDV7CrT5qJc3Kl1I9 { width:15.5625rem;height:3.25rem;top:80.25rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2zU6y0WX0BDpuuoqqFJUc6J8GT1lpru { width:15.25rem;height:1.625rem;top:73rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyPfEJW3gX7v3a25hwwAf8uz1IgUyDT { width:15.375rem;height:2.0625rem;top:70.9375rem;left:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLhQrGed6MxTtohQxttmt4N6KlxgZsQg { width:13.6875rem;height:1.125rem;top:21.5rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6FABThrR1p2K0mKfTVvs5IqWVls9rem { width:8.8125rem;height:1.125rem;top:42.25rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTFdpEpNT08VWfXULGtKKFd1Q2tfaRRD { width:13.6875rem;height:1.125rem;top:27.375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUCWl7oyP1PqbNqBvrIswTAgooxqbc8A { width:8.8125rem;height:1.125rem;top:41.125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5l2NepbVNouqtk66AreyRXy2bzaTzny { width:13.6875rem;height:1.125rem;top:85.125rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvJo80WXuN2v9xWGptUtfb3uWTtAMT2 { width:12.9375rem;height:1.125rem;top:86.25rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSIZDnANIhQPAcKKMPf2RFJLyyV5MslD { width:15.375rem;height:1.125rem;top:83.4375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io3X34e2p3HR0X8rmOlppfw7ntgy7UrE { width:14.375rem;height:2.25rem;top:37.75rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUHQX1zHAxAnTSSgTU57dl57M8kf4Uch { width:16.125rem;height:3.375rem;top:23.125rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9ftVp9ai0p4vFeMtpP8bc9qlQnWLQo { width:11.6875rem;height:2.625rem;top:159.4375rem;left:8.921142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0N5pC0sn8iQH0ypNqqQCZfUF64syfBT { display:block; }
 }@media only screen and (max-width: 763px) { #GmF64kNNT9TQVJ5PT3mNC6tFLwIBqPgA { width:8.8125rem;height:1.125rem;top:157.5625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4IMJ6aKDg53oXKnFLeMEOp71aFhF3Fs { width:14.25rem;height:3.25rem;top:149.875rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImySXQIDIumqG6A3ZIlkLnTnRvszo62 { width:8.8125rem;height:1.125rem;top:156.4375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUVUdHsKiTCrLnB9gZ8TIW1uRy4tAT9 { width:14.3125rem;height:2.25rem;top:153.375rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGZ4yDbe98gcmPw44Z3DTqz29Wt9Puvf { width:22.125rem;height:1.625rem;top:125.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJzQUTrmUdosauOztyILe7aLKdxpbf4T { width:21.4375rem;height:2.0625rem;top:123.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqxwHloZMTwLKO7I8v285ugTpzFcToZT { width:2.4375rem;height:2.4375rem;top:123.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWHR4AQIEf1LMyOxGV5e0hZIcyEXn9Pd { width:14.0625rem;height:1.6875rem;top:148.1875rem;left:6.60888671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db0svNuvUdDebyUwfPKp5MDbomliBgf3 { width:11.625rem;height:2.5625rem;top:176.25rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNmiuFpzoKGkttHCCRtp2CBfRKfA26MI { display:block; }
 }@media only screen and (max-width: 763px) { #WpMuM9aXGTNURZuXglkFNwRTftisIn0M { width:8.8125rem;height:1.125rem;top:174.625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkxJuzTSDE2eNDTWT4GW9w482WvZ6FKC { width:8.8125rem;height:1.125rem;top:173.5rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJzsaPSfyTRHJ8HeWoW7clxulqaFOCv { width:14.3125rem;height:2.25rem;top:170.375rem;left:6.296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQxVkZTn2ML3MQvSzu5TNwJCONxtIlxt { width:14.25rem;height:3.25rem;top:167.125rem;left:6.359130859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRKxV1TJqTAQHNc6GhOcLXAd3mKaXBn { width:13.5rem;height:1.6875rem;top:165.1875rem;left:7.109130859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTw5unzv0rD3dOFzkPfBIrlSkQxliQp { width:11.625rem;height:2.5625rem;top:193.375rem;left:9.03173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSA1J7nJhTvqk0iNgXg38aTBVy871kkC { display:block; }
 }@media only screen and (max-width: 763px) { #A5vt07ESQHdVo47DsCTcauyu8LgsqUZN { width:8.8125rem;height:1.125rem;top:191.5rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSzBMdZ9hnTzk8vB6meCZDfDmyJB8mPd { width:8.8125rem;height:1.125rem;top:190.375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf4Fm2onbWJhwIFLh7W7uENB3R1ycaAu { width:15.75rem;height:2.25rem;top:187.0625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNFqldcUtDzxdIZFUvV8VWPPgTorZ5nk { width:14.25rem;height:3.25rem;top:183.8125rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABWXey0rw3bBfSziEe1eTfCqX1CgMeV { width:14.125rem;height:1.6875rem;top:182.125rem;left:6.9208984375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO2rnbmnpveIyoa5L5LXP49Iv8maKHih { width:11.625rem;height:2.5625rem;top:211.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5TiGeKTJSMvm2wTqZR7dX0WwMflbCl { display:block; }
 }@media only screen and (max-width: 763px) { #Qqpcnfpaph1gMiKCDp0UNFL3PxuC34uS { width:8.8125rem;height:1.125rem;top:209.4375rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbhmmc0ynJiFWUlGcq4lckeL5LFVgt9n { width:8.8125rem;height:1.125rem;top:208.3125rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zger4ipGsZpv3V6TnR3pC2SKGh2x2Oo3 { width:14.3125rem;height:2.25rem;top:205.1875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9lXEE4Vg4UeApGrt0sBxmJCy2RbCcmV { width:14.25rem;height:3.25rem;top:201.6875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skxXew9DSSS3E5CfrR3X2q6Orwt6OJqC { width:13.875rem;height:1.6875rem;top:200rem;left:7.170654296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhfrwhtMqUnJNmIXX7hpLBUfpySapeA { width:12.4375rem;height:1.6875rem;top:132.8125rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9sexS5Mv8UV8lvElt5sqKUIywDoU6nb { width:18rem;height:1.625rem;top:134.4375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lnmRl4PrSkPpThpCHq9X2HixTX9xdT { width:14.3125rem;height:2.25rem;top:137.25rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQZNla4R6QxwfWMA2G2JcPdbflPFN9b { width:12.0625rem;height:1.125rem;top:140.5625rem;left:8.24951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg6yw0NGmbJVb9Gvf3efLy8VuD45Jcav { width:11.625rem;height:2.5625rem;top:142.5625rem;left:8.922607421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1DCRs0eBxtiHW4v6aWXF4at3Tc3scUq { display:block; }
 }@media only screen and (max-width: 763px) { #TMtUE9tPoZN1aSTxWvWF3xL0q1HL1at7 { width:13.6875rem;height:1.125rem;top:136.0625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwV8PfrwDxWxozwLg6fhrlsic3ita6qc { width:15.75rem;height:3.125rem;top:75.1875rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OPClLAuEXV85sPAaxnSAi4QdoEpPdX { width:22.5rem;height:1.125rem;top:129.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPGqTbqPgCNrbTKauKqcHt1FbdkxB9H { width:17.375rem;height:2.6875rem;top:16rem;left:3.166015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB29tUbZ5hDKidHATeq2CcnT6ralB2Mq { width:2.5rem;height:2.5rem;top:95.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHnfyEaFGlWTxHJ2WKhMbHZUIAlp2da { width:22.125rem;height:2.0625rem;top:96.1875rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFtJaQT4qLH3ILC2ftnOx6QTPkOUFRoT { width:23.625rem;height:1.625rem;top:98.625rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO5fU3w2gV19ID0MqeZN15O1J6gd3imr { width:18.9375rem;height:1.625rem;top:101.875rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaOPxMDC41Obm7DZGRIr2OTmQMKWFbF { width:10.125rem;height:2.25rem;top:103.4375rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDM1e3GrRp0G3F65RnvGZATLAoQd9CGp { width:11.75rem;height:2.9375rem;top:108.25rem;left:26.5908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBy0up0VOLTW0N1gGVQiTbPPTysGyBSa { display:block; }
 }@media only screen and (max-width: 763px) { #xfgQpcD2peEiuLk722dz1DsVx7LCSrd1 { width:8.8125rem;height:1.125rem;top:106.375rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtt0KK42y14t1P8Muv5HxaDCcoaIynAp { top:19.5rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKmBoJU5gIpsEzQ3FkpfvTkFaUVIXKh { top:34.25rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpb0Tt6TfG73LSc3AtpaO3RgWR1NATl6 { top:80.25rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPqZTsqo2dLo8Ig0ydnF3o8HBclnsaEM { top:101.25rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edw7QlgW0WCGI777HwlE9m0upuChRkHt { top:132.625rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnzIJ6cKTmAAkHcQGpveLlZFfsaxMW1i { top:147.8125rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ogEr9DQbxHaSGZ8GqoKVPhGwvF0MHO { top:164.8125rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I43H7efCgBCB3Oy8TLlCXzCIXro37t4B { top:181.75rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k400e4eQKJwTdPTJwWowLTQw3ONJEwyZ { top:199.625rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGIxdcUAs8b9kTkoSR6WxMvph0XEMWPJ { width:22.5rem;height:1.125rem;top:130.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimgOlzIheJp3X9DyQ8b3UEEP7bkln3T { width:22.5rem;height:1.125rem;top:128.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNHoOasGZndUAWH7XSyXXTnZQHxupXkU { width:11.75rem;height:2.9375rem;top:114.3125rem;left:26.5908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X63I7tZ5OvsT3vZ3hFsQhDtDRvPqRiVq { display:block; }
 }@media only screen and (max-width: 763px) { #zFtQWZ88TFA4CO4c6kTULrdtgvKk33VI { width:11.6875rem;height:1.125rem;top:112.625rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10tCBLbprxFORvdgoxC46UKmcWJpMg2 { width:8.8125rem;height:1.125rem;top:63.0625rem;left:26.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRBD76ehwLNd8Z1SXhi1RfQH6hhTUL22 { width:8.8125rem;height:1.125rem;top:64.1875rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxFz4sqtJg2Gu3MWN6a83Sb4Sz0V90Wa { width:13.6875rem;height:1.125rem;top:61.375rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu8ATleHzpvNDxKQaPedZztEnPbqkLJs { width:15.5625rem;height:1.625rem;top:59.75rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEn8VywE2rIdG6ooJVmLxZKQA89HRTfO { top:59.75rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCgTk4AWclPNgC0XhDF2t9gWiBHkpH6 { width:14.3125rem;height:2.0625rem;top:54.6875rem;left:26.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQvelqIZURkmRF6NCnzWWvZGST5G1uS9 { width:14.3125rem;height:1.625rem;top:52.875rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3g09lmnw8N2HrFf5eSuLgsDy06wKt3e { width:2.4375rem;height:2.4375rem;top:50.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zET5rxxcFa23yrdPcCTM4xbbOJKBSlqt { width:22.125rem;height:2.0625rem;top:50.4375rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX { display:none; }#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dCFEbOnPetZZ6Mhg8DfLMSewo5yOwTwP { width:31.25rem;height:3.0625rem;top:3.1875rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEOkn1sA7TTmwKsf0rM8FODN0ZFKzRB { width:22.125rem;height:2.0625rem;top:11.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuWrEWpdABsxc4w4wWUUiPNeib9yDuNB { width:47.75rem;height:97.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWMyTANsCxcI6Qg3fMB540yUhiW79Ga { width:14.375rem;height:1.625rem;top:13.875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8vUoFhxgMfB2fd1XEUUm0MOFcJnKNgi { width:2.5rem;height:2.5rem;top:11.375rem;left:22.124348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBah6TPX0eeH5kMGM1Qa5fHgysECuPCo { width:2.5rem;height:2.5rem;top:70.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adsnTn70Z7vzREO2AtaDzCNcX7ethElm { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kaa7AF4QzBOHuosMxRWxchcTzGktmh9g { display:block; }
 }@media only screen and (max-width: 763px) { #mRAgMH9kS4lw6b2iFTuCGzsM91SPiSD3 { top:13.875rem;left:23.447917938233rem;width:0.0625rem;height:181.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKqubr15UfF695SQDNsgBdrFW17DI4NO { width:14.3125rem;height:3.25rem;top:34.25rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNvdhFQfdbgx4pR3Be5EXuZ3sMZS9eGZ { width:19rem;height:1.625rem;top:19.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vWwoRSUivB68NaGJ450SDBLBQgnoGc { width:11.875rem;height:3rem;top:29.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcM2pyUg4VAFKPDmekQ4JQeFFK6ToiWd { display:block; }
 }@media only screen and (max-width: 763px) { #s4kOsFA5QaLZBa3ZiASTJLA69gB5loDl { width:11.875rem;height:2.8125rem;top:44rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PisS6VqPDWNE3UrFzUXd4KAAfDRSbfga { display:block; }
 }@media only screen and (max-width: 763px) { #LAfxVTTn8GVlS8KG1VQrKMDqse2idf7N { width:11.875rem;height:2.8125rem;top:88rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTEGDGmPPnU9gbgsJ8uEZlGEGbtr2eG { display:block; }
 }@media only screen and (max-width: 763px) { #fseO558rkQySoh8TsHQSX5a0wACxDNnu { width:15.5625rem;height:3.25rem;top:80.25rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ28v3ThAtxLAZug6yZlM5Z6H7DmPQnF { width:15.3125rem;height:1.625rem;top:73.3125rem;left:26.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnsgOcoXN3we5Pa5MD1LfQdyrZgHL0D { width:15.4375rem;height:2.0625rem;top:71.25rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOa1GcN6gKomFsI923Pw3zNRyHWVpUo { width:13.6875rem;height:1.125rem;top:21.5rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4dnglsO9ywz2KKKR74lIzsq2acpJKlc { width:8.8125rem;height:1.125rem;top:42.25rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFD5TB5aA7DnxFwPSTELJlyAT4IWp1F { width:13.6875rem;height:1.125rem;top:27.375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg115T2yhw5ezvTPTb5aamLAqdApUX6H { width:8.8125rem;height:1.125rem;top:41.125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBut7P4DeXQy9ZpzUMTk5kFoacfwzZmC { width:13.75rem;height:1.125rem;top:85rem;left:26.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWJCCPtDr2lXSoFkNywa1QRMNHN0R3W { width:13rem;height:1.125rem;top:86.125rem;left:26.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU4h7RI850T3h5ukBt01EJSkHU8gtQEK { width:15.375rem;height:1.125rem;top:83.4375rem;left:26.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGhPVfA0CiGWm1Z7OtmiguIHrPamGrs5 { width:14.375rem;height:2.25rem;top:37.75rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4blEAhbKcZ0R3hTyHfsUFiNlTr9GNDt { width:16.125rem;height:3.375rem;top:23.125rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGA9vbptv9pfLOI158KgyfN1O0rTQ7Vw { width:11.75rem;height:2.75rem;top:159.8125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEtmz6NT7SDqRXDq5IuFAGbBF4d7us9z { display:block; }
 }@media only screen and (max-width: 763px) { #RC1lv7OVNXPpRlzVNXieaA8PUNkPCpL4 { width:8.8125rem;height:1.125rem;top:157.8125rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxC6eD4sqonKrkA8rPlgEGoII4Kdogon { width:14.3125rem;height:3.25rem;top:150.0625rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va9HTedIbVSC7kWVS95w0zH8x0zIN3A1 { width:8.8125rem;height:1.125rem;top:156.6875rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvvaOr6lvaSDhBUI5KBAI9n7wdd26Nfx { width:14.375rem;height:2.25rem;top:153.5625rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CB693TMAZqmGakFzyk8y71Hitb7fcb { width:16.6875rem;height:1.625rem;top:126.125rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3waKXTpNlKklNo9g5ELi46HvQEy0RB { width:12rem;height:2.0625rem;top:124.0625rem;left:27.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mW63oVIvRZC7AFpvK2haT8LBOrq9HT { width:2.4375rem;height:2.4375rem;top:123.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyr036WEaKTsQ8rvuresU3J7XTxRTh6 { width:14.0625rem;height:1.6875rem;top:148rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdLqO66kzkmTc21EFnyEowSf6Tr1TJ6b { width:11.6875rem;height:2.625rem;top:176.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUgR59s542ekyPzUsS50bL72xck8mvKu { display:block; }
 }@media only screen and (max-width: 763px) { #DZfdaoiWSCLtNhqkS0Did6t2X6x91VBK { width:8.8125rem;height:1.125rem;top:174.5625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDqW7qpK7vSF1S4Cafr7ODZRr6GBufye { width:8.8125rem;height:1.125rem;top:173.4375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNcrZ3GWXoxE0aOcTKh36aa5KLxNco4s { width:14.375rem;height:2.25rem;top:170.5625rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJUb0C4T5PKCXpeJSFHVrPFdRyBNtXAJ { width:14.3125rem;height:3.25rem;top:167.0625rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6E6HC3BKguZU4dtP1nBSiTizEFmXmlE { width:13.5625rem;height:1.6875rem;top:165rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWFQ5A6po4xaBaOgVG7wx2TOBymUAttU { width:11.6875rem;height:2.625rem;top:193.3125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBqisLQkiWvyH9QsU5glgzkBTMd9WTL { display:block; }
 }@media only screen and (max-width: 763px) { #lPlQg3MoBQ7TN7OfB1FLd2zfr6SfBpPJ { width:8.8125rem;height:1.125rem;top:191.5rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGqeJtx96UrzMUiD291QLa8p4KEwTL1 { width:8.8125rem;height:1.125rem;top:190.375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpGP7nPy2x69dZnvJeCMTI8CwGtMrIm { width:15.75rem;height:2.25rem;top:187.5rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZtVKoM1nzhSIIot90vPTVxyV5wUXHSb { width:14.3125rem;height:3.25rem;top:184rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiRfnpTShLo5FU7wHaD64T6u4S9koPLT { width:14.1875rem;height:1.6875rem;top:181.9375rem;left:27.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2yqZWxFDZNRZqmaQefVNriPL0K5cXz { width:11.6875rem;height:2.625rem;top:211.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfA0EK6O4HN95iVW3ieLPTIWUnvFVPn { display:block; }
 }@media only screen and (max-width: 763px) { #F1W9TOs2akfofTuPldTsykifw7CPtm4B { width:8.8125rem;height:1.125rem;top:209.375rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD1paGWqLtmKtTc6bGT86wpK6rw3br8F { width:8.8125rem;height:1.125rem;top:208.25rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcupO7pVqk3KtbVrrPAS1pDquCp8i5s { width:14.375rem;height:2.25rem;top:205.375rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdkqAdKCOFrJ8IRdguVDBzI2L4OXFc1o { width:14.3125rem;height:3.25rem;top:201.875rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzCi2v2XPz6bJwobx7BkzcLeLlxE7bm { width:13.9375rem;height:1.6875rem;top:199.8125rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1VaLEwnniVz1eoxcTlTyqdEtUEEy0Tx { width:12.4375rem;height:1.6875rem;top:132.625rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIHsEqbaHxXcT9mtm5bSkkwJzsPWDe7 { width:18rem;height:1.625rem;top:134.375rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPstBCOympaxhrZlOdGN5vLEzHVxWuU7 { width:14.3125rem;height:2.25rem;top:137.625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTmBz62vCsKCnOR10ivadT6UXuL1qNv { width:12.0625rem;height:1.125rem;top:140.5625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnuPVwoFx0p6I6t8pnr2fpUmT3Iz4z9T { width:11.6875rem;height:2.625rem;top:142.375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePS7Q8A8Ec70sOe4HpGRQB2KxgeeoHla { display:block; }
 }@media only screen and (max-width: 763px) { #L2AoPf5JshF1ftftxXb5Wfhx39TMLJOZ { width:13.6875rem;height:1.125rem;top:136rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNzqn2mI6ZFyvSqFOeTsAlGPrGSev2TE { width:15.8125rem;height:3.1875rem;top:75.1875rem;left:26.937255859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8wLXMkB00GGSQbNS02gHXC1WmwqQqGP { width:22.5rem;height:1.125rem;top:129.6875rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqABwMPAAlrhBogff0Lb2zSBrTZhLJ6C { width:17.375rem;height:2.6875rem;top:16rem;left:3.166015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdBvKn7VrVgXaNMw9zkelnvkMrxEC5p { width:2.5rem;height:2.5rem;top:95.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNE9kbUb6ernimNkSPWknDonoVnewkxT { width:22.125rem;height:2.0625rem;top:96.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJd8RX6MaRNwITNFO1v6bEmQWPMFivq3 { width:23.625rem;height:1.625rem;top:98.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMcUKtURIeUNLCtWcMsn0kg55S9Q0qlb { width:19rem;height:1.625rem;top:101.625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOZSpLg6ZH7pzqHl80q26DE3AtMqvBcN { width:10.125rem;height:2.25rem;top:103.5rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS1JHf7blGnmoDEQ1LtBrndD8Suz19Rb { width:11.875rem;height:3rem;top:108.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmL0uMN0tPWmq0sbbMumAqX88e2iRKr0 { display:block; }
 }@media only screen and (max-width: 763px) { #e5yCZX4JQqd9iUxA0Uc7F9Qz0nHwdSdT { width:8.8125rem;height:1.125rem;top:106.125rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNrWuXTG0kBsOIzIQXXy5phXVng3JP5 { top:19.5rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oygt54VGn4pTqG5ExIVXpcnqAWRxLmZO { top:34.25rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbZ3hJTgJsUFOTLvAVTTibSZ3u25iqrw { top:80.25rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3C6pO5C9MKKbw9PUTLTEDv6VL1CmiMk { top:101.25rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw40beNklyohE4NKq243In8eK8cGBuaF { top:132.625rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOF7EpaQ4oTNRQAHoJWPbLxofUmy7w55 { top:147.8125rem;left:22.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc1Th1s5mJyETIew6ie1zNbpQaIFOSws { top:164.8125rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBfDihdy0b7WZ6v0D9f22WvFgicIoaTt { top:181.75rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkB9PmhRIkTSsXrLuy7Gl7MGegDe6F2O { top:199.625rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NySO3cIAgWhVk51P1e7F64daxo5sva4M { width:22.5rem;height:1.125rem;top:130.75rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzJCPUskKmkKXSUyD83ZLesff7T64EyQ { width:22.5rem;height:1.125rem;top:128.5625rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTId12GzvG5BdXbzTBseG1gPBgNuaLH { width:11.875rem;height:3rem;top:114.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H860PXgk8pKTLLzTtRfaD0tQCMdZdG1S { display:block; }
 }@media only screen and (max-width: 763px) { #MTro92IHBmdJs50RwWBIrtSU0RghOcDM { width:11.75rem;height:1.125rem;top:112.25rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAgfn2un6fV2oSyrLEzS13ZluqOxryOx { width:8.8125rem;height:1.125rem;top:63.0625rem;left:26.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJTCZ188NQJR0o77KMU7WQuwllSwP1T { width:8.8125rem;height:1.125rem;top:64.1875rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5EftwThZHUAThnQOyf9yQ2uafG3vFbV { width:13.6875rem;height:1.125rem;top:61.375rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UabIWwKSxphXm2PnFmexkxE5c2kUzyqE { width:15.5625rem;height:1.625rem;top:59.75rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwwhGhMtCMSE0iOI7yqC51byFeIs6OOa { top:59.75rem;left:22.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5Gh8oluDWUHJL0yIFHcvgmuglqA19U9 { width:14.3125rem;height:2.0625rem;top:54.6875rem;left:26.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX4QLtZBbGTvwokJ3mHfxIaE7J8aPsEn { width:14.3125rem;height:1.625rem;top:52.875rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc956cv2NZEsSfvFh3qM69OF78bZpORp { width:2.4375rem;height:2.4375rem;top:50.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiaWp5NWqAbILOha1gRXE0WCxkH3AFp4 { width:22.125rem;height:2.0625rem;top:50.4375rem;left:25.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:block; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:38.4375rem;height:3.0625rem;top:3.0625rem;left:4.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:38.4375rem;height:2.4375rem;top:6.125rem;left:4.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:block; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:8.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { top:1.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { top:1.3125rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:8.75rem;top:1.3125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:8.75rem;top:1.3125rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { top:1.3125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:8.75rem;top:1.3125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { top:1.3125rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:block; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:38.4375rem;height:1.4375rem;top:5.5rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:1.75rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #knHukR4wqAPM2OubP9wNo6xzHHaFElwN { display:block; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7SDZbclafKMH9tEuExZUwfhazcqoXON { top:3.375rem;left:7.3125rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { top:16.125rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { top:18.3125rem;left:11.75rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { top:18.3125rem;left:20.125rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { top:18.3125rem;left:28.5625rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { top:18.3125rem;left:19.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { top:18.3125rem;left:28.125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP64EByagZKqXeew8k9JW4C7RSAaCou3 { top:3.375rem;left:15.5625rem;width:2.625rem;height:2.625rem;display:block; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { top:3.375rem;left:31.9375rem;width:2.625rem;height:2.625rem;display:block; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { top:3.375rem;left:19.0625rem;width:2.625rem;height:2.625rem;display:block; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { top:3.4375rem;left:35.5rem;width:2.625rem;height:2.625rem;display:block; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { top:2.375rem;left:23.75rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { top:3.125rem;left:25.6875rem;width:5.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { top:9.5625rem;left:1.34375rem;width:45.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { background-color:#090808;background-image:url("https://images.assets-landingi.com/uc/27f68de9-e41b-4c66-88bb-a65a37b541b8/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { width:20rem;height:3.75rem;top:21.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { width:20rem;height:3.125rem;top:25.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMruJ9FEVV5aHP1gJkGqTwXQmPBEDJA { width:20rem;height:1.25024375rem;top:20.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsrLWdGLu0HQNZvlHW7ZINWFv1zTsMxd { width:7rem;height:3rem;top:1.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9RRTQzrvxKsN0fgvmHOTCtIDcBC9o0 { width:11.875rem;height:2.8125rem;top:30rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;background-color:#ffce7a;background-image:none;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #y82y6IAW9TfogzPouSf9gU889Mle7Tef { display:block; }
 }@media only screen and (max-width: 763px) { #Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 { display:block; }#Z0VaTSkQJoE9PMLozUVxKJUmlLaPnQ86 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsywVkQSCqpf51SXza1u0tb6sKTzIO8I { width:2.625rem;height:1.1875rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ghtBw81r8QbarTk4op1BXA2yTy1aIXT6 { width:3.5rem;height:1.5625rem;top:0.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRhVtDPVRtqrrVvNf8G3MLX5daJL7dK { width:3.875rem;height:1.75rem;top:0.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2aZ0sfmIMHMGb8u2QWkN1gXdkFxKDz { width:4.3125rem;height:2.0625rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWgcmTlTbEcNMiJtOx9NCSgBRix6T16 { width:3.125rem;height:0.8125rem;top:0.6875rem;left:16.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xvm6yv1NzCqDEgBNKS6Zn8FId9cM40RH { width:3.625rem;height:1.75rem;top:0.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubTe5qzZc1aIDWh2gvMTC0Ikq6LE4HJ1 { width:4rem;height:1.8125rem;top:0.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 { background-color:#f8f5ef;background-image:none;display:block; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { background-color: transparent; background-image: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row > .video-iframe-container { display: none; }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .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); }#i7brD4gw7mnxWOSFfHFQ3cC7xB6zmA45 > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTRAZ2621C50n8bR3PfuUh6TzDmCc8Cx { width:12.875rem;height:1.1875rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNSwfeXZs88LpSF7XmePazGZaR2xCcD { background-color:#f8f5ef;background-image:none;display:block; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { background-color: transparent; background-image: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row > .video-iframe-container { display: none; }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .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); }#poNSwfeXZs88LpSF7XmePazGZaR2xCcD > .row .container { width:20rem;height:331.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNkJQZVcwTfbEOifQFu9nLsFr3be02i4 { width:20rem;height:2.0996125rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JEVGDa5P4WI5BI6Crb0h1xrbHfekIcE7 { width:15.125rem;height:1.6497375rem;top:7.4375rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JT0f5WIk5wRpE9EGtrfdyqTF2mBNxCOq { width:0.0625rem;height:310.875rem;top:8.3125rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zhTlqIdklQpbG3sOWbDZaVDiwQJtlvrS { width:14.375rem;height:1.4622375rem;top:9.25rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGTwtRCvHq909CkgpcJccxuCDhCMJEIS { width:1.875rem;height:1.875rem;top:7.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPSnimTXBtRDhDM0HVkwo25xHWcSCU { width:1.875rem;height:1.875rem;top:97.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ9Rk6CWMAim9pqzbe9sdUDvASLt2W5i { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Zd3faAnM2ahgCqebiXzxDIUbUXkFIRSO { display:block; }
 }@media only screen and (max-width: 763px) { #XVvwRczrB47ffHT2mzldCqbPlbLK1rsd { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sz0QFGKedVJUatGqmrT3bm1iv9wUl4yk { width:10.875rem;height:2.923825rem;top:43.375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Syfz2bIGGIvdmypTGSFD7q072xKvUQUC { width:15.5625rem;height:1.4619125rem;top:17.375rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zl170AzyZtvl3gEUAl0AB1yttW6iWZDX { width:11.74925rem;height:2.6870125rem;top:26.37451171875rem;left:3.468017578125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cPtKXaDXyutPZkT0MVoAE4uL5d2MDml4 { display:block; }
 }@media only screen and (max-width: 763px) { #aAn83Am9kCEwuCEyNJBTbL3c7MhDdE0o { width:11.875rem;height:2.8125rem;top:53.25rem;left:3.75rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aghPg4OEDsdiiQxpJRhqQ9AFO7TOtHNM { display:block; }
 }@media only screen and (max-width: 763px) { #rebL99iczV6J6vxgpwr8JELPRdTbo4m3 { width:11.875rem;height:2.8125rem;top:116rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A2bf5Q2lItAlXlAtW1SOZoXfiVyzWZg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZToVtgu39M0nfGywoM1OPNs9HTcAWIJS { width:11.125rem;height:2.923825rem;top:107.875rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZqXLZJr85ZIluOrymTAAoxFfvLuIkyz { width:12.9375rem;height:1.4619125rem;top:99.125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6VPJFgdStVyGXpRTaWLpTfZSEcdFygh { width:12.4375rem;height:1.6494125rem;top:97.5625rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sh6cM1HFPA6dLmTW5eh0GMDTAdneGiT0 { width:13.6875rem;height:1.13745rem;top:18.8125rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1wszcKyfQu1DbLVW9r8RxsAJUGrWX4H { width:8.8125rem;height:1.13745rem;top:51.3125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPrPI2XRTmka7VdGCztFol6rDn92RDVo { width:13.6875rem;height:1.13745rem;top:24.5625rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8knFQe8BKZhx0SlEAq5EXpvT0PZlpLQ { width:8.8125rem;height:1.13745rem;top:50.125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bh5y2myroq8XqM9wvdbu8hH3DtLhQpap { width:8.8125rem;height:1.13745rem;top:112.9375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4qgFRBBaSSG1k9ZX6vsDhxmhmTK2sTq { width:8.8125rem;height:1.13745rem;top:114.125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WnANhT6GfUBTmthgkyy1imInGsrV5PXZ { width:14.375rem;height:1.13745rem;top:111.125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PQucXmmbxH4SX63m9GpEGd5tZLHD3cVz { width:14.375rem;height:2.2749rem;top:46.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6Ua4BimlRuGd7NEnO94XPsPi8e3DqrT { width:14.25rem;height:3.41235rem;top:20.5625rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Frd2u7pAzczLe9UCDgm3LlN4NdvqMWu8 { width:14.375rem;height:3.16625625rem;top:101.1875rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3TukfR8WJ6eb4OrkglqhghEKFnxm7Zx { width:15.75rem;height:2.67846875rem;top:10.937255859375rem;left:3.999755859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #womyVPcsXCW2TkzqRx2tCZmnepbxkbCZ { display:flex;width:2.25rem;height:2.25rem;top:16.979736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8v9Jsw8PUHDBMFbylEIx7cwbtSBEZok { display:flex;width:2.25rem;height:2.25rem;top:42.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q8D9hu8TeVQevniq7kQA8XGGmX4TZNzC { display:flex;width:2.25rem;height:2.25rem;top:107.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xE4CEDIEHTG0uxDNxCl1puxwqBpp5tDp { width:8.8125rem;height:1.13745rem;top:87.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aGZ2mATuGTDAk3WFDZUPry3W0JypG7Th { width:8.8125rem;height:1.13745rem;top:88.4375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHLvTF9GfRmSoZPZV3rtCCUGX4QeIKOR { width:14.3108125rem;height:2.2749rem;top:84.5rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrMAwEWte0Mn3CoJmisEqmoMOBrQ3klv { width:15.5625rem;height:2.923825rem;top:81.0625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x5t8DPVPlMlLdU1OPcToiQWbtrxCWkae { display:flex;width:2.25rem;height:2.25rem;top:80.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iC2ZRdICycOvTZRxGEQkxTgIh35vRW0g { width:14.3115rem;height:2.1108375rem;top:62.5625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJRqPdZTOvsdeUMQc3zAzSgf8i0BOWLu { width:14.3115rem;height:1.4619125rem;top:60.5625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oEFfGOpQizIFu9hCDKdkUroSvHLfAruv { width:1.875rem;height:1.875rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxAXoyQ9lvAgGQvMNgoUIedCJTG5QERZ { width:11.625rem;height:1.6494125rem;top:58.9375rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwWVpz3xRyn5coWqhRUtNtuHiuxkFhiq { width:15.8125rem;height:3.298825rem;top:176.625rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a3TW9H0oHXg9P4hbBqMaE9LVLVA9edof { width:10.18725rem;height:2.923825rem;top:179.9375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7UThPsp3icSK6VmktnTVmP0eyx12ZFP { width:15.1875rem;height:2.923825rem;top:184.1875rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ce8TJt1cnzrKoStmoE1noLGLMbnSznOW { width:10.125rem;height:2.2749rem;top:188rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmJ3DLk5TXuHBopIrbq81W7h9usKGLzE { width:8.8125rem;height:1.13745rem;top:190.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJeil9uHrZ40pAeu6XoUN0gvIqHyIkqE { width:1.875rem;height:1.875rem;top:176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZJFzxcQhf2ImTUoWCQ9dSvHn5k2gq4 { width:11.624rem;height:2.811525rem;top:192.5625rem;left:3.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fPGwhE30VdvXTBz54v9LJRJUe7TGw2XF { display:block; }
 }@media only screen and (max-width: 763px) { #VBiiXabit5AVC4uUeI7otWSknhe9pUrv { display:flex;width:2.25rem;height:2.25rem;top:183.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vXyvqCpWb129CaZc6ofsETIphCKepmRm { width:11.6858125rem;height:1.13745rem;top:196.375rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1PROTnQ0thP3Q2uHGEc0quTkPTJyeV6 { width:11.624rem;height:2.811525rem;top:198rem;left:3.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kgfI6vtf9GItAoV27STDWpghmnSWsslZ { display:block; }
 }@media only screen and (max-width: 763px) { #PGOJ7OGXAXL8nKCcM0A5h8RdOkrTvlsP { width:12rem;height:1.6494125rem;top:204.8125rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HLHiCt4i4WyQsoXG1J5Fkvom5v1FAJKa { width:1.9375rem;height:1.9375rem;top:204.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxluTx5XSb7dDZDV4Ixr4fvEZkqSv10D { width:15.5625rem;height:1.4619125rem;top:206.4375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QK3874Dv0KucfLTKzsheLINyhGrTachl { width:12rem;height:1.6245125rem;top:210.4375rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oQJahP20cIXiKIRcQsWDIGEPyvFgwqqW { width:11.875rem;height:1.13671875rem;top:208.625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X1UIAkiantJkFFD01XAbUzT5fbbulhLG { width:11.3745rem;height:1.6245125rem;top:212.75rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hraQ3Prkp2SlzOZP8PAHHDFTD78NfrRG { width:12.4365rem;height:1.37475625rem;top:215.75rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nFITHngwZ9TPJGhaMi2l2cf95rdbDf6D { width:11.0625rem;height:2.923825rem;top:217.4375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yXxyWRGLyQtJndnF6y7v4un85rwwGQIL { display:flex;width:2.25rem;height:2.25rem;top:215.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l8aqAGJ9ka20NlU5ZwHpQWWRgowio9Bc { width:13.6875rem;height:1.13745rem;top:220.375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dMh8MbbIb6AWgbluXTB8pPORVaGNVDuf { width:14.3115rem;height:2.2749rem;top:221.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tkr1aK3lwVquSziu7FTdT3bqAouINK8C { width:12.0615rem;height:1.13745rem;top:224.6875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #syScGOO2861OAtUz8fSe9frkckXQXRFq { width:11.5625rem;height:2.4995125rem;top:226.8125rem;left:3.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qEp79ZE5HVnXqb95oCScDrkRzQX3BWqi { display:block; }
 }@media only screen and (max-width: 763px) { #fCxwomh7H03aTe2CrSGLhM4Q53UI6qxh { width:8.8125rem;height:1.13745rem;top:254.625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pKLTyJee6yPsZbWvrc1MhvzHreav67Mf { width:14.25rem;height:2.923825rem;top:247.375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzFdsg3TkJCA6iploBUPmbOsBEZxNLJc { width:8.8125rem;height:1.13745rem;top:253.5rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZL0VR7bFtNKwyinaIcGIIfF8Xex4lo9 { width:14.3115rem;height:2.2749rem;top:250.3125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VBWflF0pCZFW2rqMincrAThXTRX6JPWL { width:14.0625rem;height:1.37475625rem;top:245.5625rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcHF5XcnAdSiHRfS4vSkplJmDzSrMIFe { display:flex;width:2.25rem;height:2.25rem;top:245rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UK2dQgs2GOtO4e4CezJ7CrQv8Et1DugH { width:11.62475rem;height:2.5625rem;top:256.5rem;left:3.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ogJoC7fTpCOqHERmyinWTfl6ArWO0Ehe { display:block; }
 }@media only screen and (max-width: 763px) { #VR8kCTVr1T7GgWAbEKkK7GbEy7kBIkJm { width:11.5625rem;height:2.4995125rem;top:274.1875rem;left:3.75rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gvQ7LIKeDxWawiUHdVG1IqKB5d5lJn3k { display:block; }
 }@media only screen and (max-width: 763px) { #vpuhTx8dGbSosXy211cZVLfc96mia3vS { width:8.8125rem;height:1.13745rem;top:272.1875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5FpThPQbzcK4BCO8ai9iyK4VKZQ4sA6 { width:8.8125rem;height:1.13745rem;top:271.0625rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1DiR7NaKMNSruGsw9NNtwBmG328cMH { width:14.3115rem;height:2.2749rem;top:268.0625rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orTOFAZ17I1LZxUOCJda5Zg9C0Z3T1bc { width:14.25rem;height:2.923825rem;top:265.0625rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dt12fWGrctkcJTuX5mUL5sQhCmBbUxXp { width:13.5rem;height:1.37475625rem;top:263.25rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAkiCl35KsavQOuhLgNEhb8i5KmFltTN { width:11.5625rem;height:2.4995125rem;top:302.8125rem;left:3.625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yTETUN9d6gFgLGbb8KtCGx3GpQUMTtvu { display:block; }
 }@media only screen and (max-width: 763px) { #PtW2Eqa00UIfx6300IFLaQMeXi7Aaa0T { width:8.8125rem;height:1.13745rem;top:300.875rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHMOcK3ZznqLa5VLIaAicmMgyRZum3KI { width:8.8125rem;height:1.13745rem;top:299.75rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKC0x9z5d6GDXQGER6u5exQTBSHhCrgJ { width:15.75rem;height:2.2749rem;top:296.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iusdG3coQTAphTayE3UOX19e7H0KMSiB { width:14.25rem;height:2.923825rem;top:293.875rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSkT3T6P9mTUC5Arn10wGB8pNNs9FkkE { width:14.124rem;height:1.37475625rem;top:291.8125rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiyQgHMu5BVPkhhDhf84aG4dA6sDe6Ln { width:11.5625rem;height:2.4995125rem;top:320.0625rem;left:3.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FUx8G67TCp0luhRfrWwetLozNmFJfttG { display:block; }
 }@media only screen and (max-width: 763px) { #CI5ZZiLokHRb6lUTDJt9a42F9J4qa3M6 { width:8.8125rem;height:1.13745rem;top:318.0625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OZc1qq7d1I9v1DXHZrKRUPX4mKGNy1tI { width:8.8125rem;height:1.13745rem;top:316.9375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ekRpVNdnJvgChkiAUEQXgb89IMoDNxo5 { width:14.3115rem;height:2.2749rem;top:313.9375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPR36cm9akdR690O7Tb7SVHOo2FGX1xM { width:14.25rem;height:2.923825rem;top:311rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTre3NAnTT5mGJNN310URCdQq2aQ1ocU { width:13.875rem;height:1.37475625rem;top:309.625rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #heN0nioUmQ8CZmgkqf6Iobxgeg3WzxpU { display:flex;width:2.25rem;height:2.25rem;top:262.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ykxtdHDgv57b3sahMe3hX1TTbTp8Gr1L { display:flex;width:2.25rem;height:2.25rem;top:290.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXAokPTn3p6cLGgBQOgLcLhoFtLmf7w3 { display:flex;width:2.25rem;height:2.25rem;top:309.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq2BaiGBsUuZ9i3tAWhFopTS2p4Rhc0W { width:14.937rem;height:1.13745rem;top:148.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ddP1PeoaawyiJJRNslQKuX3B1RRHzPcu { width:13.6875rem;height:1.13745rem;top:147.0625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QT7hyfgtfBlRnXMQ0CSvzUvpPbvEDFlA { width:12.81225rem;height:1.4619125rem;top:145.6875rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1STunueKgcuor0zCn0VEL1Ee4HlUlT { width:15.24975rem;height:1.37475625rem;top:144.3125rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yloKBEcyNxmZT2NAFxq9zSbnELCq6ogB { width:15.25rem;height:3.1662625rem;top:138.8125rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnSTG1rRecFIREn5wObaCPfn9lHDiN5d { display:flex;width:2.25rem;height:2.25rem;top:143.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQbOc2yWfW8a5dJq7QsfXCJ6DUTQfwFB { width:15.375rem;height:1.4619125rem;top:136.625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKKdngWsMPlFtOlGfEwFzplOvpeIcTwD { width:1.875rem;height:1.875rem;top:133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3MIyBBf4k84JoXLTFASZPLzify1qWk { width:14.12475rem;height:3.298825rem;top:133.375rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQC62UJFIivIIWlyr4FBxxo2Ve96VXps { width:12.0625rem;height:1.13745rem;top:238.75rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oATqeZgUTX0mOVLCKfFDwfOX66DTpOgF { width:11.625rem;height:2.625rem;top:240.625rem;left:3.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aK0Fn7x6wnMTUOGMRVWzgA5bW7rPuA5Z { display:block; }
 }@media only screen and (max-width: 763px) { #rwTe43ei6feTDNCfMOK8xA0a9RoKPPMb { width:7.25rem;height:1.13745rem;top:237.625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiNbW5GzMSTdw5qHwg2qUm71XAgCFRqv { width:13.5rem;height:1.13745rem;top:235.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMKQtm4Uif9LRa7p5HNLTqCC1ex4Uaxy { width:10.875rem;height:2.923825rem;top:232.9375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyZ7HcpoSvKvdowChI8ICfcS2dNUaLQv { width:12.5625rem;height:1.37475625rem;top:231.625rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1WrDCcVtzNgXixaDT2wBgcCIOBxgin { display:flex;width:2.25rem;height:2.25rem;top:231.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQ7fJIzg9lQGKohvzozKqJ4kFN5BO3TC { width:14.4375rem;height:2.1108375rem;top:13.8125rem;left:3.999755859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUvx2fc6qieOFxdTg2dBziByh8m1Tc0i { width:11.62475rem;height:2.5625rem;top:90.25rem;left:4rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fac82B5G0KuRfmT6iRDEwGCt3RJJK2ni { display:block; }
 }@media only screen and (max-width: 763px) { #noM85f9ps6TwmTNdIFMJ5k4r2W7tHty4 { width:14.499rem;height:2.1108375rem;top:64.875rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L5mbkInqr53dNrOEkwDr3IoCV0yvvXB7 { width:14.625rem;height:2.1108375rem;top:104.625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6L0J7zTLKqxrKKn3rGl7OO06Fa276CP { width:11.62475rem;height:2.5625rem;top:127rem;left:4.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IT3PB9G0XAht65X3zfTt9vSJPM4tw0D5 { display:block; }
 }@media only screen and (max-width: 763px) { #Kbyu6qP5EKUcsbg93FsgdGENzrsPqWFc { width:13.6875rem;height:1.13745rem;top:124.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sKTHewVTh8ai390xRWJO3Q6EEqQMbGAT { width:12.9375rem;height:1.13745rem;top:125.3125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NxTATsLFAhWE8xpQzCOGgDwvreV3mxuR { width:15rem;height:1.4619125rem;top:120.8125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrU51mITf7ydzkRpU3QsNgPUpHitS0o1 { width:13.6875rem;height:1.29931875rem;top:122.3125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zczShyNO4qvDUqKGl2FRsB84QWaRHNKm { display:flex;width:2.25rem;height:2.25rem;top:120.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cJJC4sxDNoTs4FXUZ9XhABRhl53XHpLg { width:12.9375rem;height:1.13745rem;top:150.625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeddVVhOKZfP1DKTfgGF7UFKkL0fLeTp { width:12.75rem;height:2.2749rem;top:151.75rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3af5LlnQVRlvDkTS62WZDgiW8hA99iL { display:flex;width:2.25rem;height:2.25rem;top:279.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Rd7617lMrtZWVQ0FrNOpb5oTQwUbFuOe { width:16.125rem;height:8.53125rem;top:279.75rem;left:4rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gga4RZ8uEey5HVMnh76TXoAi6bmfypXG { width:14.875rem;height:1.05541875rem;top:141.978515625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g4K2JrDiKq8HnPgy6NZU8U2baIkMbU14 { width:11.5625rem;height:2.5rem;top:154.9375rem;left:4.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UbQIF2xmepdFsE2VcfINRtAffk8nE5N2 { display:block; }
 }@media only screen and (max-width: 763px) { #ekXprzuHNCCxrQNCr1GzxBFtM3Mmd0nX { width:14.31225rem;height:1.4619125rem;top:30.45556640625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehMsTNnoCw9bM43PlDOUKrSf0UJfWOs5 { width:14.31225rem;height:2.2749rem;top:33.5rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hB5b2AE0c9ynne64kFWK5fwaZKEVrrTH { display:flex;width:2.25rem;height:2.25rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPkS8ZVuEX72sGnyKtT1ZBN4cObzqchz { width:8.8125rem;height:1.13745rem;top:36.25rem;left:3.999755859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRCplw6POLGHJ5XLFtunQaO4ZU9bXsLT { width:8.8125rem;height:1.13745rem;top:37.3125rem;left:3.999755859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w5y6BgZN2fsSecSRPVKLyTzHELyFcgIP { width:11.75rem;height:3rem;top:38.687255859375rem;left:3.56103515625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rH83tF0urE8TVUqXdOlJ4Di4i0NtiKHD { display:block; }
 }@media only screen and (max-width: 763px) { #WI11m5AgOUwHo2WUV82IvdJShZBqJ3T7 { width:13.6875rem;height:1.13745rem;top:31.916748046875rem;left:3.999755859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQGMLck4lv0G5EJc6VIWOmcKzLiachnM { width:8.8125rem;height:1.13745rem;top:73.875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZq6lm9hkn4D3CTvt05Qyo06Qs9AgZke { width:8.8125rem;height:1.13745rem;top:75rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdhnqKAp1vuHZLTr6t2LW1DSVXpQL7hl { width:13.6875rem;height:2.2749rem;top:71.625rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcgITPPlqQPscFpWr5yzHsTFiRlDpRl4 { width:15.5625rem;height:1.4619125rem;top:69rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4SaDT0bQ1tps6eZE16WSSHtTC0pXKhB { width:11.5625rem;height:2.5rem;top:77rem;left:4.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dGbs6UG4nKyUfJaArBLeoWO6Zbiv5ibV { display:block; }
 }@media only screen and (max-width: 763px) { #kFLwPWzRkTi0xABtsA4Ceq5iDonVW7aZ { width:13.6875rem;height:1.13745rem;top:70.4375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEwPygXT4rfNOezP45FNF7vhwrW9UqeT { display:flex;width:2.25rem;height:2.25rem;top:68.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q5NtB4EmoJly0HMc5oTT1EATmTltNmPv { width:12.9375rem;height:1.13745rem;top:168.125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X8oVpwKtvduZif28a2VcUQONfQy03f1p { width:11.4995rem;height:2.43725625rem;top:170.125rem;left:4.25rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RqUnpFWzgADZxpXaCArsbGxq6tbyRFkg { display:block; }
 }@media only screen and (max-width: 763px) { #ZTTdWNqVekAuPTy5PAsTT52gX3igd8nP { width:15.06225rem;height:1.13745rem;top:166.9375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bHrpSD2Xruu0P4rSw2PL9rFKsFUmPdv0 { width:14.125rem;height:2.923825rem;top:160.875rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2HXsugBWcLz46PSqQcRCFZsfDWE9r1 { width:9.49875rem;height:1.37475625rem;top:159.125rem;left:4rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNMcQh63MIVMSAuNhReZ30Ep1r0Gryxf { display:flex;width:2.25rem;height:2.25rem;top:158.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JOxlVmcxN9wfGN3FxOmJl5C6xhIvRTAR { width:9.1875rem;height:2.2749rem;top:164.0625rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2VmnHhuwgoBQklHypyssfV4bAild0po { background-color:#f8f5ef;background-image:none;display:none; }#F2VmnHhuwgoBQklHypyssfV4bAild0po > .row .container { width:20rem;height:244rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNvfsFTRnsClLnlFhH9E9rJLNyK9FDTD { width:20rem;height:2.0996125rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FXQJWytpEqXKBZoJEhkZB1u8VUdB2Aos { width:15.125rem;height:1.6497375rem;top:7.4375rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yLsBn570mDQMnZxDdQt8HEkbPeEZw6AW { width:0.0625rem;height:168.75rem;top:8.3125rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cqiVTsuEF17BJZR9TbIZM55MSOfOkBVT { width:14.375rem;height:1.4622375rem;top:9.25rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzDR5cCNrL0BzExOgxvZAGbigphLpZiQ { width:1.875rem;height:1.875rem;top:7.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWVAIOzKl6lGT1fzaQvkLbFOSls6aTbx { width:1.875rem;height:1.875rem;top:68.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEx1mDlcEfXc86Nm3lhol3ZkT4HT5McC { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZyivmcMu99WuelwhzbGw9ySwm7JFtu7h { display:block; }
 }@media only screen and (max-width: 763px) { #Re074irkiBPGkDIGPavV0Ux3DnG7CDyh { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #kNQoRIgH7xMkSm2G4sAT7m5mg9S0HpN8 { width:10.875rem;height:2.923825rem;top:29.3125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzovicOa7g6Gi3ZcdlgmSVnBfwrN0vBb { width:15.5625rem;height:1.4622375rem;top:15.125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yOmB4hoDoRLVQM18GniLThrgPts0dCIK { width:11.875rem;height:2.8125rem;top:24.4375rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XAJgCnzmPW2A9GgOJTGLmGklP4DhMldK { display:block; }
 }@media only screen and (max-width: 763px) { #TIHp1Sa8ODEqnRrueuKMXWRBbsonn5TI { width:11.875rem;height:2.8125rem;top:39.1875rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AciugApHT5IT8AE3qLDREdvBNqxHTe4y { display:block; }
 }@media only screen and (max-width: 763px) { #xB0Q5Wr8sr3KeXtIqM7inXVWeVvz6A4O { width:11.875rem;height:2.8125rem;top:84.0625rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TnpSFbnozSJmo2F38326TQOSL9ZQTuQT { display:block; }
 }@media only screen and (max-width: 763px) { #q84JKM37ECXEAOIWDV7CrT5qJc3Kl1I9 { width:11.125rem;height:2.923825rem;top:75.9375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s2zU6y0WX0BDpuuoqqFJUc6J8GT1lpru { width:12.9375rem;height:1.4619125rem;top:69.75rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRyPfEJW3gX7v3a25hwwAf8uz1IgUyDT { width:12.4375rem;height:1.6494125rem;top:68.3125rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLhQrGed6MxTtohQxttmt4N6KlxgZsQg { width:13.6875rem;height:1.13745rem;top:16.5625rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6FABThrR1p2K0mKfTVvs5IqWVls9rem { width:8.8125rem;height:1.13745rem;top:37.25rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTFdpEpNT08VWfXULGtKKFd1Q2tfaRRD { width:13.6875rem;height:1.13745rem;top:22.3125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUCWl7oyP1PqbNqBvrIswTAgooxqbc8A { width:8.8125rem;height:1.13745rem;top:36.0625rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5l2NepbVNouqtk66AreyRXy2bzaTzny { width:8.8125rem;height:1.13745rem;top:81rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIvJo80WXuN2v9xWGptUtfb3uWTtAMT2 { width:8.8125rem;height:1.13745rem;top:82.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HSIZDnANIhQPAcKKMPf2RFJLyyV5MslD { width:14.375rem;height:1.13745rem;top:79.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Io3X34e2p3HR0X8rmOlppfw7ntgy7UrE { width:14.375rem;height:2.2749rem;top:32.8125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zUHQX1zHAxAnTSSgTU57dl57M8kf4Uch { width:14.25rem;height:3.41235rem;top:18.3125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9ftVp9ai0p4vFeMtpP8bc9qlQnWLQo { width:11.875rem;height:2.8125rem;top:156.6875rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C0N5pC0sn8iQH0ypNqqQCZfUF64syfBT { display:block; }
 }@media only screen and (max-width: 763px) { #GmF64kNNT9TQVJ5PT3mNC6tFLwIBqPgA { width:8.8125rem;height:1.13745rem;top:155rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g4IMJ6aKDg53oXKnFLeMEOp71aFhF3Fs { width:14.3125rem;height:2.923825rem;top:147.5625rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wImySXQIDIumqG6A3ZIlkLnTnRvszo62 { width:8.8125rem;height:1.13745rem;top:153.875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xnUVUdHsKiTCrLnB9gZ8TIW1uRy4tAT9 { width:14.375rem;height:2.2749rem;top:150.9375rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGZ4yDbe98gcmPw44Z3DTqz29Wt9Puvf { width:14.375rem;height:1.4619125rem;top:119.125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJzQUTrmUdosauOztyILe7aLKdxpbf4T { width:8.125rem;height:1.6494125rem;top:117.5625rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kqxwHloZMTwLKO7I8v285ugTpzFcToZT { width:1.875rem;height:1.875rem;top:117.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWHR4AQIEf1LMyOxGV5e0hZIcyEXn9Pd { width:11.0625rem;height:1.37475625rem;top:145.3125rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #db0svNuvUdDebyUwfPKp5MDbomliBgf3 { width:11.875rem;height:2.8125rem;top:173rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nNmiuFpzoKGkttHCCRtp2CBfRKfA26MI { display:block; }
 }@media only screen and (max-width: 763px) { #WpMuM9aXGTNURZuXglkFNwRTftisIn0M { width:8.8125rem;height:1.13745rem;top:171.1875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rkxJuzTSDE2eNDTWT4GW9w482WvZ6FKC { width:8.8125rem;height:1.13745rem;top:170.0625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvJzsaPSfyTRHJ8HeWoW7clxulqaFOCv { width:14.375rem;height:2.2749rem;top:167.3125rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQxVkZTn2ML3MQvSzu5TNwJCONxtIlxt { width:14.3125rem;height:2.923825rem;top:164.125rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #apRKxV1TJqTAQHNc6GhOcLXAd3mKaXBn { width:9.0625rem;height:1.37475625rem;top:162.1875rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #svTw5unzv0rD3dOFzkPfBIrlSkQxliQp { width:11.875rem;height:2.8125rem;top:189.875rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FSA1J7nJhTvqk0iNgXg38aTBVy871kkC { display:block; }
 }@media only screen and (max-width: 763px) { #A5vt07ESQHdVo47DsCTcauyu8LgsqUZN { width:8.8125rem;height:1.13745rem;top:187.75rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FSzBMdZ9hnTzk8vB6meCZDfDmyJB8mPd { width:8.8125rem;height:1.13745rem;top:186.625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nf4Fm2onbWJhwIFLh7W7uENB3R1ycaAu { width:15.5625rem;height:2.2749rem;top:183.875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qNFqldcUtDzxdIZFUvV8VWPPgTorZ5nk { width:14.3125rem;height:2.923825rem;top:180.6875rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mABWXey0rw3bBfSziEe1eTfCqX1CgMeV { width:9.4375rem;height:1.37475625rem;top:178.5625rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vO2rnbmnpveIyoa5L5LXP49Iv8maKHih { width:11.875rem;height:2.8125rem;top:206.625rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sb5TiGeKTJSMvm2wTqZR7dX0WwMflbCl { display:block; }
 }@media only screen and (max-width: 763px) { #Qqpcnfpaph1gMiKCDp0UNFL3PxuC34uS { width:8.8125rem;height:1.13745rem;top:204.625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vbhmmc0ynJiFWUlGcq4lckeL5LFVgt9n { width:8.8125rem;height:1.13745rem;top:203.5rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zger4ipGsZpv3V6TnR3pC2SKGh2x2Oo3 { width:14.375rem;height:2.2749rem;top:200.5rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9lXEE4Vg4UeApGrt0sBxmJCy2RbCcmV { width:14.3125rem;height:2.923825rem;top:197.3125rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skxXew9DSSS3E5CfrR3X2q6Orwt6OJqC { width:8.3125rem;height:1.37475625rem;top:195.375rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JAhfrwhtMqUnJNmIXX7hpLBUfpySapeA { width:8.0625rem;height:1.37475625rem;top:129.875rem;left:4.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s9sexS5Mv8UV8lvElt5sqKUIywDoU6nb { width:15.875rem;height:1.4619125rem;top:131.8125rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6lnmRl4PrSkPpThpCHq9X2HixTX9xdT { width:14.375rem;height:2.2749rem;top:134.75rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAQZNla4R6QxwfWMA2G2JcPdbflPFN9b { width:10.9375rem;height:1.13745rem;top:138rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xg6yw0NGmbJVb9Gvf3efLy8VuD45Jcav { width:11.875rem;height:2.8125rem;top:139.875rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M1DCRs0eBxtiHW4v6aWXF4at3Tc3scUq { display:block; }
 }@media only screen and (max-width: 763px) { #TMtUE9tPoZN1aSTxWvWF3xL0q1HL1at7 { width:13.6875rem;height:1.13745rem;top:132.9375rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwV8PfrwDxWxozwLg6fhrlsic3ita6qc { width:14.375rem;height:3.16625625rem;top:71.4375rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9OPClLAuEXV85sPAaxnSAi4QdoEpPdX { width:12.25rem;height:1.6245125rem;top:123rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qFPGqTbqPgCNrbTKauKqcHt1FbdkxB9H { width:15.75rem;height:2.67846875rem;top:10.937255859375rem;left:3.999755859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XB29tUbZ5hDKidHATeq2CcnT6ralB2Mq { width:1.875rem;height:1.875rem;top:91.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHnfyEaFGlWTxHJ2WKhMbHZUIAlp2da { width:10.812rem;height:3.298825rem;top:91.5rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFtJaQT4qLH3ILC2ftnOx6QTPkOUFRoT { width:9.9375rem;height:2.923825rem;top:94.8125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iO5fU3w2gV19ID0MqeZN15O1J6gd3imr { width:9.9375rem;height:2.923825rem;top:98.125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUaOPxMDC41Obm7DZGRIr2OTmQMKWFbF { width:8.187rem;height:2.2749rem;top:101.375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eDM1e3GrRp0G3F65RnvGZATLAoQd9CGp { width:11.81225rem;height:2.9375rem;top:106.1875rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BBy0up0VOLTW0N1gGVQiTbPPTysGyBSa { display:block; }
 }@media only screen and (max-width: 763px) { #xfgQpcD2peEiuLk722dz1DsVx7LCSrd1 { width:8.8125rem;height:1.13745rem;top:104.3125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jtt0KK42y14t1P8Muv5HxaDCcoaIynAp { display:flex;width:2.25rem;height:2.25rem;top:15.125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #PrKmBoJU5gIpsEzQ3FkpfvTkFaUVIXKh { display:flex;width:2.25rem;height:2.25rem;top:29rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qpb0Tt6TfG73LSc3AtpaO3RgWR1NATl6 { display:flex;width:2.25rem;height:2.25rem;top:144.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPqZTsqo2dLo8Ig0ydnF3o8HBclnsaEM { display:flex;width:2.25rem;height:2.25rem;top:161.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #edw7QlgW0WCGI777HwlE9m0upuChRkHt { display:flex;width:2.25rem;height:2.25rem;top:178.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnzIJ6cKTmAAkHcQGpveLlZFfsaxMW1i { display:flex;width:2.25rem;height:2.25rem;top:195.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L2ogEr9DQbxHaSGZ8GqoKVPhGwvF0MHO { display:flex;width:2.25rem;height:2.25rem;top:75.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I43H7efCgBCB3Oy8TLlCXzCIXro37t4B { display:flex;width:2.25rem;height:2.25rem;top:97.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k400e4eQKJwTdPTJwWowLTQw3ONJEwyZ { display:flex;width:2.25rem;height:2.25rem;top:129.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vGIxdcUAs8b9kTkoSR6WxMvph0XEMWPJ { width:13.25rem;height:1.6245125rem;top:125.375rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BimgOlzIheJp3X9DyQ8b3UEEP7bkln3T { width:15.24975rem;height:1.13671875rem;top:121.5rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNHoOasGZndUAWH7XSyXXTnZQHxupXkU { width:11.875rem;height:3rem;top:111.8125rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X63I7tZ5OvsT3vZ3hFsQhDtDRvPqRiVq { display:block; }
 }@media only screen and (max-width: 763px) { #zFtQWZ88TFA4CO4c6kTULrdtgvKk33VI { width:11.7495rem;height:1.13745rem;top:109.9375rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e10tCBLbprxFORvdgoxC46UKmcWJpMg2 { width:8.8125rem;height:1.13745rem;top:58.75rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NRBD76ehwLNd8Z1SXhi1RfQH6hhTUL22 { width:8.8125rem;height:1.13745rem;top:59.875rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nxFz4sqtJg2Gu3MWN6a83Sb4Sz0V90Wa { width:14.3115rem;height:1.13745rem;top:56.8125rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zu8ATleHzpvNDxKQaPedZztEnPbqkLJs { width:15.5625rem;height:1.4619125rem;top:55.375rem;left:4.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AEn8VywE2rIdG6ooJVmLxZKQA89HRTfO { display:flex;width:2.25rem;height:2.25rem;top:54.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZBCgTk4AWclPNgC0XhDF2t9gWiBHkpH6 { width:14.3115rem;height:2.1108375rem;top:52.125rem;left:4.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQvelqIZURkmRF6NCnzWWvZGST5G1uS9 { width:14.3115rem;height:1.4619125rem;top:50.125rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3g09lmnw8N2HrFf5eSuLgsDy06wKt3e { width:2.4375rem;height:2.4375rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zET5rxxcFa23yrdPcCTM4xbbOJKBSlqt { width:11.625rem;height:1.6494125rem;top:48.5rem;left:4.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX { background-color:#f8f5ef;background-image:none;display:none; }#bPU4TBCe8uc3bVG0K7TiiFNLD5UNvvCX > .row .container { width:20rem;height:244rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dCFEbOnPetZZ6Mhg8DfLMSewo5yOwTwP { width:20rem;height:2.0996125rem;top:1.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vEEOkn1sA7TTmwKsf0rM8FODN0ZFKzRB { width:15.125rem;height:1.6494125rem;top:7.4375rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuWrEWpdABsxc4w4wWUUiPNeib9yDuNB { width:0.0625rem;height:168.75rem;top:8.3125rem;left:1.125rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #whWMyTANsCxcI6Qg3fMB540yUhiW79Ga { width:14.375rem;height:1.4622375rem;top:9.25rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8vUoFhxgMfB2fd1XEUUm0MOFcJnKNgi { width:1.875rem;height:1.875rem;top:7.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBah6TPX0eeH5kMGM1Qa5fHgysECuPCo { width:1.875rem;height:1.875rem;top:68.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adsnTn70Z7vzREO2AtaDzCNcX7ethElm { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Kaa7AF4QzBOHuosMxRWxchcTzGktmh9g { display:block; }
 }@media only screen and (max-width: 763px) { #mRAgMH9kS4lw6b2iFTuCGzsM91SPiSD3 { width:0.1875rem;height:12.375rem;top:99.59326171875rem;left:4.3125rem;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QKqubr15UfF695SQDNsgBdrFW17DI4NO { width:10.875rem;height:2.92448125rem;top:30.3125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNvdhFQfdbgx4pR3Be5EXuZ3sMZS9eGZ { width:15.5625rem;height:1.4622375rem;top:15.125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2vWwoRSUivB68NaGJ450SDBLBQgnoGc { width:11.875rem;height:2.8125rem;top:24.4375rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZcM2pyUg4VAFKPDmekQ4JQeFFK6ToiWd { display:block; }
 }@media only screen and (max-width: 763px) { #s4kOsFA5QaLZBa3ZiASTJLA69gB5loDl { width:11.875rem;height:2.8125rem;top:40.1875rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PisS6VqPDWNE3UrFzUXd4KAAfDRSbfga { display:block; }
 }@media only screen and (max-width: 763px) { #LAfxVTTn8GVlS8KG1VQrKMDqse2idf7N { width:11.875rem;height:2.8125rem;top:84.0625rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SpTEGDGmPPnU9gbgsJ8uEZlGEGbtr2eG { display:block; }
 }@media only screen and (max-width: 763px) { #fseO558rkQySoh8TsHQSX5a0wACxDNnu { width:11.125rem;height:2.923825rem;top:75.9375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJ28v3ThAtxLAZug6yZlM5Z6H7DmPQnF { width:12.9375rem;height:1.4619125rem;top:69.75rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcnsgOcoXN3we5Pa5MD1LfQdyrZgHL0D { width:12.4375rem;height:1.6494125rem;top:68.3125rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKOa1GcN6gKomFsI923Pw3zNRyHWVpUo { width:13.6875rem;height:1.13745rem;top:16.5625rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r4dnglsO9ywz2KKKR74lIzsq2acpJKlc { width:8.8125rem;height:1.13745rem;top:38.25rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNFD5TB5aA7DnxFwPSTELJlyAT4IWp1F { width:13.6875rem;height:1.13745rem;top:22.3125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pg115T2yhw5ezvTPTb5aamLAqdApUX6H { width:8.8125rem;height:1.13745rem;top:37.0625rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBut7P4DeXQy9ZpzUMTk5kFoacfwzZmC { width:8.8125rem;height:1.13745rem;top:81rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqWJCCPtDr2lXSoFkNywa1QRMNHN0R3W { width:8.8125rem;height:1.13745rem;top:82.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yU4h7RI850T3h5ukBt01EJSkHU8gtQEK { width:14.375rem;height:1.13745rem;top:79.1875rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGhPVfA0CiGWm1Z7OtmiguIHrPamGrs5 { width:14.375rem;height:2.2749rem;top:33.8125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p4blEAhbKcZ0R3hTyHfsUFiNlTr9GNDt { width:14.25rem;height:3.41235rem;top:18.3125rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGA9vbptv9pfLOI158KgyfN1O0rTQ7Vw { width:11.875rem;height:2.8125rem;top:156.6875rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GEtmz6NT7SDqRXDq5IuFAGbBF4d7us9z { display:block; }
 }@media only screen and (max-width: 763px) { #RC1lv7OVNXPpRlzVNXieaA8PUNkPCpL4 { width:8.8125rem;height:1.13745rem;top:155rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uxC6eD4sqonKrkA8rPlgEGoII4Kdogon { width:14.3125rem;height:2.923825rem;top:147.5625rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #va9HTedIbVSC7kWVS95w0zH8x0zIN3A1 { width:8.8125rem;height:1.13745rem;top:153.875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IvvaOr6lvaSDhBUI5KBAI9n7wdd26Nfx { width:14.375rem;height:2.2749rem;top:150.9375rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CB693TMAZqmGakFzyk8y71Hitb7fcb { width:14.375rem;height:1.4619125rem;top:119.125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #li3waKXTpNlKklNo9g5ELi46HvQEy0RB { width:8.125rem;height:1.6494125rem;top:117.5625rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i5mW63oVIvRZC7AFpvK2haT8LBOrq9HT { width:1.875rem;height:1.875rem;top:117.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqyr036WEaKTsQ8rvuresU3J7XTxRTh6 { width:11.0625rem;height:1.37475625rem;top:145.3125rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdLqO66kzkmTc21EFnyEowSf6Tr1TJ6b { width:11.875rem;height:2.8125rem;top:173rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XUgR59s542ekyPzUsS50bL72xck8mvKu { display:block; }
 }@media only screen and (max-width: 763px) { #DZfdaoiWSCLtNhqkS0Did6t2X6x91VBK { width:8.8125rem;height:1.13745rem;top:171.1875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDqW7qpK7vSF1S4Cafr7ODZRr6GBufye { width:8.8125rem;height:1.13745rem;top:170.0625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mNcrZ3GWXoxE0aOcTKh36aa5KLxNco4s { width:14.375rem;height:2.2749rem;top:167.3125rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJUb0C4T5PKCXpeJSFHVrPFdRyBNtXAJ { width:14.3125rem;height:2.923825rem;top:164.125rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6E6HC3BKguZU4dtP1nBSiTizEFmXmlE { width:9.0625rem;height:1.37475625rem;top:162.1875rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWFQ5A6po4xaBaOgVG7wx2TOBymUAttU { width:11.875rem;height:2.8125rem;top:189.875rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fmBqisLQkiWvyH9QsU5glgzkBTMd9WTL { display:block; }
 }@media only screen and (max-width: 763px) { #lPlQg3MoBQ7TN7OfB1FLd2zfr6SfBpPJ { width:8.8125rem;height:1.13745rem;top:187.75rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #grGqeJtx96UrzMUiD291QLa8p4KEwTL1 { width:8.8125rem;height:1.13745rem;top:186.625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlpGP7nPy2x69dZnvJeCMTI8CwGtMrIm { width:15.5625rem;height:2.2749rem;top:183.875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZtVKoM1nzhSIIot90vPTVxyV5wUXHSb { width:14.3125rem;height:2.923825rem;top:180.6875rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yiRfnpTShLo5FU7wHaD64T6u4S9koPLT { width:9.4375rem;height:1.37475625rem;top:178.5625rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cW2yqZWxFDZNRZqmaQefVNriPL0K5cXz { width:11.875rem;height:2.8125rem;top:206.625rem;left:3.875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bzfA0EK6O4HN95iVW3ieLPTIWUnvFVPn { display:block; }
 }@media only screen and (max-width: 763px) { #F1W9TOs2akfofTuPldTsykifw7CPtm4B { width:8.8125rem;height:1.13745rem;top:204.625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SD1paGWqLtmKtTc6bGT86wpK6rw3br8F { width:8.8125rem;height:1.13745rem;top:203.5rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUcupO7pVqk3KtbVrrPAS1pDquCp8i5s { width:14.375rem;height:2.2749rem;top:200.5rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QdkqAdKCOFrJ8IRdguVDBzI2L4OXFc1o { width:14.3125rem;height:2.923825rem;top:197.3125rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMzCi2v2XPz6bJwobx7BkzcLeLlxE7bm { width:8.3125rem;height:1.37475625rem;top:195.375rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S1VaLEwnniVz1eoxcTlTyqdEtUEEy0Tx { width:8.0625rem;height:1.37475625rem;top:129.875rem;left:4.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTIHsEqbaHxXcT9mtm5bSkkwJzsPWDe7 { width:15.875rem;height:1.4619125rem;top:131.8125rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QPstBCOympaxhrZlOdGN5vLEzHVxWuU7 { width:14.375rem;height:2.2749rem;top:134.75rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTTmBz62vCsKCnOR10ivadT6UXuL1qNv { width:10.9375rem;height:1.13745rem;top:138rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnuPVwoFx0p6I6t8pnr2fpUmT3Iz4z9T { width:11.875rem;height:2.8125rem;top:139.875rem;left:3.6875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ePS7Q8A8Ec70sOe4HpGRQB2KxgeeoHla { display:block; }
 }@media only screen and (max-width: 763px) { #L2AoPf5JshF1ftftxXb5Wfhx39TMLJOZ { width:13.6875rem;height:1.13745rem;top:132.9375rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNzqn2mI6ZFyvSqFOeTsAlGPrGSev2TE { width:14.375rem;height:3.16625625rem;top:71.4375rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a8wLXMkB00GGSQbNS02gHXC1WmwqQqGP { width:12.25rem;height:1.6245125rem;top:123rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fqABwMPAAlrhBogff0Lb2zSBrTZhLJ6C { width:15.75rem;height:2.67846875rem;top:10.937255859375rem;left:3.999755859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbdBvKn7VrVgXaNMw9zkelnvkMrxEC5p { width:1.875rem;height:1.875rem;top:91.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNE9kbUb6ernimNkSPWknDonoVnewkxT { width:10.812rem;height:3.298825rem;top:91.5rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJd8RX6MaRNwITNFO1v6bEmQWPMFivq3 { width:9.9375rem;height:2.923825rem;top:94.8125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eMcUKtURIeUNLCtWcMsn0kg55S9Q0qlb { width:9.9375rem;height:2.923825rem;top:98.125rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bOZSpLg6ZH7pzqHl80q26DE3AtMqvBcN { width:8.187rem;height:2.2749rem;top:101.375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xS1JHf7blGnmoDEQ1LtBrndD8Suz19Rb { width:11.81225rem;height:2.9375rem;top:106.1875rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EmL0uMN0tPWmq0sbbMumAqX88e2iRKr0 { display:block; }
 }@media only screen and (max-width: 763px) { #e5yCZX4JQqd9iUxA0Uc7F9Qz0nHwdSdT { width:8.8125rem;height:1.13745rem;top:104.3125rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdNrWuXTG0kBsOIzIQXXy5phXVng3JP5 { display:flex;width:2.25rem;height:2.25rem;top:15.125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #Oygt54VGn4pTqG5ExIVXpcnqAWRxLmZO { display:flex;width:2.25rem;height:2.25rem;top:30rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbZ3hJTgJsUFOTLvAVTTibSZ3u25iqrw { display:flex;width:2.25rem;height:2.25rem;top:144.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n3C6pO5C9MKKbw9PUTLTEDv6VL1CmiMk { display:flex;width:2.25rem;height:2.25rem;top:161.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uw40beNklyohE4NKq243In8eK8cGBuaF { display:flex;width:2.25rem;height:2.25rem;top:178.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HOF7EpaQ4oTNRQAHoJWPbLxofUmy7w55 { display:flex;width:2.25rem;height:2.25rem;top:195.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xc1Th1s5mJyETIew6ie1zNbpQaIFOSws { display:flex;width:2.25rem;height:2.25rem;top:75.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBfDihdy0b7WZ6v0D9f22WvFgicIoaTt { display:flex;width:2.25rem;height:2.25rem;top:97.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkB9PmhRIkTSsXrLuy7Gl7MGegDe6F2O { display:flex;width:2.25rem;height:2.25rem;top:129.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NySO3cIAgWhVk51P1e7F64daxo5sva4M { width:13.25rem;height:1.6245125rem;top:125.375rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VzJCPUskKmkKXSUyD83ZLesff7T64EyQ { width:15.24975rem;height:1.13671875rem;top:121.5rem;left:4.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #shTId12GzvG5BdXbzTBseG1gPBgNuaLH { width:11.875rem;height:3rem;top:111.8125rem;left:4.0625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H860PXgk8pKTLLzTtRfaD0tQCMdZdG1S { display:block; }
 }@media only screen and (max-width: 763px) { #MTro92IHBmdJs50RwWBIrtSU0RghOcDM { width:11.7495rem;height:1.13745rem;top:109.9375rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZAgfn2un6fV2oSyrLEzS13ZluqOxryOx { width:8.8125rem;height:1.13745rem;top:58.75rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TeJTCZ188NQJR0o77KMU7WQuwllSwP1T { width:8.8125rem;height:1.13745rem;top:59.875rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5EftwThZHUAThnQOyf9yQ2uafG3vFbV { width:14.3115rem;height:1.13745rem;top:56.8125rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UabIWwKSxphXm2PnFmexkxE5c2kUzyqE { width:15.5625rem;height:1.4619125rem;top:55.375rem;left:4.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwwhGhMtCMSE0iOI7yqC51byFeIs6OOa { display:flex;width:2.25rem;height:2.25rem;top:54.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M5Gh8oluDWUHJL0yIFHcvgmuglqA19U9 { width:14.3115rem;height:2.1108375rem;top:52.125rem;left:4.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NX4QLtZBbGTvwokJ3mHfxIaE7J8aPsEn { width:14.3115rem;height:1.4619125rem;top:50.125rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kc956cv2NZEsSfvFh3qM69OF78bZpORp { width:2.4375rem;height:2.4375rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiaWp5NWqAbILOha1gRXE0WCxkH3AFp4 { width:11.625rem;height:1.6494125rem;top:48.5rem;left:4.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 { display:none; }#xMdtcdWLAqHpLBrosTWlV6Cxzob8uSt0 > .row .container { width:20rem;height:11.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r0GqqIICDu0N4Jv7wMW54J29kpt0R5cX { width:15.9375rem;height:3.8496125rem;top:2.5rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FnpS4VADEH9xiPL8ObpuTLovNd6Rb2Vd { width:14.3125rem;height:3rem;top:7.07421875rem;left:2.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX { display:none; }#TlrhRCWDvrIUvlTQEpaFeX7GRLWJ6deX > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gocab37BOBvPVu6zUnvGGmEO0tqotIZu { width:14.25rem;height:7.7988375rem;top:1.5rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoLRDF5AGfhe4QzEbyQ2eMdLoPvwcX { display:flex;width:2.25rem;height:2.25rem;top:1.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #yiKbtrbTKQIqOzaoQwd0NQ6gFO0zPTtn { display:flex;width:2.25rem;height:2.25rem;top:11.64892578125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WLVkJFffLO2hGrJBsVM3PIoGBc5wUIBh { width:14.1875rem;height:7.7988375rem;top:11.64892578125rem;left:4.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H48fimT4zN5LhyEmRBewislR1wBPabs5 { width:14.0625rem;height:7.7988375rem;top:22.2978515625rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtBDKhyoLbPoZlQmwimeUQwr444nC0eW { display:flex;width:2.25rem;height:2.25rem;top:22.2978515625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UeS2q6Obpem9EeTy1hFBvE8PNvVtosWF { width:14.0625rem;height:7.7988375rem;top:33.00927734375rem;left:4.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7qbNEllOC66ZMxoMnud4P1pt92xLiw { display:flex;width:2.25rem;height:2.25rem;top:33.00927734375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #S2qyWwiTSy48xtadWJZG9qxQmUdcBEET { display:none; }#S2qyWwiTSy48xtadWJZG9qxQmUdcBEET > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfBprPP9fwFW3TtM29OGkdBv14DLH2kU { width:20rem;height:2.3994125rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xKhUa6wFixCeRgvrFlgcx8Za7cdsdZqX { width:12.6875rem;height:3rem;top:0.625rem;left:3.625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JD7U7dvfqBcWird9TRtJchBJHlAg8Sw0 { display:block; }
 }@media only screen and (max-width: 763px) { #knHukR4wqAPM2OubP9wNo6xzHHaFElwN { display:block; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN { border-width: 0; border-radius: 0; }#knHukR4wqAPM2OubP9wNo6xzHHaFElwN > .row .container { width:20rem;height:24.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7SDZbclafKMH9tEuExZUwfhazcqoXON { width:5.3125rem;height:1.875rem;top:8.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwxXvaxTlmIQfTQdRwB9AxTvEkoAUep2 { width:11rem;height:2.2749rem;top:17.1875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4MAiTo0DPQOxawoBEV4rwqr7Zf8lrh { width:5.8125rem;height:0.97485625rem;top:20rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBw84LtKxgTVZGK6m7M8aJZMsc04zRPD { width:5.3125rem;height:0.97485625rem;top:20rem;left:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIrs4OCovs1nWwoidaxdkrwNNIIcyI9 { width:5.0625rem;height:0.97485625rem;top:20rem;left:13.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nxqP7diCUrDVevKkabJRXKDVQOTB4o4O { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKkxAVG2mZPrB3UqdLQ2ulhCwT2dar6I { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP64EByagZKqXeew8k9JW4C7RSAaCou3 { display:flex;width:1.875rem;height:1.875rem;top:8.9375rem;left:11rem;font-size:1.3125rem; }
#MP64EByagZKqXeew8k9JW4C7RSAaCou3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 { display:flex;width:1.875rem;height:1.875rem;top:13.375rem;left:11.0625rem;font-size:1.3125rem; }
#I1BG5bueTZmCzveuKuOnPUoW3m4mxQ93 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd { display:flex;width:1.875rem;height:1.875rem;top:8.9375rem;left:13.4375rem;font-size:1.3125rem; }
#nibDsH6AeVbt3UGi6iE4pNM8OxSZGpyd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao { display:flex;width:1.875rem;height:1.875rem;top:13.375rem;left:13.5625rem;font-size:1.3125rem; }
#imdCvgaJp4MynmFKuHvm2y0eKkAL4Kao > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iqPTquC8B72dXSI8BMQTNek6fzRK5OBc { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnwKoEVWiuVPuCqhDSqPpQA5oKNrCKvD { top:11.75rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bV1qTw5PIyWdCB7zdn7uZ2efg54DTwkE { width:5.375rem;height:2.6001rem;top:13.0625rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { width:17.5625rem;height:3.41235625rem;top:2.375rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }