.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:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:227,244,231;--color-secondary-1:170,223,184;--color-secondary-2:113,201,136;--color-secondary-3:34,160,56;--color-secondary-4:19,165,56;--color-tertiary-0:255,255,255;--color-tertiary-1:163,196,223;--color-tertiary-2:102,157,201;--color-tertiary-3:6,94,166;--color-tertiary-4:0,91,165;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .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); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/790576f4-44f7-4091-a9ac-a9b3c6728c65/LPEndoskopialaryngologicznajpg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.adaptive-delivery-prevent-bg, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyload, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyloading { background-image: none; }#uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { position:absolute;display:block;z-index:15000;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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:12.5rem;width:33.0625rem;top:0rem;left:3.75rem;display:block; }
#ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { position:absolute;display:block;z-index:14998;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.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:13.5625rem;width:33.0625rem;top:5.212890625rem;left:3.75rem;display:block; }
#xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.6375002861023rem;left:5rem;height:5.3611125rem;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; }
#JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { 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:11.3125rem;width:15.5625rem;display:none; }
#ys41epHtZPM49mzO3epNTvMF6rtagi6G { background-color:#eda126;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.25rem;left:11.249218940735rem;display:block; }
#TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2OdPauENo0MIXNFfi88klJUynapc5gf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.0625rem;top:13.75rem;left:3.75rem;overflow:hidden;display:block; }
#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { position:relative;display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { background-color: transparent; background-image: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { border-width: 0; border-radius: 0; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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:11.1875rem;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:block; }#RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { color:#716e6e;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kALxSk7iB9BiXwVg6QEuo3Vpesd1JlMf { color:#015aa9;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.75rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRoTgHFnW9cMvwwAsNerdkRKDAsgJK3U { color:#716e6e;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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:38.8125rem;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:block; }#FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { position:absolute;display:block;z-index:14999;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:13.875rem;width:75rem;top:6.2499990463257rem;left:0rem;display:block; }
#NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6rem;left:5.1875rem;height:1.725rem;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; }
#IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:4.6875rem;left:0rem;display:block; }
#X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { 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.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#WhDETekOvrUcN74y67yPeVWcguDMb3ib { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:5.25rem;left:1.1875rem;overflow:hidden;display:block; }
#KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.34895324707rem;left:5.0937509536743rem;height:1.625rem;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; }
#U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:13.5rem;left:5.1875rem;overflow:hidden;display:block; }
#W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.125000953674rem;height:1.625rem;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; }
#gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { 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:3.6875rem;width:3.6875rem;top:13.75rem;left:25rem;overflow:hidden;display:block; }
#p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:29.312500953674rem;height:3.25rem;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; }
#kNPTVppRQM3xE1gpMNye6855mmETkzhq { color:#015aa9;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:4.21875rem;height:1.86805625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZS0Gdc2vuk1P1mxSODFN5WWfXoadnLk { 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:3.6875rem;width:3.6875rem;top:13.75rem;left:46.25rem;overflow:hidden;display:block; }
#czlUBDq1JaGROcFOiyb9AVdinaJWMwBR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.0625rem;left:51.250000953674rem;height:1.625rem;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; }
#TpfCHeBOWzbHoUg18T65dH9zSVnwqxQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.9375rem;left:5rem;height:1.725rem;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; }
#G2J7VoSMkpw9yAeqyZCSKQgN8piGh0yK { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.186525rem;width:75rem;top:22.125rem;left:0rem;display:block; }
#qchxGHRzpKvioU6EI6ZN9yMFfJaqXagS { 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.625rem;width:2.625rem;top:23.5rem;left:1.25rem;overflow:hidden;display:block; }
#QQumJAlGFNwB2DLdZJhhL8JEkhtP8M8q { position:absolute;display:block;z-index:15010;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:13.4375rem;width:74.5rem;top:24.1875rem;left:0rem;display:block; }
#eL9T7owOEeSnPUeFDHTxtNZxi3vmGcOt { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.823783874512rem;left:5.0000009536743rem;height:1.625rem;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; }
#owC6kiLRO0cEHSLOCii93iXO1QAXMeDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.5625rem;left:51.062500953674rem;height:1.625rem;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; }
#hkZqOsR3mTsAr0R63ucQ8AsA5RaPMMqt { 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:3.6875rem;width:3.6875rem;top:31.250000834465rem;left:46.250000953674rem;overflow:hidden;display:block; }
#dIn4JIkFmysCLQ7ugSm99PMlbgiuQdV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.625rem;left:29.125000953674rem;height:1.625rem;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; }
#OeNvigthDkzVRlprJEAMis5AEE5hWTtk { 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:3.6875rem;width:3.6875rem;top:31.250000834465rem;left:23.812500953674rem;overflow:hidden;display:block; }
#vK1sQytagfBf5bve6h3Piex01qGdWMzs { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.5rem;left:9.9375009536744rem;height:1.625rem;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; }
#ECkJdBlw605LPqV7ICh9gA5vxozG8ixT { 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:3.625rem;width:3.625rem;top:31.250000834465rem;left:5.0000009536743rem;overflow:hidden;display:block; }
#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed { position:relative;display:block; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed { background-color: transparent; background-image: none; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row .container > .video-iframe-container { display: none; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row > .video-iframe-container { display: none; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .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); }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed { border-width: 0; border-radius: 0; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .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; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .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:34.9375rem;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:block; }#DXzGcqBZu8b0sJAGu6kmbldof9V07Cvr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:31rem;width:75rem;top:1.1875rem;left:0rem;display:block; }
#BmtT50uoLlK1SifmLvAThP6AzH8nBlHB { color:#13a538;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:5.0000009536743rem;height:1.86805625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lT3TemI48DTLcxivtcgkBU6dCxuqhCMk { color:#13a538;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.0000009536743rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4JQlGgfcMc1i1fX8iPS77oBJ2wA7gLF { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.19) ;height:7.5rem;width:30.0625rem;top:11.125rem;left:5rem;display:block; }
#Jl9Gx8chuBqkBS1G24TIHGTWp9yGplW2 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.19) ;height:7.625rem;width:30rem;top:21.0625rem;left:5rem;display:block; }
#IUaFWclSf4JOHiPzULSJwJTpqR2c44E6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.19) ;height:7.625rem;width:30rem;top:21.0625rem;left:40rem;display:block; }
#qTfDmNr5a51cnlF9tARMe5gI5pIDTwUW { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.19) ;height:7.5625rem;width:30.0625rem;top:11.125rem;left:40rem;display:block; }
#vB5oFbAZaLNrPbT2bU7Tk4SQGuHqcT89 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:12.375rem;left:6.25rem;overflow:hidden;display:block; }
#WFGX20RtfPZExiou0OaRmrVfzSCnTl60 { color:#716e6e;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.25rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J8WEn2MOHukCQCDFt2TeHXabC2eh9K5T { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:11.250000953674rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AcLkvqpTTvusBTu6qpsszAP1zkI6XQPV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:22.375rem;left:6.25rem;overflow:hidden;display:block; }
#fLU0TmhSdeCt6kU7yG4RlrwO55lwLAAQ { color:#716e6e;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.187500178814rem;left:59.868058204651rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBvQEhWTHtWma35yGZ3287WKLqvmsRpB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:12.375rem;left:41.25rem;overflow:hidden;display:block; }
#g7stM2e8qJmgICTxhpJyDgkqKbsutyv7 { color:#13a538;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:46.250000953674rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkBgAbyE7SaVHw0TFvJOLOGD1N4REpK4 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:22.375rem;left:41.25rem;overflow:hidden;display:block; }
#kGTn0kPlJhFD6telA06NLi7iuSWAKVgf { color:#13a538;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.812499761581rem;left:17.562500953674rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UyohyywXdKKp6xpGwg18I4WbW4q2RfK1 { color:#13a538;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.687499761581rem;left:46.250000953674rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZxHXbKVzprx1xkiwLdFNqEpGz0Q0L4NQ { color:#13a538;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:16.250000953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpb0e4sx3BCVbZQ23M2Sm0WTNlt70NDL { color:#716e6e;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:53.875rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rf9Fzc7H6ZiMTQuaG0pWJwu0beXkmJeS { color:#13a538;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:58.430558204651rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ioXpmi7wO8Na5Bir0SqAJ6LvktEsWUCD { color:#13a538;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.812499761581rem;left:17.562500953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pGMoCieAiJ6whIf9ppTX8XAkWfiTbNWB { color:#716e6e;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.25rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Oqso6wyDsJOs6SQfMJ6GzVD9nKhxOHwJ { color:#716e6e;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.25rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ToKS7Axlqm9zJOo7oSvRor7XlstkL1L5 { color:#13a538;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.812499761581rem;left:17.562500953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fzaRLut9o0eFoneIugVyTbBvMoDET9JF { color:#716e6e;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.25rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#N8TJtt4ztG35nFlmi0vPzP3pXsMGKe5B { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:11.250000953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#od0SW2Q0vBcibQJCm9MGwEgRLL7yvD5I { color:#13a538;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:11.250000953674rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yN2sEqHbcG8XtOEuIXMBZnCTd5gwvsRf { color:#13a538;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:11.250000953674rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KLtqlEP77JRsDLnm5ZbCxs7LgvLhtGAV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:12.375rem;left:41.25rem;overflow:hidden;display:none; }
#zbkPl5f5OMbyeTFFZWutfiNmG2GW21uk { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.687499761581rem;left:46.250000953674rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#H8TKQRRaa7GK8IaT2hGOubXdCJpyT7wD { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:12.375rem;left:41.25rem;overflow:hidden;display:none; }
#fQWSNaZxrRUb7zTZeho1oqWyqBOoOAXn { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.19) ;height:7.625rem;width:30rem;top:21.0625rem;left:5rem;display:none; }
#GyP8Pe11i7fhK27G6aSZDCW31Wz7NeWW { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:12.375rem;left:41.25rem;overflow:hidden;display:none; }
#m5ZVboJx9hzbx8RU7ISENdXGrB3VaQk8 { color:#13a538;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:46.250000953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vp5EiQ1mfVn4TPv6s8lSB4MR2G8xMdgy { color:#716e6e;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.749999761581rem;left:53.875rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JzmwewQubd9XRwInCZCds4T2ZxEBpvMB { color:#13a538;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.789062261581rem;left:46.250000953674rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LfmavUk6QBwuqhGsdqzF0CeT3W56t9Xu { color:#13a538;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.789062261581rem;left:46.250000953674rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ymLsk7UunkTBMqmLAneQZb53sEta5yNy { color:#716e6e;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.285590350628rem;left:46.125000953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p0cOXLc0qbT1NDr7IKQecme0fTWqAzzc { color:#13a538;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.292534053326rem;left:11.218750953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0XcHSfyTLhAtU5WhFVH1WcJKxSKAdKd { color:#13a538;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.292534053326rem;left:46.375000953674rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { position:relative;display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { background-color: transparent; background-image: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { border-width: 0; border-radius: 0; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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:32rem;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:block; }#QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.0625rem;left:5.0625rem;height:1.725rem;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; }
#Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:3.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75390625rem;left:9.75rem;height:1.29980625rem;display:none; }
#TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.25rem;top:24.8623046875rem;left:3.40625rem;overflow:hidden;display:none; }
#CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { position:absolute;display:block;z-index:15001;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:27rem;width:75rem;top:2.3125rem;left:0rem;display:block; }
#gRZczahaKISDxXMFxzaaFUXnWSLwikRg { color:#716e6e;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:11.25rem;height:3.08680625rem;display:block; }
#sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:6.875rem;left:5rem;overflow:hidden;display:block; }
#T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.6875rem;left:5rem;overflow:hidden;display:block; }
#TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20.312500953674rem;height:1.54375rem;display:block; }
#opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { 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:4.75rem;width:4.75rem;top:6.8125rem;left:37.5rem;overflow:hidden;display:block; }
#t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { position:absolute;display:block;z-index:15000;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.5rem;width:75rem;top:3.9375rem;left:0rem;display:block; }
#Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { color:#716e6e;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5625rem;left:43.75rem;height:1.54375rem;display:block; }
#gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { 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:4.9375rem;width:4.9375rem;top:12.6875rem;left:37.5rem;overflow:hidden;display:block; }
#ffCt8p6UlEF5PIWwSVPepqad41uQxMru { color:#716e6e;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.8125rem;left:43.75rem;height:1.54375rem;display:block; }
#RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.046142578125rem;left:1.21826171875rem;overflow:hidden;display:none; }
#IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:0.5625rem;left:1.25rem;overflow:hidden;display:block; }
#kJtuofQh3Da1IU4sBiuhDwL93b5oN0ar { color:#716e6e;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.8125rem;left:11.25rem;height:1.54375rem;display:block; }
#VgWTzFuzESqplZr971h0dZMtXnPNRTPF { 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:5rem;width:5rem;top:20.1875rem;left:5rem;overflow:hidden;display:block; }
#ChPhtJ7eD5KN8kWT4nFydQdP5tmxUiaa { 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:5.0625rem;width:5.0625rem;top:20.125rem;left:38rem;overflow:hidden;display:block; }
#bDs47eLcA97GhEk5blGMETBvvL52sM1T { color:#716e6e;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5625rem;left:43.75rem;height:1.54375rem;display:block; }
#BDITK9STPKsxhTcUHf01EPZ6u0h785SH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:16.534722328186rem;height:1.54375rem;display:block; }
#rNBB8JO3JeHKFXFtTttNdB0WeGJdX6S3 { color:#716e6e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.040800094604rem;left:11.250000953674rem;height:1.54375rem;display:block; }
#gdlcANpcy9NTa60qTB34T5CM02c0mpxm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.824651718139rem;left:17.000000953674rem;height:1.54375rem;display:block; }
#yShPclkuPiaryGvI4lasnZmys4fXmeha { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5833320617675rem;left:54.9375rem;height:1.54375rem;display:block; }
#bLwdRME5WgGfzLOZLFOaKbI7TTuvAhcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.8125rem;left:47.743054389954rem;height:1.54375rem;display:block; }
#VEWACzCHmWKR4pvIW3xT1rVAllsx5XPv { color:#716e6e;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.912324905396rem;left:60.562500953674rem;height:3.0868rem;display:block; }
#XfoLIC3OQ3wvMvzlUfcfDspZCvW1KIKp { color:#716e6e;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.912324905396rem;left:43.750000953674rem;height:4.63020625rem;display:block; }
#GO8J49Qfa112hklidTalAh4yZAyl5MBi { color:#716e6e;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.136285781861rem;left:49.250000953674rem;height:1.54375rem;display:block; }
#qslefCerAfDG24fIu5CxwKvUwKc8KuzT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.698785781861rem;left:52.937500953674rem;height:1.54375rem;display:block; }
#Kyqoh0BIKcBGI6n7zfzcWCHTZ8c48UoL { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.105035781861rem;left:43.843750953674rem;height:1.54375rem;display:block; }
#nLtQ2QtxvVswXliXF1uvORAz5ypZgmcw { color:#716e6e;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.699654579163rem;left:43.843750953674rem;height:1.54375rem;display:block; }
#C3cPQLAA2rpxmCdCABL1LSapR0EOXUTh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:16.534722328186rem;height:1.5434rem;display:none; }
#KaT0wc99H1J7Q4OkOiZ5G6twb0LmzDlA { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:16.534722328186rem;height:1.5434rem;display:none; }
#Zi1QIxPqlLm4OxuEMzGwbGnSB5rP4XOa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20.312500953674rem;height:1.5434rem;display:none; }
#VmiPhNfIIWTuAW1GTtfrq78EyLr9Kces { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20.312500953674rem;height:1.5434rem;display:none; }
#UTS1in41rt0n1T0MUa78pyeegH9I446P { color:#716e6e;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.912324905396rem;left:43.750000953674rem;height:4.63020625rem;display:none; }
#o2LLucdPfvz3K3SX4Jo1msDD55NOBtNh { color:#716e6e;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.912324905396rem;left:60.562500953674rem;height:3.0868rem;display:none; }
#sG8glxw1RaENVOw17Lygrv2xT1e7Cok9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.698785781861rem;left:52.937500953674rem;height:1.5434rem;display:none; }
#obzthtcJcmFK7yPRRDzSU3pCGe6q3VzF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.698785781861rem;left:52.937500953674rem;height:1.5434rem;display:none; }
#aSdqU8DVosb1VaLqEDGDNHu7Ll7udKoP { color:#716e6e;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.136285781861rem;left:49.250000953674rem;height:1.5434rem;display:none; }
#CQZu72G3lTACR9KdtuSob65P8wg2rqGO { position:relative;display:block; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO { background-color: transparent; background-image: none; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row .container > .video-iframe-container { display: none; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row > .video-iframe-container { display: none; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .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); }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO { border-width: 0; border-radius: 0; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .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; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .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:29.875rem;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:block; }#bzzEKXtZq7syPqOhNidwnSkBKkv8a4s5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:26rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#qbdnX9CWS5tlOFiBCMFHtML0s1I09uJe { color:#13a538;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1953125rem;left:5rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWkAdpmnsMTkTp8LcxuZrUKpw1Nlgx25 { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#pJEfR4mta5CaMmw9lGi91B0lrKL5t4l7 { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#vEbg6ADtesif5ZkXsUaKwy5RgRIR9DMO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:5.25rem;display:block; }
#K5zNEnUNhMKZg1yyr2vuCrwnnFD3QiSd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:5.25rem;display:block; }
#wxc62TUX9wWnT1ETfsg5IE1WFZ3rdOnE { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:5.25rem;display:block; }
#QXw8GLIMW6e2sZtziKAMbeUWaomxANAG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:5.25rem;display:block; }
#epxQodOFXTEusICQlepi7Tg4IFTevmLH { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:5.25rem;display:block; }
#q9tbvPl7iGLSVHVKHH6DJkSc2Ovhyb57 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:5.25rem;display:block; }
#tAsMmUXTpTnKOV1SdcCGQ8cQbqvt0RAz { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:39.0625rem;display:block; }
#ePDBEVlsIDhiK4N7tV3rdB6uAbTUu7ry { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:39.0625rem;display:block; }
#GMIWHM7vXGSEf3rRKymiGmSHcylC65RU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:39.0625rem;display:block; }
#HWIpkAfeEQACutxMZFXbLaShT7xqESCv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:39.0625rem;display:block; }
#Qii8148INBQh0ZVTe7p0tJS8DizHbQIA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:39.0625rem;display:block; }
#HmbJc1DSpzDfxlt8ANiUfrSuaKewEf9W { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:39.0625rem;display:block; }
#y4xa2sDLW6FuNKsp0KOGP82PKh2qcZJG { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#yLinz1xmBPqTlu9d1T5gXS6MzUCFU6L3 { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#heClSxVPpTCeLB0VdTudH5pKAJRfnM6D { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#R7od6f4PWS5hGCnkGvuIg2w7Ty2CTyhw { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#B3L2eIqZ4Xb38CDlVr602RMG3uxrSzz2 { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#V58s6En0KJves0RV62CneFc2VkTtZ6ht { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#BO1wpB08GP2RlNAqWiACo2gacOGGdiaf { color:#716e6e;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:8rem;left:7.4375rem;height:17.5rem;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; }
#xTT4W72pk1G6boxobwdoKwyDxeK27leG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:5.25rem;display:none; }
#adZVCcNAGR6hsLMmoMG7IWF4JhnQIULk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:39.0625rem;display:none; }
#Q6z34scS1dQuwFht0xrW8TrMn9wAqWy0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:5.25rem;display:none; }
#z1Dy7QWSZT8oB1Hdocbuk3Qvdt4d9OWT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:5.25rem;display:none; }
#qOKP9kCG95QPkuguwHiySGkEd4wTnwKa { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:39.0625rem;display:none; }
#m3rbyQai3pFqdgTzVb1W9yifut3hDu7I { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:5.25rem;display:none; }
#Ab1qa4sP49nl995C2JLuffTVO9xxoch4 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:39.0625rem;display:none; }
#TnEIPLVGTgmB3TzTJKPUPX6rdU9AWh7S { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#lBI1X1FhHDWelR1nrl3wSVQBLLfB5I0O { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#JwP79VBax8zsIBuQFFUpomDBmPFFrP0y { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#n5NnZOdhPKiVIeWl2sliAt1VgLkAbR0w { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#OHnJhuqQ0h2zEzTgcD8MTTW3hQhOAlWi { color:#716e6e;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:8rem;left:41.25rem;height:15rem;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; }
#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz { position:relative;display:block; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz { background-color: transparent; background-image: none; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row .container > .video-iframe-container { display: none; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row > .video-iframe-container { display: none; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .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); }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz { border-width: 0; border-radius: 0; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .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; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .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:25.625rem;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:block; }#FeOE7i4kztDZCE8mQDTZ6nIG2hhcPpiG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.75rem;left:5.0625rem;height:;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; }
#lUJgUh46LKuqSzg89F20fgDubiD99ip2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:3.875rem;width:75rem;top:1.75rem;left:0rem;display:block; }
#IyGhbyv1tMF2Vl3IFF0xTKBAJywCKaRZ { 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.625rem;width:2.625rem;top:2rem;left:1.375rem;overflow:hidden;display:block; }
#dRqhlQXH1PVnyg5z3oiXtTU3TaUkRC2T { position:absolute;display:block;z-index:15005;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.5rem;width:75rem;top:3.6875rem;left:0rem;display:block; }
#tsJh9587ZbDwu3e2PagFxQX9FHTDXFEO { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1180486679075rem;left:7.5000009536744rem;height:3.25rem;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; }
#G0fZJQUGKTWGIcZG5o1yS1Ki1iAKQ89C { color:#716e6e;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.5000009536744rem;height:1.625rem;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; }
#U4VUIFTghUm5RXZmsKNlPEUeIDblCSov { color:#716e6e;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.125rem;left:7.5000009536744rem;height:1.625rem;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; }
#q3bHAPuHcNTGSxD9UyCl6JzDVaSLFpXO { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:15.625rem;left:7.5rem;height:1.375rem;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; }
#Pmes7S9pnf8Q7RnTlCVFDZ2iXMoGHJRe { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.999994277954rem;left:7.3125009536744rem;height:1.625rem;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; }
#y74bvCoL78mEdDl5sA8hqHX2QRbzHnZA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:5.0625rem;display:block; }
#nS7RvW1XWxT3bWkzA4dTQh8kR4PqPrXU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:5.0625rem;display:block; }
#rTvrRiFtGTinJupbvf4eCecBCBkgCCHU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:5.0625rem;display:block; }
#yQmldWwBkVecyeNeka2sMTAhE7nLpZDB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:5.0625rem;display:block; }
#BhhaEaXgsmmnqN8ano0mHTn7Pbvzk6SI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:5.0625rem;display:block; }
#eSsKUJ45a6d5qfT9bmLmVh67azR6oh0m { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.1875rem;left:12.409722328186rem;height:1.5434rem;display:block; }
#JN1z47KbDtBswIwW6yJnfSw9E650aKU3 { color:#015aa9;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625001907349rem;left:27.562500953674rem;height:1.625rem;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; }
#wUvWprVvTnkGOA5mlsgynXeX27mldIIT { color:#015aa9;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125001907349rem;left:17.187500953674rem;height:1.625rem;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; }
#OoNaMI9p4c1LZ0cbx2auBklRyRct3LOL { color:#716e6e;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.12499332428rem;left:36.625000953674rem;height:1.625rem;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; }
#Zf3vN1v0EFthLH9wuGKLPNiWNB3KyvBk { color:#015aa9;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:15.625001907349rem;left:26.930554389954rem;height:1.375rem;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; }
#cP3D0DaW82dEWb3RLQOO8OHlzX3yGZnF { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:17.124134063721rem;left:7.3125009536744rem;height:1.375rem;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; }
#lMotgwDhIHhZMBeJohs5dD62dB9vIKsk { color:#015aa9;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.999131202698rem;left:19.375000953674rem;height:1.625rem;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; }
#UacsVhdt2EG23PMTCsSJVbvP9bO0DUTg { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:3.25rem;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; }
#znWhtgPXSkwEbbXk2OB0iuQvxARiuFpp { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:3.25rem;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; }
#qbMrCqF3XZrx75oMTGeGMp4zDAbyFdgf { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:3.25rem;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; }
#BRoXsMQx2h6Oao1S9TXr8iVWAC7Vw0h3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:5.0625rem;display:none; }
#LSNIgDb7PybuBQwEK4y16zXl2AGvluhV { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:5.0625rem;display:none; }
#gdkTnkTWnsyzkmQPSFrXAT2JZgLyIUfX { color:#015aa9;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625001907349rem;left:27.562500953674rem;height:1.625rem;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; }
#qs8PFTHAULusuw5hUX72yWTilTUPE144 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:5.0625rem;display:none; }
#tTNBssBiyAzQVmITZciksIDxF1TnEArl { color:#015aa9;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125001907349rem;left:17.187500953674rem;height:1.625rem;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; }
#od9GfP1MNAMqsI1MpirpTZKFWSOvO1Pt { color:#015aa9;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125001907349rem;left:17.187500953674rem;height:1.625rem;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; }
#X9PmZmfS99Blpsb6tnM3P2svThQTREyG { color:#015aa9;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125001907349rem;left:17.187500953674rem;height:1.625rem;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; }
#c0T7U4199VvcT8CHcGTROpeHoJ5HmqOh { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:5.0625rem;display:none; }
#IpsEK9wwR2JPvVCcbS6q5R7mcDOZH28x { color:#716e6e;display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:7.5rem;height:1.625rem;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; }
#IrMvqpb8kEfyT1fpxqyftTnC4twSKmxb { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:5.0625rem;display:none; }
#Apb9hqqS2sB2L7nbSRvR7WQ2APwiNR9n { color:#015aa9;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.999131202698rem;left:19.375000953674rem;height:1.625rem;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; }
#RFLoTFynDwt1wtLseBHSA64XVnEdgXuv { color:#015aa9;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.999131202698rem;left:19.375000953674rem;height:1.625rem;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; }
#dlFSg05sEhTRmp8XBBQrifh29firT6nw { position:relative;display:block; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw { background-color: transparent; background-image: none; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row .container > .video-iframe-container { display: none; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row > .video-iframe-container { display: none; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .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); }#dlFSg05sEhTRmp8XBBQrifh29firT6nw { border-width: 0; border-radius: 0; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .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; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .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:28.875rem;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:block; }#NR0hpdUugsAvrCRyvxFcWRz1xlRqETE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.75rem;left:5.0625rem;height:1.724825rem;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; }
#ZdTPffUNkIvQNFdIhQeaIaUoVI15fky8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:3.875rem;width:75rem;top:1.75rem;left:0rem;display:block; }
#i9xy7XTbB0MAm4R20h1bKNt1VPdbhyuc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:2.0000001192093rem;left:1.3750001192093rem;overflow:hidden;display:block; }
#fMTi2GCN34qmi2KuE2pgka89nznufS9L { position:absolute;display:block;z-index:15005;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:23.875rem;width:75rem;top:3.6875rem;left:0rem;display:block; }
#hJlgCuxVFZ9eBx3t90aF1VzgmIunOTI5 { 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:4.5rem;width:4.5rem;top:8.75rem;left:6.25rem;overflow:hidden;display:block; }
#owUcPLlkfXDqSVsLKh5fQvRDkwFpc1RG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.18750333786rem;left:11.125000953674rem;height:1.54375rem;display:block; }
#kFERBsJe5LKHNnTBLlJO7NKiU9QTL4TW { 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:4.75rem;width:4.75rem;top:8.62500333786rem;left:38.812500953674rem;overflow:hidden;display:block; }
#mZhXf0Mxi4XCnd7yIpcNiHvbzk9gOL7U { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.227433681488rem;left:44.059029579162rem;height:1.54375rem;display:block; }
#bIIQ0K0hqs2fTg464NEzIS5cy8APEhab { position:absolute;display:block;z-index:15015;background-color:#f2f5fb;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.625rem;width:30rem;top:16.125rem;left:5rem;display:block; }
#cm7RdFxxIdhZb1gAHAKxsmS2mPfoi8UK { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:17.4375rem;left:6.25rem;overflow:hidden;display:block; }
#f0EHVWANWyJWBFxecTvbxQfSTnMQkRNE { color:#716e6e;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:18.183158874512rem;left:11.250000953674rem;height:2.6111125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vlWQDF20wdRJ4cvZyTm0nnrePiRePXgc { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.875rem;top:17.5rem;left:38.750000953674rem;overflow:hidden;display:block; }
#DglD9SXJ8GrdWuPddxq5T5SCNcIh9lwF { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:19rem;left:43.750000953674rem;height:1.30555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGqPJ5tUZC8TU8xK8oNxIG0eRsulhGgI { position:absolute;display:block;z-index:15017;background-color:#f2f5fb;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.625rem;width:32.3125rem;top:16.125rem;left:37.5625rem;display:block; }
#coxAqMVtGSw9V5fXSNyfPbrlTZoZlqsi { color:#015aa9;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.544271469116rem;left:24.034722328186rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNsatRQROVBdUSfbQeIOMaDb7MiMuPgm { color:#015aa9;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:20.936632156372rem;left:11.250000953674rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzxT2php7Ptu2WpxBbqRTtS2BXPQBN6T { color:#015aa9;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:20.356771469116rem;left:43.684029579162rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMuRvMlSzsuol0M6GnIu1wvkOnkeI8W6 { color:#015aa9;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:19.022569656372rem;left:50.097222328186rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKQPfqzG28uaPNHB3iN4oxd13wkSfXMK { 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:4.5rem;width:4.5rem;top:8.75rem;left:6.25rem;overflow:hidden;display:none; }
#cLqVwW5zQWFbUlH6UQmMAXpvnvLNUfUK { color:#015aa9;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.544271469116rem;left:24.034722328186rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EurtUVRmx4zc0OeIZqzHhpqhIlLw3BM6 { position:absolute;display:block;z-index:15015;background-color:#f2f5fb;background-image:none;border-top:0.125rem solid #015aa9;border-left:0.125rem solid #015aa9;border-right:0.125rem solid #015aa9;border-bottom:0.125rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.625rem;width:30rem;top:16.125rem;left:5rem;display:none; }
#efsEFaMGAEU5DLnr5fc4tZ8m6rtGwRxe { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:19rem;left:43.750000953674rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aKbGwe3x69qTG2wLJkhgeRs8hTe7vcDx { color:#716e6e;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:19rem;left:43.750000953674rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { position:relative;display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { background-color: transparent; background-image: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container > .video-iframe-container { display: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row > .video-iframe-container { display: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .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); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { border-width: 0; border-radius: 0; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .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; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .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:5.6875rem;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:block; }#cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { color:#2a2a2a;display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.5000009536743rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6611328125rem;left:3.8125rem;height:1.3rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:46.9375rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:57.0625rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { background-color: transparent; background-image: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container > .video-iframe-container { display: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row > .video-iframe-container { display: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .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); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { border-width: 0; border-radius: 0; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .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; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .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:6.3125rem;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:block; }#WaxwOhAFUvKXxtStz114qof026yT7cT5 { background-color:#eda126;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.53125rem;left:26.937500953674rem;display:block; }
#Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { top:0rem;left:0rem;width:33.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { top:5.1875rem;left:0rem;width:33.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { top:4.625rem;left:0rem;width:30.1875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { width:15.5625rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:17.375rem;height:2.8125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { top:13.75rem;left:0rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { top:4.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kALxSk7iB9BiXwVg6QEuo3Vpesd1JlMf { top:1.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoTgHFnW9cMvwwAsNerdkRKDAsgJK3U { top:3.5625rem;left:0rem;width:17.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { top:6.1875rem;left:0rem;width:47.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { top:6rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { top:4.6875rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:2.625rem;height:2.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { top:11.3125rem;left:0.53125095367432rem;width:14.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { width:3.625rem;height:3.625rem;top:13.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { top:15.0625rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { width:3.6875rem;height:3.6875rem;top:13.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { top:15.0625rem;left:15.875rem;width:13.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPTVppRQM3xE1gpMNye6855mmETkzhq { top:1.3125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZS0Gdc2vuk1P1mxSODFN5WWfXoadnLk { width:3.6875rem;height:3.6875rem;top:13.75rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlUBDq1JaGROcFOiyb9AVdinaJWMwBR { top:15.0625rem;left:31.75rem;width:13.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfCHeBOWzbHoUg18T65dH9zSVnwqxQJ { top:23.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2J7VoSMkpw9yAeqyZCSKQgN8piGh0yK { top:22.125rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qchxGHRzpKvioU6EI6ZN9yMFfJaqXagS { width:2.625rem;height:2.625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQumJAlGFNwB2DLdZJhhL8JEkhtP8M8q { top:24.1875rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL9T7owOEeSnPUeFDHTxtNZxi3vmGcOt { top:28.8125rem;left:0.43750095367432rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owC6kiLRO0cEHSLOCii93iXO1QAXMeDJ { top:32.5625rem;left:31.75rem;width:13.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkZqOsR3mTsAr0R63ucQ8AsA5RaPMMqt { width:3.6875rem;height:3.6875rem;top:31.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIn4JIkFmysCLQ7ugSm99PMlbgiuQdV3 { top:32.625rem;left:15.875rem;width:13.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNvigthDkzVRlprJEAMis5AEE5hWTtk { width:3.6875rem;height:3.6875rem;top:31.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK1sQytagfBf5bve6h3Piex01qGdWMzs { top:32.5rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECkJdBlw605LPqV7ICh9gA5vxozG8ixT { width:3.625rem;height:3.625rem;top:31.25rem;left:0.43750095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed { display:block; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXzGcqBZu8b0sJAGu6kmbldof9V07Cvr { top:1.1875rem;left:0rem;width:47.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmtT50uoLlK1SifmLvAThP6AzH8nBlHB { top:3.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3TemI48DTLcxivtcgkBU6dCxuqhCMk { top:6.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4JQlGgfcMc1i1fX8iPS77oBJ2wA7gLF { top:11.125rem;left:0rem;width:30.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl9Gx8chuBqkBS1G24TIHGTWp9yGplW2 { top:21.0625rem;left:0rem;width:30rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUaFWclSf4JOHiPzULSJwJTpqR2c44E6 { top:21.0625rem;left:17.75rem;width:30rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfDmNr5a51cnlF9tARMe5gI5pIDTwUW { top:11.125rem;left:17.6875rem;width:30.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB5oFbAZaLNrPbT2bU7Tk4SQGuHqcT89 { top:12.375rem;left:0rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFGX20RtfPZExiou0OaRmrVfzSCnTl60 { top:13.8125rem;left:0rem;width:22.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8WEn2MOHukCQCDFt2TeHXabC2eh9K5T { top:23.6875rem;left:0rem;width:21.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcLkvqpTTvusBTu6qpsszAP1zkI6XQPV { top:22.375rem;left:0rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLU0TmhSdeCt6kU7yG4RlrwO55lwLAAQ { top:12.1875rem;left:40.25rem;width:7.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvQEhWTHtWma35yGZ3287WKLqvmsRpB { top:12.375rem;left:27.625rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7stM2e8qJmgICTxhpJyDgkqKbsutyv7 { top:23.6875rem;left:26.0625rem;width:21.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBgAbyE7SaVHw0TFvJOLOGD1N4REpK4 { top:22.375rem;left:27.625rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGTn0kPlJhFD6telA06NLi7iuSWAKVgf { top:13.75rem;left:3.9375009536743rem;width:22.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyohyywXdKKp6xpGwg18I4WbW4q2RfK1 { top:13.625rem;left:25.125rem;width:22.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHXbKVzprx1xkiwLdFNqEpGz0Q0L4NQ { top:23.75rem;left:2.6250009536743rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpb0e4sx3BCVbZQ23M2Sm0WTNlt70NDL { top:23.6875rem;left:26.75rem;width:5.625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf9Fzc7H6ZiMTQuaG0pWJwu0beXkmJeS { top:23.75rem;left:38.5rem;width:9.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioXpmi7wO8Na5Bir0SqAJ6LvktEsWUCD { top:15.0625rem;left:0rem;width:10.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGMoCieAiJ6whIf9ppTX8XAkWfiTbNWB { top:15.0625rem;left:0rem;width:15.8125rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oqso6wyDsJOs6SQfMJ6GzVD9nKhxOHwJ { top:28.8125rem;left:0rem;width:15.8125rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToKS7Axlqm9zJOo7oSvRor7XlstkL1L5 { top:26.3125rem;left:0rem;width:10.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzaRLut9o0eFoneIugVyTbBvMoDET9JF { top:32.5rem;left:0rem;width:15.8125rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8TJtt4ztG35nFlmi0vPzP3pXsMGKe5B { top:23.6875rem;left:0rem;width:21.6875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #od0SW2Q0vBcibQJCm9MGwEgRLL7yvD5I { top:22.5625rem;left:0rem;width:12.375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN2sEqHbcG8XtOEuIXMBZnCTd5gwvsRf { top:31.3125rem;left:0rem;width:19.5625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLtqlEP77JRsDLnm5ZbCxs7LgvLhtGAV { top:12.375rem;left:27.625rem;width:4.875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbkPl5f5OMbyeTFFZWutfiNmG2GW21uk { top:45.0625rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8TKQRRaa7GK8IaT2hGOubXdCJpyT7wD { top:12.375rem;left:27.625rem;width:4.875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQWSNaZxrRUb7zTZeho1oqWyqBOoOAXn { top:21.0625rem;left:0rem;width:30rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyP8Pe11i7fhK27G6aSZDCW31Wz7NeWW { top:12.375rem;left:27.625rem;width:4.875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5ZVboJx9hzbx8RU7ISENdXGrB3VaQk8 { top:23.6875rem;left:26.0625rem;width:21.6875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vp5EiQ1mfVn4TPv6s8lSB4MR2G8xMdgy { top:23.6875rem;left:26.75rem;width:5.625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzmwewQubd9XRwInCZCds4T2ZxEBpvMB { top:46.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfmavUk6QBwuqhGsdqzF0CeT3W56t9Xu { top:43.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymLsk7UunkTBMqmLAneQZb53sEta5yNy { top:15.25rem;left:32.500000953674rem;width:11.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0cOXLc0qbT1NDr7IKQecme0fTWqAzzc { top:25.25rem;left:0rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XcHSfyTLhAtU5WhFVH1WcJKxSKAdKd { top:25.25rem;left:32.750000953674rem;width:11.1875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { top:1.0625rem;left:0rem;width:38.9375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { top:0rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { top:3.75rem;left:0rem;width:40.3125rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.25rem;height:3.3125rem;top:24.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { top:2.3125rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZczahaKISDxXMFxzaaFUXnWSLwikRg { top:7.6875rem;left:0rem;width:25.0625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { width:4.5rem;height:4.5rem;top:6.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:5rem;height:5rem;top:12.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { top:15.0625rem;left:1.3125rem;width:14.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:4.75rem;height:4.75rem;top:6.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { top:3.9375rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { top:8.5625rem;left:9.625rem;width:22.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { width:4.9375rem;height:4.9375rem;top:12.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCt8p6UlEF5PIWwSVPepqad41uQxMru { top:12.8125rem;left:7.125rem;width:24.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.625rem;height:2.625rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:2.625rem;height:2.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtuofQh3Da1IU4sBiuhDwL93b5oN0ar { top:21.8125rem;left:0rem;width:21.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgWTzFuzESqplZr971h0dZMtXnPNRTPF { width:5rem;height:5rem;top:20.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChPhtJ7eD5KN8kWT4nFydQdP5tmxUiaa { width:5.0625rem;height:5.0625rem;top:20.125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDs47eLcA97GhEk5blGMETBvvL52sM1T { top:20.5rem;left:5.5625rem;width:26.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDITK9STPKsxhTcUHf01EPZ6u0h785SH { top:9.1875rem;left:0rem;width:25.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNBB8JO3JeHKFXFtTttNdB0WeGJdX6S3 { top:15rem;left:6.0625rem;width:9.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlcANpcy9NTa60qTB34T5CM02c0mpxm { top:21.8125rem;left:0rem;width:21.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yShPclkuPiaryGvI4lasnZmys4fXmeha { top:8.5625rem;left:27.75rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwdRME5WgGfzLOZLFOaKbI7TTuvAhcJ { top:12.8125rem;left:9.4375rem;width:22.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEWACzCHmWKR4pvIW3xT1rVAllsx5XPv { top:12.875rem;left:30.6875rem;width:14.3125rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfoLIC3OQ3wvMvzlUfcfDspZCvW1KIKp { top:12.875rem;left:14.8125rem;width:26.625rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8J49Qfa112hklidTalAh4yZAyl5MBi { top:22.125rem;left:6.5625rem;width:25.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qslefCerAfDG24fIu5CxwKvUwKc8KuzT { top:20.6875rem;left:25.6875rem;width:21.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyqoh0BIKcBGI6n7zfzcWCHTZ8c48UoL { top:22.0625rem;left:9.8125rem;width:5.8125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtQ2QtxvVswXliXF1uvORAz5ypZgmcw { top:23.6875rem;left:9.8125rem;width:21.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3cPQLAA2rpxmCdCABL1LSapR0EOXUTh { top:8.75rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaT0wc99H1J7Q4OkOiZ5G6twb0LmzDlA { top:7.4375rem;left:5.4375rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zi1QIxPqlLm4OxuEMzGwbGnSB5rP4XOa { top:11.875rem;left:1.3125rem;width:8.875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmiPhNfIIWTuAW1GTtfrq78EyLr9Kces { top:13.75rem;left:7rem;width:8.875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTS1in41rt0n1T0MUa78pyeegH9I446P { top:22.4375rem;left:0rem;width:16.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2LLucdPfvz3K3SX4Jo1msDD55NOBtNh { top:61.5rem;left:1.5625rem;width:14.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sG8glxw1RaENVOw17Lygrv2xT1e7Cok9 { top:29rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #obzthtcJcmFK7yPRRDzSU3pCGe6q3VzF { top:29.9375rem;left:0rem;width:7.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSdqU8DVosb1VaLqEDGDNHu7Ll7udKoP { top:54.875rem;left:0rem;width:16.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQZu72G3lTACR9KdtuSob65P8wg2rqGO { display:block; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzzEKXtZq7syPqOhNidwnSkBKkv8a4s5 { top:1.0625rem;left:0rem;width:47.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbdnX9CWS5tlOFiBCMFHtML0s1I09uJe { top:4.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkAdpmnsMTkTp8LcxuZrUKpw1Nlgx25 { top:8rem;left:0rem;width:28.5rem;height:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJEfR4mta5CaMmw9lGi91B0lrKL5t4l7 { top:8rem;left:17.5625rem;width:30.1875rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEbg6ADtesif5ZkXsUaKwy5RgRIR9DMO { top:9rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5zNEnUNhMKZg1yyr2vuCrwnnFD3QiSd { top:11.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxc62TUX9wWnT1ETfsg5IE1WFZ3rdOnE { top:13.9375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXw8GLIMW6e2sZtziKAMbeUWaomxANAG { top:16.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxQodOFXTEusICQlepi7Tg4IFTevmLH { top:19.125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9tbvPl7iGLSVHVKHH6DJkSc2Ovhyb57 { top:21.625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsMmUXTpTnKOV1SdcCGQ8cQbqvt0RAz { top:21.5625rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePDBEVlsIDhiK4N7tV3rdB6uAbTUu7ry { top:19.0625rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMIWHM7vXGSEf3rRKymiGmSHcylC65RU { top:16.625rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWIpkAfeEQACutxMZFXbLaShT7xqESCv { top:13.875rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qii8148INBQh0ZVTe7p0tJS8DizHbQIA { top:11.375rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbJc1DSpzDfxlt8ANiUfrSuaKewEf9W { top:8.9375rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4xa2sDLW6FuNKsp0KOGP82PKh2qcZJG { top:4.875rem;left:0rem;width:17.125rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLinz1xmBPqTlu9d1T5gXS6MzUCFU6L3 { top:20.75rem;left:0rem;width:17.125rem;height:3.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #heClSxVPpTCeLB0VdTudH5pKAJRfnM6D { top:34.375rem;left:0rem;width:17.125rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7od6f4PWS5hGCnkGvuIg2w7Ty2CTyhw { top:12.5rem;left:0rem;width:17.125rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3L2eIqZ4Xb38CDlVr602RMG3uxrSzz2 { top:17.5rem;left:0rem;width:17.125rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V58s6En0KJves0RV62CneFc2VkTtZ6ht { top:33.125rem;left:0rem;width:17.125rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO1wpB08GP2RlNAqWiACo2gacOGGdiaf { top:40rem;left:0rem;width:17.125rem;height:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTT4W72pk1G6boxobwdoKwyDxeK27leG { top:19.125rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #adZVCcNAGR6hsLMmoMG7IWF4JhnQIULk { top:13.875rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6z34scS1dQuwFht0xrW8TrMn9wAqWy0 { top:16.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1Dy7QWSZT8oB1Hdocbuk3Qvdt4d9OWT { top:13.9375rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOKP9kCG95QPkuguwHiySGkEd4wTnwKa { top:11.375rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3rbyQai3pFqdgTzVb1W9yifut3hDu7I { top:11.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab1qa4sP49nl995C2JLuffTVO9xxoch4 { top:11.375rem;left:25.4375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnEIPLVGTgmB3TzTJKPUPX6rdU9AWh7S { top:19.125rem;left:0rem;width:16.125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBI1X1FhHDWelR1nrl3wSVQBLLfB5I0O { top:18.5625rem;left:0rem;width:16.125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwP79VBax8zsIBuQFFUpomDBmPFFrP0y { top:23.0625rem;left:0rem;width:16.125rem;height:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5NnZOdhPKiVIeWl2sliAt1VgLkAbR0w { top:41.25rem;left:0rem;width:16.125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHnJhuqQ0h2zEzTgcD8MTTW3hQhOAlWi { top:25.5625rem;left:0rem;width:16.125rem;height:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz { display:block; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeOE7i4kztDZCE8mQDTZ6nIG2hhcPpiG { top:2.75rem;left:0rem;width:38.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUJgUh46LKuqSzg89F20fgDubiD99ip2 { top:1.75rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyGhbyv1tMF2Vl3IFF0xTKBAJywCKaRZ { width:2.625rem;height:2.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRqhlQXH1PVnyg5z3oiXtTU3TaUkRC2T { top:3.6875rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJh9587ZbDwu3e2PagFxQX9FHTDXFEO { top:8.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0fZJQUGKTWGIcZG5o1yS1Ki1iAKQ89C { top:10.625rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4VUIFTghUm5RXZmsKNlPEUeIDblCSov { top:13.125rem;left:0rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bHAPuHcNTGSxD9UyCl6JzDVaSLFpXO { top:15.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmes7S9pnf8Q7RnTlCVFDZ2iXMoGHJRe { top:18.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74bvCoL78mEdDl5sA8hqHX2QRbzHnZA { top:16.0625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7RvW1XWxT3bWkzA4dTQh8kR4PqPrXU { top:13.75rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvrRiFtGTinJupbvf4eCecBCBkgCCHU { top:8.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmldWwBkVecyeNeka2sMTAhE7nLpZDB { top:11.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhhaEaXgsmmnqN8ano0mHTn7Pbvzk6SI { top:19.5rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSsKUJ45a6d5qfT9bmLmVh67azR6oh0m { top:8.1875rem;left:0rem;width:7rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1z47KbDtBswIwW6yJnfSw9E650aKU3 { top:10.625rem;left:0.8125rem;width:46.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUvWprVvTnkGOA5mlsgynXeX27mldIIT { top:13.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoNaMI9p4c1LZ0cbx2auBklRyRct3LOL { top:13.0625rem;left:23.000000953674rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf3vN1v0EFthLH9wuGKLPNiWNB3KyvBk { top:15.625rem;left:2.0625rem;width:45.6875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP3D0DaW82dEWb3RLQOO8OHlzX3yGZnF { top:17.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMotgwDhIHhZMBeJohs5dD62dB9vIKsk { top:18.9375rem;left:0rem;width:24.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UacsVhdt2EG23PMTCsSJVbvP9bO0DUTg { top:6.8125rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #znWhtgPXSkwEbbXk2OB0iuQvxARiuFpp { top:7.0625rem;left:0rem;width:3.9375rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbMrCqF3XZrx75oMTGeGMp4zDAbyFdgf { top:7.6875rem;left:0rem;width:7.375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRoXsMQx2h6Oao1S9TXr8iVWAC7Vw0h3 { top:11.25rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSNIgDb7PybuBQwEK4y16zXl2AGvluhV { top:8.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdkTnkTWnsyzkmQPSFrXAT2JZgLyIUfX { top:10.75rem;left:0rem;width:17.125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs8PFTHAULusuw5hUX72yWTilTUPE144 { top:8.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTNBssBiyAzQVmITZciksIDxF1TnEArl { top:13.25rem;left:0rem;width:9.625rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #od9GfP1MNAMqsI1MpirpTZKFWSOvO1Pt { top:14.4375rem;left:0rem;width:9.625rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9PmZmfS99Blpsb6tnM3P2svThQTREyG { top:15.5rem;left:0rem;width:9.625rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0T7U4199VvcT8CHcGTROpeHoJ5HmqOh { top:8.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpsEK9wwR2JPvVCcbS6q5R7mcDOZH28x { top:22.9375rem;left:0rem;width:17.0625rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrMvqpb8kEfyT1fpxqyftTnC4twSKmxb { top:8.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Apb9hqqS2sB2L7nbSRvR7WQ2APwiNR9n { top:29.3125rem;left:0rem;width:14.875rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFLoTFynDwt1wtLseBHSA64XVnEdgXuv { top:21.9375rem;left:0rem;width:8.25rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlFSg05sEhTRmp8XBBQrifh29firT6nw { display:block; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR0hpdUugsAvrCRyvxFcWRz1xlRqETE9 { top:2.75rem;left:0rem;width:38.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdTPffUNkIvQNFdIhQeaIaUoVI15fky8 { top:1.75rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9xy7XTbB0MAm4R20h1bKNt1VPdbhyuc { width:3rem;height:3rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTi2GCN34qmi2KuE2pgka89nznufS9L { top:3.6875rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJlgCuxVFZ9eBx3t90aF1VzgmIunOTI5 { width:4.5rem;height:4.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUcPLlkfXDqSVsLKh5fQvRDkwFpc1RG { top:10.1875rem;left:0rem;width:25.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFERBsJe5LKHNnTBLlJO7NKiU9QTL4TW { width:4.75rem;height:4.75rem;top:8.625rem;left:25.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZhXf0Mxi4XCnd7yIpcNiHvbzk9gOL7U { top:10.1875rem;left:25.625rem;width:22.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIIQ0K0hqs2fTg464NEzIS5cy8APEhab { top:16.125rem;left:0rem;width:30rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm7RdFxxIdhZb1gAHAKxsmS2mPfoi8UK { top:17.4375rem;left:0rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EHVWANWyJWBFxecTvbxQfSTnMQkRNE { top:18.125rem;left:0rem;width:23.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlWQDF20wdRJ4cvZyTm0nnrePiRePXgc { top:17.5rem;left:25.125000953674rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DglD9SXJ8GrdWuPddxq5T5SCNcIh9lwF { top:19rem;left:26.0625rem;width:21.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGqPJ5tUZC8TU8xK8oNxIG0eRsulhGgI { top:16.125rem;left:15.4375rem;width:32.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coxAqMVtGSw9V5fXSNyfPbrlTZoZlqsi { top:19.5rem;left:10.409722328186rem;width:5.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNsatRQROVBdUSfbQeIOMaDb7MiMuPgm { top:20.875rem;left:0rem;width:15rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxT2php7Ptu2WpxBbqRTtS2BXPQBN6T { top:20.3125rem;left:26.0625rem;width:21.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuRvMlSzsuol0M6GnIu1wvkOnkeI8W6 { top:19rem;left:26.0625rem;width:4.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKQPfqzG28uaPNHB3iN4oxd13wkSfXMK { width:4.5rem;height:4.5rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLqVwW5zQWFbUlH6UQmMAXpvnvLNUfUK { top:19.6875rem;left:0rem;width:5.5rem;height:3.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EurtUVRmx4zc0OeIZqzHhpqhIlLw3BM6 { top:16.125rem;left:0rem;width:30rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efsEFaMGAEU5DLnr5fc4tZ8m6rtGwRxe { top:22.625rem;left:0rem;width:16rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKbGwe3x69qTG2wLJkhgeRs8hTe7vcDx { top:32rem;left:0rem;width:16rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { top:1.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:42.3125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:3.0625rem;left:33.3125rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:3.0625rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaxwOhAFUvKXxtStz114qof026yT7cT5 { width:21.125rem;height:3.25rem;top:1.5rem;left:13.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color:transparent;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:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .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); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { width:20rem;height:5.3125rem;top:12.15625rem;left:0rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { width:20rem;height:7.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { width:17.5rem;height:3.02430625rem;top:13.438367843628rem;left:1.2812501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { top:1.25rem;left:0rem;width:20rem;height:14.5rem;z-index:14997;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:14.8125rem;height:2.5rem;top:23.75rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { width:11.6875rem;height:2.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { width:17.686625rem;height:0;top:3.5625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kALxSk7iB9BiXwVg6QEuo3Vpesd1JlMf { width:17.6875rem;height:2.59895625rem;top:1.09375rem;left:1.2491319179535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoTgHFnW9cMvwwAsNerdkRKDAsgJK3U { width:17.68575rem;height:7.96006875rem;top:4.125rem;left:1.25rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { width:20rem;height:19.75rem;top:5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { width:15.3125rem;height:2.39930625rem;top:4.76953125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { width:20rem;height:3.9375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:2.125rem;height:2.125rem;top:4.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { width:11.5625rem;height:1.3rem;top:9.875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { width:2.625rem;height:2.625rem;top:11.984375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { width:12.5rem;height:1.3rem;top:12.6875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { width:2.625rem;height:2.625rem;top:16.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { width:12.5rem;height:2.19965rem;top:16.42578125rem;left:7.5rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kNPTVppRQM3xE1gpMNye6855mmETkzhq { width:13rem;height:2.59895625rem;top:0.74999523162844rem;left:3.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZS0Gdc2vuk1P1mxSODFN5WWfXoadnLk { width:2.5625rem;height:2.5625rem;top:34.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czlUBDq1JaGROcFOiyb9AVdinaJWMwBR { width:9.1875rem;height:1.3rem;top:20.38671875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfCHeBOWzbHoUg18T65dH9zSVnwqxQJ { width:16.4375rem;height:2.39930625rem;top:27rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2J7VoSMkpw9yAeqyZCSKQgN8piGh0yK { width:20rem;height:4.125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qchxGHRzpKvioU6EI6ZN9yMFfJaqXagS { width:2.625rem;height:2.625rem;top:26.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQumJAlGFNwB2DLdZJhhL8JEkhtP8M8q { width:20rem;height:19.9375rem;top:27.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eL9T7owOEeSnPUeFDHTxtNZxi3vmGcOt { width:14.8125rem;height:1.21875rem;top:32.25rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owC6kiLRO0cEHSLOCii93iXO1QAXMeDJ { width:5.375rem;height:1.3rem;top:42.875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkZqOsR3mTsAr0R63ucQ8AsA5RaPMMqt { width:2.625rem;height:2.625rem;top:38.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIn4JIkFmysCLQ7ugSm99PMlbgiuQdV3 { width:10.8125rem;height:1.3rem;top:39.125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNvigthDkzVRlprJEAMis5AEE5hWTtk { width:2.6875rem;height:2.6875rem;top:42.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK1sQytagfBf5bve6h3Piex01qGdWMzs { width:10.9375rem;height:1.3rem;top:35.3125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECkJdBlw605LPqV7ICh9gA5vxozG8ixT { width:2.5625rem;height:2.5625rem;top:19.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed { display:block; }#Xe5UMH2TgwVg1kv1mOahvfLX0kXNCAed > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXzGcqBZu8b0sJAGu6kmbldof9V07Cvr { width:19.875rem;height:40.125rem;top:2.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BmtT50uoLlK1SifmLvAThP6AzH8nBlHB { width:16.3125rem;height:2.59895625rem;top:3.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3TemI48DTLcxivtcgkBU6dCxuqhCMk { width:17.4375rem;height:4.39930625rem;top:7.5625rem;left:1.3125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r4JQlGgfcMc1i1fX8iPS77oBJ2wA7gLF { width:19.375rem;height:5rem;top:14.5rem;left:0.3125rem;z-index:14999;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl9Gx8chuBqkBS1G24TIHGTWp9yGplW2 { width:19.3125rem;height:5.25rem;top:28.125rem;left:0.3125rem;z-index:14999;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUaFWclSf4JOHiPzULSJwJTpqR2c44E6 { width:20rem;height:7.625rem;top:43.8125rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #qTfDmNr5a51cnlF9tARMe5gI5pIDTwUW { width:19.4375rem;height:5rem;top:21.3125rem;left:0.3125rem;z-index:14999;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB5oFbAZaLNrPbT2bU7Tk4SQGuHqcT89 { width:2.4375rem;height:2.5rem;top:15.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFGX20RtfPZExiou0OaRmrVfzSCnTl60 { width:15.8125rem;height:0;top:15.0625rem;left:3.75rem;font-size:1rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #J8WEn2MOHukCQCDFt2TeHXabC2eh9K5T { width:20rem;height:0;top:32.26953125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcLkvqpTTvusBTu6qpsszAP1zkI6XQPV { width:4.875rem;height:4.9375rem;top:55.38976rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLU0TmhSdeCt6kU7yG4RlrwO55lwLAAQ { width:20rem;height:0;top:40.7265625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBvQEhWTHtWma35yGZ3287WKLqvmsRpB { width:2.5625rem;height:2.625rem;top:22.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7stM2e8qJmgICTxhpJyDgkqKbsutyv7 { width:20rem;height:0;top:47.26953125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkBgAbyE7SaVHw0TFvJOLOGD1N4REpK4 { width:4.875rem;height:4.9375rem;top:51.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGTn0kPlJhFD6telA06NLi7iuSWAKVgf { width:10.625rem;height:0;top:14.76953125rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyohyywXdKKp6xpGwg18I4WbW4q2RfK1 { width:16.25rem;height:1.3rem;top:29.69921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHXbKVzprx1xkiwLdFNqEpGz0Q0L4NQ { width:15.5625rem;height:0;top:22.5rem;left:5.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpb0e4sx3BCVbZQ23M2Sm0WTNlt70NDL { width:5.625rem;height:0;top:65.63976rem;left:13.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rf9Fzc7H6ZiMTQuaG0pWJwu0beXkmJeS { width:20rem;height:0;top:71.82726rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioXpmi7wO8Na5Bir0SqAJ6LvktEsWUCD { width:10.3125rem;height:1.29948125rem;top:15.249999523163rem;left:9.1250001192094rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pGMoCieAiJ6whIf9ppTX8XAkWfiTbNWB { width:15.8125rem;height:2.19965rem;top:15.36328125rem;left:3.875rem;font-size:1rem;line-height:1.1;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Oqso6wyDsJOs6SQfMJ6GzVD9nKhxOHwJ { width:6.75rem;height:2.19965rem;top:15.362847805023rem;left:10.687500119209rem;font-size:1rem;line-height:1.1;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ToKS7Axlqm9zJOo7oSvRor7XlstkL1L5 { width:7.625rem;height:1.29948125rem;top:16.323785305023rem;left:3.9375001192093rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fzaRLut9o0eFoneIugVyTbBvMoDET9JF { width:12.4375rem;height:2.19965rem;top:16.362847805023rem;left:3.8750001192093rem;font-size:1rem;line-height:1.1;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #N8TJtt4ztG35nFlmi0vPzP3pXsMGKe5B { width:16.125rem;height:1.3rem;top:22.20703125rem;left:3.875rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #od0SW2Q0vBcibQJCm9MGwEgRLL7yvD5I { width:9.5rem;height:1.29948125rem;top:22.1875rem;left:8.1875001192094rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yN2sEqHbcG8XtOEuIXMBZnCTd5gwvsRf { width:16.1875rem;height:2.39930625rem;top:23.374999523163rem;left:3.8125rem;font-size:1rem;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KLtqlEP77JRsDLnm5ZbCxs7LgvLhtGAV { width:2.5625rem;height:2.625rem;top:29.25rem;left:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zbkPl5f5OMbyeTFFZWutfiNmG2GW21uk { width:15.3125rem;height:1.29948125rem;top:30.761285305023rem;left:3.8125001192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #H8TKQRRaa7GK8IaT2hGOubXdCJpyT7wD { width:2.5625rem;height:2.625rem;top:26.3125rem;left:36.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fQWSNaZxrRUb7zTZeho1oqWyqBOoOAXn { width:19.3125rem;height:5.125rem;top:35rem;left:0.375rem;z-index:15001;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyP8Pe11i7fhK27G6aSZDCW31Wz7NeWW { width:2.5625rem;height:2.625rem;top:36.3125rem;left:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #m5ZVboJx9hzbx8RU7ISENdXGrB3VaQk8 { width:6.125rem;height:1.3rem;top:36.2626953125rem;left:3.75rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vp5EiQ1mfVn4TPv6s8lSB4MR2G8xMdgy { width:5.625rem;height:1.3rem;top:36.26953125rem;left:10.125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #JzmwewQubd9XRwInCZCds4T2ZxEBpvMB { width:4.5rem;height:1.3rem;top:36.3251953125rem;left:14.3125rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LfmavUk6QBwuqhGsdqzF0CeT3W56t9Xu { width:11.125rem;height:1.3rem;top:37.5126953125rem;left:3.75rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ymLsk7UunkTBMqmLAneQZb53sEta5yNy { width:11.5625rem;height:auto;top:15.25rem;left:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0cOXLc0qbT1NDr7IKQecme0fTWqAzzc { width:18.875rem;height:auto;top:25.25rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0XcHSfyTLhAtU5WhFVH1WcJKxSKAdKd { width:11.1875rem;height:auto;top:25.25rem;left:4.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { width:13.375rem;height:1.19965rem;top:1.9253463745118rem;left:3.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { width:20rem;height:3.8125rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { width:15.4358125rem;height:0;top:61.424560546875rem;left:2.281494140625rem;font-size:1.0625rem;z-index:15006;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.375rem;height:3.875rem;top:34.98828125rem;left:1.21875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { width:20rem;height:35.6875rem;top:0.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gRZczahaKISDxXMFxzaaFUXnWSLwikRg { width:15.875rem;height:2.59895625rem;top:6.25rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { width:2.75rem;height:2.8125rem;top:6.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:2.875rem;height:2.875rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { width:8.875rem;height:0;top:11.875rem;left:11.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:2.5625rem;height:2.5625rem;top:18.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { width:20rem;height:19.5rem;top:14.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { width:13.4375rem;height:1.3rem;top:19.26171875rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { width:2.5rem;height:2.5rem;top:22.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCt8p6UlEF5PIWwSVPepqad41uQxMru { width:3.9375rem;height:1.3rem;top:22.63671875rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.125rem;height:2.125rem;top:1.4375rem;left:1.25rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:2.625rem;height:2.625rem;top:97.685943603512rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJtuofQh3Da1IU4sBiuhDwL93b5oN0ar { width:5.3125rem;height:1.3rem;top:15.513671875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VgWTzFuzESqplZr971h0dZMtXnPNRTPF { width:2.5625rem;height:2.5625rem;top:14.939453125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChPhtJ7eD5KN8kWT4nFydQdP5tmxUiaa { width:2.5rem;height:2.5rem;top:28.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDs47eLcA97GhEk5blGMETBvvL52sM1T { width:8.125rem;height:1.3rem;top:29.01171875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDITK9STPKsxhTcUHf01EPZ6u0h785SH { width:6.625rem;height:0;top:7.5rem;left:13.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rNBB8JO3JeHKFXFtTttNdB0WeGJdX6S3 { width:9.8125rem;height:1.3rem;top:11.154296875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdlcANpcy9NTa60qTB34T5CM02c0mpxm { width:10.875rem;height:1.3rem;top:15.513671875rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yShPclkuPiaryGvI4lasnZmys4fXmeha { width:5.5rem;height:1.3rem;top:19.26171875rem;left:13.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLwdRME5WgGfzLOZLFOaKbI7TTuvAhcJ { width:10.875rem;height:1.3rem;top:22.63671875rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEWACzCHmWKR4pvIW3xT1rVAllsx5XPv { width:14.3125rem;height:0;top:61.1875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XfoLIC3OQ3wvMvzlUfcfDspZCvW1KIKp { width:20rem;height:0;top:48.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GO8J49Qfa112hklidTalAh4yZAyl5MBi { width:20rem;height:0;top:51.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qslefCerAfDG24fIu5CxwKvUwKc8KuzT { width:7.9375rem;height:0;top:29.07421875rem;left:12.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Kyqoh0BIKcBGI6n7zfzcWCHTZ8c48UoL { width:5.8125rem;height:0;top:71.063372998044rem;left:7.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nLtQ2QtxvVswXliXF1uvORAz5ypZgmcw { width:20rem;height:0;top:76.648447998044rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #C3cPQLAA2rpxmCdCABL1LSapR0EOXUTh { width:12.5625rem;height:1.3rem;top:8.78125rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KaT0wc99H1J7Q4OkOiZ5G6twb0LmzDlA { width:9.0625rem;height:1.3rem;top:7.53125rem;left:10.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Zi1QIxPqlLm4OxuEMzGwbGnSB5rP4XOa { width:8.875rem;height:1.3rem;top:11.0625rem;left:11.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VmiPhNfIIWTuAW1GTtfrq78EyLr9Kces { width:8.875rem;height:1.3rem;top:12.03125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UTS1in41rt0n1T0MUa78pyeegH9I446P { width:16.25rem;height:5.19791875rem;top:22.5625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #o2LLucdPfvz3K3SX4Jo1msDD55NOBtNh { width:0.875rem;height:2.5989625rem;top:22.625rem;left:18rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sG8glxw1RaENVOw17Lygrv2xT1e7Cok9 { width:7.9375rem;height:1.3rem;top:29rem;left:11.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #obzthtcJcmFK7yPRRDzSU3pCGe6q3VzF { width:13.25rem;height:1.3rem;top:30.1875rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #aSdqU8DVosb1VaLqEDGDNHu7Ll7udKoP { width:16.125rem;height:2.59895625rem;top:31.4375rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CQZu72G3lTACR9KdtuSob65P8wg2rqGO { display:block; }#CQZu72G3lTACR9KdtuSob65P8wg2rqGO > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzzEKXtZq7syPqOhNidwnSkBKkv8a4s5 { width:20rem;height:29.3125rem;top:1.6241302490234rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qbdnX9CWS5tlOFiBCMFHtML0s1I09uJe { width:18.625rem;height:1.38125rem;top:3.25rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkAdpmnsMTkTp8LcxuZrUKpw1Nlgx25 { width:17.0625rem;height:0;top:4.6875rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pJEfR4mta5CaMmw9lGi91B0lrKL5t4l7 { width:16.125rem;height:0;top:19.187499523163rem;left:3.6018749475479rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vEbg6ADtesif5ZkXsUaKwy5RgRIR9DMO { width:0.625rem;height:0.625rem;top:5.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5zNEnUNhMKZg1yyr2vuCrwnnFD3QiSd { width:0.625rem;height:0.625rem;top:9.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxc62TUX9wWnT1ETfsg5IE1WFZ3rdOnE { width:0.625rem;height:0.625rem;top:13.312499523163rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXw8GLIMW6e2sZtziKAMbeUWaomxANAG { width:0.625rem;height:0.625rem;top:17.124999523163rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxQodOFXTEusICQlepi7Tg4IFTevmLH { width:0.625rem;height:0.625rem;top:20.999374866486rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9tbvPl7iGLSVHVKHH6DJkSc2Ovhyb57 { width:0.625rem;height:0.625rem;top:66.8472225rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAsMmUXTpTnKOV1SdcCGQ8cQbqvt0RAz { width:0.625rem;height:0.625rem;top:68.7222225rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePDBEVlsIDhiK4N7tV3rdB6uAbTUu7ry { width:0.625rem;height:0.625rem;top:64.9722225rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMIWHM7vXGSEf3rRKymiGmSHcylC65RU { width:0.625rem;height:0.625rem;top:19.187500476837rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWIpkAfeEQACutxMZFXbLaShT7xqESCv { width:0.625rem;height:0.625rem;top:15.249999523163rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qii8148INBQh0ZVTe7p0tJS8DizHbQIA { width:0.625rem;height:0.625rem;top:11.562499523163rem;left:1.5618749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbJc1DSpzDfxlt8ANiUfrSuaKewEf9W { width:0.625rem;height:0.625rem;top:7.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4xa2sDLW6FuNKsp0KOGP82PKh2qcZJG { width:16.25rem;height:1.875rem;top:4.6875rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15013;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #yLinz1xmBPqTlu9d1T5gXS6MzUCFU6L3 { width:16.25rem;height:1.6875rem;top:7rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15014;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #heClSxVPpTCeLB0VdTudH5pKAJRfnM6D { width:16.25rem;height:1.875rem;top:10.9375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15015;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #R7od6f4PWS5hGCnkGvuIg2w7Ty2CTyhw { width:16.0625rem;height:2.53125rem;top:9.25rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15016;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #B3L2eIqZ4Xb38CDlVr602RMG3uxrSzz2 { width:16.25rem;height:1.875rem;top:12.6875rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15016;line-height:2;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; }
 }@media only screen and (max-width: 763px) { #V58s6En0KJves0RV62CneFc2VkTtZ6ht { width:16.25rem;height:1.875rem;top:14.625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;line-height:2;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; }
 }@media only screen and (max-width: 763px) { #BO1wpB08GP2RlNAqWiACo2gacOGGdiaf { width:16.25rem;height:1.875rem;top:16.499999523163rem;left:3.7500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15018;line-height:2;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; }
 }@media only screen and (max-width: 763px) { #xTT4W72pk1G6boxobwdoKwyDxeK27leG { width:0.625rem;height:0.625rem;top:26.5625rem;left:-24.78125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #adZVCcNAGR6hsLMmoMG7IWF4JhnQIULk { width:0.625rem;height:0.625rem;top:25.625rem;left:1.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Q6z34scS1dQuwFht0xrW8TrMn9wAqWy0 { width:0.625rem;height:0.625rem;top:28.4375rem;left:-32.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #z1Dy7QWSZT8oB1Hdocbuk3Qvdt4d9OWT { width:0.625rem;height:0.625rem;top:25.6875rem;left:-32.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qOKP9kCG95QPkuguwHiySGkEd4wTnwKa { width:0.625rem;height:0.625rem;top:23.125rem;left:1.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #m3rbyQai3pFqdgTzVb1W9yifut3hDu7I { width:0.625rem;height:0.625rem;top:23.1875rem;left:-32.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1qa4sP49nl995C2JLuffTVO9xxoch4 { width:0.625rem;height:0.625rem;top:28.164373874664rem;left:1.5618749856949rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TnEIPLVGTgmB3TzTJKPUPX6rdU9AWh7S { width:16.125rem;height:1.875rem;top:18.312499463558rem;left:3.7500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #lBI1X1FhHDWelR1nrl3wSVQBLLfB5I0O { width:16.125rem;height:3.75rem;top:20.562499523163rem;left:3.7500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JwP79VBax8zsIBuQFFUpomDBmPFFrP0y { width:16.125rem;height:2.53125rem;top:22.687499523163rem;left:3.7500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15016;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #n5NnZOdhPKiVIeWl2sliAt1VgLkAbR0w { width:16.125rem;height:1.6875rem;top:27.906249523163rem;left:3.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #OHnJhuqQ0h2zEzTgcD8MTTW3hQhOAlWi { width:16.125rem;height:2.53125rem;top:25.249999523163rem;left:3.7500001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15018;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz { display:block; }#FDFJyzatGufD0eHDXBzbvQ5ApJqbEQaz > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeOE7i4kztDZCE8mQDTZ6nIG2hhcPpiG { width:16.5rem;height:1.2rem;top:2.8367156982422rem;left:3.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUJgUh46LKuqSzg89F20fgDubiD99ip2 { width:20rem;height:3.875rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IyGhbyv1tMF2Vl3IFF0xTKBAJywCKaRZ { width:2.625rem;height:2.625rem;top:1.8101563453674rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRqhlQXH1PVnyg5z3oiXtTU3TaUkRC2T { width:20rem;height:23.4375rem;top:2.8359375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tsJh9587ZbDwu3e2PagFxQX9FHTDXFEO { width:18.3125rem;height:0;top:6.6875rem;left:3.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #G0fZJQUGKTWGIcZG5o1yS1Ki1iAKQ89C { width:17.25rem;height:1.21875rem;top:9.5697917938231rem;left:2.7500002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4VUIFTghUm5RXZmsKNlPEUeIDblCSov { width:10.25rem;height:1.21875rem;top:13.257292270661rem;left:2.7500002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3bHAPuHcNTGSxD9UyCl6JzDVaSLFpXO { width:16.875rem;height:1.03125rem;top:17.101563453674rem;left:2.7500002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pmes7S9pnf8Q7RnTlCVFDZ2iXMoGHJRe { width:17.0625rem;height:0;top:23.163542747498rem;left:2.6562502384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #y74bvCoL78mEdDl5sA8hqHX2QRbzHnZA { width:0.625rem;height:0.625rem;top:18.750000119209rem;left:5.0625009536743rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS7RvW1XWxT3bWkzA4dTQh8kR4PqPrXU { width:0.625rem;height:0.625rem;top:16.437500119209rem;left:5.0625009536743rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTvrRiFtGTinJupbvf4eCecBCBkgCCHU { width:0.25rem;height:0.25rem;top:7.3437502384187rem;left:1.8114583492279rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmldWwBkVecyeNeka2sMTAhE7nLpZDB { width:0.625rem;height:0.625rem;top:13.937500119209rem;left:5.0625009536743rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhhaEaXgsmmnqN8ano0mHTn7Pbvzk6SI { width:0.625rem;height:0.625rem;top:22.187500119209rem;left:5.0625009536743rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSsKUJ45a6d5qfT9bmLmVh67azR6oh0m { width:7rem;height:1.21875rem;top:6.8593759536744rem;left:6.3750000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JN1z47KbDtBswIwW6yJnfSw9E650aKU3 { width:17.125rem;height:0;top:10.788542270661rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #wUvWprVvTnkGOA5mlsgynXeX27mldIIT { width:9.625rem;height:0;top:13.257292270661rem;left:10.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OoNaMI9p4c1LZ0cbx2auBklRyRct3LOL { width:12.5rem;height:1.21875rem;top:14.288542270661rem;left:7.6875004768369rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zf3vN1v0EFthLH9wuGKLPNiWNB3KyvBk { width:17.125rem;height:2.0625rem;top:18.132813453674rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cP3D0DaW82dEWb3RLQOO8OHlzX3yGZnF { width:17.0625rem;height:1.03125rem;top:20.070307731628rem;left:2.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lMotgwDhIHhZMBeJohs5dD62dB9vIKsk { width:14.875rem;height:0;top:28.623958587646rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UacsVhdt2EG23PMTCsSJVbvP9bO0DUTg { width:3.9375rem;height:2.4375rem;top:6.8437509536744rem;left:2.6875000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #znWhtgPXSkwEbbXk2OB0iuQvxARiuFpp { width:7.375rem;height:1.21875rem;top:6.7968759536744rem;left:11.849999964237rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qbMrCqF3XZrx75oMTGeGMp4zDAbyFdgf { width:7.375rem;height:1.21875rem;top:7.7187509536744rem;left:2.7492187619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BRoXsMQx2h6Oao1S9TXr8iVWAC7Vw0h3 { width:0.625rem;height:0.625rem;top:15.429164886474rem;left:7.0041666030881rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #LSNIgDb7PybuBQwEK4y16zXl2AGvluhV { width:0.25rem;height:0.25rem;top:10.054167270661rem;left:1.8114583492279rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gdkTnkTWnsyzkmQPSFrXAT2JZgLyIUfX { width:17.125rem;height:1.6875rem;top:10.788542270661rem;left:2.8750002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:.9;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qs8PFTHAULusuw5hUX72yWTilTUPE144 { width:0.25rem;height:0.25rem;top:13.741666793823rem;left:1.8114583492279rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #tTNBssBiyAzQVmITZciksIDxF1TnEArl { width:10.5625rem;height:1.21875rem;top:13.257292270661rem;left:10.375000953674rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #od9GfP1MNAMqsI1MpirpTZKFWSOvO1Pt { width:9.625rem;height:1.21875rem;top:14.226042270661rem;left:2.7500002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #X9PmZmfS99Blpsb6tnM3P2svThQTREyG { width:9.625rem;height:1.21875rem;top:15.194792270661rem;left:2.7500002384186rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #c0T7U4199VvcT8CHcGTROpeHoJ5HmqOh { width:0.25rem;height:0.25rem;top:17.492188453674rem;left:1.8114583492279rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IpsEK9wwR2JPvVCcbS6q5R7mcDOZH28x { width:16.9375rem;height:1.21875rem;top:21.950000762939rem;left:2.8458335399627rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IrMvqpb8kEfyT1fpxqyftTnC4twSKmxb { width:0.25rem;height:0.25rem;top:22.434381484986rem;left:1.8114583492279rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Apb9hqqS2sB2L7nbSRvR7WQ2APwiNR9n { width:14.875rem;height:1.21875rem;top:22.950001716614rem;left:2.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #RFLoTFynDwt1wtLseBHSA64XVnEdgXuv { width:8.25rem;height:1.21875rem;top:21.950000762939rem;left:11.625000476837rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dlFSg05sEhTRmp8XBBQrifh29firT6nw { display:block; }#dlFSg05sEhTRmp8XBBQrifh29firT6nw > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR0hpdUugsAvrCRyvxFcWRz1xlRqETE9 { width:16.4375rem;height:1.19965rem;top:2.5866470336914rem;left:3.5625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdTPffUNkIvQNFdIhQeaIaUoVI15fky8 { width:20rem;height:3.875rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #i9xy7XTbB0MAm4R20h1bKNt1VPdbhyuc { width:2.625rem;height:2.625rem;top:1.8728637695312rem;left:0.85795450210569rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTi2GCN34qmi2KuE2pgka89nznufS9L { width:20rem;height:23.6875rem;top:2.5616302490234rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hJlgCuxVFZ9eBx3t90aF1VzgmIunOTI5 { width:3.0625rem;height:3.0625rem;top:6.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUcPLlkfXDqSVsLKh5fQvRDkwFpc1RG { width:14.25rem;height:1.29948125rem;top:7.375rem;left:5.0000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFERBsJe5LKHNnTBLlJO7NKiU9QTL4TW { width:2.4375rem;height:2.4375rem;top:12rem;left:1.2500001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZhXf0Mxi4XCnd7yIpcNiHvbzk9gOL7U { width:15rem;height:1.29948125rem;top:11.0625rem;left:4.8750001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bIIQ0K0hqs2fTg464NEzIS5cy8APEhab { width:19.25rem;height:3.6875rem;top:15.4375rem;left:0.38020837306976rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cm7RdFxxIdhZb1gAHAKxsmS2mPfoi8UK { width:2.5rem;height:2.5rem;top:16rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EHVWANWyJWBFxecTvbxQfSTnMQkRNE { width:16.0625rem;height:3.09375rem;top:15.875rem;left:3.8125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlWQDF20wdRJ4cvZyTm0nnrePiRePXgc { width:2.4375rem;height:2.5rem;top:21.186630249024rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DglD9SXJ8GrdWuPddxq5T5SCNcIh9lwF { width:16rem;height:0;top:23.193892002106rem;left:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGqPJ5tUZC8TU8xK8oNxIG0eRsulhGgI { width:19.75rem;height:7.625rem;top:29.500000178814rem;left:0rem;z-index:14999;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #coxAqMVtGSw9V5fXSNyfPbrlTZoZlqsi { width:5.5rem;height:0;top:19.500000178814rem;left:7.0000001192094rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNsatRQROVBdUSfbQeIOMaDb7MiMuPgm { width:15rem;height:0;top:24.443893611431rem;left:5.0000001192093rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzxT2php7Ptu2WpxBbqRTtS2BXPQBN6T { width:16.0625rem;height:1.03125rem;top:22.53125rem;left:3.8125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuRvMlSzsuol0M6GnIu1wvkOnkeI8W6 { width:4.375rem;height:1.03125rem;top:21.59375rem;left:8.9375001192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKQPfqzG28uaPNHB3iN4oxd13wkSfXMK { width:3.0625rem;height:3.0625rem;top:10.4375rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cLqVwW5zQWFbUlH6UQmMAXpvnvLNUfUK { width:12rem;height:1.03125rem;top:17.96875rem;left:6.7500001192094rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EurtUVRmx4zc0OeIZqzHhpqhIlLw3BM6 { width:19.25rem;height:3.6875rem;top:20.4375rem;left:0.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #efsEFaMGAEU5DLnr5fc4tZ8m6rtGwRxe { width:16rem;height:1.03125rem;top:21.59375rem;left:3.7500001192093rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aKbGwe3x69qTG2wLJkhgeRs8hTe7vcDx { width:5.625rem;height:1.03125rem;top:21.5625rem;left:12.625000119209rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { width:20rem;height:6.3333375rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.94965rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaxwOhAFUvKXxtStz114qof026yT7cT5 { width:17.875rem;height:2.75rem;top:0.96875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block; }
 }