.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:233,242,221;--color-primary-1:200,228,176;--color-primary-2:143,191,86;--color-primary-3:129,193,74;--color-primary-4:29,38,17;--color-secondary-0:250,231,216;--color-secondary-1:250,221,166;--color-secondary-2:232,135,60;--color-secondary-3:222,80,52;--color-secondary-4:212,68,40;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:119,120,123;--color-tertiary-3:119,119,118;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open 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:#fbfadb;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); }#xe5b1eebcc4f2745339130af398f6def.widget-smartsection { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #xe5b1eebcc4f2745339130af398f6def.widget-smartsection *:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="text"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="email"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="tel"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection textarea:focus-visible { outline: none; } #J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container { background-color: transparent; background-image: none; }#J3879dPXksCcqZ7H9csbARKRa7HBLGev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container > .video-iframe-container { display: none; }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row > .video-iframe-container { display: none; }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .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); }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container { border-width: 0; border-radius: 0; }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TRTpBxVt8Qfk3hlTS5hel35FGwwNcmZw { color:#fcca2e;display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15003;line-height:2.2;letter-spacing:0;top:7.5000009536744rem;left:0rem;height:6.6005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JngtqyFlwslqcyFtMLfddWNllGmsbuPC { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:14.479167938233rem;left:0rem;height:9.02775rem;text-align:left;text-align-last:left;display:block; }
#eWO3c6ZifdRRhVRJCwHnsye2U2N3qyqg { 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:5.875rem;width:12.625rem;display:none; }
#BWZVAiFs8El6clINv5JAovdmBxaka0oA { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:13.25rem;top:6.1875rem;left:50.875001907349rem;overflow:hidden;display:block; }
#zzK9Rqk6hhxNpHcDob2e2OAuTV7bntdW { position:absolute;display:block;z-index:14987;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.1875rem;width:1.375rem;top:3.5625rem;left:62.979166030881rem;overflow:hidden;display:block; }
#gAvPn341X7La9qMaPLhT8e0s9vc4GTG9 { position:absolute;display:block;z-index:14988;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:1.8125rem;top:1.53125rem;left:60.791017532349rem;overflow:hidden;display:block; }
#s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { position:absolute;display:block;z-index:14979;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:9.3125rem;width:16.4375rem;top:5.125rem;left:42.312501907349rem;overflow:hidden;display:block; }
#hdyVn3352Um9XFuowMMc6PTuz23H46oo { position:absolute;display:block;z-index:14973;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:9.8125rem;width:16rem;top:8.103515625rem;left:59.000001907349rem;overflow:hidden;display:block; }
#zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { position:absolute;display:block;z-index:14985;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.25rem;width:3.6875rem;top:3.9375rem;left:43.812501907349rem;overflow:hidden;display:block; }
#qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { position:absolute;display:block;z-index:14984;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.375rem;width:2.9375rem;top:3.728515625rem;left:49.687501907349rem;overflow:hidden;display:block; }
#aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { position:absolute;display:block;z-index:14980;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.75rem;width:3.25rem;top:10.125rem;left:44.000001907349rem;overflow:hidden;display:block; }
#VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { position:absolute;display:block;z-index:14981;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.1875rem;width:2.8125rem;top:11.479167938233rem;left:48.250001907349rem;overflow:hidden;display:block; }
#bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { position:absolute;display:block;z-index:14982;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.0625rem;top:8.5520839691163rem;left:49.125001907349rem;overflow:hidden;display:block; }
#QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { position:absolute;display:block;z-index:14983;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.8125rem;width:2.5625rem;top:6.875rem;left:52.687501907349rem;overflow:hidden;display:block; }
#lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { position:absolute;display:block;z-index:14975;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.5625rem;width:2.5625rem;top:11.25rem;left:63.84375190735rem;overflow:hidden;display:block; }
#Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { position:absolute;display:block;z-index:14976;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.1875rem;width:2.6875rem;top:8.291015625rem;left:65.53125190735rem;overflow:hidden;display:block; }
#owrgQfR4T2gRetMprKTywSNTPDaB2eNf { position:absolute;display:block;z-index:14978;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.3125rem;width:2.3125rem;top:7.375rem;left:70.104166030881rem;overflow:hidden;display:block; }
#yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { position:absolute;display:block;z-index:14977;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.875rem;width:2.6875rem;top:10.604167938233rem;left:69.416666030881rem;overflow:hidden;display:block; }
#x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { position:absolute;display:block;z-index:14974;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:3rem;top:14.770183563233rem;left:67.21875190735rem;overflow:hidden;display:block; }
#W38CV8BKzHDAidcLut29Kms3mrAyT5Vm { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;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:6.3125rem;width:6.125rem;top:1.375rem;left:58.25rem;display:block; }
#pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { position:absolute;display:block;z-index:15002;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.1875rem;width:18.75rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#tWm5TnzPZVnJW4dEgwTisVkUw1mqvU93 { position:absolute;display:block;z-index:14986;background-color:#ffe5e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.12) ;height:1.6875rem;width:1.6875rem;top:3.375rem;left:58.500001907349rem;display:block; }
#B7qBGIpI9pib8xpbvXDdIigSZcsKvRcb { color:#008a4b;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14989;line-height:1.3;letter-spacing:0;top:3.33203125rem;left:58.750001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008a4b;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; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { background-color: transparent; background-image: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container > .video-iframe-container { display: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container { display: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .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); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { border-width: 0; border-radius: 0; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#TSB92cQlxNI4yM7lcV2PSqgnppMyuC2l { color:#008a4b;display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6642761230469rem;left:0rem;height:3.41145625rem;display:block; }
#e65vJANivhWqHPnSwkIWVTGXLLFUplBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:10.6875rem;left:0rem;height:6.05143125rem;font-style:normal;display:block; }
#k1NPuus7oNLN39VB2ywPukQo7923dXCe { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:27.997913360596rem;left:0rem;height:16.00478125rem;font-style:normal;display:block; }
#CUJKPEFMOEKeohVfbI7aOJdz3tLcedSd { position:absolute;display:block;z-index:14982;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:21.9370403125rem;width:35.2493095625rem;top:31.221282958984rem;left:35.028721809387rem;overflow:hidden;display:block; }
#dofJ4LrnMTgNJaGqs6H810SuqTrfDLB0 { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:15.875rem;top:9.5rem;left:30.1875rem;display:block; }
#MrlXtJUykuqDuccGqBtHnTUmkwrcTd2Z { position:absolute;display:block;z-index:14984;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:13.125rem;width:15.1875rem;top:9.5rem;left:59.8125rem;display:block; }
#D5B9TrIytf1TlPX1Dp9zOCJat5pT4q3N { position:absolute;display:block;z-index:14983;background-color:#fbfab5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.5rem;width:11.875rem;top:18.124999046326rem;left:46.715625762939rem;display:block; }
#NmyFi9F0FKOxiLyGHaVAvO5TDkx9lKqG { color:#008a4d;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:14987;line-height:1.6;letter-spacing:0;top:11.174995422363rem;left:30.784374237061rem;height:9.90234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwskPlz2prX50eeESSVCC7uJTC9ILaSy { color:#ec402d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:14985;line-height:1.6;letter-spacing:0;top:11.66250038147rem;left:65.3125rem;height:8.8020875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmwgzRkPeCwbg4AzZGoinCZEmoT86cWh { color:#d59808;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:14990;line-height:1.4;letter-spacing:0;top:23.60000038147rem;left:47.371875762939rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:24.4375rem;top:9.4375rem;left:40.4375rem;overflow:hidden;display:block; }
#k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:futura;font-size:2.1875rem;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;top:10.625rem;left:42.5rem;height:2.84375rem;display:block; }
#fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { position:absolute;display:block;z-index:14996;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:7rem;width:4.1875rem;top:13.875rem;left:42.375rem;overflow:hidden;display:block; }
#MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { position:absolute;display:block;z-index:14995;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:7rem;width:4.1875rem;top:13.875rem;left:46.4375rem;overflow:hidden;display:block; }
#IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { position:absolute;display:block;z-index:14994;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:7rem;width:4.1875rem;top:13.875rem;left:50.625rem;overflow:hidden;display:block; }
#o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { position:absolute;display:block;z-index:14993;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:7rem;width:4.1875rem;top:13.875rem;left:54.6875rem;overflow:hidden;display:block; }
#V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { position:absolute;display:block;z-index:14992;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:6.9990806875rem;width:4.1865806875rem;top:13.875rem;left:58.875rem;overflow:hidden;display:block; }
#mAmT7T8qe0TVtMT2ypUKxPVqb5QeIi77 { 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:2.1875rem;width:18.75rem;top:7.267578125rem;left:0rem;overflow:hidden;display:block; }
#Txs4U0SersqnT1TeE7ogKIDkhBxxlq08 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:18.0625rem;left:0rem;height:8.002375rem;font-style:normal;display:block; }
#LRzDfQLwIt0rqcTq8iRUTTM9I5pCGfT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:45.704162597656rem;left:0rem;height:8.002375rem;font-style:normal;display:block; }
#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/6111d2e4-6ced-49f3-bd68-7174e98b26ec/bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp.adaptive-delivery-prevent-bg, #tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp.lazyload, #tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp.lazyloading { background-image: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { background-color: transparent; background-image: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container > .video-iframe-container { display: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row > .video-iframe-container { display: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .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); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { border-width: 0; border-radius: 0; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#TLPrL79kmyvCFArs2zE5iMfc5JkDHa3m { color:#fcca2e;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.8862875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ml5vH7db01aRND4otN0ZN8PyWzPdL8yi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#CLsQr147VOaFae1443bRsgMkDA5wLq53 { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:12.625rem;left:0rem;height:22.10394375rem;font-style:normal;display:block; }
#QG4hh94NKM9sc8rNHSFMiQJrLGAu51eT { 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:2.25rem;width:19.4375rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#J6F7nMelzd3Dk71vvdstXaNaXbVtAVRB { background-color:#fcca2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39.110412597656rem;left:0rem;display:block; }
#tve6PNVlWTn1INv917fuSST2MGJZhgCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRxCpEodZTCSdS3gUPXxz39c9oTlQ07i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:34.125rem;left:28.1875rem; }
#wTbMZlt7iFdqqEZJLMFGauI37IHPgUqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.875rem;left:43.875rem; }
#pyilqHIePzp0gkb3pEtw0prQ3xQ7cTt1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.1865234375rem;left:38.3125rem; }
#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008a4b;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; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container { background-color: transparent; background-image: none; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container > .video-iframe-container { display: none; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row > .video-iframe-container { display: none; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .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); }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container { border-width: 0; border-radius: 0; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container { font-size:0.875rem;font-family:arial;height:216.375rem;width:75rem;position:relative;display:block; }#qsso9M1okorpeX5iHOtCQgcHZtNPuLB8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:31.5625rem;top:7.125rem;left:5.5625rem;display:block; }
#fFVJQiCUTNVpVPsLG7G5sLgR41r9Lir7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:31.5625rem;top:7.125rem;left:37.125rem;display:block; }
#Rm8g36TQ3ZG1BOtZytOyzqVUrUmNTR4A { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:7.0625rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTdO786dGSGvOFusWtvAaTHbeM9Of6Gp { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:39.875rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKbcUTtd64ivLdymhQoyhq38GACdpAra { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:9.125rem;left:35.625rem;display:block; }
#iFEIk2UG9FhSqNMS6nzT4e4FoAuleiFR { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.1875rem;left:36.25rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nppDKA8tBknqoTskian8BRCSpnDyIQVh { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:18.937500476837rem;left:7.40625rem;height:22.2721125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUrsBUUPTJFGX6eBdU0ToEqla0woEChS { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:18.9375rem;left:12.6875rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UeU3rb6IGsNrfFenTDxESLmJs7aSOw9B { color:rgba(var(--color-tertiary-3),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:18.937499046326rem;left:18.375rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mlkBuxtPwia7iALLAwOQafbl4zUfIiMu { color:rgba(var(--color-tertiary-3),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:18.937499046326rem;left:25.6875rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXtA6a5hGt1luh2s4kwf5wwqDPFLM0bw { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:18.937500476837rem;left:39.875rem;height:22.2721125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oe0Ogmsey2uoJf22aRprb6nwW0T7EEOD { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:18.9375rem;left:47.625rem;height:22.2721125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzeAkelX4rlgh6ggTC6pDWvFH0SCwVcp { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:18.9375rem;left:55.5625rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnfIWVbnxuoiZtn5rLb98MZs6FXttdrT { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:18.9375rem;left:62.625rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGbAFw8WnkokNNNg4GQQMETIwPfLWsaq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:14.125rem;left:5.5625rem;display:block; }
#h97NlNorMLEhTF5hv3eukrNcFxKK6Qob { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:15rem;left:6.6875rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXwN9A0v54DqNeXzTWS34nfhDgJyWxgb { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:14.8125rem;left:11.8125rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v19G3Wuh40mv4IdOFpUQlV2xA1KCmCgS { color:rgba(var(--color-tertiary-3),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:14.8125rem;left:17.5rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLmFzOuMunxdFfalhWeJoiXBOcfPBymO { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:14.8125rem;left:22.3125rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIFmEFiXsadVk4XZdq2T2eKo7irK6acf { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:14.8125rem;left:32.9375rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1zsrDLStxya1MWFu3noEUIQl7V30ho9 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:18.9375rem;left:32.8125rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDXyUUmXUnK6L62tiXnnX4TTTk1Z5TS0 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:14.125rem;left:37.125rem;display:block; }
#oNzcyI3Ef3bCGNwgHwPMQ8XnvMRATDi8 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:15.06875038147rem;left:39.15625rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7uhBdRCUPTrmpJIU9cWbrUw8bEStiQx { color:rgba(var(--color-tertiary-3),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:14.8125rem;left:45.625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgPFO6ly62xoTTuE8bpqPHiTnPneFe0F { color:rgba(var(--color-tertiary-3),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:14.8125rem;left:54.3125rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysTXMTrVIoOkrhlH4F5VmGXbF8sTQzog { color:rgba(var(--color-tertiary-3),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:14.8125rem;left:60.75rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icMutWGimTrAVbXp431nyKfxmpcCMJk7 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.34375rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weFmQDOgsvmZCOgkiKq3FMBGOnUHN2vF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:50.3125rem;left:5.625rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WrAQKyxS7PFRPVMnnU90ql2XWtyoT5i1 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:52.312499046326rem;left:5.625rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aRfLBJB7w1zEHr9u8prDcpIINTAFOTff { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:50.25rem;left:41.1875rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#atOq3WTrMZQFDJmiiuAZOKnpHeLMxlgK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:52.3125rem;left:41.3125rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U88GfIV0OP2Stn22HvTyESFgmiPQoJFF { color:rgba(var(--color-tertiary-0),1);display:block;width:63.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:66.25rem;left:5.6885414123535rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBNkRP3hZpncJHGpNvFcTmvJTyyPikzB { color:rgba(var(--color-tertiary-0),1);display:block;width:64.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:76.185417175294rem;left:5.25rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a5oqHzO7W4lbKXL8f1QdKruDWWQc3elL { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:16.5rem;width:64.75rem;top:81.03125rem;left:5.125rem;display:block; }
#hTLI0ypoaeINqzb121fPkHVgLpS6DTmL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:84.06250190735rem;left:10.0625rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EFk4yl6xr87A9dbhMfVlu90MeCmmKrV0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:90.9375rem;left:10.0625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V7ep7JDTDOSyMJnfPmsecEPvsgdpPevs { position:absolute;display:block;z-index:15019;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55.0625rem;top:89.25rem;left:10.0625rem;display:block; }
#skHhPTtglTFyStuI23Er7FukT7Fr47sG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:84.875rem;left:25.125rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EpxoPz1wm4l0RdWC0vlZWXwHuhT1prmi { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:85.5rem;left:32.5625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dHHuZgrluTTmvaFQEveEipfruZCx6CTP { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:85.5rem;left:40.3125rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eIDIutfmSpV3rmitIZiIsv0QotOArl02 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:85.5rem;left:47.875rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wqUk4UO1Mp8OdQbd0E8x9OrnWCy1irzH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:84.875rem;left:55.6875rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rJPp4y7b6kmzaV9P0WThWDci0ZS85W9a { position:absolute;display:block;z-index:15020;background-color:#3b8751;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:4.1245403125rem;width:7.7493105rem;top:90.25rem;left:23.4375rem;display:block; }
#MQiVhldtfwGlm7vUsEi02U7K7fIMd7gN { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:90.25rem;left:31.125rem;display:block; }
#bZv9LqUHqhQ7GRL6qd4M8s9smwiFoN8O { position:absolute;display:block;z-index:15022;background-color:#f9cb47;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:4.1245403125rem;width:7.7493105rem;top:90.25rem;left:38.5rem;display:block; }
#tf2LEu5DMq99Avwmnix1bCI5dBkV2Pe5 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:90.25rem;left:46.25rem;display:block; }
#mvzG5T82VuSJ3ZN5HGOJRLMk3Qens6W8 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:90.25rem;left:54rem;display:block; }
#FHqDngu2OsK1QN10ebh9ohLphWGighu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:91.3125rem;left:26.3125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UfiAKN6sVleov98ALCn6TEz7yTmiVrge { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:91.25rem;left:33.8125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hplncx4J1ubDVlW5VGimcNGdxUausbal { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:91.25rem;left:41.625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eRsAihPFwIbcX8sfGpz0cxV0RREPywm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:91.25rem;left:49.3125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XtFrnZUrmCTr06xEe5WlXC07nIX9DhLx { color:rgba(var(--color-tertiary-0),1);display:block;width:1.81206875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:91.44314575195rem;left:56.905384063721rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xn5McdxIqsiJxktEUJzUutrEBVJflbRw { position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:85.4375rem;left:31.125rem;display:block; }
#Cx7MsWh1bUu56NvoGIRwSKPRR44lTPPC { position:absolute;display:block;z-index:15021;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:85.4375rem;left:38.5625rem;display:block; }
#O8TUUnTsQIulAxHMRvvdS16JnVJxgtJW { position:absolute;display:block;z-index:15022;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:85.4375rem;left:46.3125rem;display:block; }
#HRVzWMefXPMGKKp7saEt6PHHZHTpmir8 { position:absolute;display:block;z-index:15023;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:85.4375rem;left:54.375rem;display:block; }
#pkinkdFJurLwH3It4Pt0RJoDXh5Cny7B { color:rgba(var(--color-tertiary-0),1);display:block;width:20.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:128.125rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrzr7ankfiDG8tWN2ugrhWskQULswteC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9372701875rem;width:16.25rem;top:139.75rem;left:1.4375rem;overflow:hidden;display:block; }
#xKISbUy6dwz695dFwsBo1EIddwF5Xf3V { color:#008a4b;display:block;width:14.4370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:134.75rem;left:2.6875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M174R03POw18uSoJokvbzkxhAelHWfI8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:27.1875rem;top:131rem;left:20.6875rem;display:block; }
#lQJOp1P8oMWpDu0CVuSEm7yeylegLUbi { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.5rem;width:27.0625rem;top:138rem;left:20.6875rem;display:block; }
#wbEfTESUgmp4JkIW6FeA5E5BS1TppQkN { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:139rem;left:21.375rem;height:1.57335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV1qUeC67UUkhf8DFwTGTww1d1LvOkka { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:138.6875rem;left:25.0625rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTp8RvTEDDxDU9BJty74TNFLGIc6xPd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:138.6875rem;left:30.625rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQaAkqhlex55O66hSoZKk0TV9NHqAi6g { color:rgba(var(--color-tertiary-3),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:138.6875rem;left:34.625rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrXNyA6pIILPCuRgVOQxRr1oCqoQddxD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.9997701875rem;width:2.9997701875rem;top:133rem;left:46.3125rem;display:block; }
#MR2OiLS6HxPwVisVKC6wd9gmTl9TQgFn { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:142.4375rem;left:21.9375rem;height:19.80144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPdUKbOXA3a18SudrU7sXp32D8rzNqfx { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5622701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:142.4375rem;left:26.125rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTXe8DxWh6Kt1fNz8U4wgBSa1vTcFPAR { color:rgba(var(--color-tertiary-3),1);display:block;width:4.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:142.4375rem;left:31rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXcAtBdv9pvvbz7AR9FvuVRmfTA3NsXF { color:rgba(var(--color-tertiary-3),1);display:block;width:2.624080875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:142.4375rem;left:37.875rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTq8ONrNlEnyP3pbkNJNorgpTwmoKT7z { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:138.6875rem;left:43.625rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbQTBq4pt3ZdT5Lqr84K3ETe5coJtWid { color:rgba(var(--color-tertiary-3),1);display:block;width:3.3122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:142.4375rem;left:43.6875rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgWBpmJ0Pvel2uIKqw1nsHUrVp9CN6eA { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.9990806875rem;width:27.1875rem;top:131rem;left:47.8125rem;display:block; }
#vRv0S3LaTtwZ571as60oD2NnsyzF1zze { color:#008a4b;display:block;width:1.7497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:133.0625rem;left:46.9375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlTrt4dRcGAMtALhfcBlTzwMn4Ryy6wy { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:142.4375rem;left:49.75rem;height:19.80144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAOmh6ygozf7acsKrUNnTglsuEOkQz5P { color:rgba(var(--color-tertiary-3),1);display:block;width:2.8745403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:142.5625rem;left:56.25rem;height:19.80144375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oge3lQTeHuNdegroruNDgJADhGhptBMM { color:rgba(var(--color-tertiary-3),1);display:block;width:2.8745403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:142.5625rem;left:63.4375rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7QA99GPGVTl8LnWp967fxZtImO9bDl3 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.8745403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:142.5625rem;left:69.25rem;height:19.80144375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfZaBesfD0JIxtBaeV2HDS2GN0To3c6l { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.5625rem;width:26.875rem;top:137.9375rem;left:47.875rem;display:block; }
#pPObHgGozBVfyGzANT2Iz8MF2tXLOMv5 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:139rem;left:49.3125rem;height:1.57335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUnw9DrZxbBQLnzWkW5cnL3mZVriyZAX { color:rgba(var(--color-tertiary-3),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:138.8125rem;left:54.375rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XADLRdcChLL5A3Ihm71KiV4OFUOwWb3t { color:rgba(var(--color-tertiary-3),1);display:block;width:4.8747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:138.8125rem;left:62.25rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzqAuTIb2VNeAaZcTS2PRxo4vNmikIT2 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.8747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:138.8125rem;left:68.1875rem;height:2.098525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtWpJgFTUmTXiMC9sDI7gu35BIctXB4s { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:132.67500400543rem;left:21.248958587646rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1OPvwiD8z4XFSuFuZ6v2NwibKIucRVV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0625rem;width:24.4375rem;top:163.9375rem;left:23.5625rem;display:block; }
#QZh3TSR9gRhZxNEK658l4SOeb1y9M8mv { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:13.375rem;width:19.3125rem;top:132.5rem;left:0rem;display:block; }
#ceVHBT7iCmHqHWDBp7T5NVPlTTcT0WxP { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:163.6875rem;left:34.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmhqC3JX9Azr7OGRTyptrB56q1JTqxyJ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0622701875rem;width:24.4370403125rem;top:163.9375rem;left:47.9375rem;display:block; }
#FHvrwEOxRhwDhw8aUIvwTFVf89eHahtU { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.9997701875rem;width:2.9997701875rem;top:163.5rem;left:46.375rem;display:block; }
#Fgf6ZRhw9PmQg1yT9Conv2DRNWGqSEBC { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:163.6875rem;left:58.5625rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecZovnxHVDacbX2Fi1qeTWVo8LRrvKdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:181.4375rem;left:10.25rem;height:4.5486125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5lTxIAxecruFL8qRG7ArqpoIZbTB6m9 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:16.4993095625rem;width:64.75rem;top:188.75rem;left:5.125rem;display:block; }
#EnLXkzV79zOFoeQoOHXUehbHFMV9vR8O { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:191.875rem;left:9.75rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J90zOhkT0QGaduIa9BHgtZetkd0HymA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:192.5625rem;left:24.8125rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pT0G9qtf4r540pfXUWxXyvZRgb9KitR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:193.1875rem;left:32.25rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d9eeftwVMIVE9r8SrXXni7QlubUg6bce { position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:193.125rem;left:30.875rem;display:block; }
#pcnXllCI1fyndd6UVmPwPIARdTpySIdO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:198.625rem;left:9.625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vOWyCpDMrAHOeTPmU7oMvXq6xZZmNesn { position:absolute;display:block;z-index:15019;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:55.0620384375rem;top:196.9375rem;left:9.75rem;display:block; }
#E538i9uRzxnHAP7CaGWHDCuNPVNGsMOv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:193.1875rem;left:40rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tt31eV2nqqeQilriPAO9BEMDh0lkAUHc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:193.1875rem;left:47.5625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vbg0ZuakuuNHueZb7z8u5lywRhTHR7QW { position:absolute;display:block;z-index:15020;background-color:#3b8751;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:4.1245403125rem;width:7.7493105rem;top:197.9375rem;left:23.1875rem;display:block; }
#aT7psoDNcpLJgUtInRwr2PIqdLK8Bu3E { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:197.9375rem;left:30.8125rem;display:block; }
#qSJV2gZRXCqQ6U7GpvIXGAdo7pNWPN9V { position:absolute;display:block;z-index:15022;background-color:#f9cb47;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:5.75rem;width:7.75rem;top:197.25rem;left:38.25rem;display:block; }
#k1kFd4VsglvHCZpxCP9TlATw40TJlcxN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:197.9375rem;left:45.9375rem;display:block; }
#SBvCFxWZUzkBHF8yzsbv2XFUxJXigEqz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:199rem;left:26.0625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fDhEh1MT93Twdv5cbW3Mii5FGNhFn34s { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:199rem;left:33.5625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XH06sNOhXuHoPF52LzfuZQu9yAKC7EAr { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:198.25rem;left:41.125rem;height:3.3691375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yEtZhSillzA5MlF851yJEKpC7DBlEgfu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:199rem;left:49rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tq4phrU48Nrv0brOB0bo9FCLOxkVG70h { position:absolute;display:block;z-index:15021;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:193.125rem;left:38.25rem;display:block; }
#v1ue21Xa1eHBhyPQJvq6TEnHF05246td { position:absolute;display:block;z-index:15022;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:193.125rem;left:46rem;display:block; }
#CCDTArKA5Wb4TXEOgupEmZhTfmnyXDwC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:192.5625rem;left:55.375rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mvFdyPIT6ZGH185eKfubQng4oyce6RgE { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:197.9375rem;left:53.6875rem;display:block; }
#D7vfV2s12DpldNMMBuSauhDaSbirrsgM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:199rem;left:56.6875rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TpxW2UUw86EtaEASFATSnTktfod5R2Iv { position:absolute;display:block;z-index:15023;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:193.125rem;left:54.125rem;display:block; }
#wu1UtyUuiKi042KJeZaEOxyuTxwtrfd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:132.625rem;left:49.875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2Ti9ffrWEv3Bymd4zJPHGNCHXVggpwX { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:61.9375rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhk2TgKg3Tio3eCSosTLHNWwT079ladG { color:rgba(var(--color-tertiary-0),1);display:block;width:65.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:71rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ew96rrwiIfkt9yGWoW4e9E3e9h1PUGwz { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.8125rem;width:31.3125rem;top:17.8125rem;left:5.5625rem;display:block; }
#XGnoolSnNE2Vmm2u7ouRaLhntAAGMlI2 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.25rem;width:5.5rem;top:14.324005126953rem;left:5.5620651245117rem;display:block; }
#fP9HXFIZClJC23JrFvGO22HU8SbKixG2 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24rem;width:31.3125rem;top:17.625rem;left:37.125rem;display:block; }
#AgQn1t7wxP2F8eabhLc6OcEwHvEnqzdO { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.3125rem;width:6.375rem;top:14.262512207031rem;left:38rem;display:block; }
#v4HhpG90MPFNehKZfrl6Oon6cSUnPJH4 { position:absolute;display:block;z-index:15023;background-color:#f9cb47;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.25rem;width:2.75rem;top:183.78750324249rem;left:55.5625rem;display:block; }
#ArATmVboP7aM1ZQCwsw33FpMpCZrC9hq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:183.56250286102rem;left:55.28125rem;height:2.47504375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QZW4rvGTA8byIaRrF9awqWKcbILegnOT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.74978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:163.75rem;left:55.8125rem;height:2.4746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OhIOQT4GMGe7k4hbkr6EtFp0Jns92EeN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0625rem;width:24rem;top:167.6875rem;left:23.625rem;display:block; }
#eWZ413dlpVbrlXgQhysRTELxFzZzNEpM { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.062175rem;width:24.436875rem;top:167.6875rem;left:47.9375rem;display:block; }
#Pt7CTcU9c1wUgUximbg8WqORL67tt9gd { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.999675rem;width:2.999675rem;top:167.1875rem;left:46.3125rem;display:block; }
#auGHFxDKXrToOqz73FVarpL3cKGs2rTd { color:rgba(var(--color-tertiary-3),1);display:block;width:2.374675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:167.5rem;left:34.875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AN5NKS0Gqf4kTqyZ8aIaET4VCOgtViHw { color:rgba(var(--color-tertiary-3),1);display:block;width:2.374675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:167.5rem;left:58.5rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dI9UtQ351WcUimKME8yusw74ZDRR6BtU { color:#008a4b;display:block;width:1.93739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15017;line-height:.5;letter-spacing:0;top:168.0625rem;left:46.9375rem;height:0.96896875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQZpegBTLIpg5sPKehH6XLc3X0ySeJeE { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:2.999675rem;width:2.999675rem;top:167.1875rem;left:70.6875rem;display:block; }
#S1PQqFMdkpTB9kRnU0ZavXdxoO2HvDuc { color:#008a4b;display:block;width:1.749675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:167.4375rem;left:71.4375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6bS7t4yCBMHe0VnF5SLTaDA0k3iVJ3n { color:rgba(var(--color-tertiary-3),1);display:block;width:2.62478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:167.5rem;left:72.4375rem;height:2.4746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KfBelqETJJt852Ci7oxLND9k88q1ETnZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:171.75rem;left:25.6875rem;height:2.9730875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zz8H4mdIKsSZzR4vpNa8WJsz3aFkfLQN { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.49989375rem;width:48.8748125rem;top:171.5rem;left:23.5625rem;display:block; }
#TpSWSXEcbs8M39Jb79hxR76D7c3s1sJp { color:#008a4b;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:164.25rem;left:61.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uRd4ch3fu1QHNLoa7F2H8J5tSdq1Gu0y { position:absolute;display:block;z-index:15080;background-color:#ffe5e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.1875rem -0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.41) ;height:1.375rem;width:1.375rem;top:164.25rem;left:61.3125rem;display:block; }
#wV4QTJ3dWFvt4AB1TQHTq6OhnFhtBu6D { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:18.375rem;width:64.75rem;top:103.3125rem;left:5.125rem;display:block; }
#QNBGi8exxSTTdSXxALP4c3gbfxbRoOeM { position:absolute;display:block;z-index:15019;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55.0625rem;top:113.4375rem;left:9.75rem;display:block; }
#UOFCiVrTU5DX887OHOLfxcu941VfOc8o { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:114.4375rem;left:45.9375rem;display:block; }
#C6BWhXxkS0ZpEkbBzDfqNN1iX7SW0BLV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:115.5rem;left:49rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AKlPbXGBdT09qKiadCutzE01LDboEiyk { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:114.4375rem;left:53.6875rem;display:block; }
#AmKRKsvXqJOWvGk6feov38O05x6EcZvy { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:115.5rem;left:56.6875rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cHRcvyNvToEXTdEWhXzbKJNWAP1yVQkg { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:109.6875rem;left:40rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T9zhF0IICfCHGGVKWpR5g2QFadKxScIz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:109.6875rem;left:47.5625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EqB3DUd55aDeuPM6d5pTrUWK3crWHIGB { position:absolute;display:block;z-index:15022;background-color:#f9cb47;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:4.125rem;width:7.75rem;top:114.4375rem;left:38.25rem;display:block; }
#K3MB9FP4b36REkzCXgWTsOJn74ChZJUU { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:115.53750038147rem;left:41.40625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c7Tw4Htdlq1n46TvSmLO277MA4sUQnWh { position:absolute;display:block;z-index:15022;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:109.625rem;left:46rem;display:block; }
#KyKRXwVZ2WsimxzJA7d0Qam1AArxBxTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:109.0625rem;left:55.375rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M6FawLabWwpRNqPwxEQrWmzdu5EvCnmJ { position:absolute;display:block;z-index:15023;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:109.625rem;left:54.125rem;display:block; }
#Cr5xehghLMWZk6IWfwNmIVz9crQOtAqs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:109.6875rem;left:32.25rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R8Pd2JpnTKoTQ8gsTHbf1fcuhmdRSB0s { position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:109.625rem;left:30.875rem;display:block; }
#KERW0mwwBvJbisTl3VIK2bD3XhibCHBC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:115.125rem;left:9.625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m2BPmIUdKMd2z9frstOlXTkHmLxaze6N { position:absolute;display:block;z-index:15020;background-color:#3b8751;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:4.125rem;width:7.7489375rem;top:114.4375rem;left:23.1875rem;display:block; }
#uNwkpeo3bMyIewrRHPgmA6eRiz3w22LU { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:114.4375rem;left:30.8125rem;display:block; }
#N4TfzUDMnE7deQq3D0m98FMSKVLLIk5o { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:115.5rem;left:26.0625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SJ0T3uzJRB8AGCHk9nPblFJOq5CxdsHZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:115.5rem;left:33.5625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UPxTqypfiQrzFNiqZU0xZEVh3KB1HOOo { position:absolute;display:block;z-index:15021;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:109.625rem;left:38.25rem;display:block; }
#WGX1kZPdbSXZG3CpNbJ86zq0XMDPpv9D { color:rgba(var(--color-tertiary-0),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:109.6875rem;left:25.0625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hkNfMaQhzKwPIpkp89ntHxnBAEa0p3ID { color:rgba(var(--color-tertiary-0),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:206.8125rem;left:6.84375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAFTVL9r2wMqvEh3pxzxb1SnlPf1S0E8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:108.25000190735rem;left:9.75rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e4lw3I3W3PkWSkgizQebJT4tZBHPTbKe { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:105.3125rem;left:26.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0X900pfMFBbP7WWQrkh5OR4slTPbI5W { color:rgba(var(--color-tertiary-3),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:190.125rem;left:24.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUTkQS4mwpDbgk5DeZT1T4fiXWaGXBCi { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:82.124995231631rem;left:23.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWJL1QXn2eEyiVFVledrGZV4dRpAO6rd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:52.3125rem;left:5.625rem;height:5.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CqGy4BoQ4Pn3H9ONFJZb8TzSwxldsq70 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:57.5rem;left:41.25rem;height:1.27386875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container { background-color: transparent; background-image: none; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container > .video-iframe-container { display: none; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row > .video-iframe-container { display: none; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .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); }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container { border-width: 0; border-radius: 0; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#yxmKqoT1grWZsURr6e0Ch6AwkFihmPIn { background-color:transparent;background-image:none;border-top:0.125rem solid #fcca2e;border-left:0.125rem solid #fcca2e;border-right:0.125rem solid #fcca2e;border-bottom:0.125rem solid #fcca2e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1rem;left:0rem;display:block; }
#LfvdwykwUg5DeziaZJ5edqdsXRhlvd2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJ2weEe2hzBV5iHTCEPpWDsagGqiBxWF { position:absolute;display:block;z-index:15002;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:7.9375rem;width:20.5rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#v33Bhs79ds5s9FmpqHC3gPEAmDkF8IFx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.4375rem;top:1.6875rem;left:48.75rem;overflow:hidden;display:block; }
#RHBJ6SEtzW0oBBd63UWqzTa42AXhG8PT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.8125rem;top:1.0625rem;left:46.125rem;overflow:hidden;display:block; }
#yR0agTC1GKPN040P0OV7gPhqeGJ80xJ2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.1875rem;top:4.4375rem;left:36.125rem;overflow:hidden;display:block; }
#JN36G9J2z7bH83FAGvS2ecC88Fubmmp3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:1.375rem;top:2.25rem;left:34.9375rem;overflow:hidden;display:block; }
#Gi2fsov4ps4vRKkX1o4MiHSR9ulBc6g5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.1875rem;top:3.9375rem;left:32.8125rem;overflow:hidden;display:block; }
#pGvgMUAcr4d613S5tWaXZ404oJamCX91 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:1.625rem;top:0rem;left:47.75rem;overflow:hidden;display:block; }
#oTs84MrgHQiUgAdAc2NTAM28FvsIyyBA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.9375rem;top:6.03125rem;left:41.90625rem;overflow:hidden;display:block; }
#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008a4b;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; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container { background-color: transparent; background-image: none; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container > .video-iframe-container { display: none; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row > .video-iframe-container { display: none; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .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); }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container { border-width: 0; border-radius: 0; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#MbIzRuNyRkTTczrT6DfCmO5pZcI6qiKr { color:rgba(var(--color-tertiary-0),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:3.375rem;left:2.3740234375rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOAZdxlkVQTs0MdeQJENN4laQhhlaLDF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:11.5625rem;left:2.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RQIDaatmiK64HlLANb5taNv1nP7mfqTl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.125rem;left:2.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RQIDaatmiK64HlLANb5taNv1nP7mfqTl li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RQIDaatmiK64HlLANb5taNv1nP7mfqTl li:before{  }
#SfZSfCZEvay9C2gQ11F72mXkCDpakpRp { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:14.125rem;left:39.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#SfZSfCZEvay9C2gQ11F72mXkCDpakpRp li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SfZSfCZEvay9C2gQ11F72mXkCDpakpRp li:before{  }
#GlTIWCiEboQJu75KBnLxUEA4hVuS9dkw { color:rgba(var(--color-tertiary-0),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:29.75rem;left:6.71875rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVu1TAtBSckPppt6GLsEtwc7sFsE5syv { background-color:#fcca2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.84375rem;left:24.5625rem;display:block; }
#Oz72PMqkuMrQSp7XkDdLpQVf9EKKVMv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008a4b;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; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container { background-color: transparent; background-image: none; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container > .video-iframe-container { display: none; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row > .video-iframe-container { display: none; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .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); }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container { border-width: 0; border-radius: 0; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container { font-size:0.875rem;font-family:arial;height:183rem;width:75rem;position:relative;display:block; }#SyntivhGeewGERFPZ1xFbeMP4pd24QZK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.3125rem;width:31.5625rem;top:3.1875rem;left:5.5625rem;display:block; }
#XwfOZuCtRz1CHxvorFkDGkL6mL7z0p67 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.3125rem;width:31.5625rem;top:3.1875rem;left:37.125rem;display:block; }
#xHTwm7aKwTaq4aHpgi0bkQpOqfmZns7h { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.28125rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzzZFJxdabqOvBucTL9OKm6852vh04Ji { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.40625rem;left:39.90625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfRothkFydV3rorc5twhN7yAGfu5Zhob { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:9.5rem;left:35.625rem;display:block; }
#ZGbgyXGfht7uTOxVaEGlFkKfMgaCoFP0 { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5625rem;left:36.25rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAvSxSMuBEkfU7GM372XpyZgyZQ82CBi { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:19.3125rem;left:7.21875rem;height:42.5194875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiDGMuIsoaSRubBuV4GWUkKMciHF0cNy { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:19.3125rem;left:12.3125rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JhQUQdhSBaJ1qx6B0mqV1BuLgugx0s1U { color:rgba(var(--color-tertiary-3),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:19.3125rem;left:17.5rem;height:32.3958rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJyX4xQqEnmebkRDOz4ZVAFwMQIk0SrD { color:rgba(var(--color-tertiary-3),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#se63FJwmIxrNmQWe1c09MNh47nyoqTC6 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:19.3125rem;left:39.1875rem;height:30.3710625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRRauyTAUd9BuuWmU8kHcXnOSdWZM8bV { color:rgba(var(--color-tertiary-3),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:19.3125rem;left:45.9375rem;height:30.3710625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yi3WPbkZERx9dpVIWD1DvvBi0ug2ABUX { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.3125rem;left:52.25rem;height:22.2721125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r5pc4wOaWBzePCsQeG6qT5WlzbMrmFRO { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:19.3125rem;left:61.125rem;height:22.2721125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebJZ7QOZeUDqDIgqp4cqCaOiwOAWJP5L { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:14.5rem;left:5.5625rem;display:block; }
#vzM7g3f1UVLkL9rxVDIPCB5Mv17DiNmg { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:15.375rem;left:6.6875rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2PfEkqDcT7xwuAyWM60JuApCLItRkoH { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.1875rem;left:11.4375rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl5kTCM8J4AxtQmcaTgH7VXAphIs22tH { color:rgba(var(--color-tertiary-3),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.1875rem;left:16.6875rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTKiqar9gnLALdeT3tK3KQnwdLlldNNQ { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:15.1875rem;left:21.375rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLVpaEe6F64R3NQDE8PZTycangyRnJ2d { color:rgba(var(--color-tertiary-3),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15.1875rem;left:32.3125rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnf5mET48aFTTuK6XeefNxIhcG9LHmBM { color:rgba(var(--color-tertiary-3),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:19.3125rem;left:32.8125rem;height:42.5194875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uId9Td6UV957vT6o8slvPHhtfgzv5fGK { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:14.5rem;left:37.125rem;display:block; }
#F3WhXBEdrW3P73XuqMkJOlPOf3Bsn1Mq { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:15.443359375rem;left:38.46875rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIEFcr81Z4watUIcMNgR6qPhKvzCVBF3 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15.1875rem;left:44rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1VXhBI6sRFpbnfWf8c6XBHEWUxTnUQZ { color:rgba(var(--color-tertiary-3),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:15.1875rem;left:51.3125rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2QuUuChhWJecSAUkdfMqLy7rTXZnQqk { color:rgba(var(--color-tertiary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:15.1875rem;left:58.0625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4RSu7AIg7i7AQSzF8JixqZ8T9R3tdL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:65.96875rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOdPX5li2rQT5daRkA7X5nu7FwwxhcKN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:70.8125rem;left:1.1875rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXfcZTIrJOOA6yUaLkrVQpgahNPPSzhe { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:72.8125rem;left:1.1875rem;height:5.1009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGE1uvm8NSPszeUEfKibybavSoRHNK1B { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:70.812497138975rem;left:40.3125rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vP5LRfbxXxUIxdyHoqNRXthPUVt7I7d6 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:72.8125rem;left:40.4375rem;height:3.40060625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oMHWl7DSWrZGRkSGZg8QLnKBV5yElT3n { color:rgba(var(--color-tertiary-0),1);display:block;width:63.623046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:97.25rem;left:5.6875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emxRQKDw6ZTwNVNnJN1zBmuKZPiNcBfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:66.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:105.810546875rem;left:4.25rem;height:2.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qers42ITvgx17X0t4KfQzcKM0Hxi9CnR { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:16.5rem;width:64.75rem;top:111.03125rem;left:5.125rem;display:block; }
#ZXcuLkl7cTZLsB0Ok9tmCS20NhMccowz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:113.81249713898rem;left:10.0625rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WHVXRJ2XntC4yNu6Fd0skFTW1yexy989 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:120.9375rem;left:9.875rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hbt5NBXJEdmP8lb32fm3sixQNTlm8SzW { position:absolute;display:block;z-index:15019;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55.0625rem;top:119.25rem;left:10.0625rem;display:block; }
#WzBK5fwbKoff7b41TKBftkupdgAoSuwb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:114.875rem;left:25.125rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qDlD2hBJb3pVs4GxRz9NzJPTNIz24Iq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:115.5rem;left:32.5625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tEt9oT5TTTT6G6Ka6w4WiKMLGxPO0kTr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:115.5rem;left:40.3125rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p12lt1pPy6IV7dREu8lronqnTr1snXIl { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:115.5rem;left:47.875rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c811edleG5iPhDQtRpaUdmB1GQmzHcVh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.2497701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:114.875rem;left:55.6875rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i0ZAXNPQkm12F4eyPAX5zvosBpRwi5Ce { position:absolute;display:block;z-index:15020;background-color:#3b8751;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:4.1245403125rem;width:7.7493105rem;top:120.25rem;left:23.4375rem;display:block; }
#UPLTts0JytpKxpwo05aRUxEzBWywll9w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:120.25rem;left:31.125rem;display:block; }
#G84c3pZwUg8hVS7C0kaEQVKNA9f55erk { position:absolute;display:block;z-index:15022;background-color:#f9cb47;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:4.1245403125rem;width:7.7493105rem;top:120.25rem;left:38.5rem;display:block; }
#fMpbmSpd52ohDQRT2cPV7ax8eM76DCgT { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:120.25rem;left:46.25rem;display:block; }
#ZTbC4vOQ089haGzsODHBhVq9RmS1QDTm { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1245403125rem;width:7.7493105rem;top:120.25rem;left:54rem;display:block; }
#eJFJ53G5fgTJUUUK88d8aP3yfk8fBKL6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:121.3125rem;left:26.3125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#miIHo61Uy7XdmvpbTuWSak2WhsVoC9iU { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:121.25rem;left:33.8125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ACZ3JsZxCMMkAF2MCLyLXapAcVSNx6Sm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:121.25rem;left:41.625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lgJoUHBdhTteIZSLM8uoE7gaEXAmGlaB { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6245404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:121.25rem;left:49.3125rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uUum7TxVbKqgVUJBKmVlOLJTZfTTGQms { color:rgba(var(--color-tertiary-0),1);display:block;width:1.81206875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:121.4423828125rem;left:56.9052734375rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u8o69zT0faKBPn2J8COqcii6MU3JDUZ2 { position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:115.4375rem;left:31.125rem;display:block; }
#NFTnN2xDuP6AncUgxoTvKA4To4KuDKCM { position:absolute;display:block;z-index:15021;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:115.4375rem;left:38.5625rem;display:block; }
#zgzLK8lbd58WeimibBqI5del5XKBbshW { position:absolute;display:block;z-index:15022;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:115.4375rem;left:46.3125rem;display:block; }
#zlf4eRMgXh37NUrD2eJE2ywwh4woTN3r { position:absolute;display:block;z-index:15023;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0620404375rem;top:115.4375rem;left:54.375rem;display:block; }
#uev5npzz8TxsSeio6SodeO6BMwPQXudD { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:94.375rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsk8mbc9D5E3BemNOXp9LWsC3d3GR54O { color:rgba(var(--color-tertiary-0),1);display:block;width:62.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:102.81249713898rem;left:0rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCxoOTkQwOxWr9kW2oTEBDNsn7cedNVQ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:44.0625rem;width:31.3125rem;top:18.0625rem;left:5.5625rem;display:block; }
#aLN8ngNUBDd1TGvbrvCwEsL4bc40BUef { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:47.5rem;width:5.5rem;top:14.6982421875rem;left:5.5615234375rem;display:block; }
#n8rVpZRqbB9rGFXIUBTEhXg2k2Q7G8W3 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:33.125rem;width:31.3125rem;top:18rem;left:37.125rem;display:block; }
#ms3sWTqDDL8TZ97KZbU2KXwFzVx1eRwO { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.625rem;width:6.375rem;top:14.63671875rem;left:37.1875rem;display:block; }
#omvQ3vOF5nPQAhI9q96FczgkxUO6wTFO { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:18.375rem;width:64.75rem;top:134.0625rem;left:5.125rem;display:block; }
#GhakJE2pXJC65qvNu8OkNHbWX2RDdMMt { position:absolute;display:block;z-index:15019;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55.0625rem;top:144.1875rem;left:9.75rem;display:block; }
#eIUh9pl6qs9QqZikh0i1VdLyxRRNTXTn { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:145.1875rem;left:45.9375rem;display:block; }
#IgdSWUuOPea04nL80M4e4DqIMqkmfUDi { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:146.25rem;left:49rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H4Kln8JhGTvHgmpZf7EqACGm1EkZaAtl { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:145.1875rem;left:53.6875rem;display:block; }
#R5lrTAQ1ILGupHtMFhiCU4Jnn10Th4T2 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:146.25rem;left:56.6875rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZpJTr6FyFFbHP4LPLR8yv4EC7vrORCB { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:140.4375rem;left:40rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DKEnry6qb31Wq828StH1OMEnCGEm5499 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:140.4375rem;left:47.5625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uPGn5Vb1sIomRW3R7carVmoDszQxTncV { position:absolute;display:block;z-index:15022;background-color:#f9cb47;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:4.125rem;width:7.75rem;top:145.1875rem;left:38.25rem;display:block; }
#wV67oEGpOtM9lkDi8H4hvNKSfwCXvodg { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:146.287109375rem;left:41.40625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PUKSTL2byd4FDV8OcGEA2Qz2uiuyK1a4 { position:absolute;display:block;z-index:15022;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:140.375rem;left:46rem;display:block; }
#Zend0744Gt7bmSDPs9oBfMWF2biyi5Mu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:139.8125rem;left:55.375rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xz8ecVuhtom2DzbrdaKJFVP5dU3AUpi7 { position:absolute;display:block;z-index:15023;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:140.375rem;left:54.125rem;display:block; }
#AzwIcTRliVNc65kazUAB2QTngbflEPbm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:140.4375rem;left:32.25rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A76asHPZ4XrmkA2DApgGSQN2ipOOwMnM { position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:140.375rem;left:30.875rem;display:block; }
#fO8zM5QbS49dLq2FePUHGh1eI5DMZKm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:145.875rem;left:9.625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CzoQFE8kply8VrkJmxebQZ3WQiJCB6SV { position:absolute;display:block;z-index:15020;background-color:#3b8751;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:4.125rem;width:7.7489375rem;top:145.1875rem;left:23.1875rem;display:block; }
#pcOoA1aGPlJLLbyqmOcT94MmFtUeH2UH { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:145.1875rem;left:30.8125rem;display:block; }
#BIgBtrTmxLc3n8TJCN4GuikGy5JGsdPs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:146.25rem;left:26.0625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xaH1UoGHyAfhE8ftsEDcPZ971FskFDvs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:146.25rem;left:33.5625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xMFkBeLT52s7TC5snZ3PQzeVxRfmchF3 { position:absolute;display:block;z-index:15021;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:140.375rem;left:38.25rem;display:block; }
#zW1MxJIXFBOP8vJFypxKbU2UZiuPxLVI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:139.875rem;left:25.0625rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NRQqXI36FgCfepHzVBZ52ZLS8lAHyihz { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:138.87499713898rem;left:9.75rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TOdhFKNnzAOpo0SotHzuJG9LrZL9S0TV { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:136.43753528595rem;left:22.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxqD3q8STq9sDfpBbIDm9Dru2WO3h7DM { color:rgba(var(--color-tertiary-3),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:112.5rem;left:23.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZhBMS8bWXoDay27dKBhW2o6nO4fpgWv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:52.3125rem;left:5.625rem;height:5.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ef582hgMuChPFVnEAhsbtDqWPJei5J1k { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:80.625rem;left:40.4375rem;height:10.19096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a4hwaRkHbg8TLiob3qwfklfbWyOux3m9 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.53125rem;height:5.2788625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngEVfAgPbp7zBisB313igHumxTCbfg4P { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:80.625rem;left:1.125rem;height:3.8216125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzZG4LIQSebQHh4tXqXfm0UFqJTuVIJh { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:70.874997138975rem;left:49.1875rem;height:1.9125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmhoThVnfNfQPVFbw7uxx1QUZDkXNwF4 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.34) ;height:18.375rem;width:64.75rem;top:158.5625rem;left:4.9375rem;display:block; }
#FlKhPonGLQtl4eANJ0ZxSlkTb9sQzeSv { position:absolute;display:block;z-index:15043;background-color:rgba(58,58,58,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55.0625rem;top:169.25rem;left:9.6875rem;display:block; }
#RyR7TqhrcJA5vdNpvEh8tfieJ3fqvsUd { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.748046875rem;top:170.5rem;left:46.125rem;display:block; }
#TlO0rDzAwFTlVpTlDh97qTDBX19yVz29 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:171.5625rem;left:49.1875rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tz0JhGg1KJUpTNKsNB4daUlbHxkbGIBq { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.748046875rem;top:170.5rem;left:53.814453125rem;display:block; }
#QH1UWtpobL0I53m9SCV6cP1TXIoJ7EqI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:171.5625rem;left:56.875rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JixrDMGPBecx6wJuQM4oFSuD0SB2TPhM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:165.75rem;left:40.1875rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NAqsTIvqd6Qq8l8tCRSFw9ir4tqDDvcO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:165.75rem;left:47.75rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#btanTBLQem6k9xISE7EkXUmKXHH3UDZn { position:absolute;display:block;z-index:15046;background-color:#f9cb47;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:4.125rem;width:7.75rem;top:170.5rem;left:38.4375rem;display:block; }
#IeHmXnkSagUzPMzLaLW5NDypvSomDMfX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;top:171.625rem;left:41.625rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W45TAUehg29ZvS72R5CbEP231Myy0n5E { position:absolute;display:block;z-index:15046;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:165.4375rem;left:52.375rem;display:block; }
#WPq4FNSBZp5SSimSHJPBP7F1lmaNGWKx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:165.125rem;left:54.3125rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hKxXSTZw32JgKKNlFF022qmdcioqyNd5 { position:absolute;display:block;z-index:15047;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:165.4375rem;left:46.125rem;display:block; }
#NtTHaEwLlTWdJoSW1KcuZCHEIJcKbH1d { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:165.125rem;left:32.4375rem;height:2.400175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QnoTKk5v4reWInIeTUb7LkB92UQPg0oO { position:absolute;display:block;z-index:15044;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:165.4375rem;left:31rem;display:block; }
#ycsA4R18WXyec9pmEXhZoRNllgeTnEa1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:171.1875rem;left:9.8125rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#titQdWrMwHDSn9Wd0nZ8Pv9PB04xNgfA { position:absolute;display:block;z-index:15044;background-color:#3b8751;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:4.125rem;width:7.7489375rem;top:170.5rem;left:23.375rem;display:block; }
#mXeAet2vqd6TRKKmJKXCnWg8XkNNOCCZ { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.7489375rem;top:170.5rem;left:31rem;display:block; }
#uKiv8My2TlqbBlfyoatiFckUR8l2w5vA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:171.5625rem;left:26.25rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uW0IKT7JTEnTnTqiKdu0mAsFU75417d6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:171.5625rem;left:33.75rem;height:1.9249125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UVn13zdd30acUbAmnA1ruz1Us6PSrPwx { position:absolute;display:block;z-index:15045;background-color:rgba(58,58,58,0.87);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:1.25rem;width:0.0625rem;top:165.4375rem;left:38.375rem;display:block; }
#mUX6T1FG35AlSlZllV2hHsACa2zVly5p { color:rgba(var(--color-tertiary-0),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:165.75rem;left:25.25rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WCcnG6t5f8UtPOsC2LvMK5wX24hpERSV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:164.12499713898rem;left:9.9375rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r7PiDMmL8qsBhXUL2dSR8DN8HqJ9nuTE { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:161.25002288818rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeF6hkvIabM45AXX1lXvSBnvA7DbTmXo { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:45.0625rem;left:6.53125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 { position:relative;display:none; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 { border-width: 0; border-radius: 0; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zbW1Vw49rEoSc6l2QTtuB34i62HUIdsp { position:absolute;display:block;z-index:15003;height:33rem;width:18.5625rem;top:5.8125rem;left:56.4375rem;display:none; }
#bEeDd3yssQnxy6tGJhMAtMNQ6kLcgn2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn > .row .container { border-width: 0; border-radius: 0; }#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:none; }#Cs373PeT906hdlbVDMuLT7unRQey76iz { 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:27.8125rem;width:17.75rem;top:5.625rem;left:0.5rem;overflow:hidden;display:block; }
#KT7na1oW5ScEH8uePPcrQdtvIuc1PmLQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.125rem;left:5.9375rem; }
#uy153DWpDspcz6KND88aRCQ6BirZ7oIQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:27.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:5.625rem;left:0.5rem;display:block; }
#bD7fhf3FIqeXKCTlnrRv4w9JNADVPM01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmWJIwv27S3yaUNdOm4sWctKzB2VSM3E { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:27.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.625rem;left:19.25rem;display:block; }
#GVhJe5IQ1t1lJuM3Q8IL81Xeich9a3GC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxWMvtBT1TxOsB5v7pOufVebEbbEgGQI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:27.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:5.6875rem;left:38rem;display:block; }
#qq8v5ZBh6iIS5NvEALiiRIy8fLmRlzqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDN27poCwmbkioh5uqS1ukbXT27Id9FT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:27.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:5.6875rem;left:56.75rem;display:block; }
#xfmFTiG8kwaTuXZnSIATcgQiKGeJuWSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnBTkbebWtLrLH55PePQJwMVZyuC86SG { 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:27.8125rem;width:17.75rem;top:5.625rem;left:19.25rem;overflow:hidden;display:block; }
#BSquShITesE97r4dfrIXy8WwG66qQnBk { position:absolute;display:block;z-index:15002;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:27.8125rem;width:17.75rem;top:5.6875rem;left:38rem;overflow:hidden;display:block; }
#uTouGoX8AnMgTtenTd1ynuAroCiTqB3x { 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:27.8125rem;width:17.75rem;top:5.6875rem;left:56.75rem;overflow:hidden;display:block; }
#OdTKhzdlV5bqzmeGiPd4wCeMnunR0ob1 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:5.625rem;top:16.75rem;left:6.5625rem;display:block; }
#uKSzBSz9VXx2Ambcg1ITTivb9yrQ4Xtu { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:5.625rem;top:16.75rem;left:25.3125rem;display:block; }
#DTQI2tO7uTPMzsSoJQTSHXXL5zRxoGdD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:5.625rem;top:16.75rem;left:44.0625rem;display:block; }
#KFfqESq1ChNOFBIuATvDT9RV7e6cItr6 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.625rem;width:5.625rem;top:16.75rem;left:62.8125rem;display:block; }
#dzdn5TvFOg4HDT98iLTEVHOT70e08ETC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.125rem;left:24.6875rem; }
#CiSzX5sIAr0qV2NPRds24IfEiGZQazTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.125rem;left:43.4375rem; }
#Vr3fiO3dHLLGbu9Or4zl6bpBGstVDgFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.125rem;left:62.1875rem; }
#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008a4b;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; }#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 > .row .container { border-width: 0; border-radius: 0; }#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#yT496Q7wiERn13K75onb0rCuEwfZVSQO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:31.5625rem;top:4.375rem;left:0rem;display:block; }
#Tqffk0S0czpTVviiMOSH3k7MeOQaTs3s { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7rem;width:31.5625rem;top:4.375rem;left:31.5625rem;display:block; }
#LUn0szKRUUD4GT3VyhnlKfzFlnKyNdd7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1.125rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lU1x98rlkDaV6bnF6RK2540EqVpeOPB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:33rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EwPDc7xMhqLhB6oKckRSiJf8wFU4vvb8 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:7.5rem;left:3.0625rem;height:3.6764705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRMQer6CXec223bBI9KQNoVi10NlBMHq { color:rgba(var(--color-tertiary-3),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:7.5625rem;left:34.9375rem;height:1.83823525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGmS7ycyhRXXZhHsg398MG6w0FgeAlvU { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:6.375rem;left:30.0625rem;display:block; }
#HlR4RtT2ZQXfweSdO9PdtAeksyBK6ISh { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4375rem;left:30.6875rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0ckl01CeZrF4NECsvVyoERU9cAbThV1 { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5625rem;left:62.25rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibTCZF1ZV1tkXdiVyrIIri4DM7JsCAGA { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:6.375rem;left:61.5625rem;display:block; }
#dZpwIESWJMMNrucpVWvBKl8OWIoXVqf9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.09375rem;left:65.625rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7Cf99MEJwNqNTRzyyETp0oNlccn55a1 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:16.1875rem;left:1.4375rem;height:21.838235375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ6HEM9WP5A4IZHBeK0P6PV6mOqzaqiu { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:16.1875rem;left:7.125rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9S5tA3XVlGCEfmx5lcy8uwt4nWgL6k3 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:16.1875rem;left:14.4375rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkdWk5FVMrGxiSergirc6guxCM5kT541 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:16.1875rem;left:21.6875rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJXmA3tcP1eXIh0XFHkzLN7NO5LFDXgw { color:rgba(var(--color-tertiary-3),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:16.1875rem;left:34.875rem;height:21.838235375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJEyVn2qT8Og1nzL4sgUcKxvrMhwG3ki { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:16.1875rem;left:42.0625rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IO03C09oMwA8hBT196CHa3m3u8b2kTZz { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:16.1875rem;left:50rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IO6gWAgqkzGzAF1X7sPTfprIlO2Apq8a { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:16.1875rem;left:57.0625rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKOofwPTfdqbZFJS2p4fZXT2MUtoX5gu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:20.1875rem;left:6.375rem;display:block; }
#skSxQWclaR1hXuvTIw0tQiX3ZOVvhxxP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:16.1875rem;left:13.5625rem;display:block; }
#cwmwaydIeTGl7u8TEpnQ443s0phZrTmQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:28.125rem;left:20.25rem;display:block; }
#rTozc0RQmyVIKlgrnrkLKe3f9bH3l3nn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:20.1875rem;left:41.25rem;display:block; }
#dQmbIt4blobxZSsaxdS45r3RJDDi316q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:28.125rem;left:49.1875rem;display:block; }
#ZowNDXGa1yrUIDnfTUUKyyel0mLd376E { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:36.125rem;left:56.25rem;display:block; }
#skVlgCTk8oGJytLw0sElTLcevqCqkCo5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:11.375rem;left:0rem;display:block; }
#cL4cIy2VyhesidiEqPTk38Uen2RMJDOK { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:12.25rem;left:1.125rem;height:1.83823525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTTVcrQT14OyLPSiW3ZR3weVQAv4iQwU { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:12.0625rem;left:6.25rem;height:2.3529410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnvV9VhZOnmIgl8zxqiXrrdhmJ7CAsTy { color:rgba(var(--color-tertiary-3),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.0625rem;left:13.5625rem;height:2.3529410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkZZniPcHQeigWPzvxypdvQJROeqxvDN { color:rgba(var(--color-tertiary-3),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:12.0625rem;left:19.5rem;height:2.3529410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPrNFUndLRuOPo07OQzTpxBzgFJXJPVq { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.0625rem;left:27.375rem;height:2.352941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jbf90VIDORVcAprXdZs8mZMWLiCubtUB { color:rgba(var(--color-tertiary-3),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:16.1875rem;left:27.8125rem;height:21.838235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EEabJ330PvzbZx9T6Bg8oTGycS7hFFEv { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:32.125rem;left:27.0625rem;display:block; }
#DafvSImTzHzrfKWr6fopd7SgEFo195Tm { position:absolute;display:block;z-index:15002;background-color:#fcca2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:32.125rem;top:39.125rem;left:0rem;display:block; }
#b1RlxptlogzBzoM8nVm3ih7baJbpWiau { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:39.34375rem;left:1.375rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJN2vRaxHorKHx7UzGAaeFDStmDeX4eA { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:39.3125rem;left:14.5rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQfpqvns1h7pagpEEy4RPMSnAASiulJ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:39.28125rem;left:21.21875rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoA8wkvLxlS7hwaIvpiZLFS7iowpbAos { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:39.3125rem;left:28rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6nMtvZaD6Wt9DPB5dV5TKAtysNHpMx9 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:39.28125rem;left:7.8125rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuKduWZTF76CFBIzVPCzC70TxLVGJFAg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:14.5625rem;left:13.5625rem;display:none; }
#LsdgQOE80v9elFz2iZEd8khTc2KMwJMi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:14.5625rem;left:13.5625rem;display:none; }
#vP2vpTm2K31AkBMk6TCZKz5ZnRtMKnP2 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:14.5625rem;left:13.5625rem;display:none; }
#GJxXV7vJuKdVrN7dZp7eV5WPcJTVxMOL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:31.3125rem;top:11.375rem;left:31.5625rem;display:block; }
#D7Q9rFRqMyh3JzV3Jn5QuQdET38fQZuu { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:12.34375rem;left:34.28125rem;height:1.83823525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LICN8pO1WtkLKHBMeMslxQS5hIplTswR { color:rgba(var(--color-tertiary-3),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.03125rem;left:40.0625rem;height:2.3529410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOCTxMzrWZmPwnULG4ZHVX5KSUn1mlfz { color:rgba(var(--color-tertiary-3),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.03125rem;left:49.0625rem;height:2.352941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8qK2GRxF5t8QVJkqmKEa4g54B83TyQ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:12.03125rem;left:55.9375rem;height:2.352941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTCffVVrhoP5tlpQsye9vNMifZxV8nKu { position:absolute;display:block;z-index:15003;background-color:#fcca2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:32.125rem;top:39.125rem;left:31.5625rem;display:block; }
#Brn6LbhLVDgTQz7xQIs0BftevDq5xoBG { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:39.28125rem;left:34.78125rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kV2Gq87XBViILpwrlt8QcBuwsLQp3TV9 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:39.28125rem;left:42.21875rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWUFDbeltn1dBJ6f3t4eTbO9P8rKz6Bx { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:39.28125rem;left:50.15625rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xb2Al2zsdkT1eidd641UMp0H5hPFwvhh { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:39.28125rem;left:57.25rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daTKJx2w2yCBbim3dApS2PT6fkMNwvek { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:32rem;top:41.125rem;left:0rem;display:block; }
#cdaiERqimPwf4cEnaNnO5M09nglFAEas { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:41.34375rem;left:15.25rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkCQliNoBqXExdsDdUisiIUVfbbeeRWy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:32.125rem;top:41.125rem;left:31.625rem;display:block; }
#QOsohcRHiKG0UdtKuqZMlFM5Q3oUfbIO { color:rgba(var(--color-tertiary-3),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:41.4375rem;left:47.5rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htXS1AebzqSZ1uuMzk0Rczr2IUEsgw0A { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:40.75rem;left:30.0625rem;display:block; }
#UI8wDGVpZN7p9Tghz5H5XzxxzMxSZMIH { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.8125rem;left:30.6875rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGTWZ4TTtOGpKMidARqpPSBmkqSWpeQe { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:40.75rem;left:61.6875rem;display:block; }
#M5iJs5Or7C65fVZZg8y0pNJTigRv8Xd5 { color:#008a4b;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41rem;left:62.375rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPp8sB85rSZoI1ZpdeVxOkR22LbxDCxn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.34375rem;left:65.625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twhGi9affykPLsS24Ppmn67pkqFBfvix { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:36.125rem;left:56.25rem;display:none; }
#xhmvshDmTEsDJk68XyJF2x0fyyud8Krx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.125rem;width:4.5rem;top:36.125rem;left:56.25rem;display:none; }
#uFfLsAozuuD6kFXnSaT4Gk2EgBRARoMM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3rem;width:3rem;top:40.75rem;left:30.0625rem;display:none; }
#HTZTV4oqJPEVGDrObERn4osIACsfkRbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container { background-color: transparent; background-image: none; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container > .video-iframe-container { display: none; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row > .video-iframe-container { display: none; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .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); }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container { border-width: 0; border-radius: 0; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#dyFM8TLZMJqVROW6X1T1MkXNWQv67FZE { color:#008a4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:4.45703125rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#geTehCrsRAzSiV2rLItl0TG5CH6VA1x1 { color:rgba(var(--color-tertiary-3),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:9.4574737548825rem;left:-0.031249046325684rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tu7SKRibs255ViuvZ5xL5KHC4iHAQwrc { color:rgba(var(--color-tertiary-3),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:12.207031726837rem;left:14.531250953674rem;height:10.80078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOgSJQevvOpqKISa4wglNBNgsbNpUkQe { position:absolute;display:block;z-index:15010;height:2.75rem;width:4.9375rem;top:21.01953125rem;left:1.34375rem;display:block; }
#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container { background-color: transparent; background-image: none; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container > .video-iframe-container { display: none; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row > .video-iframe-container { display: none; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .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); }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container { border-width: 0; border-radius: 0; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#udFIf2Q6W3kVg0wEso0RCHJ3lql36gsw { color:#008a4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:2.20703125rem;left:0rem;height:3.76855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container { background-color: transparent; background-image: none; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container > .video-iframe-container { display: none; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row > .video-iframe-container { display: none; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .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); }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container { border-width: 0; border-radius: 0; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#dpf4d81RTSTTK7d8DdTADHEnnIuNKrzG { color:rgba(var(--color-tertiary-3),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:1.4375rem;left:1.90625rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JA0eAKPAeAnNTRhDCKprq42gk4IVdFLh { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:0.5625rem;top:0rem;left:0rem;display:block; }
#boTEC8BtinQI0RHOJyHxAMKvS0VRIuqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:73.1875rem; }
#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container { background-color: transparent; background-image: none; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container > .video-iframe-container { display: none; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row > .video-iframe-container { display: none; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .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); }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container { border-width: 0; border-radius: 0; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#RKZfUp8yTsik4seeQ8sGAJDLAsDXUQi7 { color:rgba(var(--color-tertiary-3),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2rem;left:1.8125rem;height:14.4010625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container { background-color: transparent; background-image: none; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container > .video-iframe-container { display: none; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row > .video-iframe-container { display: none; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .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); }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container { border-width: 0; border-radius: 0; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#usSQBsylBJXlJXzBLrHxmTJtunLODpK5 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:1.4375rem;left:1.90625rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DoJJw60GrIFEa0cSpGnKEf5XsFOKLBV7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:0.5625rem;top:0rem;left:0rem;display:block; }
#s4x68SyQNGx1cplt4scZ5JcyOQsniTGi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:73.1875rem; }
#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container { background-color: transparent; background-image: none; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container > .video-iframe-container { display: none; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row > .video-iframe-container { display: none; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .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); }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container { border-width: 0; border-radius: 0; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#uT2ML858qdFLU88DXwb3Ja85fZLfHzJW { color:rgba(var(--color-tertiary-3),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2rem;left:1.8125rem;height:7.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container { background-color: transparent; background-image: none; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container > .video-iframe-container { display: none; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row > .video-iframe-container { display: none; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .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); }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container { border-width: 0; border-radius: 0; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#MhCFwXqF7kotDpvXNpG8OODJ8s8Bs5Qd { color:rgba(var(--color-tertiary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:1.4375rem;left:1.90625rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aUbxK83APhg7xgLsds9mz4Ke3AN5uscW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:0.5625rem;top:0rem;left:0rem;display:block; }
#f42OfaBVT6qEIceACGnSXNGMX7prHxXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:73.1875rem; }
#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container { background-color: transparent; background-image: none; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container > .video-iframe-container { display: none; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row > .video-iframe-container { display: none; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .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); }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container { border-width: 0; border-radius: 0; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#gKPG2dff5z5P3FoTCgpTc7fgR2ZJNOcG { color:rgba(var(--color-tertiary-3),1);display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2rem;left:1.8125rem;height:10.80075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmBwLSKdqnIbSro1OkaCuMR76TKmemia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfadb;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; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container { background-color: transparent; background-image: none; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container > .video-iframe-container { display: none; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row > .video-iframe-container { display: none; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .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); }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container { border-width: 0; border-radius: 0; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#pySrwwEoESlmHvkPceXPiVCy5nnFI0xK { color:rgba(var(--color-tertiary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:1.4375rem;left:1.90625rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkqgaWV3e8QW6zIIWVibxfFJSf3foRMq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:0.5625rem;top:0rem;left:0rem;display:block; }
#d3I6I4F5FF0VuGwoTlVn3oCQKNOCLBKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:73.1875rem; }
#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container { background-color: transparent; background-image: none; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container > .video-iframe-container { display: none; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row > .video-iframe-container { display: none; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .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); }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container { border-width: 0; border-radius: 0; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#ydakEN1NL5h5rJVx8lId16MXPx2swkFT { color:rgba(var(--color-tertiary-3),1);display:block;width:73rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2rem;left:1.8125rem;height:12.6009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx.adaptive-delivery-prevent-bg, #lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx.lazyload, #lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx.lazyloading { background-image: none; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx > .row .container { border-width: 0; border-radius: 0; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:31.125rem;overflow:hidden;display:block; }
#MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { 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:2.0625rem;width:2.0625rem;top:1.6875rem;left:33.8125rem;overflow:hidden;display:block; }
#qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { position:absolute;display:block;z-index:15013;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.0625rem;width:2.0625rem;top:1.6875rem;left:41.75rem;overflow:hidden;display:block; }
#EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.0625rem;top:1.6875rem;left:39.125rem;overflow:hidden;display:block; }
#suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { position:absolute;display:block;z-index:15015;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.0625rem;width:2.0625rem;top:23.25rem;left:44.5rem;overflow:hidden;display:none; }
#xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:41.8125rem;overflow:hidden;display:none; }
#ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection { background-color:#1a1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection *:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="text"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="email"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="tel"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection textarea:focus-visible { outline: none; } #cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container { background-color: transparent; background-image: none; }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container > .video-iframe-container { display: none; }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row > .video-iframe-container { display: none; }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .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); }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container { border-width: 0; border-radius: 0; }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xe5b1eebcc4f2745339130af398f6def.widget-smartsection { display:block; } #xe5b1eebcc4f2745339130af398f6def.widget-smartsection *:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="text"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="email"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="tel"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection textarea:focus-visible { outline: none; } #J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRTpBxVt8Qfk3hlTS5hel35FGwwNcmZw { top:7.5rem;left:0rem;width:39.375rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngtqyFlwslqcyFtMLfddWNllGmsbuPC { top:14.4375rem;left:0rem;width:44.8125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWO3c6ZifdRRhVRJCwHnsye2U2N3qyqg { width:12.625rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWZVAiFs8El6clINv5JAovdmBxaka0oA { top:6.1875rem;left:34.5rem;width:13.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzK9Rqk6hhxNpHcDob2e2OAuTV7bntdW { top:3.5625rem;left:46.375rem;width:1.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvPn341X7La9qMaPLhT8e0s9vc4GTG9 { top:1.5rem;left:45.9375rem;width:1.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { top:5.125rem;left:28.687501907349rem;width:16.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdyVn3352Um9XFuowMMc6PTuz23H46oo { top:8.0625rem;left:31.75rem;width:16rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { top:3.9375rem;left:30.187501907349rem;width:3.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { top:3.6875rem;left:36.062501907349rem;width:2.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { top:10.125rem;left:30.375001907349rem;width:3.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { top:11.4375rem;left:34.625001907349rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { top:8.5rem;left:35.500001907349rem;width:3.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { top:6.875rem;left:39.062501907349rem;width:2.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { top:11.25rem;left:45.1875rem;width:2.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { top:8.25rem;left:45.0625rem;width:2.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owrgQfR4T2gRetMprKTywSNTPDaB2eNf { top:7.375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { top:10.5625rem;left:45.0625rem;width:2.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { top:14.75rem;left:44.75rem;width:3rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W38CV8BKzHDAidcLut29Kms3mrAyT5Vm { top:1.375rem;left:41.625rem;width:6.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { top:6rem;left:0rem;width:18.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm5TnzPZVnJW4dEgwTisVkUw1mqvU93 { top:3.375rem;left:44.875001907349rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7qBGIpI9pib8xpbvXDdIigSZcsKvRcb { top:3.3125rem;left:45.125001907349rem;width:1.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { display:block; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSB92cQlxNI4yM7lcV2PSqgnppMyuC2l { top:3.625rem;left:0rem;width:19.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e65vJANivhWqHPnSwkIWVTGXLLFUplBJ { top:10.625rem;left:0rem;width:27.8125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1NPuus7oNLN39VB2ywPukQo7923dXCe { top:27.9375rem;left:0rem;width:29.3125rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUJKPEFMOEKeohVfbI7aOJdz3tLcedSd { top:31.1875rem;left:12.5rem;width:35.1875rem;height:21.898573775678rem;display:block; }
 }@media only screen and (max-width: 763px) { #dofJ4LrnMTgNJaGqs6H810SuqTrfDLB0 { top:9.5rem;left:16.5625rem;width:15.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrlXtJUykuqDuccGqBtHnTUmkwrcTd2Z { top:9.5rem;left:32.5625rem;width:15.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5B9TrIytf1TlPX1Dp9zOCJat5pT4q3N { top:18.0625rem;left:33.090625762939rem;width:11.875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyFi9F0FKOxiLyGHaVAvO5TDkx9lKqG { top:11.125rem;left:17.159374237061rem;width:9.375rem;height:9.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwskPlz2prX50eeESSVCC7uJTC9ILaSy { top:11.625rem;left:38.5625rem;width:9.1875rem;height:8.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmwgzRkPeCwbg4AzZGoinCZEmoT86cWh { top:23.5625rem;left:33.746875762939rem;width:10.5625rem;height:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { top:9.4375rem;left:23.3125rem;width:24.4375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { top:10.625rem;left:27.375rem;width:20.375rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { top:13.875rem;left:28.75rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { top:13.875rem;left:32.8125rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { top:13.875rem;left:37rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { top:13.875rem;left:41.0625rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { top:13.875rem;left:43.625rem;width:4.125rem;height:6.8961307546606rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmT7T8qe0TVtMT2ypUKxPVqb5QeIi77 { top:7.25rem;left:0rem;width:18.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txs4U0SersqnT1TeE7ogKIDkhBxxlq08 { top:18rem;left:0rem;width:28.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRzDfQLwIt0rqcTq8iRUTTM9I5pCGfT8 { top:45.6875rem;left:0rem;width:27.25rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp { display:block; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLPrL79kmyvCFArs2zE5iMfc5JkDHa3m { top:2.625rem;left:0rem;width:26.625rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml5vH7db01aRND4otN0ZN8PyWzPdL8yi { top:10.3125rem;left:0rem;width:44.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsQr147VOaFae1443bRsgMkDA5wLq53 { top:12.625rem;left:0rem;width:47rem;height:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG4hh94NKM9sc8rNHSFMiQJrLGAu51eT { top:6.0625rem;left:0rem;width:19.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6F7nMelzd3Dk71vvdstXaNaXbVtAVRB { width:20.75rem;height:3.4375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tve6PNVlWTn1INv917fuSST2MGJZhgCv { display:block; }
 }@media only screen and (max-width: 763px) { #tRxCpEodZTCSdS3gUPXxz39c9oTlQ07i { top:34.125rem;left:14.5625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbMZlt7iFdqqEZJLMFGauI37IHPgUqL { top:30.875rem;left:30.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyilqHIePzp0gkb3pEtw0prQ3xQ7cTt1 { top:39.125rem;left:24.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bceUwUfc7gc9wIJMQMo8he8ZfqXNycky { display:block; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsso9M1okorpeX5iHOtCQgcHZtNPuLB8 { top:7.125rem;left:0rem;width:31.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFVJQiCUTNVpVPsLG7G5sLgR41r9Lir7 { top:7.125rem;left:16.1875rem;width:31.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8g36TQ3ZG1BOtZytOyzqVUrUmNTR4A { top:8.5625rem;left:0rem;width:27.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdO786dGSGvOFusWtvAaTHbeM9Of6Gp { top:8.5rem;left:21.75rem;width:26rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbcUTtd64ivLdymhQoyhq38GACdpAra { top:9.125rem;left:22rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFEIk2UG9FhSqNMS6nzT4e4FoAuleiFR { top:9.1875rem;left:22.625rem;width:1.6875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppDKA8tBknqoTskian8BRCSpnDyIQVh { top:18.9375rem;left:1.28125rem;width:2.375rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUrsBUUPTJFGX6eBdU0ToEqla0woEChS { top:18.9375rem;left:0rem;width:4.5625rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU3rb6IGsNrfFenTDxESLmJs7aSOw9B { top:18.875rem;left:4.75rem;width:4.1875rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkBuxtPwia7iALLAwOQafbl4zUfIiMu { top:18.875rem;left:12.0625rem;width:2.625rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtA6a5hGt1luh2s4kwf5wwqDPFLM0bw { top:18.9375rem;left:33.75rem;width:2.375rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0Ogmsey2uoJf22aRprb6nwW0T7EEOD { top:18.9375rem;left:34rem;width:2.875rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzeAkelX4rlgh6ggTC6pDWvFH0SCwVcp { top:18.9375rem;left:41.9375rem;width:2.875rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnfIWVbnxuoiZtn5rLb98MZs6FXttdrT { top:18.9375rem;left:44.875rem;width:2.875rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGbAFw8WnkokNNNg4GQQMETIwPfLWsaq { top:14.125rem;left:0rem;width:31.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97NlNorMLEhTF5hv3eukrNcFxKK6Qob { top:15rem;left:0rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXwN9A0v54DqNeXzTWS34nfhDgJyWxgb { top:14.8125rem;left:0rem;width:5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v19G3Wuh40mv4IdOFpUQlV2xA1KCmCgS { top:14.8125rem;left:3.875rem;width:4.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmFzOuMunxdFfalhWeJoiXBOcfPBymO { top:14.8125rem;left:8.6875rem;width:9.6875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIFmEFiXsadVk4XZdq2T2eKo7irK6acf { top:14.8125rem;left:19.3125rem;width:3.0625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1zsrDLStxya1MWFu3noEUIQl7V30ho9 { top:18.9375rem;left:19.1875rem;width:3.3125rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXyUUmXUnK6L62tiXnnX4TTTk1Z5TS0 { top:14.125rem;left:16.1875rem;width:31.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNzcyI3Ef3bCGNwgHwPMQ8XnvMRATDi8 { top:15.0625rem;left:25.53125rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uhBdRCUPTrmpJIU9cWbrUw8bEStiQx { top:14.8125rem;left:32rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgPFO6ly62xoTTuE8bpqPHiTnPneFe0F { top:14.8125rem;left:40.6875rem;width:4.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTXMTrVIoOkrhlH4F5VmGXbF8sTQzog { top:14.8125rem;left:41.3125rem;width:6.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMutWGimTrAVbXp431nyKfxmpcCMJk7 { top:45.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weFmQDOgsvmZCOgkiKq3FMBGOnUHN2vF { top:50.25rem;left:0rem;width:7.875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAQKyxS7PFRPVMnnU90ql2XWtyoT5i1 { top:52.25rem;left:0rem;width:29.0625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfLBJB7w1zEHr9u8prDcpIINTAFOTff { top:50.1875rem;left:24.9375rem;width:22.8125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atOq3WTrMZQFDJmiiuAZOKnpHeLMxlgK { top:52.25rem;left:19.5625rem;width:28.1875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U88GfIV0OP2Stn22HvTyESFgmiPQoJFF { top:66.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNkRP3hZpncJHGpNvFcTmvJTyyPikzB { top:76.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5oqHzO7W4lbKXL8f1QdKruDWWQc3elL { top:81rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLI0ypoaeINqzb121fPkHVgLpS6DTmL { top:84.0625rem;left:0rem;width:8.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFk4yl6xr87A9dbhMfVlu90MeCmmKrV0 { top:90.9375rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ep7JDTDOSyMJnfPmsecEPvsgdpPevs { top:89.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skHhPTtglTFyStuI23Er7FukT7Fr47sG { top:84.875rem;left:11.5rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxoPz1wm4l0RdWC0vlZWXwHuhT1prmi { top:85.5rem;left:18.9375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHHuZgrluTTmvaFQEveEipfruZCx6CTP { top:85.5rem;left:26.6875rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDIutfmSpV3rmitIZiIsv0QotOArl02 { top:85.5rem;left:34.25rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUk4UO1Mp8OdQbd0E8x9OrnWCy1irzH { top:84.875rem;left:42.0625rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJPp4y7b6kmzaV9P0WThWDci0ZS85W9a { top:90.25rem;left:17.3125rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiVhldtfwGlm7vUsEi02U7K7fIMd7gN { top:90.25rem;left:25rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZv9LqUHqhQ7GRL6qd4M8s9smwiFoN8O { top:90.25rem;left:32.375rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf2LEu5DMq99Avwmnix1bCI5dBkV2Pe5 { top:90.25rem;left:40.0625rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvzG5T82VuSJ3ZN5HGOJRLMk3Qens6W8 { top:90.25rem;left:40.0625rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqDngu2OsK1QN10ebh9ohLphWGighu1 { top:91.3125rem;left:20.1875rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfiAKN6sVleov98ALCn6TEz7yTmiVrge { top:91.25rem;left:27.6875rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hplncx4J1ubDVlW5VGimcNGdxUausbal { top:91.25rem;left:35.5rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRsAihPFwIbcX8sfGpz0cxV0RREPywm4 { top:91.25rem;left:43.1875rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFrnZUrmCTr06xEe5WlXC07nIX9DhLx { top:91.4375rem;left:43.280384063721rem;width:1.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn5McdxIqsiJxktEUJzUutrEBVJflbRw { top:85.4375rem;left:25rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7MsWh1bUu56NvoGIRwSKPRR44lTPPC { top:85.4375rem;left:32.4375rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TUUnTsQIulAxHMRvvdS16JnVJxgtJW { top:85.4375rem;left:40.1875rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRVzWMefXPMGKKp7saEt6PHHZHTpmir8 { top:85.4375rem;left:47.75rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkinkdFJurLwH3It4Pt0RJoDXh5Cny7B { top:128.125rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzr7ankfiDG8tWN2ugrhWskQULswteC { top:139.75rem;left:0rem;width:16.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKISbUy6dwz695dFwsBo1EIddwF5Xf3V { top:134.75rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M174R03POw18uSoJokvbzkxhAelHWfI8 { top:131rem;left:7.0625rem;width:27.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQJOp1P8oMWpDu0CVuSEm7yeylegLUbi { top:138rem;left:7.0625rem;width:27.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbEfTESUgmp4JkIW6FeA5E5BS1TppQkN { top:139rem;left:7.75rem;width:3.8125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1qUeC67UUkhf8DFwTGTww1d1LvOkka { top:138.6875rem;left:11.4375rem;width:5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTp8RvTEDDxDU9BJty74TNFLGIc6xPd0 { top:138.6875rem;left:17rem;width:3.25rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQaAkqhlex55O66hSoZKk0TV9NHqAi6g { top:138.6875rem;left:21rem;width:8rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrXNyA6pIILPCuRgVOQxRr1oCqoQddxD { top:133rem;left:32.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR2OiLS6HxPwVisVKC6wd9gmTl9TQgFn { top:142.4375rem;left:8.3125rem;width:2.375rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPdUKbOXA3a18SudrU7sXp32D8rzNqfx { top:142.4375rem;left:12.5rem;width:4.5625rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXe8DxWh6Kt1fNz8U4wgBSa1vTcFPAR { top:142.4375rem;left:17.375rem;width:4.125rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXcAtBdv9pvvbz7AR9FvuVRmfTA3NsXF { top:142.4375rem;left:24.25rem;width:2.5625rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTq8ONrNlEnyP3pbkNJNorgpTwmoKT7z { top:138.6875rem;left:30rem;width:3rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbQTBq4pt3ZdT5Lqr84K3ETe5coJtWid { top:142.4375rem;left:30.0625rem;width:3.3125rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWBpmJ0Pvel2uIKqw1nsHUrVp9CN6eA { top:131rem;left:20.5625rem;width:27.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRv0S3LaTtwZ571as60oD2NnsyzF1zze { top:133.0625rem;left:33.3125rem;width:1.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTrt4dRcGAMtALhfcBlTzwMn4Ryy6wy { top:142.4375rem;left:36.125rem;width:2.375rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOmh6ygozf7acsKrUNnTglsuEOkQz5P { top:142.5625rem;left:42.625rem;width:2.875rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oge3lQTeHuNdegroruNDgJADhGhptBMM { top:142.5625rem;left:44.875rem;width:2.875rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7QA99GPGVTl8LnWp967fxZtImO9bDl3 { top:142.5625rem;left:44.875rem;width:2.875rem;height:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfZaBesfD0JIxtBaeV2HDS2GN0To3c6l { top:137.9375rem;left:20.625rem;width:26.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPObHgGozBVfyGzANT2Iz8MF2tXLOMv5 { top:139rem;left:35.6875rem;width:3.8125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnw9DrZxbBQLnzWkW5cnL3mZVriyZAX { top:138.8125rem;left:40.75rem;width:6.875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XADLRdcChLL5A3Ihm71KiV4OFUOwWb3t { top:138.8125rem;left:42.875rem;width:4.875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqAuTIb2VNeAaZcTS2PRxo4vNmikIT2 { top:138.8125rem;left:42.875rem;width:4.875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWpJgFTUmTXiMC9sDI7gu35BIctXB4s { top:132.625rem;left:7.6239585876462rem;width:25.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1OPvwiD8z4XFSuFuZ6v2NwibKIucRVV { top:163.9375rem;left:9.9375rem;width:24.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZh3TSR9gRhZxNEK658l4SOeb1y9M8mv { top:132.5rem;left:0rem;width:19.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVHBT7iCmHqHWDBp7T5NVPlTTcT0WxP { top:163.6875rem;left:21.3125rem;width:2.375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhqC3JX9Azr7OGRTyptrB56q1JTqxyJ { top:163.9375rem;left:23.3125rem;width:24.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHvrwEOxRhwDhw8aUIvwTFVf89eHahtU { top:163.5rem;left:32.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgf6ZRhw9PmQg1yT9Conv2DRNWGqSEBC { top:163.6875rem;left:44.9375rem;width:2.375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecZovnxHVDacbX2Fi1qeTWVo8LRrvKdQ { top:181.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5lTxIAxecruFL8qRG7ArqpoIZbTB6m9 { top:188.75rem;left:0rem;width:47.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnLXkzV79zOFoeQoOHXUehbHFMV9vR8O { top:191.875rem;left:0rem;width:8.9375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J90zOhkT0QGaduIa9BHgtZetkd0HymA6 { top:192.5625rem;left:11.1875rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0G9qtf4r540pfXUWxXyvZRgb9KitR0 { top:193.1875rem;left:18.625rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9eeftwVMIVE9r8SrXXni7QlubUg6bce { top:193.125rem;left:17.25rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcnXllCI1fyndd6UVmPwPIARdTpySIdO { top:198.625rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWyCpDMrAHOeTPmU7oMvXq6xZZmNesn { top:196.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E538i9uRzxnHAP7CaGWHDCuNPVNGsMOv { top:193.1875rem;left:26.375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt31eV2nqqeQilriPAO9BEMDh0lkAUHc { top:193.1875rem;left:33.9375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbg0ZuakuuNHueZb7z8u5lywRhTHR7QW { top:197.9375rem;left:9.5625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7psoDNcpLJgUtInRwr2PIqdLK8Bu3E { top:197.9375rem;left:17.1875rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSJV2gZRXCqQ6U7GpvIXGAdo7pNWPN9V { top:197.25rem;left:24.625rem;width:7.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1kFd4VsglvHCZpxCP9TlATw40TJlcxN { top:197.9375rem;left:32.3125rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvCFxWZUzkBHF8yzsbv2XFUxJXigEqz { top:199rem;left:12.4375rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDhEh1MT93Twdv5cbW3Mii5FGNhFn34s { top:199rem;left:19.9375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH06sNOhXuHoPF52LzfuZQu9yAKC7EAr { top:198.25rem;left:27.5rem;width:2.1875rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEtZhSillzA5MlF851yJEKpC7DBlEgfu { top:199rem;left:35.375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4phrU48Nrv0brOB0bo9FCLOxkVG70h { top:193.125rem;left:24.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1ue21Xa1eHBhyPQJvq6TEnHF05246td { top:193.125rem;left:32.375rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCDTArKA5Wb4TXEOgupEmZhTfmnyXDwC { top:192.5625rem;left:41.75rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvFdyPIT6ZGH185eKfubQng4oyce6RgE { top:197.9375rem;left:40.0625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vfV2s12DpldNMMBuSauhDaSbirrsgM { top:199rem;left:43.0625rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxW2UUw86EtaEASFATSnTktfod5R2Iv { top:193.125rem;left:40.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1UtyUuiKi042KJeZaEOxyuTxwtrfd4 { top:132.625rem;left:23.3125rem;width:24.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Ti9ffrWEv3Bymd4zJPHGNCHXVggpwX { top:61.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhk2TgKg3Tio3eCSosTLHNWwT079ladG { top:71rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew96rrwiIfkt9yGWoW4e9E3e9h1PUGwz { top:17.8125rem;left:0rem;width:31.3125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGnoolSnNE2Vmm2u7ouRaLhntAAGMlI2 { top:14.3125rem;left:0rem;width:5.5rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9HXFIZClJC23JrFvGO22HU8SbKixG2 { top:17.625rem;left:16.1875rem;width:31.3125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgQn1t7wxP2F8eabhLc6OcEwHvEnqzdO { top:14.25rem;left:24.375rem;width:6.375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4HhpG90MPFNehKZfrl6Oon6cSUnPJH4 { top:183.75rem;left:41.9375rem;width:2.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArATmVboP7aM1ZQCwsw33FpMpCZrC9hq { top:183.5625rem;left:41.65625rem;width:3.4375rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZW4rvGTA8byIaRrF9awqWKcbILegnOT { top:163.75rem;left:42rem;width:5.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhIOQT4GMGe7k4hbkr6EtFp0Jns92EeN { top:167.6875rem;left:10rem;width:24rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZ413dlpVbrlXgQhysRTELxFzZzNEpM { top:167.6875rem;left:23.375rem;width:24.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7CTcU9c1wUgUximbg8WqORL67tt9gd { top:167.1875rem;left:32.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #auGHFxDKXrToOqz73FVarpL3cKGs2rTd { top:167.5rem;left:21.25rem;width:2.375rem;height:2.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5NKS0Gqf4kTqyZ8aIaET4VCOgtViHw { top:167.5rem;left:44.875rem;width:2.375rem;height:2.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI9UtQ351WcUimKME8yusw74ZDRR6BtU { top:168.0625rem;left:33.3125rem;width:1.9375rem;height:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQZpegBTLIpg5sPKehH6XLc3X0ySeJeE { top:167.1875rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PQqFMdkpTB9kRnU0ZavXdxoO2HvDuc { top:167.4375rem;left:46rem;width:1.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6bS7t4yCBMHe0VnF5SLTaDA0k3iVJ3n { top:167.5rem;left:45.125rem;width:2.625rem;height:2.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBelqETJJt852Ci7oxLND9k88q1ETnZ { top:171.75rem;left:2.4375rem;width:42rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8H4mdIKsSZzR4vpNa8WJsz3aFkfLQN { top:171.5rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSWSXEcbs8M39Jb79hxR76D7c3s1sJp { top:164.25rem;left:46.5rem;width:1.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRd4ch3fu1QHNLoa7F2H8J5tSdq1Gu0y { top:164.25rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV4QTJ3dWFvt4AB1TQHTq6OhnFhtBu6D { top:103.3125rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBGi8exxSTTdSXxALP4c3gbfxbRoOeM { top:113.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFCiVrTU5DX887OHOLfxcu941VfOc8o { top:114.4375rem;left:32.3125rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BWhXxkS0ZpEkbBzDfqNN1iX7SW0BLV { top:115.5rem;left:35.375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlPbXGBdT09qKiadCutzE01LDboEiyk { top:114.4375rem;left:40.0625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKRKsvXqJOWvGk6feov38O05x6EcZvy { top:115.5rem;left:43.0625rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRcvyNvToEXTdEWhXzbKJNWAP1yVQkg { top:109.6875rem;left:26.375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zhF0IICfCHGGVKWpR5g2QFadKxScIz { top:109.6875rem;left:33.9375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqB3DUd55aDeuPM6d5pTrUWK3crWHIGB { top:114.4375rem;left:24.625rem;width:7.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MB9FP4b36REkzCXgWTsOJn74ChZJUU { top:115.5rem;left:27.78125rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tw4Htdlq1n46TvSmLO277MA4sUQnWh { top:109.625rem;left:32.375rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyKRXwVZ2WsimxzJA7d0Qam1AArxBxTJ { top:109.0625rem;left:41.75rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6FawLabWwpRNqPwxEQrWmzdu5EvCnmJ { top:109.625rem;left:40.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr5xehghLMWZk6IWfwNmIVz9crQOtAqs { top:109.6875rem;left:18.625rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Pd2JpnTKoTQ8gsTHbf1fcuhmdRSB0s { top:109.625rem;left:17.25rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KERW0mwwBvJbisTl3VIK2bD3XhibCHBC { top:115.125rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BPmIUdKMd2z9frstOlXTkHmLxaze6N { top:114.4375rem;left:9.5625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwkpeo3bMyIewrRHPgmA6eRiz3w22LU { top:114.4375rem;left:17.1875rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TfzUDMnE7deQq3D0m98FMSKVLLIk5o { top:115.5rem;left:12.4375rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ0T3uzJRB8AGCHk9nPblFJOq5CxdsHZ { top:115.5rem;left:19.9375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxTqypfiQrzFNiqZU0xZEVh3KB1HOOo { top:109.625rem;left:24.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGX1kZPdbSXZG3CpNbJ86zq0XMDPpv9D { top:109.6875rem;left:11.4375rem;width:3.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNfMaQhzKwPIpkp89ntHxnBAEa0p3ID { top:206.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAFTVL9r2wMqvEh3pxzxb1SnlPf1S0E8 { top:108.25rem;left:0rem;width:9.1875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4lw3I3W3PkWSkgizQebJT4tZBHPTbKe { top:105.3125rem;left:12.4375rem;width:32rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0X900pfMFBbP7WWQrkh5OR4slTPbI5W { top:190.125rem;left:11.0625rem;width:36.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTkQS4mwpDbgk5DeZT1T4fiXWaGXBCi { top:82.0625rem;left:10.25rem;width:37.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWJL1QXn2eEyiVFVledrGZV4dRpAO6rd { top:68.8125rem;left:0rem;width:20rem;height:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqGy4BoQ4Pn3H9ONFJZb8TzSwxldsq70 { top:57.4375rem;left:19.5625rem;width:28.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 { display:block; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxmKqoT1grWZsURr6e0Ch6AwkFihmPIn { width:10.5625rem;height:3.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvdwykwUg5DeziaZJ5edqdsXRhlvd2c { display:block; }
 }@media only screen and (max-width: 763px) { #TJ2weEe2hzBV5iHTCEPpWDsagGqiBxWF { top:2.6875rem;left:18.3125rem;width:20.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33Bhs79ds5s9FmpqHC3gPEAmDkF8IFx { top:1.6875rem;left:35.125rem;width:3.4375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHBJ6SEtzW0oBBd63UWqzTa42AXhG8PT { top:1.0625rem;left:32.5rem;width:1.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR0agTC1GKPN040P0OV7gPhqeGJ80xJ2 { top:4.4375rem;left:22.5rem;width:3.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN36G9J2z7bH83FAGvS2ecC88Fubmmp3 { top:2.25rem;left:21.3125rem;width:1.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2fsov4ps4vRKkX1o4MiHSR9ulBc6g5 { top:3.9375rem;left:19.1875rem;width:2.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGvgMUAcr4d613S5tWaXZ404oJamCX91 { top:0rem;left:34.125rem;width:1.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTs84MrgHQiUgAdAc2NTAM28FvsIyyBA { top:6rem;left:28.28125rem;width:0.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON { display:block; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbIzRuNyRkTTczrT6DfCmO5pZcI6qiKr { top:3.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOAZdxlkVQTs0MdeQJENN4laQhhlaLDF { top:11.5625rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQIDaatmiK64HlLANb5taNv1nP7mfqTl { top:14.125rem;left:0rem;width:33.9375rem;height:;font-size:0.875rem;display:block; }#RQIDaatmiK64HlLANb5taNv1nP7mfqTl li:before{  }
 }@media only screen and (max-width: 763px) { #SfZSfCZEvay9C2gQ11F72mXkCDpakpRp { top:14.125rem;left:14.8125rem;width:32.9375rem;height:;font-size:0.875rem;display:block; }#SfZSfCZEvay9C2gQ11F72mXkCDpakpRp li:before{  }
 }@media only screen and (max-width: 763px) { #GlTIWCiEboQJu75KBnLxUEA4hVuS9dkw { top:29.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu1TAtBSckPppt6GLsEtwc7sFsE5syv { width:25.875rem;height:3.4375rem;top:36.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz72PMqkuMrQSp7XkDdLpQVf9EKKVMv6 { display:block; }
 }@media only screen and (max-width: 763px) { #I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU { display:block; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyntivhGeewGERFPZ1xFbeMP4pd24QZK { top:3.1875rem;left:0rem;width:31.5625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfOZuCtRz1CHxvorFkDGkL6mL7z0p67 { top:3.1875rem;left:16.1875rem;width:31.5625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTwm7aKwTaq4aHpgi0bkQpOqfmZns7h { top:3.8125rem;left:0rem;width:27.625rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzzZFJxdabqOvBucTL9OKm6852vh04Ji { top:7.375rem;left:21.8125rem;width:25.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfRothkFydV3rorc5twhN7yAGfu5Zhob { top:9.5rem;left:22rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbgyXGfht7uTOxVaEGlFkKfMgaCoFP0 { top:9.5625rem;left:22.625rem;width:1.6875rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAvSxSMuBEkfU7GM372XpyZgyZQ82CBi { top:19.3125rem;left:0rem;width:2.375rem;height:42rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiDGMuIsoaSRubBuV4GWUkKMciHF0cNy { top:19.3125rem;left:0rem;width:4.5625rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhQUQdhSBaJ1qx6B0mqV1BuLgugx0s1U { top:19.3125rem;left:3.875rem;width:2.9375rem;height:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyX4xQqEnmebkRDOz4ZVAFwMQIk0SrD { top:19.3125rem;left:11.9375rem;width:2.625rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se63FJwmIxrNmQWe1c09MNh47nyoqTC6 { top:19.3125rem;left:25.5625rem;width:2.375rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRRauyTAUd9BuuWmU8kHcXnOSdWZM8bV { top:19.3125rem;left:32.3125rem;width:3.625rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi3WPbkZERx9dpVIWD1DvvBi0ug2ABUX { top:19.3125rem;left:38.625rem;width:2.875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pc4wOaWBzePCsQeG6qT5WlzbMrmFRO { top:19.3125rem;left:44.875rem;width:2.875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebJZ7QOZeUDqDIgqp4cqCaOiwOAWJP5L { top:14.5rem;left:0rem;width:31.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzM7g3f1UVLkL9rxVDIPCB5Mv17DiNmg { top:15.375rem;left:0rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2PfEkqDcT7xwuAyWM60JuApCLItRkoH { top:15.1875rem;left:0rem;width:5rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5kTCM8J4AxtQmcaTgH7VXAphIs22tH { top:15.1875rem;left:3.0625rem;width:4.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKiqar9gnLALdeT3tK3KQnwdLlldNNQ { top:15.1875rem;left:7.75rem;width:10.5625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLVpaEe6F64R3NQDE8PZTycangyRnJ2d { top:15.1875rem;left:18.6875rem;width:4.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnf5mET48aFTTuK6XeefNxIhcG9LHmBM { top:19.3125rem;left:19.1875rem;width:3.3125rem;height:42rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uId9Td6UV957vT6o8slvPHhtfgzv5fGK { top:14.5rem;left:16.25rem;width:31.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3WhXBEdrW3P73XuqMkJOlPOf3Bsn1Mq { top:15.4375rem;left:24.84375rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIEFcr81Z4watUIcMNgR6qPhKvzCVBF3 { top:15.1875rem;left:30.375rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VXhBI6sRFpbnfWf8c6XBHEWUxTnUQZ { top:15.1875rem;left:37.6875rem;width:4.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QuUuChhWJecSAUkdfMqLy7rTXZnQqk { top:15.1875rem;left:38.4375rem;width:9.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RSu7AIg7i7AQSzF8JixqZ8T9R3tdL2 { top:65.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOdPX5li2rQT5daRkA7X5nu7FwwxhcKN { top:70.75rem;left:0rem;width:7.875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXfcZTIrJOOA6yUaLkrVQpgahNPPSzhe { top:72.75rem;left:0rem;width:34.25rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGE1uvm8NSPszeUEfKibybavSoRHNK1B { top:70.75rem;left:26.6875rem;width:8.25rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP5LRfbxXxUIxdyHoqNRXthPUVt7I7d6 { top:72.75rem;left:15.5625rem;width:32.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMHWl7DSWrZGRkSGZg8QLnKBV5yElT3n { top:97.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emxRQKDw6ZTwNVNnJN1zBmuKZPiNcBfZ { top:105.75rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qers42ITvgx17X0t4KfQzcKM0Hxi9CnR { top:111rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcuLkl7cTZLsB0Ok9tmCS20NhMccowz { top:113.75rem;left:0rem;width:8.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHVXRJ2XntC4yNu6Fd0skFTW1yexy989 { top:120.875rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbt5NBXJEdmP8lb32fm3sixQNTlm8SzW { top:119.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBK5fwbKoff7b41TKBftkupdgAoSuwb { top:114.8125rem;left:11.5rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlD2hBJb3pVs4GxRz9NzJPTNIz24Iq8 { top:115.4375rem;left:18.9375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEt9oT5TTTT6G6Ka6w4WiKMLGxPO0kTr { top:115.4375rem;left:26.6875rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p12lt1pPy6IV7dREu8lronqnTr1snXIl { top:115.4375rem;left:34.25rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c811edleG5iPhDQtRpaUdmB1GQmzHcVh { top:114.8125rem;left:42.0625rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ZAXNPQkm12F4eyPAX5zvosBpRwi5Ce { top:120.25rem;left:9.8125rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPLTts0JytpKxpwo05aRUxEzBWywll9w { top:120.25rem;left:17.5rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84c3pZwUg8hVS7C0kaEQVKNA9f55erk { top:120.25rem;left:24.875rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpbmSpd52ohDQRT2cPV7ax8eM76DCgT { top:120.25rem;left:32.625rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbC4vOQ089haGzsODHBhVq9RmS1QDTm { top:120.25rem;left:40.0625rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJ53G5fgTJUUUK88d8aP3yfk8fBKL6 { top:121.3125rem;left:12.6875rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miIHo61Uy7XdmvpbTuWSak2WhsVoC9iU { top:121.25rem;left:20.1875rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZ3JsZxCMMkAF2MCLyLXapAcVSNx6Sm { top:121.25rem;left:28rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgJoUHBdhTteIZSLM8uoE7gaEXAmGlaB { top:121.25rem;left:35.6875rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUum7TxVbKqgVUJBKmVlOLJTZfTTGQms { top:121.4375rem;left:43.2802734375rem;width:1.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8o69zT0faKBPn2J8COqcii6MU3JDUZ2 { top:115.4375rem;left:17.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTnN2xDuP6AncUgxoTvKA4To4KuDKCM { top:115.4375rem;left:24.9375rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgzLK8lbd58WeimibBqI5del5XKBbshW { top:115.4375rem;left:32.6875rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlf4eRMgXh37NUrD2eJE2ywwh4woTN3r { top:115.4375rem;left:40.75rem;width:0;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uev5npzz8TxsSeio6SodeO6BMwPQXudD { top:94.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsk8mbc9D5E3BemNOXp9LWsC3d3GR54O { top:102.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxoOTkQwOxWr9kW2oTEBDNsn7cedNVQ { top:18.0625rem;left:0rem;width:31.3125rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLN8ngNUBDd1TGvbrvCwEsL4bc40BUef { top:14.6875rem;left:0rem;width:5.5rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8rVpZRqbB9rGFXIUBTEhXg2k2Q7G8W3 { top:18rem;left:16.1875rem;width:31.3125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms3sWTqDDL8TZ97KZbU2KXwFzVx1eRwO { top:14.625rem;left:23.5625rem;width:6.375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omvQ3vOF5nPQAhI9q96FczgkxUO6wTFO { top:134.0625rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhakJE2pXJC65qvNu8OkNHbWX2RDdMMt { top:144.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUh9pl6qs9QqZikh0i1VdLyxRRNTXTn { top:145.1875rem;left:32.3125rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdSWUuOPea04nL80M4e4DqIMqkmfUDi { top:146.25rem;left:35.375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Kln8JhGTvHgmpZf7EqACGm1EkZaAtl { top:145.1875rem;left:40.0625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5lrTAQ1ILGupHtMFhiCU4Jnn10Th4T2 { top:146.25rem;left:43.0625rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpJTr6FyFFbHP4LPLR8yv4EC7vrORCB { top:140.375rem;left:26.375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKEnry6qb31Wq828StH1OMEnCGEm5499 { top:140.375rem;left:33.9375rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGn5Vb1sIomRW3R7carVmoDszQxTncV { top:145.1875rem;left:24.625rem;width:7.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV67oEGpOtM9lkDi8H4hvNKSfwCXvodg { top:146.25rem;left:27.78125rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKSTL2byd4FDV8OcGEA2Qz2uiuyK1a4 { top:140.375rem;left:32.375rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zend0744Gt7bmSDPs9oBfMWF2biyi5Mu { top:139.75rem;left:41.75rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz8ecVuhtom2DzbrdaKJFVP5dU3AUpi7 { top:140.375rem;left:40.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzwIcTRliVNc65kazUAB2QTngbflEPbm { top:140.375rem;left:18.625rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76asHPZ4XrmkA2DApgGSQN2ipOOwMnM { top:140.375rem;left:17.25rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO8zM5QbS49dLq2FePUHGh1eI5DMZKm8 { top:145.8125rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzoQFE8kply8VrkJmxebQZ3WQiJCB6SV { top:145.1875rem;left:9.5625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcOoA1aGPlJLLbyqmOcT94MmFtUeH2UH { top:145.1875rem;left:17.1875rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgBtrTmxLc3n8TJCN4GuikGy5JGsdPs { top:146.25rem;left:12.4375rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaH1UoGHyAfhE8ftsEDcPZ971FskFDvs { top:146.25rem;left:19.9375rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMFkBeLT52s7TC5snZ3PQzeVxRfmchF3 { top:140.375rem;left:24.625rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1MxJIXFBOP8vJFypxKbU2UZiuPxLVI { top:139.8125rem;left:11.4375rem;width:5.5rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQqXI36FgCfepHzVBZ52ZLS8lAHyihz { top:138.8125rem;left:0rem;width:9.125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdhFKNnzAOpo0SotHzuJG9LrZL9S0TV { top:136.4375rem;left:8.4375rem;width:39.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxqD3q8STq9sDfpBbIDm9Dru2WO3h7DM { top:112.5rem;left:4.75rem;width:43rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZhBMS8bWXoDay27dKBhW2o6nO4fpgWv { top:91.5625rem;left:0rem;width:18.4375rem;height:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef582hgMuChPFVnEAhsbtDqWPJei5J1k { top:80.5625rem;left:14.375rem;width:33.375rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hwaRkHbg8TLiob3qwfklfbWyOux3m9 { top:8.8125rem;left:0rem;width:28.3125rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEVfAgPbp7zBisB313igHumxTCbfg4P { top:80.5625rem;left:0rem;width:32.875rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZG4LIQSebQHh4tXqXfm0UFqJTuVIJh { top:70.8125rem;left:21.9375rem;width:25.8125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmhoThVnfNfQPVFbw7uxx1QUZDkXNwF4 { top:158.5625rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKhPonGLQtl4eANJ0ZxSlkTb9sQzeSv { top:169.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyR7TqhrcJA5vdNpvEh8tfieJ3fqvsUd { top:170.5rem;left:32.5rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlO0rDzAwFTlVpTlDh97qTDBX19yVz29 { top:171.5625rem;left:35.5625rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0JhGg1KJUpTNKsNB4daUlbHxkbGIBq { top:170.5rem;left:40.0625rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1UWtpobL0I53m9SCV6cP1TXIoJ7EqI { top:171.5625rem;left:43.25rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JixrDMGPBecx6wJuQM4oFSuD0SB2TPhM { top:165.6875rem;left:26.5625rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqsTIvqd6Qq8l8tCRSFw9ir4tqDDvcO { top:165.6875rem;left:34.125rem;width:4.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btanTBLQem6k9xISE7EkXUmKXHH3UDZn { top:170.5rem;left:24.8125rem;width:7.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHmXnkSagUzPMzLaLW5NDypvSomDMfX { top:171.625rem;left:28rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W45TAUehg29ZvS72R5CbEP231Myy0n5E { top:165.4375rem;left:38.75rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPq4FNSBZp5SSimSHJPBP7F1lmaNGWKx { top:165.0625rem;left:40.6875rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxXSTZw32JgKKNlFF022qmdcioqyNd5 { top:165.4375rem;left:32.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTHaEwLlTWdJoSW1KcuZCHEIJcKbH1d { top:165.0625rem;left:18.8125rem;width:4.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoTKk5v4reWInIeTUb7LkB92UQPg0oO { top:165.4375rem;left:17.375rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycsA4R18WXyec9pmEXhZoRNllgeTnEa1 { top:171.125rem;left:0rem;width:9.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #titQdWrMwHDSn9Wd0nZ8Pv9PB04xNgfA { top:170.5rem;left:9.75rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXeAet2vqd6TRKKmJKXCnWg8XkNNOCCZ { top:170.5rem;left:17.375rem;width:7.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiv8My2TlqbBlfyoatiFckUR8l2w5vA { top:171.5625rem;left:12.625rem;width:1.5625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW0IKT7JTEnTnTqiKdu0mAsFU75417d6 { top:171.5625rem;left:20.125rem;width:1.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVn13zdd30acUbAmnA1ruz1Us6PSrPwx { top:165.4375rem;left:24.75rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUX6T1FG35AlSlZllV2hHsACa2zVly5p { top:165.6875rem;left:11.625rem;width:3.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCcnG6t5f8UtPOsC2LvMK5wX24hpERSV { top:164.0625rem;left:0rem;width:8.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7PiDMmL8qsBhXUL2dSR8DN8HqJ9nuTE { top:161.25rem;left:11.9375rem;width:32rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeF6hkvIabM45AXX1lXvSBnvA7DbTmXo { top:9.25rem;left:0rem;width:18.625rem;height:4.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 { display:none; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zbW1Vw49rEoSc6l2QTtuB34i62HUIdsp { top:5.8125rem;left:29.1875rem;width:18.5625rem;height:33rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEeDd3yssQnxy6tGJhMAtMNQ6kLcgn2C { display:none; }
 }@media only screen and (max-width: 763px) { #S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn { display:block; }#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs373PeT906hdlbVDMuLT7unRQey76iz { top:5.625rem;left:0rem;width:17.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT7na1oW5ScEH8uePPcrQdtvIuc1PmLQ { top:16.125rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy153DWpDspcz6KND88aRCQ6BirZ7oIQ { width:17.75rem;height:27.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7fhf3FIqeXKCTlnrRv4w9JNADVPM01 { display:block; }
 }@media only screen and (max-width: 763px) { #LmWJIwv27S3yaUNdOm4sWctKzB2VSM3E { width:17.75rem;height:27.8125rem;top:5.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVhJe5IQ1t1lJuM3Q8IL81Xeich9a3GC { display:block; }
 }@media only screen and (max-width: 763px) { #vxWMvtBT1TxOsB5v7pOufVebEbbEgGQI { width:17.75rem;height:27.8125rem;top:5.6875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq8v5ZBh6iIS5NvEALiiRIy8fLmRlzqu { display:block; }
 }@media only screen and (max-width: 763px) { #mDN27poCwmbkioh5uqS1ukbXT27Id9FT { width:17.75rem;height:27.8125rem;top:5.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmFTiG8kwaTuXZnSIATcgQiKGeJuWSz { display:block; }
 }@media only screen and (max-width: 763px) { #gnBTkbebWtLrLH55PePQJwMVZyuC86SG { top:5.625rem;left:6.125rem;width:17.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSquShITesE97r4dfrIXy8WwG66qQnBk { top:5.6875rem;left:18.0625rem;width:17.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTouGoX8AnMgTtenTd1ynuAroCiTqB3x { top:5.6875rem;left:30rem;width:17.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTKhzdlV5bqzmeGiPd4wCeMnunR0ob1 { top:16.75rem;left:3.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSzBSz9VXx2Ambcg1ITTivb9yrQ4Xtu { top:16.75rem;left:15.09375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQI2tO7uTPMzsSoJQTSHXXL5zRxoGdD { top:16.75rem;left:27.03125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfqESq1ChNOFBIuATvDT9RV7e6cItr6 { top:16.75rem;left:38.96875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzdn5TvFOg4HDT98iLTEVHOT70e08ETC { top:16.125rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSzX5sIAr0qV2NPRds24IfEiGZQazTl { top:16.125rem;left:26.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3fiO3dHLLGbu9Or4zl6bpBGstVDgFe { top:16.125rem;left:38.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 { display:block; }#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT496Q7wiERn13K75onb0rCuEwfZVSQO { top:4.375rem;left:0rem;width:31.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqffk0S0czpTVviiMOSH3k7MeOQaTs3s { top:4.375rem;left:16.1875rem;width:31.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUn0szKRUUD4GT3VyhnlKfzFlnKyNdd7 { top:6.0625rem;left:0rem;width:28.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU1x98rlkDaV6bnF6RK2540EqVpeOPB8 { top:6.0625rem;left:19.0625rem;width:28.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPDc7xMhqLhB6oKckRSiJf8wFU4vvb8 { top:7.5rem;left:0rem;width:24.8125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRMQer6CXec223bBI9KQNoVi10NlBMHq { top:7.5625rem;left:21.3125rem;width:24.8125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmS7ycyhRXXZhHsg398MG6w0FgeAlvU { top:6.375rem;left:16.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlR4RtT2ZQXfweSdO9PdtAeksyBK6ISh { top:6.4375rem;left:17.0625rem;width:1.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ckl01CeZrF4NECsvVyoERU9cAbThV1 { top:6.5625rem;left:46rem;width:1.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTCZF1ZV1tkXdiVyrIIri4DM7JsCAGA { top:6.375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpwIESWJMMNrucpVWvBKl8OWIoXVqf9 { top:6.0625rem;left:39.375rem;width:8.375rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Cf99MEJwNqNTRzyyETp0oNlccn55a1 { top:16.1875rem;left:0rem;width:2.375rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6HEM9WP5A4IZHBeK0P6PV6mOqzaqiu { top:16.1875rem;left:0rem;width:4.5625rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9S5tA3XVlGCEfmx5lcy8uwt4nWgL6k3 { top:16.1875rem;left:0.8125rem;width:4.1875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkdWk5FVMrGxiSergirc6guxCM5kT541 { top:16.1875rem;left:8.0625rem;width:2.625rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJXmA3tcP1eXIh0XFHkzLN7NO5LFDXgw { top:16.1875rem;left:21.25rem;width:2.375rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJEyVn2qT8Og1nzL4sgUcKxvrMhwG3ki { top:16.1875rem;left:28.4375rem;width:2.875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO03C09oMwA8hBT196CHa3m3u8b2kTZz { top:16.1875rem;left:36.375rem;width:2.875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO6gWAgqkzGzAF1X7sPTfprIlO2Apq8a { top:16.1875rem;left:43.4375rem;width:2.875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKOofwPTfdqbZFJS2p4fZXT2MUtoX5gu { top:20.1875rem;left:0rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSxQWclaR1hXuvTIw0tQiX3ZOVvhxxP { top:16.1875rem;left:0rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmwaydIeTGl7u8TEpnQ443s0phZrTmQ { top:28.125rem;left:6.625rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTozc0RQmyVIKlgrnrkLKe3f9bH3l3nn { top:20.1875rem;left:27.625rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQmbIt4blobxZSsaxdS45r3RJDDi316q { top:28.125rem;left:35.5625rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZowNDXGa1yrUIDnfTUUKyyel0mLd376E { top:36.125rem;left:42.625rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skVlgCTk8oGJytLw0sElTLcevqCqkCo5 { top:11.375rem;left:0rem;width:31.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4cIy2VyhesidiEqPTk38Uen2RMJDOK { top:12.25rem;left:0rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTVcrQT14OyLPSiW3ZR3weVQAv4iQwU { top:12.0625rem;left:0rem;width:5rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvV9VhZOnmIgl8zxqiXrrdhmJ7CAsTy { top:12.0625rem;left:0rem;width:4.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkZZniPcHQeigWPzvxypdvQJROeqxvDN { top:12.0625rem;left:5.875rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrNFUndLRuOPo07OQzTpxBzgFJXJPVq { top:12.0625rem;left:13.75rem;width:3.0625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbf90VIDORVcAprXdZs8mZMWLiCubtUB { top:16.1875rem;left:14.1875rem;width:3.3125rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEabJ330PvzbZx9T6Bg8oTGycS7hFFEv { top:32.125rem;left:13.4375rem;width:4.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafvSImTzHzrfKWr6fopd7SgEFo195Tm { top:39.125rem;left:0rem;width:32.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RlxptlogzBzoM8nVm3ih7baJbpWiau { top:39.3125rem;left:0rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJN2vRaxHorKHx7UzGAaeFDStmDeX4eA { top:39.3125rem;left:0.875rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQfpqvns1h7pagpEEy4RPMSnAASiulJ7 { top:39.25rem;left:7.59375rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoA8wkvLxlS7hwaIvpiZLFS7iowpbAos { top:39.3125rem;left:14.375rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6nMtvZaD6Wt9DPB5dV5TKAtysNHpMx9 { top:39.25rem;left:0rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuKduWZTF76CFBIzVPCzC70TxLVGJFAg { top:14.5625rem;left:0rem;width:4.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsdgQOE80v9elFz2iZEd8khTc2KMwJMi { top:14.5625rem;left:0rem;width:4.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vP2vpTm2K31AkBMk6TCZKz5ZnRtMKnP2 { top:14.5625rem;left:0rem;width:4.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJxXV7vJuKdVrN7dZp7eV5WPcJTVxMOL { top:11.375rem;left:16.1875rem;width:31.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Q9rFRqMyh3JzV3Jn5QuQdET38fQZuu { top:12.3125rem;left:20.65625rem;width:3.8125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LICN8pO1WtkLKHBMeMslxQS5hIplTswR { top:12rem;left:26.4375rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOCTxMzrWZmPwnULG4ZHVX5KSUn1mlfz { top:12rem;left:35.4375rem;width:4.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8qK2GRxF5t8QVJkqmKEa4g54B83TyQ1 { top:12rem;left:42.3125rem;width:4.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCffVVrhoP5tlpQsye9vNMifZxV8nKu { top:39.125rem;left:15.625rem;width:32.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brn6LbhLVDgTQz7xQIs0BftevDq5xoBG { top:39.25rem;left:21.15625rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2Gq87XBViILpwrlt8QcBuwsLQp3TV9 { top:39.25rem;left:28.59375rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWUFDbeltn1dBJ6f3t4eTbO9P8rKz6Bx { top:39.25rem;left:36.53125rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2Al2zsdkT1eidd641UMp0H5hPFwvhh { top:39.25rem;left:43.625rem;width:2.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTKJx2w2yCBbim3dApS2PT6fkMNwvek { top:41.125rem;left:0rem;width:32rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdaiERqimPwf4cEnaNnO5M09nglFAEas { top:41.3125rem;left:1.625rem;width:2.5625rem;height:1.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCQliNoBqXExdsDdUisiIUVfbbeeRWy { top:41.125rem;left:15.625rem;width:32.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOsohcRHiKG0UdtKuqZMlFM5Q3oUfbIO { top:41.4375rem;left:33.875rem;width:2.5625rem;height:1.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXS1AebzqSZ1uuMzk0Rczr2IUEsgw0A { top:40.75rem;left:16.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8wDGVpZN7p9Tghz5H5XzxxzMxSZMIH { top:40.8125rem;left:17.0625rem;width:1.75rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGTWZ4TTtOGpKMidARqpPSBmkqSWpeQe { top:40.75rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5iJs5Or7C65fVZZg8y0pNJTigRv8Xd5 { top:41rem;left:46rem;width:1.75rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPp8sB85rSZoI1ZpdeVxOkR22LbxDCxn { top:41.3125rem;left:39.375rem;width:8.375rem;height:2rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhGi9affykPLsS24Ppmn67pkqFBfvix { top:36.125rem;left:42.625rem;width:4.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhmvshDmTEsDJk68XyJF2x0fyyud8Krx { top:36.125rem;left:42.625rem;width:4.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFfLsAozuuD6kFXnSaT4Gk2EgBRARoMM { top:40.75rem;left:16.4375rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTZTV4oqJPEVGDrObERn4osIACsfkRbu { display:block; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyFM8TLZMJqVROW6X1T1MkXNWQv67FZE { top:4.4375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTehCrsRAzSiV2rLItl0TG5CH6VA1x1 { top:9.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu7SKRibs255ViuvZ5xL5KHC4iHAQwrc { top:12.1875rem;left:0.90625095367431rem;width:45.9375rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOgSJQevvOpqKISa4wglNBNgsbNpUkQe { top:21rem;left:0rem;width:4.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf { display:block; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udFIf2Q6W3kVg0wEso0RCHJ3lql36gsw { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlERkz5gwEIoJVHn9xgmCXRI35CIWodB { display:block; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpf4d81RTSTTK7d8DdTADHEnnIuNKrzG { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0eAKPAeAnNTRhDCKprq42gk4IVdFLh { top:0rem;left:0rem;width:0.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTEC8BtinQI0RHOJyHxAMKvS0VRIuqB { top:1.625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV { display:block; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKZfUp8yTsik4seeQ8sGAJDLAsDXUQi7 { top:1.9375rem;left:0rem;width:47.75rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE { display:block; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usSQBsylBJXlJXzBLrHxmTJtunLODpK5 { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJJw60GrIFEa0cSpGnKEf5XsFOKLBV7 { top:0rem;left:0rem;width:0.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4x68SyQNGx1cplt4scZ5JcyOQsniTGi { top:1.625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 { display:block; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT2ML858qdFLU88DXwb3Ja85fZLfHzJW { top:1.9375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z { display:block; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhCFwXqF7kotDpvXNpG8OODJ8s8Bs5Qd { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUbxK83APhg7xgLsds9mz4Ke3AN5uscW { top:0rem;left:0rem;width:0.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42OfaBVT6qEIceACGnSXNGMX7prHxXw { top:1.625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr { display:block; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKPG2dff5z5P3FoTCgpTc7fgR2ZJNOcG { top:1.9375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBwLSKdqnIbSro1OkaCuMR76TKmemia { display:block; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pySrwwEoESlmHvkPceXPiVCy5nnFI0xK { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkqgaWV3e8QW6zIIWVibxfFJSf3foRMq { top:0rem;left:0rem;width:0.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3I6I4F5FF0VuGwoTlVn3oCQKNOCLBKw { top:1.625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI { display:block; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydakEN1NL5h5rJVx8lId16MXPx2swkFT { top:1.9375rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx { display:none; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { top:1.6875rem;left:20.90625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { top:1.6875rem;left:24.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { top:1.6875rem;left:23.875rem;width:2.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { top:23.25rem;left:27.46875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { top:23.25rem;left:24.78125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection { display:block; } #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection *:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="text"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="email"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="tel"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection textarea:focus-visible { outline: none; } #cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xe5b1eebcc4f2745339130af398f6def.widget-smartsection { display:block; } #xe5b1eebcc4f2745339130af398f6def.widget-smartsection *:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="text"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="email"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection input[type="tel"]:focus-visible, #xe5b1eebcc4f2745339130af398f6def.widget-smartsection textarea:focus-visible { outline: none; } #J3879dPXksCcqZ7H9csbARKRa7HBLGev > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRTpBxVt8Qfk3hlTS5hel35FGwwNcmZw { width:20rem;height:5.08680625rem;top:12.919921875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JngtqyFlwslqcyFtMLfddWNllGmsbuPC { width:20rem;height:17.0030625rem;top:17.937826156616rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWO3c6ZifdRRhVRJCwHnsye2U2N3qyqg { top:3rem;left:3.6875rem;width:12.625rem;height:5.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BWZVAiFs8El6clINv5JAovdmBxaka0oA { width:8.4375rem;height:14.25rem;top:41.852867126465rem;left:5.3750002980232rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #zzK9Rqk6hhxNpHcDob2e2OAuTV7bntdW { width:1.375rem;height:3.1875rem;top:38.666015625rem;left:11.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvPn341X7La9qMaPLhT8e0s9vc4GTG9 { width:1.3125rem;height:3.6875rem;top:37.9375rem;left:9.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { width:11.5625rem;height:6.5rem;top:42.041015625rem;left:0rem;z-index:14967;display:block; }
 }@media only screen and (max-width: 763px) { #hdyVn3352Um9XFuowMMc6PTuz23H46oo { width:10.1875rem;height:6.25rem;top:42.875rem;left:9.811848938465rem;z-index:14966;display:block; }
 }@media only screen and (max-width: 763px) { #zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { width:2.4375rem;height:3.5rem;top:41.416015625rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { width:2.125rem;height:2.4375rem;top:41.353515625rem;left:6.2812502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { width:1.5625rem;height:1.8125rem;top:45.53125rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { width:2.1875rem;height:2.4375rem;top:46.384765625rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { width:2.0625rem;height:1.25rem;top:42.509765625rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { width:1.75rem;height:1.9375rem;top:44.197265625rem;left:4.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { width:2.0625rem;height:2.875rem;top:44.75rem;left:14.031250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { width:2.3125rem;height:1.875rem;top:42.9375rem;left:13.031250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #owrgQfR4T2gRetMprKTywSNTPDaB2eNf { width:2.3125rem;height:2.3125rem;top:42.041015625rem;left:16.750001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { width:2.25rem;height:2.4375rem;top:45.728515625rem;left:16.375001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { width:3rem;height:2.6875rem;top:48.041015625rem;left:13.718750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #W38CV8BKzHDAidcLut29Kms3mrAyT5Vm { width:6.1875rem;height:6.3125rem;top:36.63932800293rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { width:13.1875rem;height:1.5rem;top:11.375000318512rem;left:3.4062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm5TnzPZVnJW4dEgwTisVkUw1mqvU93 { width:1.25rem;height:1.25rem;top:39.1875rem;left:8.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7qBGIpI9pib8xpbvXDdIigSZcsKvRcb { width:1.25rem;height:1.13606875rem;top:39.25rem;left:8.2500002980231rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { display:block; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSB92cQlxNI4yM7lcV2PSqgnppMyuC2l { width:20rem;height:2.59874375rem;top:2.8743534088135rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e65vJANivhWqHPnSwkIWVTGXLLFUplBJ { width:20rem;height:5.94618125rem;top:9.125rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #k1NPuus7oNLN39VB2ywPukQo7923dXCe { width:20rem;height:18.18246875rem;top:27.873264789581rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUJKPEFMOEKeohVfbI7aOJdz3tLcedSd { width:9.625rem;height:6rem;top:60.494791507721rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dofJ4LrnMTgNJaGqs6H810SuqTrfDLB0 { width:8.625rem;height:14.625rem;top:68.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrlXtJUykuqDuccGqBtHnTUmkwrcTd2Z { width:8.625rem;height:14.5rem;top:69rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5B9TrIytf1TlPX1Dp9zOCJat5pT4q3N { width:8.5rem;height:4.375rem;top:59.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyFi9F0FKOxiLyGHaVAvO5TDkx9lKqG { width:7.0621875rem;height:8.43099375rem;top:74.3729095459rem;left:0.90625rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UwskPlz2prX50eeESSVCC7uJTC9ILaSy { width:7.7495625rem;height:6.74479375rem;top:74.404174804688rem;left:11.686458587646rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tmwgzRkPeCwbg4AzZGoinCZEmoT86cWh { width:6.312375rem;height:2.5293rem;top:59.796875rem;left:6.8427085876462rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { width:20rem;height:10.79283887468rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { width:14.0625rem;height:2.11263125rem;top:63.625rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { width:3.5625rem;height:6rem;top:66rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { width:3.5625rem;height:6rem;top:66rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { width:3.5625rem;height:6rem;top:66rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { width:3.5625rem;height:6rem;top:66rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { width:3.5625rem;height:6rem;top:66rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmT7T8qe0TVtMT2ypUKxPVqb5QeIi77 { width:14.6875rem;height:1.6875rem;top:6.14453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txs4U0SersqnT1TeE7ogKIDkhBxxlq08 { width:20rem;height:9.7905625rem;top:16.422744274139rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRzDfQLwIt0rqcTq8iRUTTM9I5pCGfT8 { width:20rem;height:8.3919375rem;top:47.749544620514rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp { background-color:#81c14a;background-image:none;display:block; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { background-color: transparent; background-image: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container > .video-iframe-container { display: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row > .video-iframe-container { display: none; }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .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); }#tzstMGRi67DfmrM0NAlhT3iOeG3U3nxp > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLPrL79kmyvCFArs2zE5iMfc5JkDHa3m { width:20rem;height:2.1994375rem;top:2.1235389709473rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml5vH7db01aRND4otN0ZN8PyWzPdL8yi { width:20rem;height:2.79730625rem;top:7.9375rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CLsQr147VOaFae1443bRsgMkDA5wLq53 { width:20rem;height:31.217425rem;top:12.91250038147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG4hh94NKM9sc8rNHSFMiQJrLGAu51eT { width:14.625rem;height:1.6875rem;top:5.0182294845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6F7nMelzd3Dk71vvdstXaNaXbVtAVRB { width:17.875rem;height:3.4375rem;top:46rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tve6PNVlWTn1INv917fuSST2MGJZhgCv { display:block; }
 }@media only screen and (max-width: 763px) { #tRxCpEodZTCSdS3gUPXxz39c9oTlQ07i { width:5.0625rem;height:5.0625rem;top:19rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTbMZlt7iFdqqEZJLMFGauI37IHPgUqL { width:5.4375rem;height:5.4375rem;top:30.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyilqHIePzp0gkb3pEtw0prQ3xQ7cTt1 { width:3.1875rem;height:3.1875rem;top:39.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bceUwUfc7gc9wIJMQMo8he8ZfqXNycky { display:block; }#bceUwUfc7gc9wIJMQMo8he8ZfqXNycky > .row .container { width:20rem;height:290rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsso9M1okorpeX5iHOtCQgcHZtNPuLB8 { width:20rem;height:7.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFVJQiCUTNVpVPsLG7G5sLgR41r9Lir7 { width:20rem;height:7.5rem;top:209.95101928711rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8g36TQ3ZG1BOtZytOyzqVUrUmNTR4A { width:17rem;height:5.59461875rem;top:3.75rem;left:1.53125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uTdO786dGSGvOFusWtvAaTHbeM9Of6Gp { width:17.9375rem;height:5.9982625rem;top:37.000025749206rem;left:1.03125rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PKbcUTtd64ivLdymhQoyhq38GACdpAra { width:1rem;height:1rem;top:235.99996948243rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFEIk2UG9FhSqNMS6nzT4e4FoAuleiFR { width:1.75rem;height:1.80013125rem;top:235.43746948243rem;left:7.6875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nppDKA8tBknqoTskian8BRCSpnDyIQVh { width:2.375rem;height:16.50715rem;top:189.24996948243rem;left:0.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wUrsBUUPTJFGX6eBdU0ToEqla0woEChS { width:4.5625rem;height:16.50715rem;top:13.9375rem;left:3.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UeU3rb6IGsNrfFenTDxESLmJs7aSOw9B { width:4.1875rem;height:16.50715rem;top:13.9375rem;left:8.375rem;font-size:1rem;line-height:1.5;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #mlkBuxtPwia7iALLAwOQafbl4zUfIiMu { width:2.625rem;height:16.50715rem;top:13.875rem;left:12.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sXtA6a5hGt1luh2s4kwf5wwqDPFLM0bw { width:2.375rem;height:8.79663125rem;top:48.3125rem;left:1rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #oe0Ogmsey2uoJf22aRprb6nwW0T7EEOD { width:2.875rem;height:8.79663125rem;top:48.3125rem;left:5.375rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #VzeAkelX4rlgh6ggTC6pDWvFH0SCwVcp { width:2.875rem;height:8.79663125rem;top:48.3125rem;left:10.75rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #dnfIWVbnxuoiZtn5rLb98MZs6FXttdrT { width:2.875rem;height:8.79663125rem;top:48.3125rem;left:16rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #xGbAFw8WnkokNNNg4GQQMETIwPfLWsaq { width:19.75rem;height:3.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97NlNorMLEhTF5hv3eukrNcFxKK6Qob { width:3.25rem;height:0.82475rem;top:11.375rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cXwN9A0v54DqNeXzTWS34nfhDgJyWxgb { width:3.25rem;height:1.65rem;top:11.375rem;left:3.8125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v19G3Wuh40mv4IdOFpUQlV2xA1KCmCgS { width:2.8125rem;height:1.6493rem;top:11.375rem;left:8rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qLmFzOuMunxdFfalhWeJoiXBOcfPBymO { width:4.375rem;height:2.475rem;top:10.8125rem;left:11.625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VIFmEFiXsadVk4XZdq2T2eKo7irK6acf { width:3.0625rem;height:1.6493rem;top:11.3125rem;left:16.9375rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C1zsrDLStxya1MWFu3noEUIQl7V30ho9 { width:3.3125rem;height:16.50715rem;top:13.9375rem;left:16.6875rem;font-size:1rem;line-height:1.5;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #GDXyUUmXUnK6L62tiXnnX4TTTk1Z5TS0 { width:19.75rem;height:3.4375rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNzcyI3Ef3bCGNwgHwPMQ8XnvMRATDi8 { width:3.8125rem;height:0.82475rem;top:44.6875rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V7uhBdRCUPTrmpJIU9cWbrUw8bEStiQx { width:5.25rem;height:1.65rem;top:44.75rem;left:4.1875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HgPFO6ly62xoTTuE8bpqPHiTnPneFe0F { width:4.875rem;height:1.6493rem;top:44.75rem;left:9.75rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ysTXMTrVIoOkrhlH4F5VmGXbF8sTQzog { width:4.875rem;height:1.6493rem;top:44.75rem;left:14.875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #icMutWGimTrAVbXp431nyKfxmpcCMJk7 { width:20rem;height:3.9rem;top:61.0625rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #weFmQDOgsvmZCOgkiKq3FMBGOnUHN2vF { width:7.875rem;height:2.125rem;top:66.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAQKyxS7PFRPVMnnU90ql2XWtyoT5i1 { width:20rem;height:0;top:68.587499618531rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRfLBJB7w1zEHr9u8prDcpIINTAFOTff { width:19.6875rem;height:2.125rem;top:76.587493896488rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atOq3WTrMZQFDJmiiuAZOKnpHeLMxlgK { width:19.3125rem;height:4.4596375rem;top:79.0000038147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U88GfIV0OP2Stn22HvTyESFgmiPQoJFF { width:18.8125rem;height:10.4948125rem;top:91.812486648562rem;left:0.59375rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBNkRP3hZpncJHGpNvFcTmvJTyyPikzB { width:20rem;height:4.4596375rem;top:112.56248474121rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5oqHzO7W4lbKXL8f1QdKruDWWQc3elL { width:20rem;height:18.75rem;top:118.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLI0ypoaeINqzb121fPkHVgLpS6DTmL { width:19.0625rem;height:1.03125rem;top:123.4375038147rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFk4yl6xr87A9dbhMfVlu90MeCmmKrV0 { width:13.3125rem;height:1.03125rem;top:134.375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ep7JDTDOSyMJnfPmsecEPvsgdpPevs { width:20rem;height:0.0625rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skHhPTtglTFyStuI23Er7FukT7Fr47sG { width:3.625rem;height:2.098525rem;top:125.125rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxoPz1wm4l0RdWC0vlZWXwHuhT1prmi { width:2.5625rem;height:1.05025rem;top:125.125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHHuZgrluTTmvaFQEveEipfruZCx6CTP { width:3.3125rem;height:1.05025rem;top:125.125rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDIutfmSpV3rmitIZiIsv0QotOArl02 { width:3.625rem;height:1.05025rem;top:125.125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUk4UO1Mp8OdQbd0E8x9OrnWCy1irzH { width:3.375rem;height:2.098525rem;top:125.125rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJPp4y7b6kmzaV9P0WThWDci0ZS85W9a { width:4.0625rem;height:4.0625rem;top:129.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiVhldtfwGlm7vUsEi02U7K7fIMd7gN { width:4.0625rem;height:4.0625rem;top:129.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZv9LqUHqhQ7GRL6qd4M8s9smwiFoN8O { width:4.0625rem;height:4.0625rem;top:129.3125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf2LEu5DMq99Avwmnix1bCI5dBkV2Pe5 { width:4.0625rem;height:4.0625rem;top:129.3125rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvzG5T82VuSJ3ZN5HGOJRLMk3Qens6W8 { width:4.0625rem;height:4.0625rem;top:129.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqDngu2OsK1QN10ebh9ohLphWGighu1 { width:1.5625rem;height:1.9249125rem;top:130.375rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfiAKN6sVleov98ALCn6TEz7yTmiVrge { width:1.625rem;height:1.9249125rem;top:130.375rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hplncx4J1ubDVlW5VGimcNGdxUausbal { width:1.5625rem;height:1.9249125rem;top:130.375rem;left:9.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRsAihPFwIbcX8sfGpz0cxV0RREPywm4 { width:1.5625rem;height:1.9249125rem;top:130.375rem;left:13.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFrnZUrmCTr06xEe5WlXC07nIX9DhLx { width:1.75rem;height:1.9249125rem;top:130.375rem;left:17.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn5McdxIqsiJxktEUJzUutrEBVJflbRw { width:0.0625rem;height:1.25rem;top:220.38855590821rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cx7MsWh1bUu56NvoGIRwSKPRR44lTPPC { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8TUUnTsQIulAxHMRvvdS16JnVJxgtJW { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRVzWMefXPMGKKp7saEt6PHHZHTpmir8 { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkinkdFJurLwH3It4Pt0RJoDXh5Cny7B { width:20rem;height:1.95rem;top:159.56255722046rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrzr7ankfiDG8tWN2ugrhWskQULswteC { width:16.25rem;height:3.937175rem;top:169.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKISbUy6dwz695dFwsBo1EIddwF5Xf3V { width:14.375rem;height:4.1992125rem;top:164.25rem;left:3.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M174R03POw18uSoJokvbzkxhAelHWfI8 { width:20rem;height:7.5rem;top:177.87496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQJOp1P8oMWpDu0CVuSEm7yeylegLUbi { width:19.75rem;height:3.4375rem;top:185.37496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbEfTESUgmp4JkIW6FeA5E5BS1TppQkN { width:3.25rem;height:0.82475rem;top:186.56246948243rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zV1qUeC67UUkhf8DFwTGTww1d1LvOkka { width:3.25rem;height:1.65rem;top:186.56246948243rem;left:3.8125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PTp8RvTEDDxDU9BJty74TNFLGIc6xPd0 { width:2.8125rem;height:1.65rem;top:186.56246948243rem;left:8rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VQaAkqhlex55O66hSoZKk0TV9NHqAi6g { width:4.375rem;height:2.475rem;top:185.99996948243rem;left:11.625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZrXNyA6pIILPCuRgVOQxRr1oCqoQddxD { width:3rem;height:3rem;top:32.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR2OiLS6HxPwVisVKC6wd9gmTl9TQgFn { width:2.375rem;height:16.50715rem;top:13.9375rem;left:0.4375rem;font-size:1rem;line-height:1.5;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sPdUKbOXA3a18SudrU7sXp32D8rzNqfx { width:4.5625rem;height:16.50715rem;top:189.24996948243rem;left:3.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTXe8DxWh6Kt1fNz8U4wgBSa1vTcFPAR { width:4.1875rem;height:16.50715rem;top:189.24996948243rem;left:8.25rem;font-size:1rem;line-height:1.5;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UXcAtBdv9pvvbz7AR9FvuVRmfTA3NsXF { width:2.625rem;height:16.50715rem;top:189.18746948243rem;left:12.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tTq8ONrNlEnyP3pbkNJNorgpTwmoKT7z { width:3.0625rem;height:1.6493rem;top:186.49996948243rem;left:16.9375rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vbQTBq4pt3ZdT5Lqr84K3ETe5coJtWid { width:3.3125rem;height:16.50715rem;top:189.24996948243rem;left:16.5625rem;font-size:1rem;line-height:1.5;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xgWBpmJ0Pvel2uIKqw1nsHUrVp9CN6eA { width:20rem;height:7.5rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRv0S3LaTtwZ571as60oD2NnsyzF1zze { width:1.75rem;height:3.10004375rem;top:32rem;left:9.125rem;font-size:1.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nlTrt4dRcGAMtALhfcBlTzwMn4Ryy6wy { width:2.375rem;height:8.79663125rem;top:221.99996948243rem;left:1rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #lAOmh6ygozf7acsKrUNnTglsuEOkQz5P { width:2.875rem;height:8.79663125rem;top:221.99996948243rem;left:5.375rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Oge3lQTeHuNdegroruNDgJADhGhptBMM { width:2.875rem;height:8.79663125rem;top:221.99996948243rem;left:10.75rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #f7QA99GPGVTl8LnWp967fxZtImO9bDl3 { width:2.875rem;height:8.79663125rem;top:221.99996948243rem;left:16rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #BfZaBesfD0JIxtBaeV2HDS2GN0To3c6l { width:19.75rem;height:3.4375rem;top:217.37496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPObHgGozBVfyGzANT2Iz8MF2tXLOMv5 { width:3.8125rem;height:0.82475rem;top:218.37496948243rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zUnw9DrZxbBQLnzWkW5cnL3mZVriyZAX { width:5.25rem;height:1.65rem;top:218.43746948243rem;left:4.1875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XADLRdcChLL5A3Ihm71KiV4OFUOwWb3t { width:4.875rem;height:1.6493rem;top:218.43746948243rem;left:9.75rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gzqAuTIb2VNeAaZcTS2PRxo4vNmikIT2 { width:4.875rem;height:1.6493rem;top:218.43746948243rem;left:14.875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UtWpJgFTUmTXiMC9sDI7gu35BIctXB4s { width:18.3125rem;height:5.59461875rem;top:178.9375038147rem;left:0.84375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #a1OPvwiD8z4XFSuFuZ6v2NwibKIucRVV { width:20rem;height:2.0625rem;top:206.56246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZh3TSR9gRhZxNEK658l4SOeb1y9M8mv { width:19.3125rem;height:13.375rem;top:162.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVHBT7iCmHqHWDBp7T5NVPlTTcT0WxP { width:2.3125rem;height:2.0625rem;top:206.56246948243rem;left:8.8125rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TmhqC3JX9Azr7OGRTyptrB56q1JTqxyJ { width:20rem;height:2rem;top:231.87496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHvrwEOxRhwDhw8aUIvwTFVf89eHahtU { width:2.9375rem;height:2.9375rem;top:263.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fgf6ZRhw9PmQg1yT9Conv2DRNWGqSEBC { width:2.3125rem;height:2.0625rem;top:231.81246948243rem;left:7.875rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ecZovnxHVDacbX2Fi1qeTWVo8LRrvKdQ { width:20rem;height:9.75rem;top:247.00000572204rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W5lTxIAxecruFL8qRG7ArqpoIZbTB6m9 { width:20rem;height:18.75rem;top:261.06246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnLXkzV79zOFoeQoOHXUehbHFMV9vR8O { width:19.3125rem;height:1.03125rem;top:267.12498855591rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J90zOhkT0QGaduIa9BHgtZetkd0HymA6 { width:3.5rem;height:2.098525rem;top:269.12496948243rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0G9qtf4r540pfXUWxXyvZRgb9KitR0 { width:2.9375rem;height:1.05025rem;top:269.12496948243rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9eeftwVMIVE9r8SrXXni7QlubUg6bce { width:0;height:1.25rem;top:326.50003051757rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcnXllCI1fyndd6UVmPwPIARdTpySIdO { width:14.3125rem;height:1.03125rem;top:277.12496948243rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWyCpDMrAHOeTPmU7oMvXq6xZZmNesn { width:20rem;height:0;top:272.06246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E538i9uRzxnHAP7CaGWHDCuNPVNGsMOv { width:3.375rem;height:1.05025rem;top:269.12496948243rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt31eV2nqqeQilriPAO9BEMDh0lkAUHc { width:3.75rem;height:1.05025rem;top:269.12496948243rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbg0ZuakuuNHueZb7z8u5lywRhTHR7QW { width:4.0625rem;height:4.0625rem;top:272.06246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7psoDNcpLJgUtInRwr2PIqdLK8Bu3E { width:4.0625rem;height:4.0625rem;top:272.06246948243rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSJV2gZRXCqQ6U7GpvIXGAdo7pNWPN9V { width:5rem;height:5rem;top:271.56246948243rem;left:7.625rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #k1kFd4VsglvHCZpxCP9TlATw40TJlcxN { width:4.0625rem;height:4.0625rem;top:272.06246948243rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvCFxWZUzkBHF8yzsbv2XFUxJXigEqz { width:1.5625rem;height:1.9249125rem;top:273.12496948243rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDhEh1MT93Twdv5cbW3Mii5FGNhFn34s { width:1.5625rem;height:1.9249125rem;top:273.12496948243rem;left:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH06sNOhXuHoPF52LzfuZQu9yAKC7EAr { width:2.1875rem;height:2.75rem;top:272.61874389649rem;left:8.90625rem;font-size:2.5rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #yEtZhSillzA5MlF851yJEKpC7DBlEgfu { width:1.5625rem;height:1.9249125rem;top:273.12496948243rem;left:13.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4phrU48Nrv0brOB0bo9FCLOxkVG70h { width:0;height:1.25rem;top:326.50003051757rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1ue21Xa1eHBhyPQJvq6TEnHF05246td { width:0;height:1.25rem;top:326.50003051757rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCDTArKA5Wb4TXEOgupEmZhTfmnyXDwC { width:3.0625rem;height:2.098525rem;top:269.12496948243rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvFdyPIT6ZGH185eKfubQng4oyce6RgE { width:4.0625rem;height:4.0625rem;top:272.06246948243rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vfV2s12DpldNMMBuSauhDaSbirrsgM { width:1.5625rem;height:1.9249125rem;top:273.12496948243rem;left:17.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxW2UUw86EtaEASFATSnTktfod5R2Iv { width:0;height:1.25rem;top:326.50003051757rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu1UtyUuiKi042KJeZaEOxyuTxwtrfd4 { width:19.3125rem;height:4.1959625rem;top:211.60104179383rem;left:0.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V2Ti9ffrWEv3Bymd4zJPHGNCHXVggpwX { width:20rem;height:3.9rem;top:86.187510490419rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhk2TgKg3Tio3eCSosTLHNWwT079ladG { width:20rem;height:5.85rem;top:104.77500343322rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ew96rrwiIfkt9yGWoW4e9E3e9h1PUGwz { width:19.75rem;height:17.25rem;top:13.812484741211rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #XGnoolSnNE2Vmm2u7ouRaLhntAAGMlI2 { width:2.6875rem;height:17.3125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP9HXFIZClJC23JrFvGO22HU8SbKixG2 { width:19.75rem;height:10.6875rem;top:47.375rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #AgQn1t7wxP2F8eabhLc6OcEwHvEnqzdO { width:3.375rem;height:10.75rem;top:47.375rem;left:0.375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #v4HhpG90MPFNehKZfrl6Oon6cSUnPJH4 { width:2.75rem;height:2.25rem;top:257.12500572204rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArATmVboP7aM1ZQCwsw33FpMpCZrC9hq { width:3.4375rem;height:2.4rem;top:257.05000686646rem;left:8.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZW4rvGTA8byIaRrF9awqWKcbILegnOT { width:5.6875rem;height:1.9694rem;top:284.96871948243rem;left:14.3125rem;font-size:1.3125rem;line-height:1.5;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #OhIOQT4GMGe7k4hbkr6EtFp0Jns92EeN { width:20rem;height:2.0625rem;top:167.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWZ413dlpVbrlXgQhysRTELxFzZzNEpM { width:20rem;height:2rem;top:285.6510559082rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt7CTcU9c1wUgUximbg8WqORL67tt9gd { width:2.9375rem;height:2.9375rem;top:277.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #auGHFxDKXrToOqz73FVarpL3cKGs2rTd { width:2.875rem;height:3.75rem;top:234.56246948243rem;left:4.375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AN5NKS0Gqf4kTqyZ8aIaET4VCOgtViHw { width:2.3125rem;height:3.75rem;top:234.56246948243rem;left:9.375rem;font-size:2.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dI9UtQ351WcUimKME8yusw74ZDRR6BtU { width:1.9375rem;height:3.10004375rem;top:65.637499809262rem;left:18.0625rem;font-size:1.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UQZpegBTLIpg5sPKehH6XLc3X0ySeJeE { width:0.9375rem;height:0.9375rem;top:236.06246948243rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PQqFMdkpTB9kRnU0ZavXdxoO2HvDuc { width:1.6875rem;height:1.80013125rem;top:235.56246948243rem;left:11.6875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n6bS7t4yCBMHe0VnF5SLTaDA0k3iVJ3n { width:2.5625rem;height:3.75rem;top:234.56246948243rem;left:13.0625rem;font-size:2.5rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfBelqETJJt852Ci7oxLND9k88q1ETnZ { width:18.0625rem;height:5.94618125rem;top:239.52501296997rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8H4mdIKsSZzR4vpNa8WJsz3aFkfLQN { width:20rem;height:7rem;top:238.93746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSWSXEcbs8M39Jb79hxR76D7c3s1sJp { width:1.25rem;height:1.2999125rem;top:232.18746948243rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRd4ch3fu1QHNLoa7F2H8J5tSdq1Gu0y { width:1.375rem;height:1.375rem;top:232.18746948243rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV4QTJ3dWFvt4AB1TQHTq6OhnFhtBu6D { width:20rem;height:18.75rem;top:139.12502574921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBGi8exxSTTdSXxALP4c3gbfxbRoOeM { width:20rem;height:0.0625rem;top:149.0000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFCiVrTU5DX887OHOLfxcu941VfOc8o { width:4.0625rem;height:4.125rem;top:149.96249771118rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BWhXxkS0ZpEkbBzDfqNN1iX7SW0BLV { width:1.625rem;height:1.925rem;top:151.0625038147rem;left:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlPbXGBdT09qKiadCutzE01LDboEiyk { width:4.0625rem;height:4.125rem;top:149.9375038147rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKRKsvXqJOWvGk6feov38O05x6EcZvy { width:1.625rem;height:1.925rem;top:151.0625038147rem;left:17.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRcvyNvToEXTdEWhXzbKJNWAP1yVQkg { width:2.875rem;height:1.05rem;top:147.1250038147rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zhF0IICfCHGGVKWpR5g2QFadKxScIz { width:2.875rem;height:1.05rem;top:147.1250038147rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqB3DUd55aDeuPM6d5pTrUWK3crWHIGB { width:4.0625rem;height:4.125rem;top:149.9375038147rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MB9FP4b36REkzCXgWTsOJn74ChZJUU { width:1.625rem;height:1.925rem;top:151.0625038147rem;left:9.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tw4Htdlq1n46TvSmLO277MA4sUQnWh { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyKRXwVZ2WsimxzJA7d0Qam1AArxBxTJ { width:3.25rem;height:2.098525rem;top:146.1250038147rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6FawLabWwpRNqPwxEQrWmzdu5EvCnmJ { width:0.0625rem;height:1.25rem;top:292.56255340576rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cr5xehghLMWZk6IWfwNmIVz9crQOtAqs { width:1.8125rem;height:1.05rem;top:147.1250038147rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Pd2JpnTKoTQ8gsTHbf1fcuhmdRSB0s { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KERW0mwwBvJbisTl3VIK2bD3XhibCHBC { width:13.5rem;height:1.03125rem;top:155.0625038147rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BPmIUdKMd2z9frstOlXTkHmLxaze6N { width:4.0625rem;height:4.125rem;top:149.96249771118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNwkpeo3bMyIewrRHPgmA6eRiz3w22LU { width:4.0625rem;height:4.125rem;top:149.96249771118rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TfzUDMnE7deQq3D0m98FMSKVLLIk5o { width:1.5625rem;height:1.925rem;top:151.0625038147rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ0T3uzJRB8AGCHk9nPblFJOq5CxdsHZ { width:1.625rem;height:1.925rem;top:151.0625038147rem;left:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxTqypfiQrzFNiqZU0xZEVh3KB1HOOo { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGX1kZPdbSXZG3CpNbJ86zq0XMDPpv9D { width:2.4375rem;height:1.05rem;top:147.1250038147rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNfMaQhzKwPIpkp89ntHxnBAEa0p3ID { width:20rem;height:4.89583125rem;top:281.18746948243rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IAFTVL9r2wMqvEh3pxzxb1SnlPf1S0E8 { width:17.75rem;height:1.03125rem;top:145.1250038147rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4lw3I3W3PkWSkgizQebJT4tZBHPTbKe { width:12rem;height:2.475rem;top:140.1875038147rem;left:4rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H0X900pfMFBbP7WWQrkh5OR4slTPbI5W { width:20rem;height:2.4746125rem;top:262.74996948243rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gUTkQS4mwpDbgk5DeZT1T4fiXWaGXBCi { width:20rem;height:2.4746125rem;top:119.25rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DWJL1QXn2eEyiVFVledrGZV4dRpAO6rd { width:20rem;height:5.94618125rem;top:68.424999237062rem;left:0rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CqGy4BoQ4Pn3H9ONFJZb8TzSwxldsq70 { width:20rem;height:1.27386875rem;top:286.93749046326rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 { display:block; }#lVCsmyV8yEsOmAPSNO9Xf2t69SCsP3S7 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxmKqoT1grWZsURr6e0Ch6AwkFihmPIn { width:10.5625rem;height:3.3125rem;top:1.34375rem;left:4.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvdwykwUg5DeziaZJ5edqdsXRhlvd2c { display:block; }
 }@media only screen and (max-width: 763px) { #TJ2weEe2hzBV5iHTCEPpWDsagGqiBxWF { width:18.75rem;height:7.3125rem;top:8.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33Bhs79ds5s9FmpqHC3gPEAmDkF8IFx { width:3.4375rem;height:1.0625rem;top:7.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHBJ6SEtzW0oBBd63UWqzTa42AXhG8PT { width:1.8125rem;height:1.6875rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR0agTC1GKPN040P0OV7gPhqeGJ80xJ2 { width:3.1875rem;height:1.875rem;top:10.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN36G9J2z7bH83FAGvS2ecC88Fubmmp3 { width:1.375rem;height:4.0625rem;top:8.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2fsov4ps4vRKkX1o4MiHSR9ulBc6g5 { width:2.1875rem;height:2.375rem;top:9.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGvgMUAcr4d613S5tWaXZ404oJamCX91 { width:1.625rem;height:2.8125rem;top:6.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTs84MrgHQiUgAdAc2NTAM28FvsIyyBA { width:0.75rem;height:0.9375rem;top:12.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON { display:block; }#Q7H6i8mxbdkOhDstKHiPSUfJ4Vq9apON > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbIzRuNyRkTTczrT6DfCmO5pZcI6qiKr { width:20rem;height:14.8654375rem;top:2.3125rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WOAZdxlkVQTs0MdeQJENN4laQhhlaLDF { width:19.9375rem;height:1.40625rem;top:19.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQIDaatmiK64HlLANb5taNv1nP7mfqTl { width:20rem;height:18.97025rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }#RQIDaatmiK64HlLANb5taNv1nP7mfqTl li:before{  }
 }@media only screen and (max-width: 763px) { #SfZSfCZEvay9C2gQ11F72mXkCDpakpRp { width:20rem;height:16.25975rem;top:43.1875rem;left:0rem;font-size:0.875rem;display:block; }#SfZSfCZEvay9C2gQ11F72mXkCDpakpRp li:before{  }
 }@media only screen and (max-width: 763px) { #GlTIWCiEboQJu75KBnLxUEA4hVuS9dkw { width:20rem;height:10.9668125rem;top:60.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu1TAtBSckPppt6GLsEtwc7sFsE5syv { width:19.75rem;height:3.3125rem;top:73.0625rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz72PMqkuMrQSp7XkDdLpQVf9EKKVMv6 { display:block; }
 }@media only screen and (max-width: 763px) { #I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU { display:block; }#I9IHKMZ8A9KvTRx37BOvp0pP1kyr65sU > .row .container { width:20rem;height:231.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyntivhGeewGERFPZ1xFbeMP4pd24QZK { width:20rem;height:13.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfOZuCtRz1CHxvorFkDGkL6mL7z0p67 { width:20rem;height:7.5rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTwm7aKwTaq4aHpgi0bkQpOqfmZns7h { width:18.5rem;height:5.59461875rem;top:4rem;left:0.75rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tzzZFJxdabqOvBucTL9OKm6852vh04Ji { width:17.9375rem;height:4.4987rem;top:57.25rem;left:0.78125rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZfRothkFydV3rorc5twhN7yAGfu5Zhob { width:1.5625rem;height:1.5625rem;top:53.53125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGbgyXGfht7uTOxVaEGlFkKfMgaCoFP0 { width:2.5rem;height:1.80013125rem;top:53.375rem;left:8.75rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tAvSxSMuBEkfU7GM372XpyZgyZQ82CBi { width:2.375rem;height:31.51365rem;top:19.9375rem;left:0.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZiDGMuIsoaSRubBuV4GWUkKMciHF0cNy { width:3.375rem;height:16.50715rem;top:19.9375rem;left:3.3125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JhQUQdhSBaJ1qx6B0mqV1BuLgugx0s1U { width:2.6875rem;height:24.0104rem;top:19.9375rem;left:7.3125rem;font-size:1rem;line-height:1.5;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #yJyX4xQqEnmebkRDOz4ZVAFwMQIk0SrD { width:2.625rem;height:16.50715rem;top:19.875rem;left:12.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #se63FJwmIxrNmQWe1c09MNh47nyoqTC6 { width:2.375rem;height:11.99540625rem;top:67.9375rem;left:0.6875rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hRRauyTAUd9BuuWmU8kHcXnOSdWZM8bV { width:2.875rem;height:11.99540625rem;top:67.9375rem;left:5.375rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #yi3WPbkZERx9dpVIWD1DvvBi0ug2ABUX { width:2.875rem;height:8.79663125rem;top:67.9375rem;left:10.125rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #r5pc4wOaWBzePCsQeG6qT5WlzbMrmFRO { width:2.875rem;height:8.79663125rem;top:67.9375rem;left:15.125rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #ebJZ7QOZeUDqDIgqp4cqCaOiwOAWJP5L { width:19.75rem;height:3.4375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzM7g3f1UVLkL9rxVDIPCB5Mv17DiNmg { width:3.25rem;height:0.82475rem;top:17.375rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U2PfEkqDcT7xwuAyWM60JuApCLItRkoH { width:3.25rem;height:1.65rem;top:17.375rem;left:3.1875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5kTCM8J4AxtQmcaTgH7VXAphIs22tH { width:2.8125rem;height:1.65rem;top:17.375rem;left:7.0625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PTKiqar9gnLALdeT3tK3KQnwdLlldNNQ { width:6.4375rem;height:2.475rem;top:16.8125rem;left:10.0625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uLVpaEe6F64R3NQDE8PZTycangyRnJ2d { width:3.0625rem;height:1.6493rem;top:17.3125rem;left:16.5625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vnf5mET48aFTTuK6XeefNxIhcG9LHmBM { width:2.8125rem;height:31.51365rem;top:19.9375rem;left:17.0625rem;font-size:1rem;line-height:1.5;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #uId9Td6UV957vT6o8slvPHhtfgzv5fGK { width:19.75rem;height:3.4375rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3WhXBEdrW3P73XuqMkJOlPOf3Bsn1Mq { width:3.8125rem;height:0.825rem;top:64.5rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BIEFcr81Z4watUIcMNgR6qPhKvzCVBF3 { width:5.25rem;height:1.6493rem;top:64.4375rem;left:4.1875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n1VXhBI6sRFpbnfWf8c6XBHEWUxTnUQZ { width:4.875rem;height:1.6493rem;top:64.4375rem;left:9.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g2QuUuChhWJecSAUkdfMqLy7rTXZnQqk { width:6rem;height:2.475rem;top:64.0625rem;left:13.625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E4RSu7AIg7i7AQSzF8JixqZ8T9R3tdL2 { width:20rem;height:3.9rem;top:83.8125rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sOdPX5li2rQT5daRkA7X5nu7FwwxhcKN { width:7.875rem;height:2.125rem;top:89rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXfcZTIrJOOA6yUaLkrVQpgahNPPSzhe { width:20rem;height:0;top:68.587499618531rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGE1uvm8NSPszeUEfKibybavSoRHNK1B { width:17.5625rem;height:2.125rem;top:104.71144104004rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP5LRfbxXxUIxdyHoqNRXthPUVt7I7d6 { width:19.3125rem;height:4.4596375rem;top:110.81248474121rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMHWl7DSWrZGRkSGZg8QLnKBV5yElT3n { width:18.8125rem;height:10.4948125rem;top:140.12499809265rem;left:0.59375rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emxRQKDw6ZTwNVNnJN1zBmuKZPiNcBfZ { width:20rem;height:4.4596375rem;top:159.43749427796rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qers42ITvgx17X0t4KfQzcKM0Hxi9CnR { width:20rem;height:18.75rem;top:167.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXcuLkl7cTZLsB0Ok9tmCS20NhMccowz { width:18.0625rem;height:1.03125rem;top:172.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHVXRJ2XntC4yNu6Fd0skFTW1yexy989 { width:13.3125rem;height:1.03125rem;top:183.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbt5NBXJEdmP8lb32fm3sixQNTlm8SzW { width:20rem;height:0.0625rem;top:177.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBK5fwbKoff7b41TKBftkupdgAoSuwb { width:3.625rem;height:2.098525rem;top:174.125rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlD2hBJb3pVs4GxRz9NzJPTNIz24Iq8 { width:2.5625rem;height:1.05rem;top:174.125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEt9oT5TTTT6G6Ka6w4WiKMLGxPO0kTr { width:3.3125rem;height:1.05rem;top:174.125rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p12lt1pPy6IV7dREu8lronqnTr1snXIl { width:3.625rem;height:1.05rem;top:174.125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c811edleG5iPhDQtRpaUdmB1GQmzHcVh { width:3.375rem;height:2.098525rem;top:174.125rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ZAXNPQkm12F4eyPAX5zvosBpRwi5Ce { width:4.0625rem;height:4.0625rem;top:178.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPLTts0JytpKxpwo05aRUxEzBWywll9w { width:4.0625rem;height:4.0625rem;top:178.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84c3pZwUg8hVS7C0kaEQVKNA9f55erk { width:4.0625rem;height:4.0625rem;top:178.3125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpbmSpd52ohDQRT2cPV7ax8eM76DCgT { width:4.0625rem;height:4.0625rem;top:178.3125rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbC4vOQ089haGzsODHBhVq9RmS1QDTm { width:4.0625rem;height:4.0625rem;top:178.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJ53G5fgTJUUUK88d8aP3yfk8fBKL6 { width:1.5625rem;height:1.925rem;top:179.375rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miIHo61Uy7XdmvpbTuWSak2WhsVoC9iU { width:1.625rem;height:1.925rem;top:179.375rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZ3JsZxCMMkAF2MCLyLXapAcVSNx6Sm { width:1.5625rem;height:1.925rem;top:179.375rem;left:9.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgJoUHBdhTteIZSLM8uoE7gaEXAmGlaB { width:1.5625rem;height:1.925rem;top:179.375rem;left:13.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUum7TxVbKqgVUJBKmVlOLJTZfTTGQms { width:1.75rem;height:1.925rem;top:179.4375rem;left:17.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8o69zT0faKBPn2J8COqcii6MU3JDUZ2 { width:0.0625rem;height:1.25rem;top:220.38855590821rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFTnN2xDuP6AncUgxoTvKA4To4KuDKCM { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgzLK8lbd58WeimibBqI5del5XKBbshW { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlf4eRMgXh37NUrD2eJE2ywwh4woTN3r { width:0;height:1.25rem;top:220.38855590821rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #uev5npzz8TxsSeio6SodeO6BMwPQXudD { width:20rem;height:3.9rem;top:134.87499046326rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsk8mbc9D5E3BemNOXp9LWsC3d3GR54O { width:18.8125rem;height:5.85rem;top:152.83644485474rem;left:0.59375rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCxoOTkQwOxWr9kW2oTEBDNsn7cedNVQ { width:19.75rem;height:32.8125rem;top:19.8115234375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #aLN8ngNUBDd1TGvbrvCwEsL4bc40BUef { width:3rem;height:17.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8rVpZRqbB9rGFXIUBTEhXg2k2Q7G8W3 { width:19.75rem;height:14.3125rem;top:67rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #ms3sWTqDDL8TZ97KZbU2KXwFzVx1eRwO { width:3.4375rem;height:14.375rem;top:67rem;left:0.375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #omvQ3vOF5nPQAhI9q96FczgkxUO6wTFO { width:20rem;height:18.75rem;top:187.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhakJE2pXJC65qvNu8OkNHbWX2RDdMMt { width:20rem;height:0.0625rem;top:198.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUh9pl6qs9QqZikh0i1VdLyxRRNTXTn { width:4.0625rem;height:4.125rem;top:199.21145629882rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdSWUuOPea04nL80M4e4DqIMqkmfUDi { width:1.625rem;height:1.925rem;top:200.3125rem;left:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Kln8JhGTvHgmpZf7EqACGm1EkZaAtl { width:4.0625rem;height:4.125rem;top:199.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5lrTAQ1ILGupHtMFhiCU4Jnn10Th4T2 { width:1.625rem;height:1.925rem;top:200.3125rem;left:17.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpJTr6FyFFbHP4LPLR8yv4EC7vrORCB { width:3.3125rem;height:1.05rem;top:195.3125rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKEnry6qb31Wq828StH1OMEnCGEm5499 { width:3.5625rem;height:1.05rem;top:195.3125rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGn5Vb1sIomRW3R7carVmoDszQxTncV { width:4.0625rem;height:4.125rem;top:199.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV67oEGpOtM9lkDi8H4hvNKSfwCXvodg { width:1.625rem;height:1.925rem;top:200.3125rem;left:9.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKSTL2byd4FDV8OcGEA2Qz2uiuyK1a4 { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zend0744Gt7bmSDPs9oBfMWF2biyi5Mu { width:3.25rem;height:2.098525rem;top:195.3125rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz8ecVuhtom2DzbrdaKJFVP5dU3AUpi7 { width:0.0625rem;height:1.25rem;top:292.56255340576rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzwIcTRliVNc65kazUAB2QTngbflEPbm { width:2.8125rem;height:1.05rem;top:195.3125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A76asHPZ4XrmkA2DApgGSQN2ipOOwMnM { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fO8zM5QbS49dLq2FePUHGh1eI5DMZKm8 { width:13.5rem;height:1.03125rem;top:204.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzoQFE8kply8VrkJmxebQZ3WQiJCB6SV { width:4.0625rem;height:4.125rem;top:199.21145629882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcOoA1aGPlJLLbyqmOcT94MmFtUeH2UH { width:4.0625rem;height:4.125rem;top:199.21145629882rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgBtrTmxLc3n8TJCN4GuikGy5JGsdPs { width:1.5625rem;height:1.925rem;top:200.3125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaH1UoGHyAfhE8ftsEDcPZ971FskFDvs { width:1.625rem;height:1.925rem;top:200.3125rem;left:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMFkBeLT52s7TC5snZ3PQzeVxRfmchF3 { width:0.0625rem;height:1.25rem;top:350.125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zW1MxJIXFBOP8vJFypxKbU2UZiuPxLVI { width:3.5625rem;height:2.098525rem;top:195.375rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQqXI36FgCfepHzVBZ52ZLS8lAHyihz { width:19.125rem;height:1.03125rem;top:193.5625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdhFKNnzAOpo0SotHzuJG9LrZL9S0TV { width:16.1875rem;height:2.475rem;top:189.1875rem;left:1.90625rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XxqD3q8STq9sDfpBbIDm9Dru2WO3h7DM { width:20rem;height:3.7109375rem;top:167.875rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NZhBMS8bWXoDay27dKBhW2o6nO4fpgWv { width:18.4375rem;height:5.94618125rem;top:91.6123046875rem;left:0rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ef582hgMuChPFVnEAhsbtDqWPJei5J1k { width:20rem;height:16.56035625rem;top:116.18644714356rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hwaRkHbg8TLiob3qwfklfbWyOux3m9 { width:18.625rem;height:0;top:78.25rem;left:0rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ngEVfAgPbp7zBisB313igHumxTCbfg4P { width:20rem;height:5.0954875rem;top:97.937484741213rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZG4LIQSebQHh4tXqXfm0UFqJTuVIJh { width:16.9375rem;height:3.14886875rem;top:106.71144104004rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JmhoThVnfNfQPVFbw7uxx1QUZDkXNwF4 { width:20rem;height:19.0625rem;top:208.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKhPonGLQtl4eANJ0ZxSlkTb9sQzeSv { width:20rem;height:0.0625rem;top:219.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyR7TqhrcJA5vdNpvEh8tfieJ3fqvsUd { width:4.0625rem;height:4.125rem;top:219.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlO0rDzAwFTlVpTlDh97qTDBX19yVz29 { width:1.625rem;height:1.925rem;top:221.0625rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz0JhGg1KJUpTNKsNB4daUlbHxkbGIBq { width:4.0625rem;height:4.125rem;top:219.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1UWtpobL0I53m9SCV6cP1TXIoJ7EqI { width:1.625rem;height:1.925rem;top:220.9375rem;left:17.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JixrDMGPBecx6wJuQM4oFSuD0SB2TPhM { width:4.25rem;height:1.05rem;top:216rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqsTIvqd6Qq8l8tCRSFw9ir4tqDDvcO { width:2.9375rem;height:1.05rem;top:216rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btanTBLQem6k9xISE7EkXUmKXHH3UDZn { width:4.0625rem;height:4.125rem;top:219.9375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHmXnkSagUzPMzLaLW5NDypvSomDMfX { width:1.625rem;height:1.925rem;top:221.0625rem;left:9.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W45TAUehg29ZvS72R5CbEP231Myy0n5E { width:0.0625rem;height:1.25rem;top:410.375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPq4FNSBZp5SSimSHJPBP7F1lmaNGWKx { width:3.1875rem;height:2.098525rem;top:216rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKxXSTZw32JgKKNlFF022qmdcioqyNd5 { width:0.0625rem;height:1.25rem;top:410.375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtTHaEwLlTWdJoSW1KcuZCHEIJcKbH1d { width:4.25rem;height:2.098525rem;top:216rem;left:3.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoTKk5v4reWInIeTUb7LkB92UQPg0oO { width:0.0625rem;height:1.25rem;top:410.375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycsA4R18WXyec9pmEXhZoRNllgeTnEa1 { width:15.1875rem;height:1.03125rem;top:225.1875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #titQdWrMwHDSn9Wd0nZ8Pv9PB04xNgfA { width:4.0625rem;height:4.125rem;top:219.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXeAet2vqd6TRKKmJKXCnWg8XkNNOCCZ { width:4.0625rem;height:4.125rem;top:219.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiv8My2TlqbBlfyoatiFckUR8l2w5vA { width:1.5625rem;height:1.925rem;top:221.0625rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW0IKT7JTEnTnTqiKdu0mAsFU75417d6 { width:1.625rem;height:1.925rem;top:221.0625rem;left:5.15625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVn13zdd30acUbAmnA1ruz1Us6PSrPwx { width:0.0625rem;height:1.25rem;top:410.375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUX6T1FG35AlSlZllV2hHsACa2zVly5p { width:3.25rem;height:1.05rem;top:216rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCcnG6t5f8UtPOsC2LvMK5wX24hpERSV { width:11.3125rem;height:2.0625rem;top:214.125rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7PiDMmL8qsBhXUL2dSR8DN8HqJ9nuTE { width:15.8125rem;height:2.475rem;top:209.875rem;left:2.09375rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FeF6hkvIabM45AXX1lXvSBnvA7DbTmXo { width:18.625rem;height:4.4010375rem;top:10.0625rem;left:0.6875rem;font-size:0.6875rem;line-height:1.6;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 { background-color:#fcca2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row .container { border-width: 0; border-radius: 0; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EO8oIuDwfzVXUuDw6xWBKyxUiNUkqKp8 > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zbW1Vw49rEoSc6l2QTtuB34i62HUIdsp { width:15.3125rem;height:27.3125rem;top:1.65625rem;left:2.34375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bEeDd3yssQnxy6tGJhMAtMNQ6kLcgn2C { top:14.375rem;left:0rem;width:1.875rem;height:1.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn { display:none; }#S9Z7z1WvCQR2UCqEbbZgg0U406EzdAPn > .row .container { width:20rem;height:266.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cs373PeT906hdlbVDMuLT7unRQey76iz { width:9.125rem;height:14.3125rem;top:16.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT7na1oW5ScEH8uePPcrQdtvIuc1PmLQ { width:6.875rem;height:6.875rem;top:32.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy153DWpDspcz6KND88aRCQ6BirZ7oIQ { width:18.5625rem;height:14.3125rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7fhf3FIqeXKCTlnrRv4w9JNADVPM01 { display:block; }
 }@media only screen and (max-width: 763px) { #LmWJIwv27S3yaUNdOm4sWctKzB2VSM3E { width:17.8125rem;height:27.875rem;top:47.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVhJe5IQ1t1lJuM3Q8IL81Xeich9a3GC { display:block; }
 }@media only screen and (max-width: 763px) { #vxWMvtBT1TxOsB5v7pOufVebEbbEgGQI { width:17.8125rem;height:27.9375rem;top:120.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq8v5ZBh6iIS5NvEALiiRIy8fLmRlzqu { display:block; }
 }@media only screen and (max-width: 763px) { #mDN27poCwmbkioh5uqS1ukbXT27Id9FT { width:17.875rem;height:27.875rem;top:193.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmFTiG8kwaTuXZnSIATcgQiKGeJuWSz { display:block; }
 }@media only screen and (max-width: 763px) { #gnBTkbebWtLrLH55PePQJwMVZyuC86SG { width:17.75rem;height:27.8125rem;top:76.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSquShITesE97r4dfrIXy8WwG66qQnBk { width:17.75rem;height:27.8125rem;top:149.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTouGoX8AnMgTtenTd1ynuAroCiTqB3x { width:17.75rem;height:27.8125rem;top:222.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTKhzdlV5bqzmeGiPd4wCeMnunR0ob1 { width:5.625rem;height:5.625rem;top:40.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSzBSz9VXx2Ambcg1ITTivb9yrQ4Xtu { width:5.625rem;height:5.625rem;top:113.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQI2tO7uTPMzsSoJQTSHXXL5zRxoGdD { width:5.625rem;height:5.625rem;top:186.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfqESq1ChNOFBIuATvDT9RV7e6cItr6 { width:5.625rem;height:5.625rem;top:260.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzdn5TvFOg4HDT98iLTEVHOT70e08ETC { width:6.875rem;height:6.875rem;top:105.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSzX5sIAr0qV2NPRds24IfEiGZQazTl { width:6.875rem;height:6.875rem;top:178.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3fiO3dHLLGbu9Or4zl6bpBGstVDgFe { width:6.875rem;height:6.875rem;top:252rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 { display:none; }#cruIurOENbIUqKBbF0QaTTMJX6qPC5A4 > .row .container { width:20rem;height:78.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yT496Q7wiERn13K75onb0rCuEwfZVSQO { width:20rem;height:7.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqffk0S0czpTVviiMOSH3k7MeOQaTs3s { width:20rem;height:7.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUn0szKRUUD4GT3VyhnlKfzFlnKyNdd7 { width:17.625rem;height:3.5rem;top:3.3125rem;left:1.1875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lU1x98rlkDaV6bnF6RK2540EqVpeOPB8 { width:20rem;height:3.5rem;top:12.75rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EwPDc7xMhqLhB6oKckRSiJf8wFU4vvb8 { width:17rem;height:1.875rem;top:6.9375rem;left:1.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wRMQer6CXec223bBI9KQNoVi10NlBMHq { width:20rem;height:1.4375rem;top:16.1875rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PGmS7ycyhRXXZhHsg398MG6w0FgeAlvU { width:3rem;height:3rem;top:9.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlR4RtT2ZQXfweSdO9PdtAeksyBK6ISh { width:1.75rem;height:3.0625rem;top:9.1875rem;left:9.125rem;font-size:1.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z0ckl01CeZrF4NECsvVyoERU9cAbThV1 { width:1.75rem;height:3.0625rem;top:19.875rem;left:9.125rem;font-size:1.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ibTCZF1ZV1tkXdiVyrIIri4DM7JsCAGA { width:3rem;height:3rem;top:19.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpwIESWJMMNrucpVWvBKl8OWIoXVqf9 { width:8.375rem;height:0;top:23.6875rem;left:5.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x7Cf99MEJwNqNTRzyyETp0oNlccn55a1 { width:2.375rem;height:16.5rem;top:32.3125rem;left:0.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6HEM9WP5A4IZHBeK0P6PV6mOqzaqiu { width:4.5625rem;height:16.5rem;top:32.3125rem;left:3.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z9S5tA3XVlGCEfmx5lcy8uwt4nWgL6k3 { width:4.1875rem;height:16.5rem;top:32.3125rem;left:8.34375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LkdWk5FVMrGxiSergirc6guxCM5kT541 { width:2.625rem;height:16.5rem;top:32.25rem;left:12.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bJXmA3tcP1eXIh0XFHkzLN7NO5LFDXgw { width:2.375rem;height:8.25rem;top:59.375rem;left:1rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #AJEyVn2qT8Og1nzL4sgUcKxvrMhwG3ki { width:2.875rem;height:8.25rem;top:59.375rem;left:5.375rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #IO03C09oMwA8hBT196CHa3m3u8b2kTZz { width:2.875rem;height:8.25rem;top:59.375rem;left:10.75rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #IO6gWAgqkzGzAF1X7sPTfprIlO2Apq8a { width:2.875rem;height:8.25rem;top:59.375rem;left:16rem;font-size:1rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TKOofwPTfdqbZFJS2p4fZXT2MUtoX5gu { width:4.5rem;height:2.125rem;top:72.8125rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #skSxQWclaR1hXuvTIw0tQiX3ZOVvhxxP { width:3.875rem;height:1.3125rem;top:35.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmwaydIeTGl7u8TEpnQ443s0phZrTmQ { width:4.5rem;height:2.125rem;top:122.5rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTozc0RQmyVIKlgrnrkLKe3f9bH3l3nn { width:4.5rem;height:2.125rem;top:118.3125rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQmbIt4blobxZSsaxdS45r3RJDDi316q { width:4.5rem;height:2.125rem;top:139.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZowNDXGa1yrUIDnfTUUKyyel0mLd376E { width:3.875rem;height:1.3125rem;top:59.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skVlgCTk8oGJytLw0sElTLcevqCqkCo5 { width:19.75rem;height:3.4375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4cIy2VyhesidiEqPTk38Uen2RMJDOK { width:3.25rem;height:0.8125rem;top:29.71875rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TTTVcrQT14OyLPSiW3ZR3weVQAv4iQwU { width:3.25rem;height:1.625rem;top:29.75rem;left:3.8125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VnvV9VhZOnmIgl8zxqiXrrdhmJ7CAsTy { width:2.8125rem;height:1.625rem;top:29.71875rem;left:8rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QkZZniPcHQeigWPzvxypdvQJROeqxvDN { width:4.375rem;height:2.4375rem;top:29.1875rem;left:11.625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gPrNFUndLRuOPo07OQzTpxBzgFJXJPVq { width:3.0625rem;height:1.625rem;top:29.6875rem;left:16.9375rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jbf90VIDORVcAprXdZs8mZMWLiCubtUB { width:3.3125rem;height:16.5rem;top:32.25rem;left:16.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EEabJ330PvzbZx9T6Bg8oTGycS7hFFEv { width:4.5rem;height:2.125rem;top:143.5625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DafvSImTzHzrfKWr6fopd7SgEFo195Tm { width:20rem;height:2rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RlxptlogzBzoM8nVm3ih7baJbpWiau { width:3.125rem;height:1rem;top:49.9375rem;left:0.3125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dJN2vRaxHorKHx7UzGAaeFDStmDeX4eA { width:2.5625rem;height:1rem;top:49.875rem;left:8.21875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RQfpqvns1h7pagpEEy4RPMSnAASiulJ7 { width:2.5625rem;height:1rem;top:49.875rem;left:12.375rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XoA8wkvLxlS7hwaIvpiZLFS7iowpbAos { width:2.5625rem;height:1rem;top:49.875rem;left:16.9375rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M6nMtvZaD6Wt9DPB5dV5TKAtysNHpMx9 { width:2.5625rem;height:1rem;top:49.875rem;left:4.6875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HuKduWZTF76CFBIzVPCzC70TxLVGJFAg { width:3.875rem;height:1.3125rem;top:32.375rem;left:7.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LsdgQOE80v9elFz2iZEd8khTc2KMwJMi { width:3.875rem;height:1.3125rem;top:41.3125rem;left:11.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vP2vpTm2K31AkBMk6TCZKz5ZnRtMKnP2 { width:3.875rem;height:1.3125rem;top:44.3125rem;left:16rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GJxXV7vJuKdVrN7dZp7eV5WPcJTVxMOL { width:19.75rem;height:3.4375rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Q9rFRqMyh3JzV3Jn5QuQdET38fQZuu { width:3.8125rem;height:0.8125rem;top:55.75rem;left:0.125rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LICN8pO1WtkLKHBMeMslxQS5hIplTswR { width:5.25rem;height:1.625rem;top:55.78125rem;left:4.1875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mOCTxMzrWZmPwnULG4ZHVX5KSUn1mlfz { width:4.875rem;height:1.625rem;top:55.78125rem;left:9.75rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w8qK2GRxF5t8QVJkqmKEa4g54B83TyQ1 { width:4.875rem;height:1.625rem;top:55.78125rem;left:14.875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OTCffVVrhoP5tlpQsye9vNMifZxV8nKu { width:20rem;height:2rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brn6LbhLVDgTQz7xQIs0BftevDq5xoBG { width:3.3125rem;height:1rem;top:69.5625rem;left:0.4375rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kV2Gq87XBViILpwrlt8QcBuwsLQp3TV9 { width:2.5625rem;height:1rem;top:69.5625rem;left:4.6875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TWUFDbeltn1dBJ6f3t4eTbO9P8rKz6Bx { width:2.5625rem;height:1rem;top:69.5625rem;left:16.3125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2Al2zsdkT1eidd641UMp0H5hPFwvhh { width:2.5625rem;height:1rem;top:69.5625rem;left:10.875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #daTKJx2w2yCBbim3dApS2PT6fkMNwvek { width:20rem;height:2.125rem;top:41.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdaiERqimPwf4cEnaNnO5M09nglFAEas { width:3.6875rem;height:3.5rem;top:72.875rem;left:2.6875rem;font-size:3.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xkCQliNoBqXExdsDdUisiIUVfbbeeRWy { width:20rem;height:2.125rem;top:169.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOsohcRHiKG0UdtKuqZMlFM5Q3oUfbIO { width:2.5625rem;height:3.5rem;top:72.875rem;left:9.4375rem;font-size:3.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #htXS1AebzqSZ1uuMzk0Rczr2IUEsgw0A { width:1.5625rem;height:1.5625rem;top:73.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8wDGVpZN7p9Tghz5H5XzxxzMxSZMIH { width:1.75rem;height:2.875rem;top:73.0625rem;left:7.125rem;font-size:1.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zGTWZ4TTtOGpKMidARqpPSBmkqSWpeQe { width:3rem;height:3rem;top:86.8125rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5iJs5Or7C65fVZZg8y0pNJTigRv8Xd5 { width:1.75rem;height:2.875rem;top:73.1875rem;left:12.4375rem;font-size:1.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sPp8sB85rSZoI1ZpdeVxOkR22LbxDCxn { width:3.125rem;height:3.8125rem;top:72.75rem;left:14.375rem;font-size:3.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twhGi9affykPLsS24Ppmn67pkqFBfvix { width:3.875rem;height:1.3125rem;top:63.625rem;left:10.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xhmvshDmTEsDJk68XyJF2x0fyyud8Krx { width:3.875rem;height:1.3125rem;top:66.625rem;left:15.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uFfLsAozuuD6kFXnSaT4Gk2EgBRARoMM { width:1.5625rem;height:1.5625rem;top:73.875rem;left:12.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HTZTV4oqJPEVGDrObERn4osIACsfkRbu { display:block; }#HTZTV4oqJPEVGDrObERn4osIACsfkRbu > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyFM8TLZMJqVROW6X1T1MkXNWQv67FZE { width:20rem;height:4.38585rem;top:1.4984810352326rem;left:0rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #geTehCrsRAzSiV2rLItl0TG5CH6VA1x1 { width:20rem;height:4.4596375rem;top:7.375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tu7SKRibs255ViuvZ5xL5KHC4iHAQwrc { width:20rem;height:14.865475rem;top:13.720855712891rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UOgSJQevvOpqKISa4wglNBNgsbNpUkQe { width:3.3125rem;height:1.8125rem;top:27.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf { display:block; }#hSSlD8oKN0afGD9tHP7BV9OFJ6EbAItf > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udFIf2Q6W3kVg0wEso0RCHJ3lql36gsw { width:20rem;height:1.99978125rem;top:1.030818939209rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dlERkz5gwEIoJVHn9xgmCXRI35CIWodB { display:block; }#dlERkz5gwEIoJVHn9xgmCXRI35CIWodB > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpf4d81RTSTTK7d8DdTADHEnnIuNKrzG { width:10.5625rem;height:1.48654375rem;top:0.5625rem;left:1.5rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JA0eAKPAeAnNTRhDCKprq42gk4IVdFLh { width:0.375rem;height:2.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTEC8BtinQI0RHOJyHxAMKvS0VRIuqB { display:flex;width:1.8125rem;height:1.8125rem;top:0.4375rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV { display:block; }#BLlQQ9OSLggtxb5g4QMpIKMG5hdGDcnV > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKZfUp8yTsik4seeQ8sGAJDLAsDXUQi7 { width:20rem;height:38.6501875rem;top:1.25rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE { display:block; }#luwqrsRuV1a7dAGOQo1Gu3KJ2yAMohfE > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usSQBsylBJXlJXzBLrHxmTJtunLODpK5 { width:15.6875rem;height:4.4596375rem;top:0.8125rem;left:1.5rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DoJJw60GrIFEa0cSpGnKEf5XsFOKLBV7 { width:0.375rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4x68SyQNGx1cplt4scZ5JcyOQsniTGi { display:flex;width:1.8125rem;height:1.8125rem;top:0.75rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 { display:block; }#lNKbyVoTJvfi1SQyOeBZO27ZPsZ3fZB4 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT2ML858qdFLU88DXwb3Ja85fZLfHzJW { width:18.75rem;height:20.811625rem;top:1.25rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z { display:block; }#Zo7MmywzLU4BL2pdRyER0mz6wV5b3z6Z > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhCFwXqF7kotDpvXNpG8OODJ8s8Bs5Qd { width:16.5625rem;height:4.4596375rem;top:0.8125rem;left:1.5rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aUbxK83APhg7xgLsds9mz4Ke3AN5uscW { width:0.375rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42OfaBVT6qEIceACGnSXNGMX7prHxXw { display:flex;width:1.8125rem;height:1.8125rem;top:0.75rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr { display:block; }#d6nhNVN4T4JQ3PgTaqevZaPCnaF3w5nr > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKPG2dff5z5P3FoTCgpTc7fgR2ZJNOcG { width:19.625rem;height:28.244375rem;top:1.25rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SmBwLSKdqnIbSro1OkaCuMR76TKmemia { display:block; }#SmBwLSKdqnIbSro1OkaCuMR76TKmemia > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pySrwwEoESlmHvkPceXPiVCy5nnFI0xK { width:15.5rem;height:4.4596375rem;top:0.8125rem;left:1.5rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LkqgaWV3e8QW6zIIWVibxfFJSf3foRMq { width:0.375rem;height:6.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3I6I4F5FF0VuGwoTlVn3oCQKNOCLBKw { display:flex;width:1.8125rem;height:1.8125rem;top:0.75rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI { display:block; }#Xy6LUE5iTT3ILZnR5lI5Pp1omhkadIOI > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydakEN1NL5h5rJVx8lId16MXPx2swkFT { width:20rem;height:35.6770625rem;top:1.25rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx { background-color:#1a1b24;background-image:none;display:none; }#lvuOC7caCnaU9ahqCAnhdfNkQvHAPlGx > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { width:2.0625rem;height:2rem;top:2.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:16.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:14.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection { display:block; } #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection *:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="text"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="email"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection input[type="tel"]:focus-visible, #ca505aee4e0b0b4e3bdc7f90e25d199d.widget-smartsection textarea:focus-visible { outline: none; } #cwx31f2EJdMDKWfC9x6fl0uP63dywcGT > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }