.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:236,249,254;--color-primary-1:196,212,248;--color-primary-2:188,232,252;--color-primary-3:17,56,147;--color-primary-4:4,12,33;--color-secondary-0:255,252,236;--color-secondary-1:255,238,152;--color-secondary-2:255,226,83;--color-secondary-3:153,136,50;--color-secondary-4:51,45,17;--color-tertiary-0:217,219,222;--color-tertiary-1:130,134,144;--color-tertiary-2:4,12,33;--color-tertiary-3:2,6,17;--color-tertiary-4:1,2,5;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"hind madurai"; }@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:#ffffff;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); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-primary-1),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { background-color: transparent; background-image: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container > .video-iframe-container { display: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container { display: none; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .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); }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { border-width: 0; border-radius: 0; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.71875rem;left:60.625rem;display:block; }
#f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { 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.25rem;width:8.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#eafdf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.625rem;left:0rem;height:3.8999rem;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; }
#gIzQ0JA0SFXbXOQcO5rGzkQrFKTI65Rv { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wt7TLnWO6oc5T1c92QniADHZvGr5htHU { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.5rem;left:0rem;display:block; }
#lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:28.650390625rem;left:13.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#ZFdsvASFgNk54JNgSFE9Qn7K0lUq0aos { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.375rem;width:27.25rem;top:3.5625rem;left:37.4228515625rem;overflow:hidden;display:block; }
#D20ldJ66lxrsoeqDa4xituUQORKdlHIM { position:absolute;display:block;z-index:14999;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.3125rem;width:33.625rem;top:14.25rem;left:47.75rem;overflow:hidden;display:block; }
#unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { 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:5.625rem;width:5.625rem;top:9.9609375rem;left:34.6875rem;overflow:hidden;display:block; }
#ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.625rem;top:40.13671875rem;left:68.5rem;overflow:hidden;display:block; }
#LFcCUl7ZndwUbdCLiBkNoHBWTKOSrtgA { box-sizing:content-box;height:2.125rem;width:4.875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:35.375rem;left:0rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#LIbptz0KZQt84CtTevEnni1V1Uh0F7HS { color:rgba(var(--color-tertiary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36rem;left:2.5rem;height:1.13720625rem;font-style:normal;display:block; }
#SBkesSzf7NSWC9BEwXHRSc2LFPfNI4aK { 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:1.5rem;width:1.5rem;top:35.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#yVgGdoZ6R4erxkrk7m1If6wChgWWTe5K { box-sizing:content-box;height:2.125rem;width:5.625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:35.375rem;left:5.6875rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#IDQXAFSrOmGmZa0Xug75wgbCONZZcUWq { color:rgba(var(--color-tertiary-2),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36rem;left:8.1875rem;height:1.13720625rem;font-style:normal;display:block; }
#SbrfS29z38zlMqepPM87lK6CMQDcNX5n { 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:1.3125rem;width:1.3125rem;top:35.9375rem;left:6.375rem;overflow:hidden;display:block; }
#VIlZTytM6CmFT0pEVFVq6VtPvodS0ODt { box-sizing:content-box;height:2.125rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:35.375rem;left:12.1875rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#opKT7hSTTpa7RQAOPu9XAf74WE9U5BzW { color:rgba(var(--color-tertiary-2),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:36rem;left:14.6875rem;height:1.13720625rem;font-style:normal;display:block; }
#eTQLF8lL89NzqFyy2chLrhlVFyySFf6a { 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:1.3125rem;width:1.3125rem;top:35.9375rem;left:12.875rem;overflow:hidden;display:block; }
#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#edf2fc;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; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { background-color: transparent; background-image: none; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container > .video-iframe-container { display: none; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row > .video-iframe-container { display: none; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .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); }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { border-width: 0; border-radius: 0; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#JCWOxstyOhyKia6r0a8WRh9zTIW0FIN0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.53125rem;left:1.375rem;overflow:hidden;display:block; }
#Tr8PTyziBWt4h0stIF4dWxFzJTrbaaU1 { color:#000000;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.017578125rem;left:5.25rem;height:3.89941875rem;display:block; }
#VoK4BRne0GEgP4tgRf1oNffVaTV6Z7uf { color:#000000;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:24.375rem;height:3.89941875rem;display:block; }
#fCHMFyNBDpJVTMnRBLGNbpCg61rUDaSD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.53125rem;left:20.375rem;overflow:hidden;display:block; }
#sqZ2sVZN73Xiry9lJS869uH0Q4Tgknms { color:#000000;display:block;width:11.875rem;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:2.66796875rem;left:42.9375rem;height:2.5996125rem;display:block; }
#nT69utV1G9MOTKtMzfDZW7bTfqUG7llr { 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.875rem;width:2.875rem;top:2.53125rem;left:38.9375rem;overflow:hidden;display:block; }
#wIGKxULZD3ii8yeqJ0dp9efINmE5mdQ1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:61.6875rem;height:3.89941875rem;display:block; }
#lsnzcetk5MMw6LxQTN6yULlmHPfnEA7q { 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:2.875rem;width:2.875rem;top:2.5625rem;left:57.6875rem;overflow:hidden;display:block; }
#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container { background-color: transparent; background-image: none; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container > .video-iframe-container { display: none; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row > .video-iframe-container { display: none; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .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); }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container { border-width: 0; border-radius: 0; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container { font-size:0.875rem;font-family:arial;height:94.1875rem;width:75rem;position:relative;display:block; }#egWn8nreweiXS62P2ccaRVsCM8WMC8bQ { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.587890625rem;left:19.1875rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zkZbNdPN0wX9nF0Oo2kDasDDxXBTRv4o { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:19.71875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGotQSCWaNEiRZse2ZETNKv8qPh2cTMl { box-sizing:content-box;height:2.125rem;width:6.9375rem;position:absolute;display:block;z-index:15012;background-color:#edf2fc;background-image:none;top:15.5rem;left:35.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#n27PTOe5BrDM4zHzeR7bdid086bZPtB9 { color:rgba(var(--color-tertiary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:38.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#zs8oI5hXLc1RacBGzsTTRlvbc2r6q01y { 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:1.5rem;width:1.5rem;top:15.9375rem;left:36.125rem;overflow:hidden;display:block; }
#lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { box-sizing:content-box;height:2.125rem;width:9.125rem;position:absolute;display:block;z-index:15015;background-color:#edf2fc;background-image:none;top:15.5rem;left:43.5rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.125rem;left:46rem;height:1.13720625rem;font-style:normal;display:block; }
#txKUaeRosEwHU6HVc9RuXdKBXfCkEObx { 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:1.5rem;width:1.5rem;top:15.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { box-sizing:content-box;height:61.5rem;width:28.125rem;position:absolute;display:block;z-index:15000;background-color:#edf2fc;background-image:none;top:24.9375rem;left:8.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eMrHQ1PAqV210T2h7zMOU1JgugGqaDug { position:absolute;display:block;z-index:15020;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:28.125rem;top:21.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#I3RK6uKRnibM55hiHVkDzVoQThq7u2qM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.5625rem;left:10.125rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1bsUFHQg7BIXzWNcemQSFM91AwDWTEz { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:42.4375rem;left:10.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:50.375rem;left:10.1875rem;height:;display:block; }#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv li:before{  }
#Xz4J3W1Qxqfvk8FgCmzcUBvU4IWD0OnD { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:48.4375rem;left:10.1875rem;height:1.29980625rem;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; }
#Us1DKOHEempdl9W2DJRZfnPv34BVJWyw { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:61.3125rem;left:10.125rem;height:1.29980625rem;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; }
#wFGEJTzrP4kkWL85JS16RVBOI164dPm8 { box-sizing:content-box;height:2.125rem;width:6.125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:63.5625rem;left:10.125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#N3NfNGcKI7sgCOgqCvs09nG7qHJxTTE7 { 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:1.25rem;width:2.75rem;top:64.125rem;left:10.75rem;overflow:hidden;display:block; }
#lsN0BEXkck2RDcvlnxb9XCg8fXI1ozqt { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:64.1875rem;left:13.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#F00yHBPK9kzLil0x32iOW1zkdCBgPViT { box-sizing:content-box;height:2.125rem;width:5.0625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:63.5625rem;left:17.25rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#eHhk56IfNSnaVkPEJulN7qcOHucsg4T5 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:64.1875rem;left:19.75rem;height:1.13720625rem;font-style:normal;display:block; }
#AIUlAFC7ocHiCTQgUWbt4IwLagkZsKAt { 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:1.375rem;width:1.5rem;top:64rem;left:17.8125rem;overflow:hidden;display:block; }
#kkXkSuWrvnsiBRRruXoZTd8iIKQDZZCA { box-sizing:content-box;height:2.125rem;width:8.875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:63.5625rem;left:23.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#q5zNskTofG7zqGGIeir3x1VbhyCXoWDL { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:64.1875rem;left:25.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#pdDhF116VwGOqotNAMKE7oEnH9NoJQS4 { 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:1.5rem;width:1.0625rem;top:64rem;left:24.125rem;overflow:hidden;display:block; }
#KLAxNV1CHdT0aCqNOFFfll16AvuLg06t { box-sizing:content-box;height:2.125rem;width:6.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:66.5625rem;left:10.0625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#GBxToNHU8CtSGprALEIVXoToEOscEt9P { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:67.1875rem;left:12.625rem;height:1.13720625rem;font-style:normal;display:block; }
#GyTITpIEToHDFRCHzaia2yNOWsh63hrJ { 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:1.5rem;width:1.5rem;top:67rem;left:10.6875rem;overflow:hidden;display:block; }
#RcFmtuVV53mXaugyth3VzIe8hoeRiMux { box-sizing:content-box;height:2.125rem;width:6.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:66.5625rem;left:17.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#nH51fU4wyKwXZB8nnI7srcSSKHbThsgV { 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:1.5rem;width:1.5rem;top:67rem;left:18.125rem;overflow:hidden;display:block; }
#tSrTFiV6Z8ZKg0ehmusFAwGockvb0NTT { color:rgba(var(--color-tertiary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:67.1875rem;left:20.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#tHVc6ch1SCDHIDKO1ldbocli5El57XTS { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:72.125rem;left:12rem;height:1.13720625rem;font-style:normal;display:block; }
#Xw5H19Hs4OFbp35BoIGbGOipIzTnclJH { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:71.5625rem;left:22.75rem;height:2.2744125rem;font-style:normal;display:block; }
#IJ9PP7nSOX7JT5qeLafrSxAC9HnJMLpf { box-sizing:content-box;height:2.75rem;width:13.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:71.1875rem;left:8.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;display:block; }
#eIhRASq6Di7OH4wy3kSGOxwT8duxMl9b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:71.625rem;left:9.75rem;overflow:hidden;display:block; }
#eRp70BGGRgMJfKBBLBbCRPRySysEKm3E { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:77.3125rem;left:10.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhE7rEamoTfunfeWXroTmVVBSoBbw1DA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:80.625rem;left:10.875rem;display:block; }
#Tc7m4LCaSM5hhxtghDnUqKs4ENCXeKrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHkixR4nrfa50we1Am7hU03s6ExaO1wP { position:absolute;display:block;z-index:14999;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.8125rem;width:5.8125rem;top:30.21875rem;left:64.875rem;overflow:hidden;display:block; }
#bpCLPkcb3IaeurREBrATkhM83dGceRzu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:53.6875rem;left:0rem;overflow:hidden;display:block; }
#wUM41U3RPNimZdRIwPBpMiuVwfG3Ds1L { box-sizing:content-box;height:61.5rem;width:28rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:24.9375rem;left:38.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#chgyedTK8JmT5QsoFBGVBxMTSLsnB0xt { position:absolute;display:block;z-index:15048;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:28rem;top:21.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#yOglPsWqLQ3l2ygz8QdZOXDThuJQV9Df { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:39.5625rem;left:40.125rem;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; }
#vlKVHs1AUZEdGxZU1c5HuoLhxiS3ZI7G { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:42.4375rem;left:40.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:50.375rem;left:40.1875rem;height:;display:block; }#xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE li:before{  }
#HpLWbSJBHmtIidkbzKTgD3dkv3vksAq2 { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:48.4375rem;left:40.1875rem;height:1.29980625rem;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; }
#psfRKTdAKq3Z4Sz9ZIUo9KM0Xldknsrv { color:#000000;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:61.3125rem;left:40.125rem;height:1.29980625rem;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; }
#TBKJ6UqPG7zq5HBlK45TWAGMfhPfVQhi { box-sizing:content-box;height:2.125rem;width:5.75rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:63.5625rem;left:40.125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#XpVc7fVLL3nurGcvBzM0SJVTIg15q79d { color:rgba(var(--color-tertiary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:64.181640625rem;left:42.46875rem;height:1.13720625rem;font-style:normal;display:block; }
#JplCT1M7VM6Jc4VFDAFkfuMG9m5O7Tgl { box-sizing:content-box;height:2.125rem;width:5.5625rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:63.5625rem;left:46.9375rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#pf3fQhzspabEX6V2lXa5iVlTZkcwxTUS { color:rgba(var(--color-tertiary-2),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:64.1875rem;left:49.25rem;height:1.13720625rem;font-style:normal;display:block; }
#IdmRroCTReESo2QJ7ulH78tIFQf9VoPt { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:64rem;left:47.625rem;overflow:hidden;display:block; }
#JGcDck668KkTnis7yxCKVC1lDFmE2fDU { box-sizing:content-box;height:2.125rem;width:8.875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:63.5625rem;left:53.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Rlav6FryP8QcCMe7aUBd46L5lfG7o0bN { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:64.181640625rem;left:56.9375rem;height:1.13720625rem;font-style:normal;display:block; }
#Xg8izwDKmTlltMCpNlVUQBadp9lERdDm { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.375rem;top:64rem;left:54.125rem;overflow:hidden;display:block; }
#Nr9z8fLqa1OxP5dTOFVIMLeO7pI6XCmI { box-sizing:content-box;height:2.125rem;width:5.4375rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:66.5625rem;left:40.0625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WWVmWf3kEILMmNxF45tNu0iJqx8EJREk { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:67.1875rem;left:42.625rem;height:1.13720625rem;font-style:normal;display:block; }
#lHBS4CHrl7hkkJBRrwSSinI4R5TJFXUP { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:67rem;left:40.6875rem;overflow:hidden;display:block; }
#ict5zKJ5VNy3yF9XN0O94E77d3kpVTvW { box-sizing:content-box;height:2.125rem;width:4.3125rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:66.5625rem;left:46.6875rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#GJKhlsVQA2kbX1MiofJ6dOwIzG92VrGv { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:67rem;left:47.1875rem;overflow:hidden;display:block; }
#Ro49TFbzCmxDPZQuJBW8Bdg0cTq73deH { color:rgba(var(--color-tertiary-2),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:67.1875rem;left:49.125rem;height:1.13720625rem;font-style:normal;display:block; }
#ASlJTRkWwmNAQzF12LLL2wtWER01QKZ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:72.125rem;left:42rem;height:1.13720625rem;font-style:normal;display:block; }
#CMon2sy6tKKP01Dt1QA35dQWCIzVnb2p { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:71.5625rem;left:52.75rem;height:4.546875rem;font-style:normal;display:block; }
#NUG8qJnMdJH9TtuNfeCyWloZQJFXasyy { box-sizing:content-box;height:2.75rem;width:13.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:71.1875rem;left:38.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.875rem;display:block; }
#ZxgvkyUILTPeQuDT1rT9tTmV3XIVWzqA { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:71.625rem;left:39.75rem;overflow:hidden;display:block; }
#Brxk50WXhdJwKFvTAA1KBzHLZUhRcIlO { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:77.3125rem;left:40.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfcALEpPvJdt3qvB5tLXOPSyFJRlrQ1k { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:80.625rem;left:40.875rem;display:block; }
#xxMPoi6lQCTVpEEqSF0kaPvBKzDta8DD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omIUdzMqqPkvQfKCzcBq45180Vn6mKGG { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:64.0625rem;left:40.8125rem;overflow:hidden;display:block; }
#VyC6fpEBCO5ugCIB4BRB93dBUJz7BTsz { box-sizing:content-box;height:2.125rem;width:6.1875rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;top:66.625rem;left:52.0625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Vv3B3qo7OCxnVPGfP0shOHE2eV9MS1kq { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:67.0625rem;left:52.6875rem;overflow:hidden;display:block; }
#v4sLM24lm0vDpJboPM2uPdE0zvRNvTEx { color:rgba(var(--color-tertiary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:67.375rem;left:54.625rem;height:1.13720625rem;font-style:normal;display:block; }
#kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { box-sizing:content-box;height:2.125rem;width:12.25rem;position:absolute;display:block;z-index:15013;background-color:#edf2fc;background-image:none;top:15.5rem;left:22.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#H3OCQn8TBXGGICsfvPb2CdO8m0uNm7z7 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.125rem;left:24.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#LWaUmomNhcC3VMF9XXpfRLnF1iaaLb4Q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.9375rem;left:22.8125rem;overflow:hidden;display:block; }
#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#edf2fc;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; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { background-color: transparent; background-image: none; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container > .video-iframe-container { display: none; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row > .video-iframe-container { display: none; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .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); }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { border-width: 0; border-radius: 0; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#fthFsvic6wMEe3Tin7nlfElwE42NKHDW { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.80078125rem;left:0rem;height:7.1484375rem;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; }
#O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:28.0634765625rem;left:0rem;height:13.3828125rem;display:block; }#O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 li:before{  }
#eJSnSCMVWoFvRuUBaXxQdcUVBE0qUyBU { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.1875rem;top:5.21875rem;left:37.5rem;overflow:hidden;display:block; }
#ubRDWsp7g2G1fDguzWeZ4z6NkGFOBuwy { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.3125rem;width:32.8125rem;top:20rem;left:46.9375rem;overflow:hidden;display:block; }
#pN77C536IwIexe0GvcTnd6wDtbp6xckr { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9521484375rem;left:0rem;height:8.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { position:relative;display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { background-color: transparent; background-image: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container > .video-iframe-container { display: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row > .video-iframe-container { display: none; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .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); }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { border-width: 0; border-radius: 0; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .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; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.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; }#HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:44.75rem;top:12.4375rem;left:15rem;overflow:hidden;display:block; }
#i0G5rn2pTmP2BTOe5gzpolybsEmrX5sV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:25rem;top:20.875rem;left:38.1875rem;display:block; }
#LG09MLUyoysnt1CCvgzITki3nMWcSv7N { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.25rem;top:47.5625rem;left:10.6875rem;overflow:hidden;display:block; }
#Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { 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:1.5625rem;width:1.5rem;top:46.0625rem;left:9.25rem;overflow:hidden;display:block; }
#DmDtfN3LEesuzrPdTcPaETkHGcgx323A { position:relative;display:block; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A { background-color: transparent; background-image: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container > .video-iframe-container { display: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row > .video-iframe-container { display: none; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .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); }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A { border-width: 0; border-radius: 0; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .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; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#w3EahAEFu5w6Qv9E8m9frcK256qpqodp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.5625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.875rem;left:18.8125rem;display:block; }
#sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:21.3125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.875rem;left:37.5625rem;display:block; }
#otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:40.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40.0625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.875rem;left:56.3125rem;display:block; }
#yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:58.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:58.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { position:absolute;display:block;z-index:15001;background-color:#eafdf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.1875rem;width:74.75rem;top:0rem;left:0rem;display:block; }
#wrrsu3sD6NCpxHlICZ7xVTVb95VV6IAx { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.4375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aE4uOZQ10wg4dafD4VicPSToPVk6wOsP { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.25rem;left:18.8125rem;display:block; }
#n3DTie9ZqToHe9tsEW023maeSGRFw3m0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:18.4375rem;left:21.3125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLzdMxCrmLPc6JulWIVS8woNVxfGVkXQ { box-sizing:content-box;height:7.5rem;width:0.125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.25rem;left:37.5625rem;display:block; }
#StcKFMot31xVaa0d0CQ6uR37NTeCOQKT { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:18.4375rem;left:40.0625rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8mciCqTp2HGBM0k37PNCir2T6kSWeuX { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:14.5625rem;left:21.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgqRuSFQTSAABrPGkN5vROhzGyl0csFW { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MCbMbWdBv30O5P2W5QkTowWIlCRl4ruF { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:14.5615234375rem;left:2.46875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-1),1);background-image:none;top:13.0625rem;left:58rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:18.5rem;left:57.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { position:absolute;display:block;z-index:15039;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.25rem;top:13.5625rem;left:58.875rem;overflow:hidden;display:block; }
#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container { background-color: transparent; background-image: none; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container > .video-iframe-container { display: none; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row > .video-iframe-container { display: none; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .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); }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container { border-width: 0; border-radius: 0; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.837890625rem;left:19.1875rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:19.71875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container { background-color: transparent; background-image: none; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container > .video-iframe-container { display: none; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row > .video-iframe-container { display: none; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .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); }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container { border-width: 0; border-radius: 0; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#cEzw0QO6VhT2clL2ThNRpHoz4vPTM6PU { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:1.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#odXJ9GUmBRZ0mGRt1yTpiATMhFs32azn { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.875rem;width:22.625rem;top:20.6875rem;left:26.1875rem;display:block; }
#uTAG5Z3tGUUUvoCtTEB0a0hpr19tbnm3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:37.875rem;left:27.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nw1QrGLOsXTa4cNhidyX0ixDc9bLU1ZJ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.12109375rem;left:27.4375rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmI8HTTihM90D7T4hqlB3pvHWA4PZfos { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scfn8sW45EFUTFBLDzzBl0iD23TgvGbL { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15022;line-height:.2;letter-spacing:0;top:21.0625rem;left:27.5625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Emas1nZHvXGTJ0JsExxuTEFgfOpyGrEi { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.375rem;width:22.625rem;top:2.8984375rem;left:26.1875rem;overflow:hidden;display:block; }
#lCiuriS7oomi03kkhf8IZkv5qcNw2aa7 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.875rem;width:22.625rem;top:20.75rem;left:51.0625rem;display:block; }
#S917QlsDn5AcXnK2UkotlTyPoTWZsToS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.9375rem;left:52.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAGq03S7iTWOU2GX1OWkVcNougSioEfn { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.1875rem;left:52.3125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkmC4TydUMWaLNCkSu8A97gVahcny2DB { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.3125rem;left:52.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GUErpE5otRTA9Ltxe1aPTB4sIoxaCv90 { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.875rem;width:22.625rem;top:3rem;left:51.0625rem;overflow:hidden;display:block; }
#yNTH30sBeCVsVlE8p9qhCyeFlgpqD4f6 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15028;line-height:.2;letter-spacing:0;top:21.125rem;left:52.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.875rem;width:22.625rem;top:20.75rem;left:1.0625rem;display:block; }
#WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.9375rem;left:2.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.1875rem;left:2.3125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OM7BXLFy5SHJLWwU6Xph3TspWJAmXOLn { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.5625rem;width:22.625rem;top:3rem;left:1.0625rem;overflow:hidden;display:block; }
#XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15028;line-height:.2;letter-spacing:0;top:21.125rem;left:2.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pQZHOf4cMpbbLIqRGm84Wfz91UO5iik1 { 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:5.625rem;width:5.625rem;top:0rem;left:16.875rem;overflow:hidden;display:block; }
#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container { background-color: transparent; background-image: none; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container > .video-iframe-container { display: none; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row > .video-iframe-container { display: none; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .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); }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container { border-width: 0; border-radius: 0; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container { font-size:0.875rem;font-family:arial;height:95.1875rem;width:75rem;position:relative;display:block; }#MgwqSMEwN9riCGaWT8w8RJPqr5oKNLiB { color:#000000;display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:15.5rem;height:7.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iDkxVnorCfryteB0LTqiZPDBcRcpmVhA { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.875rem;height:12.509775rem;font-style:normal;display:block; }
#odDP1RVNb5SZHu1wucz5QqXidyE9nFLf { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.453125rem;left:2.875rem;height:9.709rem;display:block; }#odDP1RVNb5SZHu1wucz5QqXidyE9nFLf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#odDP1RVNb5SZHu1wucz5QqXidyE9nFLf li:before{  }
#VpI3K8dTTo2cFQhaxibrQa8TWT3eTc6s { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.875rem;width:29.875rem;top:17.5rem;left:44.875rem;overflow:hidden;display:block; }
#ytSt8BF3nSlFTeUWlVEKaSvUtWkBlanl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:28.8125rem;left:41.6875rem;overflow:hidden;display:block; }
#UyJ2K9OIvVnBV419PxtdsXeu3Cp46P6U { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.875rem;width:29.875rem;top:57.3125rem;left:0rem;overflow:hidden;display:block; }
#zrJPkgozfHZCoVcAzSB2eCvnR7B9g7vM { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:60.1875rem;left:37.1875rem;height:10.72266875rem;font-style:normal;display:block; }
#fTczPQHFhOGcpJcB736ygMyqfEkQiRPr { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:73.015625rem;left:37.1875rem;height:9.709rem;display:block; }#fTczPQHFhOGcpJcB736ygMyqfEkQiRPr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTczPQHFhOGcpJcB736ygMyqfEkQiRPr li:before{  }
#p6LR1NNtS7lRzRt69cWPLPC7uEJMlx62 { box-sizing:content-box;height:7.1875rem;width:7.375rem;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:15038;background-color:rgba(var(--color-primary-1),1);background-image:none;top:48.40625rem;left:33.6875rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#hBC0Ehvadd6bkiL9XfiNTQiohTB5u4CT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:51.2314453125rem;left:31.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4sWNii339XXlNBh6Mxnoy1gTfvvOATd { box-sizing:content-box;height:0.125rem;width:24.8125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;top:52.03125rem;left:6.2604166666669rem;display:block; }
#pDWCQuElMWw0g0Mt1wTiAEARpdiMP3TR { box-sizing:content-box;height:0.125rem;width:24.8125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),1);background-image:none;top:52.0625rem;left:43.96875rem;display:block; }
#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { background-color: transparent; background-image: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container > .video-iframe-container { display: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container { display: none; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .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); }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { border-width: 0; border-radius: 0; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.5rem;height:3.57470625rem;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; }
#M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:37.5rem;height:1.7871125rem;font-style:normal;display:block; }
#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.0625rem;left:37.5rem;height:15.234375rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
#T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.4375rem;width:29.875rem;top:7rem;left:3.6875rem;overflow:hidden;display:block; }
#GpXORfDeZwQ0Hf3LWD46N8xtDpIyTXfd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.05078125rem;left:37.5rem;height:1.13720625rem;font-style:normal;display:block; }
#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { background-color: transparent; background-image: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container > .video-iframe-container { display: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container { display: none; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .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); }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { border-width: 0; border-radius: 0; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { position:absolute;display:block;z-index:15000;background-color:#edf2fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:75rem;top:7.28125rem;left:0rem;display:block; }
#ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.474609375rem;left:55.46875rem;display:block; }
#FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9609375rem;left:21.875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.123046875rem;left:49.8125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.40625rem;left:22.1875rem;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;text-align:center;text-align-last:center;display:block; }
#amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.3125rem;width:19.5rem;top:9.25rem;left:-2.0625rem;overflow:hidden;display:block; }
#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX { border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container { background-color: transparent; background-image: none; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container > .video-iframe-container { display: none; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row > .video-iframe-container { display: none; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .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); }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container { border-width: 0; border-radius: 0; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#VqIdn1Vdh8a5RaT57UQRznAcqvF61vLQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.17578125rem;left:2.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VsGWa42MI2zi2ehzJ6Fgv3ugHyq0Hw44 { 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:2.5rem;width:15.625rem;top:5.65625rem;left:29.6875rem;overflow:hidden;display:block; }
#sFkzebizWVHM5JEPy5nqosK5qkDqriQf { 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.4375rem;width:14rem;top:4.6875rem;left:55.5rem;overflow:hidden;display:block; }
#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE { border-top:0;border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container { background-color: transparent; background-image: none; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container > .video-iframe-container { display: none; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row > .video-iframe-container { display: none; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .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); }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container { border-width: 0; border-radius: 0; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#T9TizgHtKvl7TRwvL25c8JwJMvXS5ORW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:13.0625rem;top:2.6875rem;left:5.96875rem;overflow:hidden;display:block; }
#N9AyBUPdzQAoKu397ALFKQDqvDzeZzvy { 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:3.875rem;width:12.75rem;top:2.09375rem;left:56.125rem;overflow:hidden;display:block; }
#CLxMRK3RpDhZAGT1JZaoTMJScuAK1pDS { 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:7.625rem;top:1.53125rem;left:33.6875rem;overflow:hidden;display:block; }
#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { position:relative;display:block; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { background-color: transparent; background-image: none; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container > .video-iframe-container { display: none; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row > .video-iframe-container { display: none; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .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); }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { border-width: 0; border-radius: 0; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .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; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.05078125rem;left:29.53125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #040c21;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container { background-color: transparent; background-image: none; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container > .video-iframe-container { display: none; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row > .video-iframe-container { display: none; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .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); }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container { border-width: 0; border-radius: 0; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#fyJNywWKlECdO45tCAWk39Ggf5cwEvuo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.1875rem;top:0.75rem;left:2.5625rem;overflow:hidden;display:block; }
#WBF4P9WAtTozs7lTWhcz6o9xSo8GZFxw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.25rem;top:1.375rem;left:20.75rem;overflow:hidden;display:block; }
#TQXoTtie3CikD4EqteAKqTZfxcpDMymJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.3125rem;top:1.28125rem;left:67.6875rem;overflow:hidden;display:block; }
#BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { 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.25rem;width:4.0625rem;top:1.28125rem;left:41rem;overflow:hidden;display:block; }
#QGn5cNikdCkUGTndx0Hevo842ZraT50A { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.5rem;top:0.9375rem;left:11.3125rem;overflow:hidden;display:block; }
#fnTUTxBB0bGuyditk4Xx00NgKvi1WScr { 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:2.375rem;width:7.9375rem;top:1.21875rem;left:29.625rem;overflow:hidden;display:block; }
#FlTasa674tRfDbhqZIFtDvOPcyXb7HGT { 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:1.5rem;width:8.1875rem;top:1.65625rem;left:47.4375rem;overflow:hidden;display:block; }
#iQAXayoDttSnfaak6wtGd4MUnP1yBg08 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.375rem;top:1.21875rem;left:57.5rem;overflow:hidden;display:block; }
#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#edf2fc;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; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { background-color: transparent; background-image: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container > .video-iframe-container { display: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container { display: none; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .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); }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { border-width: 0; border-radius: 0; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { font-size:0.875rem;font-family:arial;height:97.375rem;width:75rem;position:relative;display:block; }#vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:19.1875rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.adaptive-delivery-prevent-bg, #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.lazyload, #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-trigger.lazyloading { background-image: none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15010;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:15rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dtytNHNc4f5HfHAtJsPVcZEBQEwHwrlQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M5GEls8PdOQWipdcTqh77Sk8x6EpmfvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Du8g4XuwQvfSXU1xv0CQO8k7v3evQiMV { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iAJGKuUpM4PUIs5VDhRLxKv2EAfNgVgV {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ifKtOuxabhbSZdh8hKUdHRsEltNTm9PP { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iiAppBQQfXOWLiJhPKHCvgBdMU4B4iEP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ziP90v78w82SFeB774JDbTJvW7JE2PCA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #xis0IiJPPyiu7l8EHssfnwq3X5OdKfzn { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #czdqoai20z2ZOorhvtHaAdopChAO97LU {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XwdKbh1wkiwR2xm8dMWM6NnsRya61Hph { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kFDqETx94JcLNOLFpiwl2D9IM0e9Hrig { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XFVWOQvN9XV93wxfQt2olvAKzDgAltTJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #vaoVuMBFtFCA85nLspQTpuaJKJHbzW0B { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DCQT3OmMOrwLOLtFXeMdGaXIflapmumQ {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JbmOw862esteuJ6JhnhoFMC87iSuyTPV { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dMWIzelOaOcm934giLxBceN78V5tRlIn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mooBGhVTamTuB9gUJ0PA4GZRPknA4Ktm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XqaFV9q9EntnHFnC2KewiNfIqg7m8096 { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #S12bGdp1Nlu1aJh1xZLJTZgmLcRewluK {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rgt20N17CgsFOrO8C3wsy9LR566HfNqz { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uTvFPEniFZToaqR77yXo8V0bUK8JoF8V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ei4C2oAxQCstmWA4tgdE2OBW49MPNVNt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #aFa75gE2wpTfhCF8H7w5o05OPfnk2FKb { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uQOP3wkyHV6thKvwvPro1gTwFk6zHMC6 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DheLLN550HZP1QCc2u0hMphdZcKPuHvC { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #SWaVLV9l4fRQRtdhd2SzW10S8RzWgbid { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #auOiB9Py412WR5ElkX2CLELZGRXMWwMa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #MzJqxH3736Lony8SQnPMq7VtyfNADzuI { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yMo8ReyPJ4uU9BvpwKqgQrNITvzQ5xgz {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #AXVxDGo4h2Lt9363a0kFtFlGUKX0pmlc { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ghrWnfaBTUrEwDPHnH9IgTFb5Xnzy2Xs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #q89kqdPHUl1sJIMMv7FwaF4LS32XfIcs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qcotTKwwLBV70zMFUhLI56KL6ETFooG6 { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M7VNWpBMXcC4Tl681tAuuQxQWrgfTpE8 {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #K1kbLQqfszlET7Qufh7w5AXhT8ptW5HV { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yVxdgM8pxhL8COp8NRPIQVtFAEWLTFSp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #HC1My7VFN2hh4lvsLiiKRZDTJSxPEAdV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #hqKTc07q4hlD8auH5lciANrz8u99RHLt { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LlbNvS04TmmmPiFhic3lf7En6rTlX4rK {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mZCy1uHraUPAilACq6kC1TmVQbrBW8GL { display:none; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #tlWITJaB3AZTFOEVO39qPazGKWu7bQEP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Nam9vC2gnoNVqOvMp2uwFAPNCCPB82zl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iXwPzaR6vmP7pVCc7foBnKZXlEwEpFLQ { display:block;position:relative; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #wVXv8R8S9WrKGfvuEi5KXsCqORsRJqHb {  }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kwI0uqJ4irdLLShNq0xyV2ukeNnVUcTZ { display:none; }
#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { position:relative;display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { background-color: transparent; background-image: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container > .video-iframe-container { display: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row > .video-iframe-container { display: none; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .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); }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { border-width: 0; border-radius: 0; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .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; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:33rem;width:46.75rem;top:4.8125rem;left:28rem;display:block; }
#gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:35.8125rem;top:3.40625rem;left:0rem;overflow:hidden;display:block; }
#FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { color:#000000;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:40.625rem;height:7.1484375rem;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; }
#bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.625rem;height:3.25rem;font-style:normal;display:block; }
#k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.9375rem;left:40.625rem;display:block; }
#TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { 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:5.8125rem;width:5.8125rem;top:1.875rem;left:40.875rem;overflow:hidden;display:block; }
#H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:29.9375rem;left:60.6875rem;overflow:hidden;display:block; }
#FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.1875rem;top:34.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#gueZdRArCVPBhekDqKai9D3s3vqJemNQ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { background-color: transparent; background-image: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container > .video-iframe-container { display: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container { display: none; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .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); }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { border-width: 0; border-radius: 0; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { 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:1.75rem;width:5.625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:37.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { 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:1.5625rem;width:1.5625rem;top:2.3125rem;left:47.6875rem;overflow:hidden;display:block; }
#oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { 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:1.8125rem;width:1.9375rem;top:2.21875rem;left:50.5625rem;overflow:hidden;display:block; }
#DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { 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:0.8125rem;width:1.25rem;top:2.71875rem;left:54.3125rem;overflow:hidden;display:block; }
#C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:71.125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zT8H53CifXV7FAr6Z3Pgo533Qvz5SWOD { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:64.25rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LlGWRo5LzQo2BV1G0zJ52K1mht35STae { display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { width:11.75rem;height:2.75rem;top:0.6875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { top:0rem;left:0rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { top:11.625rem;left:0rem;width:31.75rem;height:3.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIzQ0JA0SFXbXOQcO5rGzkQrFKTI65Rv { top:15.8125rem;left:0rem;width:30.625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { top:20.5625rem;left:0rem;width:31.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:12.1875rem;height:3.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block; }
 }@media only screen and (max-width: 763px) { #rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { top:28.625rem;left:0.1875rem;width:15.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFdsvASFgNk54JNgSFE9Qn7K0lUq0aos { top:3.5625rem;left:20.25rem;width:27.25rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20ldJ66lxrsoeqDa4xituUQORKdlHIM { top:14.25rem;left:13.875rem;width:33.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { top:9.9375rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { top:40.125rem;left:42.125rem;width:5.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcCUl7ZndwUbdCLiBkNoHBWTKOSrtgA { top:35.375rem;left:0rem;width:4.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbptz0KZQt84CtTevEnni1V1Uh0F7HS { top:36rem;left:0rem;width:2.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBkesSzf7NSWC9BEwXHRSc2LFPfNI4aK { top:35.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVgGdoZ6R4erxkrk7m1If6wChgWWTe5K { top:35.375rem;left:0rem;width:5.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDQXAFSrOmGmZa0Xug75wgbCONZZcUWq { top:36rem;left:0rem;width:2.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbrfS29z38zlMqepPM87lK6CMQDcNX5n { top:35.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlZTytM6CmFT0pEVFVq6VtPvodS0ODt { top:35.375rem;left:0rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opKT7hSTTpa7RQAOPu9XAf74WE9U5BzW { top:36rem;left:1.0625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQLF8lL89NzqFyy2chLrhlVFyySFf6a { top:35.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { display:block; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCWOxstyOhyKia6r0a8WRh9zTIW0FIN0 { top:2.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8PTyziBWt4h0stIF4dWxFzJTrbaaU1 { top:2rem;left:0.3125rem;width:11.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK4BRne0GEgP4tgRf1oNffVaTV6Z7uf { top:2rem;left:12rem;width:11.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHMFyNBDpJVTMnRBLGNbpCg61rUDaSD { top:2.5rem;left:11.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZ2sVZN73Xiry9lJS869uH0Q4Tgknms { top:2.625rem;left:23.9375rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT69utV1G9MOTKtMzfDZW7bTfqUG7llr { top:2.5rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIGKxULZD3ii8yeqJ0dp9efINmE5mdQ1 { top:2rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnzcetk5MMw6LxQTN6yULlmHPfnEA7q { top:2.5625rem;left:35.8125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ { display:block; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egWn8nreweiXS62P2ccaRVsCM8WMC8bQ { top:7.5625rem;left:5.5625rem;width:36.625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkZbNdPN0wX9nF0Oo2kDasDDxXBTRv4o { top:11.8125rem;left:6.09375rem;width:35.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGotQSCWaNEiRZse2ZETNKv8qPh2cTMl { top:15.5rem;left:21.9375rem;width:6.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27PTOe5BrDM4zHzeR7bdid086bZPtB9 { top:16.125rem;left:24.4375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs8oI5hXLc1RacBGzsTTRlvbc2r6q01y { top:15.9375rem;left:22.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { top:15.5rem;left:29.875rem;width:9.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { top:16.125rem;left:32.375rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txKUaeRosEwHU6HVc9RuXdKBXfCkEObx { top:15.9375rem;left:30.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { top:24.9375rem;left:0rem;width:28.125rem;height:61.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMrHQ1PAqV210T2h7zMOU1JgugGqaDug { top:21.1875rem;left:0rem;width:28.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RK6uKRnibM55hiHVkDzVoQThq7u2qM { top:39.5625rem;left:0rem;width:21.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1bsUFHQg7BIXzWNcemQSFM91AwDWTEz { top:42.4375rem;left:0rem;width:24.75rem;height:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv { top:50.375rem;left:0rem;width:24.625rem;height:;font-size:1rem;display:block; }#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv li:before{  }
 }@media only screen and (max-width: 763px) { #Xz4J3W1Qxqfvk8FgCmzcUBvU4IWD0OnD { top:48.4375rem;left:0rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1DKOHEempdl9W2DJRZfnPv34BVJWyw { top:61.3125rem;left:0rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGEJTzrP4kkWL85JS16RVBOI164dPm8 { top:63.5625rem;left:0rem;width:6.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NfNGcKI7sgCOgqCvs09nG7qHJxTTE7 { top:64.125rem;left:0rem;width:2.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsN0BEXkck2RDcvlnxb9XCg8fXI1ozqt { top:64.1875rem;left:0.1875rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F00yHBPK9kzLil0x32iOW1zkdCBgPViT { top:63.5625rem;left:3.625rem;width:5.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhk56IfNSnaVkPEJulN7qcOHucsg4T5 { top:64.1875rem;left:6.125rem;width:2.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUlAFC7ocHiCTQgUWbt4IwLagkZsKAt { top:64rem;left:4.1875rem;width:1.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkXkSuWrvnsiBRRruXoZTd8iIKQDZZCA { top:63.5625rem;left:9.6875rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5zNskTofG7zqGGIeir3x1VbhyCXoWDL { top:64.1875rem;left:12.1875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDhF116VwGOqotNAMKE7oEnH9NoJQS4 { top:64rem;left:10.5rem;width:1.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLAxNV1CHdT0aCqNOFFfll16AvuLg06t { top:66.5625rem;left:0rem;width:6.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxToNHU8CtSGprALEIVXoToEOscEt9P { top:67.1875rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTITpIEToHDFRCHzaia2yNOWsh63hrJ { top:67rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcFmtuVV53mXaugyth3VzIe8hoeRiMux { top:66.5625rem;left:3.9375rem;width:6.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH51fU4wyKwXZB8nnI7srcSSKHbThsgV { top:67rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSrTFiV6Z8ZKg0ehmusFAwGockvb0NTT { top:67.1875rem;left:6.4375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVc6ch1SCDHIDKO1ldbocli5El57XTS { top:72.125rem;left:0rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5H19Hs4OFbp35BoIGbGOipIzTnclJH { top:71.5625rem;left:9.125rem;width:11.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9PP7nSOX7JT5qeLafrSxAC9HnJMLpf { top:71.1875rem;left:0rem;width:13.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhRASq6Di7OH4wy3kSGOxwT8duxMl9b { top:71.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRp70BGGRgMJfKBBLBbCRPRySysEKm3E { top:77.3125rem;left:0rem;width:24.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE7rEamoTfunfeWXroTmVVBSoBbw1DA { width:23.3125rem;height:3.4375rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7m4LCaSM5hhxtghDnUqKs4ENCXeKrX { display:block; }
 }@media only screen and (max-width: 763px) { #ZHkixR4nrfa50we1Am7hU03s6ExaO1wP { top:30.1875rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCLPkcb3IaeurREBrATkhM83dGceRzu { top:53.6875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM41U3RPNimZdRIwPBpMiuVwfG3Ds1L { top:24.9375rem;left:19.375rem;width:28rem;height:61.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgyedTK8JmT5QsoFBGVBxMTSLsnB0xt { top:21.1875rem;left:19.375rem;width:28rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOglPsWqLQ3l2ygz8QdZOXDThuJQV9Df { top:39.5625rem;left:26.5rem;width:21.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlKVHs1AUZEdGxZU1c5HuoLhxiS3ZI7G { top:42.4375rem;left:23rem;width:24.75rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE { top:50.375rem;left:23.125rem;width:24.625rem;height:;font-size:1rem;display:block; }#xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE li:before{  }
 }@media only screen and (max-width: 763px) { #HpLWbSJBHmtIidkbzKTgD3dkv3vksAq2 { top:48.4375rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfRKTdAKq3Z4Sz9ZIUo9KM0Xldknsrv { top:61.3125rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKJ6UqPG7zq5HBlK45TWAGMfhPfVQhi { top:63.5625rem;left:26.5rem;width:5.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpVc7fVLL3nurGcvBzM0SJVTIg15q79d { top:64.125rem;left:28.84375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JplCT1M7VM6Jc4VFDAFkfuMG9m5O7Tgl { top:63.5625rem;left:33.3125rem;width:5.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3fQhzspabEX6V2lXa5iVlTZkcwxTUS { top:64.1875rem;left:35.625rem;width:2.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmRroCTReESo2QJ7ulH78tIFQf9VoPt { top:64rem;left:34rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGcDck668KkTnis7yxCKVC1lDFmE2fDU { top:63.5625rem;left:38.625rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlav6FryP8QcCMe7aUBd46L5lfG7o0bN { top:64.125rem;left:41.6875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8izwDKmTlltMCpNlVUQBadp9lERdDm { top:64rem;left:40.5rem;width:2.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr9z8fLqa1OxP5dTOFVIMLeO7pI6XCmI { top:66.5625rem;left:26.4375rem;width:5.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVmWf3kEILMmNxF45tNu0iJqx8EJREk { top:67.1875rem;left:29rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBS4CHrl7hkkJBRrwSSinI4R5TJFXUP { top:67rem;left:27.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ict5zKJ5VNy3yF9XN0O94E77d3kpVTvW { top:66.5625rem;left:33.0625rem;width:4.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKhlsVQA2kbX1MiofJ6dOwIzG92VrGv { top:67rem;left:33.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro49TFbzCmxDPZQuJBW8Bdg0cTq73deH { top:67.1875rem;left:35.5rem;width:1.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASlJTRkWwmNAQzF12LLL2wtWER01QKZ3 { top:72.125rem;left:28.375rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMon2sy6tKKP01Dt1QA35dQWCIzVnb2p { top:71.5625rem;left:34.75rem;width:13rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUG8qJnMdJH9TtuNfeCyWloZQJFXasyy { top:71.1875rem;left:24.6875rem;width:13.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxgvkyUILTPeQuDT1rT9tTmV3XIVWzqA { top:71.625rem;left:26.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brxk50WXhdJwKFvTAA1KBzHLZUhRcIlO { top:77.3125rem;left:22.875rem;width:24.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfcALEpPvJdt3qvB5tLXOPSyFJRlrQ1k { width:23.3125rem;height:3.4375rem;top:80.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxMPoi6lQCTVpEEqSF0kaPvBKzDta8DD { display:block; }
 }@media only screen and (max-width: 763px) { #omIUdzMqqPkvQfKCzcBq45180Vn6mKGG { top:64.0625rem;left:27.1875rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyC6fpEBCO5ugCIB4BRB93dBUJz7BTsz { top:66.625rem;left:38.4375rem;width:6.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3B3qo7OCxnVPGfP0shOHE2eV9MS1kq { top:67.0625rem;left:39.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sLM24lm0vDpJboPM2uPdE0zvRNvTEx { top:67.375rem;left:41rem;width:2.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { top:15.5rem;left:8.6875rem;width:12.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3OCQn8TBXGGICsfvPb2CdO8m0uNm7z7 { top:16.125rem;left:10.9375rem;width:9.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWaUmomNhcC3VMF9XXpfRLnF1iaaLb4Q { top:15.9375rem;left:9.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ { display:block; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fthFsvic6wMEe3Tin7nlfElwE42NKHDW { top:8.75rem;left:0rem;width:36.625rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 { top:28.0625rem;left:0rem;width:36.1875rem;height:13.375rem;font-size:1.125rem;display:block; }#O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 li:before{  }
 }@media only screen and (max-width: 763px) { #eJSnSCMVWoFvRuUBaXxQdcUVBE0qUyBU { top:5.1875rem;left:22.3125rem;width:25.1875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRDWsp7g2G1fDguzWeZ4z6NkGFOBuwy { top:20rem;left:14.6875rem;width:32.8125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN77C536IwIexe0GvcTnd6wDtbp6xckr { top:17.9375rem;left:0rem;width:35.5625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { top:6.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { top:12.4375rem;left:1.375rem;width:44.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0G5rn2pTmP2BTOe5gzpolybsEmrX5sV { top:20.875rem;left:22.5rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG09MLUyoysnt1CCvgzITki3nMWcSv7N { top:47.5625rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { top:46.0625rem;left:0rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDtfN3LEesuzrPdTcPaETkHGcgx323A { display:block; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3EahAEFu5w6Qv9E8m9frcK256qpqodp { top:6.4375rem;left:0rem;width:13.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { top:3.875rem;left:0rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { top:3.875rem;left:11.9375rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { top:3.1875rem;left:10.0625rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { top:7.0625rem;left:10rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { top:3.875rem;left:23.875rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { top:3.125rem;left:22rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { top:7.0625rem;left:21.9375rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { top:3.875rem;left:35.8125rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { top:3.125rem;left:33.9375rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { top:7.1875rem;left:33.875rem;width:13.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { top:0rem;left:0rem;width:47.5rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrrsu3sD6NCpxHlICZ7xVTVb95VV6IAx { top:18.4375rem;left:0rem;width:13.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4uOZQ10wg4dafD4VicPSToPVk6wOsP { top:15.25rem;left:11.9375rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DTie9ZqToHe9tsEW023maeSGRFw3m0 { top:18.4375rem;left:10rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzdMxCrmLPc6JulWIVS8woNVxfGVkXQ { top:15.25rem;left:23.875rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StcKFMot31xVaa0d0CQ6uR37NTeCOQKT { top:18.4375rem;left:21.9375rem;width:13.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8mciCqTp2HGBM0k37PNCir2T6kSWeuX { top:14.5625rem;left:10.0625rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgqRuSFQTSAABrPGkN5vROhzGyl0csFW { top:14.5rem;left:22rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCbMbWdBv30O5P2W5QkTowWIlCRl4ruF { top:14.5rem;left:0rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { top:13.0625rem;left:35rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { top:18.5rem;left:34.8125rem;width:12.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { top:13.5625rem;left:35.8125rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n { display:block; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { top:8.8125rem;left:5.5625rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { top:13.0625rem;left:6.09375rem;width:35.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb { display:block; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEzw0QO6VhT2clL2ThNRpHoz4vPTM6PU { top:31.75rem;left:0rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odXJ9GUmBRZ0mGRt1yTpiATMhFs32azn { top:20.6875rem;left:8.875rem;width:22.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAG5Z3tGUUUvoCtTEB0a0hpr19tbnm3 { top:37.875rem;left:15.875rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw1QrGLOsXTa4cNhidyX0ixDc9bLU1ZJ { top:27.0625rem;left:11.625rem;width:20.125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmI8HTTihM90D7T4hqlB3pvHWA4PZfos { top:24.25rem;left:11.625rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scfn8sW45EFUTFBLDzzBl0iD23TgvGbL { top:21.0625rem;left:15.875rem;width:3.4375rem;height:1.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emas1nZHvXGTJ0JsExxuTEFgfOpyGrEi { top:2.875rem;left:12.0625rem;width:22.625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiuriS7oomi03kkhf8IZkv5qcNw2aa7 { top:20.75rem;left:24.75rem;width:22.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S917QlsDn5AcXnK2UkotlTyPoTWZsToS { top:37.9375rem;left:31.75rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGq03S7iTWOU2GX1OWkVcNougSioEfn { top:27.1875rem;left:27.5rem;width:20.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmC4TydUMWaLNCkSu8A97gVahcny2DB { top:24.3125rem;left:27.5rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUErpE5otRTA9Ltxe1aPTB4sIoxaCv90 { top:3rem;left:24.875rem;width:22.625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTH30sBeCVsVlE8p9qhCyeFlgpqD4f6 { top:21.125rem;left:31.75rem;width:3.4375rem;height:1.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { top:20.75rem;left:0rem;width:22.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { top:37.9375rem;left:0rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { top:27.1875rem;left:0rem;width:20.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { top:24.3125rem;left:0rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM7BXLFy5SHJLWwU6Xph3TspWJAmXOLn { top:3rem;left:0rem;width:22.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { top:21.125rem;left:0rem;width:3.4375rem;height:1.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQZHOf4cMpbbLIqRGm84Wfz91UO5iik1 { top:0rem;left:10.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZhC8NoIf8sFiwiTyITVDhXalpswIvPb { display:block; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgwqSMEwN9riCGaWT8w8RJPqr5oKNLiB { top:5.5rem;left:1.875rem;width:44rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkxVnorCfryteB0LTqiZPDBcRcpmVhA { top:18.8125rem;left:0rem;width:34.3125rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odDP1RVNb5SZHu1wucz5QqXidyE9nFLf { top:32.4375rem;left:0rem;width:36.1875rem;height:9.6875rem;font-size:1.125rem;display:block; }#odDP1RVNb5SZHu1wucz5QqXidyE9nFLf li:before{  }
 }@media only screen and (max-width: 763px) { #VpI3K8dTTo2cFQhaxibrQa8TWT3eTc6s { top:17.5rem;left:17.625rem;width:29.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSt8BF3nSlFTeUWlVEKaSvUtWkBlanl { top:28.8125rem;left:28.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyJ2K9OIvVnBV419PxtdsXeu3Cp46P6U { top:57.3125rem;left:0rem;width:29.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJPkgozfHZCoVcAzSB2eCvnR7B9g7vM { top:60.1875rem;left:13.4375rem;width:34.3125rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTczPQHFhOGcpJcB736ygMyqfEkQiRPr { top:73rem;left:11.5625rem;width:36.1875rem;height:;font-size:1.125rem;display:block; }#fTczPQHFhOGcpJcB736ygMyqfEkQiRPr li:before{  }
 }@media only screen and (max-width: 763px) { #p6LR1NNtS7lRzRt69cWPLPC7uEJMlx62 { top:48.375rem;left:20.0625rem;width:7.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBC0Ehvadd6bkiL9XfiNTQiohTB5u4CT { top:51.1875rem;left:17.40625rem;width:12.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4sWNii339XXlNBh6Mxnoy1gTfvvOATd { top:52rem;left:0rem;width:24.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDWCQuElMWw0g0Mt1wTiAEARpdiMP3TR { top:52.0625rem;left:22.9375rem;width:24.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { top:9.25rem;left:11.125rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { top:13.8125rem;left:12.1875rem;width:35.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { top:17.0625rem;left:11.5625rem;width:36.1875rem;height:;font-size:1.25rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
 }@media only screen and (max-width: 763px) { #T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { top:7rem;left:0rem;width:29.875rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpXORfDeZwQ0Hf3LWD46N8xtDpIyTXfd { top:36rem;left:16.5625rem;width:31.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { top:7.25rem;left:0rem;width:47.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { width:13.4375rem;height:3.4375rem;top:12.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { top:16.9375rem;left:8.25rem;width:31.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { top:17.0625rem;left:23rem;width:24.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { top:12.375rem;left:8.5625rem;width:30.625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { top:9.25rem;left:0rem;width:19.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPJQQuWOpX915FXPJP6nn9Ztg4egTTX { display:block; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqIdn1Vdh8a5RaT57UQRznAcqvF61vLQ { top:6.125rem;left:0rem;width:17.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGWa42MI2zi2ehzJ6Fgv3ugHyq0Hw44 { top:5.625rem;left:16rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkzebizWVHM5JEPy5nqosK5qkDqriQf { top:4.6875rem;left:32.6875rem;width:14rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE { display:block; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9TizgHtKvl7TRwvL25c8JwJMvXS5ORW { top:2.6875rem;left:1.40625rem;width:13.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AyBUPdzQAoKu397ALFKQDqvDzeZzvy { top:2.0625rem;left:33.3125rem;width:12.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxMRK3RpDhZAGT1JZaoTMJScuAK1pDS { top:1.5rem;left:20rem;width:7.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { display:block; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { top:3rem;left:15.90625rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C { display:block; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyJNywWKlECdO45tCAWk39Ggf5cwEvuo { top:0.75rem;left:0rem;width:5.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBF4P9WAtTozs7lTWhcz6o9xSo8GZFxw { top:1.375rem;left:11.9375rem;width:7.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQXoTtie3CikD4EqteAKqTZfxcpDMymJ { top:1.25rem;left:40.4375rem;width:7.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { top:1.25rem;left:23.96875rem;width:4.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGn5cNikdCkUGTndx0Hevo842ZraT50A { top:0.9375rem;left:7.4375rem;width:4.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTUTxBB0bGuyditk4Xx00NgKvi1WScr { top:1.1875rem;left:15.9375rem;width:7.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlTasa674tRfDbhqZIFtDvOPcyXb7HGT { top:1.625rem;left:27.625rem;width:8.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAXayoDttSnfaak6wtGd4MUnP1yBg08 { top:1.1875rem;left:35.8125rem;width:8.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { display:block; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { top:7.0625rem;left:5.5625rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { top:11.25rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { display:flex;height:auto;width:45.25rem;top:23.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dtytNHNc4f5HfHAtJsPVcZEBQEwHwrlQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M5GEls8PdOQWipdcTqh77Sk8x6EpmfvT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Du8g4XuwQvfSXU1xv0CQO8k7v3evQiMV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iAJGKuUpM4PUIs5VDhRLxKv2EAfNgVgV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ifKtOuxabhbSZdh8hKUdHRsEltNTm9PP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iiAppBQQfXOWLiJhPKHCvgBdMU4B4iEP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ziP90v78w82SFeB774JDbTJvW7JE2PCA {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #xis0IiJPPyiu7l8EHssfnwq3X5OdKfzn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #czdqoai20z2ZOorhvtHaAdopChAO97LU {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XwdKbh1wkiwR2xm8dMWM6NnsRya61Hph {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kFDqETx94JcLNOLFpiwl2D9IM0e9Hrig {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XFVWOQvN9XV93wxfQt2olvAKzDgAltTJ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #vaoVuMBFtFCA85nLspQTpuaJKJHbzW0B {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DCQT3OmMOrwLOLtFXeMdGaXIflapmumQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JbmOw862esteuJ6JhnhoFMC87iSuyTPV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dMWIzelOaOcm934giLxBceN78V5tRlIn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mooBGhVTamTuB9gUJ0PA4GZRPknA4Ktm {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XqaFV9q9EntnHFnC2KewiNfIqg7m8096 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #S12bGdp1Nlu1aJh1xZLJTZgmLcRewluK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rgt20N17CgsFOrO8C3wsy9LR566HfNqz {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uTvFPEniFZToaqR77yXo8V0bUK8JoF8V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ei4C2oAxQCstmWA4tgdE2OBW49MPNVNt {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #aFa75gE2wpTfhCF8H7w5o05OPfnk2FKb {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uQOP3wkyHV6thKvwvPro1gTwFk6zHMC6 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DheLLN550HZP1QCc2u0hMphdZcKPuHvC {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #SWaVLV9l4fRQRtdhd2SzW10S8RzWgbid {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #auOiB9Py412WR5ElkX2CLELZGRXMWwMa {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #MzJqxH3736Lony8SQnPMq7VtyfNADzuI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yMo8ReyPJ4uU9BvpwKqgQrNITvzQ5xgz {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #AXVxDGo4h2Lt9363a0kFtFlGUKX0pmlc {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ghrWnfaBTUrEwDPHnH9IgTFb5Xnzy2Xs {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #q89kqdPHUl1sJIMMv7FwaF4LS32XfIcs {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qcotTKwwLBV70zMFUhLI56KL6ETFooG6 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M7VNWpBMXcC4Tl681tAuuQxQWrgfTpE8 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #K1kbLQqfszlET7Qufh7w5AXhT8ptW5HV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yVxdgM8pxhL8COp8NRPIQVtFAEWLTFSp {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #HC1My7VFN2hh4lvsLiiKRZDTJSxPEAdV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #hqKTc07q4hlD8auH5lciANrz8u99RHLt {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LlbNvS04TmmmPiFhic3lf7En6rTlX4rK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mZCy1uHraUPAilACq6kC1TmVQbrBW8GL {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #tlWITJaB3AZTFOEVO39qPazGKWu7bQEP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Nam9vC2gnoNVqOvMp2uwFAPNCCPB82zl {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iXwPzaR6vmP7pVCc7foBnKZXlEwEpFLQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #wVXv8R8S9WrKGfvuEi5KXsCqORsRJqHb {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kwI0uqJ4irdLLShNq0xyV2ukeNnVUcTZ {  }
 }@media only screen and (max-width: 763px) { #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { top:4.8125rem;left:0rem;width:46.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { top:3.375rem;left:0rem;width:35.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { top:11.3125rem;left:19.75rem;width:28rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { top:19.8125rem;left:16.5rem;width:31.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { width:13.4375rem;height:2.75rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block; }
 }@media only screen and (max-width: 763px) { #DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { top:1.875rem;left:23.875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { top:29.9375rem;left:40.25rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { top:34.0625rem;left:18.5rem;width:5.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueZdRArCVPBhekDqKai9D3s3vqJemNQ { top:31.875rem;left:23.875rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { top:2.25rem;left:0rem;width:5.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { top:2.5rem;left:23.875rem;width:4.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { top:2.1875rem;left:30.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { top:2.3125rem;left:34.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { top:2.1875rem;left:36.9375rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { top:2.6875rem;left:40.6875rem;width:1.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { top:2.5rem;left:43.875rem;width:3.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8H53CifXV7FAr6Z3Pgo533Qvz5SWOD { top:2.5rem;left:42.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LlGWRo5LzQo2BV1G0zJ52K1mht35STae { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LlGWRo5LzQo2BV1G0zJ52K1mht35STae > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpJlcEmTT1VlZ55lTeEvbg6SmBX5qOVh { width:10.875rem;height:2.75rem;top:0.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4TGa6I0Mlio0XTy7CWtELSMsDlONQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #c1WvxV7PEQlraClJD3tRQfLkiZtrTeuf { width:8.625rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { width:20rem;height:2.69921875rem;top:7.4375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIzQ0JA0SFXbXOQcO5rGzkQrFKTI65Rv { width:20rem;height:4.0625rem;top:10.13671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { width:20rem;height:4.38574375rem;top:15.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:13.0625rem;height:3.4375rem;top:21.625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block; }
 }@media only screen and (max-width: 763px) { #rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { width:15.5rem;height:1.13671875rem;top:26.375rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFdsvASFgNk54JNgSFE9Qn7K0lUq0aos { width:12.625rem;height:18.9375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20ldJ66lxrsoeqDa4xituUQORKdlHIM { width:19.75rem;height:13.1055rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPXGwDGFJDLOiGgsD6kKtippyC9Hfot { width:5.625rem;height:5.625rem;top:32.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtswwSeJXQF5rbn6MhW1o0c2JIAB7K4h { width:5.125rem;height:5.875rem;top:38.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcCUl7ZndwUbdCLiBkNoHBWTKOSrtgA { width:4.875rem;height:2.125rem;top:29rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbptz0KZQt84CtTevEnni1V1Uh0F7HS { width:2.4375rem;height:1.13671875rem;top:29.625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBkesSzf7NSWC9BEwXHRSc2LFPfNI4aK { width:1.5rem;height:1.5rem;top:29.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVgGdoZ6R4erxkrk7m1If6wChgWWTe5K { width:5.625rem;height:2.125rem;top:29rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDQXAFSrOmGmZa0Xug75wgbCONZZcUWq { width:2.8125rem;height:1.13671875rem;top:29.625rem;left:9rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbrfS29z38zlMqepPM87lK6CMQDcNX5n { width:1.3125rem;height:1.3125rem;top:29.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlZTytM6CmFT0pEVFVq6VtPvodS0ODt { width:6.25rem;height:2.125rem;top:29rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opKT7hSTTpa7RQAOPu9XAf74WE9U5BzW { width:3.25rem;height:1.13671875rem;top:29.625rem;left:15.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTQLF8lL89NzqFyy2chLrhlVFyySFf6a { width:1.3125rem;height:1.3125rem;top:29.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { display:block; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { border-width: 0; border-radius: 0; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { width:20rem;height:28.125rem;border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCWOxstyOhyKia6r0a8WRh9zTIW0FIN0 { width:2.875rem;height:2.875rem;top:4.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8PTyziBWt4h0stIF4dWxFzJTrbaaU1 { width:11.625rem;height:3.89941875rem;top:3.75rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK4BRne0GEgP4tgRf1oNffVaTV6Z7uf { width:11.875rem;height:3.89941875rem;top:9.3125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHMFyNBDpJVTMnRBLGNbpCg61rUDaSD { width:2.875rem;height:2.875rem;top:9.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZ2sVZN73Xiry9lJS869uH0Q4Tgknms { width:11.875rem;height:2.5996125rem;top:16.19921875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT69utV1G9MOTKtMzfDZW7bTfqUG7llr { width:2.875rem;height:2.875rem;top:16.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIGKxULZD3ii8yeqJ0dp9efINmE5mdQ1 { width:12.5rem;height:3.89941875rem;top:20.9375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnzcetk5MMw6LxQTN6yULlmHPfnEA7q { width:2.875rem;height:2.875rem;top:21.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ { display:block; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ { border-width: 0; border-radius: 0; }#N5IXO0t2OlzVQqiXo6TTQT5Hqtfnx2cQ > .row .container { width:20rem;height:162.875rem;border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egWn8nreweiXS62P2ccaRVsCM8WMC8bQ { width:20rem;height:2.5996125rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkZbNdPN0wX9nF0Oo2kDasDDxXBTRv4o { width:20rem;height:1.7871125rem;top:6.44921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGotQSCWaNEiRZse2ZETNKv8qPh2cTMl { width:6.9375rem;height:2.125rem;top:12.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27PTOe5BrDM4zHzeR7bdid086bZPtB9 { width:4rem;height:1.13671875rem;top:13.25rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zs8oI5hXLc1RacBGzsTTRlvbc2r6q01y { width:1.5rem;height:1.5rem;top:13.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { width:9.125rem;height:2.125rem;top:12.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { width:6.6875rem;height:1.13671875rem;top:13.25rem;left:11.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txKUaeRosEwHU6HVc9RuXdKBXfCkEObx { width:1.5rem;height:1.5rem;top:13.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { width:19.75rem;height:61.5rem;top:23.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMrHQ1PAqV210T2h7zMOU1JgugGqaDug { width:19.75rem;height:11.4980625rem;top:18.736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RK6uKRnibM55hiHVkDzVoQThq7u2qM { width:17.5rem;height:2.5996125rem;top:32.529296875rem;left:0.96875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1bsUFHQg7BIXzWNcemQSFM91AwDWTEz { width:18.0625rem;height:4.72265625rem;top:35.0673828125rem;left:0.96875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv { width:18.1875rem;height:11.3359375rem;top:43.693359375rem;left:0.875rem;font-size:1rem;display:block; }#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv li:before{  }
 }@media only screen and (max-width: 763px) { #Xz4J3W1Qxqfvk8FgCmzcUBvU4IWD0OnD { width:18.1875rem;height:1.29980625rem;top:41.5048828125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1DKOHEempdl9W2DJRZfnPv34BVJWyw { width:16.875rem;height:1.29980625rem;top:56.111328125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGEJTzrP4kkWL85JS16RVBOI164dPm8 { width:6.125rem;height:2.125rem;top:59.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NfNGcKI7sgCOgqCvs09nG7qHJxTTE7 { width:2.75rem;height:1.25rem;top:59.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsN0BEXkck2RDcvlnxb9XCg8fXI1ozqt { width:2.3125rem;height:1.13671875rem;top:59.6875rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F00yHBPK9kzLil0x32iOW1zkdCBgPViT { width:5.0625rem;height:2.125rem;top:59.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhk56IfNSnaVkPEJulN7qcOHucsg4T5 { width:2.5625rem;height:1.13671875rem;top:59.744140625rem;left:10.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIUlAFC7ocHiCTQgUWbt4IwLagkZsKAt { width:1.5rem;height:1.375rem;top:59.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkXkSuWrvnsiBRRruXoZTd8iIKQDZZCA { width:8.875rem;height:2.125rem;top:62.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5zNskTofG7zqGGIeir3x1VbhyCXoWDL { width:6.0625rem;height:1.13671875rem;top:62.75rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdDhF116VwGOqotNAMKE7oEnH9NoJQS4 { width:1.0625rem;height:1.5rem;top:62.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLAxNV1CHdT0aCqNOFFfll16AvuLg06t { width:6.375rem;height:2.125rem;top:62.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxToNHU8CtSGprALEIVXoToEOscEt9P { width:3.4375rem;height:1.13671875rem;top:62.8125rem;left:13.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyTITpIEToHDFRCHzaia2yNOWsh63hrJ { width:1.5rem;height:1.5rem;top:62.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcFmtuVV53mXaugyth3VzIe8hoeRiMux { width:6.9375rem;height:2.125rem;top:65.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH51fU4wyKwXZB8nnI7srcSSKHbThsgV { width:1.5rem;height:1.5rem;top:65.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSrTFiV6Z8ZKg0ehmusFAwGockvb0NTT { width:4rem;height:1.13671875rem;top:65.875rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHVc6ch1SCDHIDKO1ldbocli5El57XTS { width:11.0625rem;height:1.13671875rem;top:70.375rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5H19Hs4OFbp35BoIGbGOipIzTnclJH { width:11.0625rem;height:2.2734375rem;top:73.443359375rem;left:4.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9PP7nSOX7JT5qeLafrSxAC9HnJMLpf { width:13.375rem;height:2.75rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhRASq6Di7OH4wy3kSGOxwT8duxMl9b { width:2rem;height:2rem;top:69.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRp70BGGRgMJfKBBLBbCRPRySysEKm3E { width:16.8125rem;height:2.2734375rem;top:76.9541015625rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhE7rEamoTfunfeWXroTmVVBSoBbw1DA { width:16.5625rem;height:3.4375rem;top:80.048828125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7m4LCaSM5hhxtghDnUqKs4ENCXeKrX { display:block; }
 }@media only screen and (max-width: 763px) { #ZHkixR4nrfa50we1Am7hU03s6ExaO1wP { width:5.8125rem;height:5.8125rem;top:15.361328125rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCLPkcb3IaeurREBrATkhM83dGceRzu { width:5.8125rem;height:5.8125rem;top:155.361328125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM41U3RPNimZdRIwPBpMiuVwfG3Ds1L { width:19.75rem;height:65.5rem;top:88.5361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgyedTK8JmT5QsoFBGVBxMTSLsnB0xt { width:19.75rem;height:11.550223214286rem;top:86.486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOglPsWqLQ3l2ygz8QdZOXDThuJQV9Df { width:17.5rem;height:2.5996125rem;top:99.9365234375rem;left:0.96875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlKVHs1AUZEdGxZU1c5HuoLhxiS3ZI7G { width:18.0625rem;height:6rem;top:102.4736328125rem;left:0.96875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE { width:18.0625rem;height:12.63575rem;top:110.7109375rem;left:0.96875rem;font-size:1rem;display:block; }#xUT5DBSXOTHlFHKmMlk0HTbAy9t0LlPE li:before{  }
 }@media only screen and (max-width: 763px) { #HpLWbSJBHmtIidkbzKTgD3dkv3vksAq2 { width:18.0625rem;height:1.29980625rem;top:109.4111328125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfRKTdAKq3Z4Sz9ZIUo9KM0Xldknsrv { width:18.0625rem;height:1.29980625rem;top:124.4111328125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKJ6UqPG7zq5HBlK45TWAGMfhPfVQhi { width:5.75rem;height:2.125rem;top:126.6611328125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpVc7fVLL3nurGcvBzM0SJVTIg15q79d { width:2.3125rem;height:1.13671875rem;top:127.2802734375rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JplCT1M7VM6Jc4VFDAFkfuMG9m5O7Tgl { width:5.5625rem;height:2.125rem;top:126.6611328125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3fQhzspabEX6V2lXa5iVlTZkcwxTUS { width:2.5625rem;height:1.13671875rem;top:127.2861328125rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdmRroCTReESo2QJ7ulH78tIFQf9VoPt { width:1.3125rem;height:1.375rem;top:127.0986328125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGcDck668KkTnis7yxCKVC1lDFmE2fDU { width:8.875rem;height:2.125rem;top:129.6611328125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlav6FryP8QcCMe7aUBd46L5lfG7o0bN { width:6.0625rem;height:1.13671875rem;top:130.2802734375rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xg8izwDKmTlltMCpNlVUQBadp9lERdDm { width:2.375rem;height:1.25rem;top:130.1611328125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr9z8fLqa1OxP5dTOFVIMLeO7pI6XCmI { width:5.4375rem;height:2.125rem;top:129.6611328125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVmWf3kEILMmNxF45tNu0iJqx8EJREk { width:3.4375rem;height:1.13671875rem;top:130.2802734375rem;left:14.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHBS4CHrl7hkkJBRrwSSinI4R5TJFXUP { width:1.5rem;height:1.5rem;top:130.0986328125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ict5zKJ5VNy3yF9XN0O94E77d3kpVTvW { width:4.3125rem;height:2.125rem;top:132.7861328125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKhlsVQA2kbX1MiofJ6dOwIzG92VrGv { width:1.5rem;height:1.5rem;top:133.2236328125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro49TFbzCmxDPZQuJBW8Bdg0cTq73deH { width:1.6875rem;height:1.13671875rem;top:133.4052734375rem;left:4.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ASlJTRkWwmNAQzF12LLL2wtWER01QKZ3 { width:11.0625rem;height:1.13671875rem;top:137.7236328125rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMon2sy6tKKP01Dt1QA35dQWCIzVnb2p { width:19rem;height:2.2734375rem;top:141.2861328125rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUG8qJnMdJH9TtuNfeCyWloZQJFXasyy { width:13.375rem;height:2.75rem;top:136.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxgvkyUILTPeQuDT1rT9tTmV3XIVWzqA { width:2rem;height:2rem;top:137.2236328125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brxk50WXhdJwKFvTAA1KBzHLZUhRcIlO { width:20rem;height:2.2734375rem;top:144.8486328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfcALEpPvJdt3qvB5tLXOPSyFJRlrQ1k { width:16.5625rem;height:3.4375rem;top:148.2861328125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxMPoi6lQCTVpEEqSF0kaPvBKzDta8DD { display:block; }
 }@media only screen and (max-width: 763px) { #omIUdzMqqPkvQfKCzcBq45180Vn6mKGG { width:1.25rem;height:1.5rem;top:127.1611328125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyC6fpEBCO5ugCIB4BRB93dBUJz7BTsz { width:6.1875rem;height:2.125rem;top:132.7861328125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3B3qo7OCxnVPGfP0shOHE2eV9MS1kq { width:1.5rem;height:1.5rem;top:133.2236328125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sLM24lm0vDpJboPM2uPdE0zvRNvTEx { width:2.4375rem;height:1.13671875rem;top:133.4052734375rem;left:10.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { width:12.25rem;height:2.125rem;top:9.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3OCQn8TBXGGICsfvPb2CdO8m0uNm7z7 { width:9.3125rem;height:1.13671875rem;top:10.25rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWaUmomNhcC3VMF9XXpfRLnF1iaaLb4Q { width:1.5rem;height:1.5rem;top:10.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ { display:block; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fthFsvic6wMEe3Tin7nlfElwE42NKHDW { width:20rem;height:7.7988125rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 { width:20rem;height:27.0400625rem;top:28.0234375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }#O96CPSOpdl6i9qfyoLlU0VDCIJ0R2LR4 li:before{  }
 }@media only screen and (max-width: 763px) { #eJSnSCMVWoFvRuUBaXxQdcUVBE0qUyBU { width:19.6875rem;height:20rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRDWsp7g2G1fDguzWeZ4z6NkGFOBuwy { width:18.375rem;height:12.4375rem;top:73.3994140625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN77C536IwIexe0GvcTnd6wDtbp6xckr { width:20rem;height:14.29689375rem;top:12.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBUW4mi9emITRXPue7vb8AZFDcFmJNpA { display:block; }#rBUW4mi9emITRXPue7vb8AZFDcFmJNpA > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvrvgGMJMrkTV7H0eBAZ10o6wxHfdyXp { width:20rem;height:5.19921875rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBTIEh0FrtOWlg5d5fTJ9PV5lbqIte6o { width:19.75rem;height:13.3125rem;top:11.06640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0G5rn2pTmP2BTOe5gzpolybsEmrX5sV { width:12.8125rem;height:13.8125rem;top:13.533203125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG09MLUyoysnt1CCvgzITki3nMWcSv7N { width:2.25rem;height:2.3125rem;top:26.408203125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl7QgCTUztvRhxibMT3ktxXkxn5H6kZU { width:1.5rem;height:1.5625rem;top:26.095703125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmDtfN3LEesuzrPdTcPaETkHGcgx323A { display:block; }#DmDtfN3LEesuzrPdTcPaETkHGcgx323A > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3EahAEFu5w6Qv9E8m9frcK256qpqodp { width:13.875rem;height:5.84765625rem;top:7.4375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrmbZNG59utTkL3bfhb5NvI9M5z2iBwn { width:13.8125rem;height:1.4619125rem;top:5.125rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGyd7pGEWiH9abT6WexwAzv4OCtGUBcM { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh5TQ3f7MoTL4L8zc8eNn8LFzoPEtdTX { width:13.8125rem;height:2.923825rem;top:16.5rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4zafnnpQSwAFsVyRKuEHoGnvM7iJvwV { width:13.875rem;height:4.38574375rem;top:20.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPqi6zW96LvHrIvq6rrJxzCaWxcSTMNr { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEEEGhUlNiQCxaAG1PTPTuvvdoOyy6J { width:13.8125rem;height:2.923825rem;top:28.0771484375rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nszZXTbR1wL89g3p9anl1S6mQTTgTut4 { width:13.875rem;height:4.38574375rem;top:31.625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaraGhVrHLg2zHNcwxtdrooE7o1SibRV { width:0.125rem;height:7.5rem;top:5.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1Qy4ukrmcVK1GSrmfT5QTi90y2Pmyp { width:13.8125rem;height:2.923825rem;top:38.9521484375rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTMTUUFycIrqqsBBr8K2FA9mnX9TztNq { width:13.875rem;height:2.923825rem;top:42.9375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaekBuS6VpvdqrdDhpgdlVFNdcx6NDdb { width:19.75rem;height:90.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrrsu3sD6NCpxHlICZ7xVTVb95VV6IAx { width:13.875rem;height:5.84765625rem;top:51.9482421875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE4uOZQ10wg4dafD4VicPSToPVk6wOsP { width:0.125rem;height:7.5rem;top:16.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DTie9ZqToHe9tsEW023maeSGRFw3m0 { width:13.875rem;height:4.38574375rem;top:64.18359375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLzdMxCrmLPc6JulWIVS8woNVxfGVkXQ { width:0.125rem;height:7.5rem;top:16.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StcKFMot31xVaa0d0CQ6uR37NTeCOQKT { width:13.875rem;height:7.3095625rem;top:75.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8mciCqTp2HGBM0k37PNCir2T6kSWeuX { width:13.8125rem;height:2.923825rem;top:60.25rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgqRuSFQTSAABrPGkN5vROhzGyl0csFW { width:13.8125rem;height:2.923825rem;top:71.25rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCbMbWdBv30O5P2W5QkTowWIlCRl4ruF { width:13.8125rem;height:2.923825rem;top:48.375rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ampKisvOmM8l48JhTG9XpX8dM7umEPy4 { width:12.5rem;height:12.5rem;top:85.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC46cggHCTfLAkBRvL8VC1ASWrLWAfUJ { width:12.9375rem;height:1.7871125rem;top:90.9814453125rem;left:3.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aeng6rx6nf7CovvCXCGf70wwf1OHJ6Vs { width:2.25rem;height:2.3125rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n { display:block; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n { border-width: 0; border-radius: 0; }#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n > .row .container { width:20rem;height:10.6875rem;border-top:0.125rem solid #040c21;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxJ91ltwLpLwGfWQBxa5mXrfTZWCDTQ8 { width:20rem;height:2.5996125rem;top:4.41796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { width:20rem;height:1.7871125rem;top:7.79296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb { display:block; }#whTn7dfmEeFakgG7VKDfARdnBdiO4Ezb > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEzw0QO6VhT2clL2ThNRpHoz4vPTM6PU { width:17.875rem;height:1.4619125rem;top:13.375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odXJ9GUmBRZ0mGRt1yTpiATMhFs32azn { width:19.75rem;height:18.75rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAG5Z3tGUUUvoCtTEB0a0hpr19tbnm3 { width:15.3125rem;height:1.4619125rem;top:63.75rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nw1QrGLOsXTa4cNhidyX0ixDc9bLU1ZJ { width:18.75rem;height:8.7715rem;top:53.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmI8HTTihM90D7T4hqlB3pvHWA4PZfos { width:20rem;height:1.4619125rem;top:50.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scfn8sW45EFUTFBLDzzBl0iD23TgvGbL { width:3.4375rem;height:1.5rem;top:48.0625rem;left:8.3125rem;font-size:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Emas1nZHvXGTJ0JsExxuTEFgfOpyGrEi { width:19.75rem;height:23.0234375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiuriS7oomi03kkhf8IZkv5qcNw2aa7 { width:19.75rem;height:17.875rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S917QlsDn5AcXnK2UkotlTyPoTWZsToS { width:15.3125rem;height:1.4619125rem;top:95.4375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAGq03S7iTWOU2GX1OWkVcNougSioEfn { width:18.0625rem;height:8.7715rem;top:85.5rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkmC4TydUMWaLNCkSu8A97gVahcny2DB { width:20rem;height:1.4619125rem;top:83.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUErpE5otRTA9Ltxe1aPTB4sIoxaCv90 { width:19.75rem;height:24.332rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTH30sBeCVsVlE8p9qhCyeFlgpqD4f6 { width:3.4375rem;height:1.5rem;top:80.75rem;left:8.3125rem;font-size:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { width:19.75rem;height:17.4375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { width:15.3125rem;height:1.4619125rem;top:29.75rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { width:18.625rem;height:7.3095625rem;top:21.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { width:20rem;height:1.4619125rem;top:18.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OM7BXLFy5SHJLWwU6Xph3TspWJAmXOLn { width:19.75rem;height:17.0761875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { width:3.4375rem;height:1.5rem;top:16.0625rem;left:8.3125rem;font-size:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQZHOf4cMpbbLIqRGm84Wfz91UO5iik1 { width:5.625rem;height:5.625rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZhC8NoIf8sFiwiTyITVDhXalpswIvPb { display:block; }#MZhC8NoIf8sFiwiTyITVDhXalpswIvPb > .row .container { width:20rem;height:132.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgwqSMEwN9riCGaWT8w8RJPqr5oKNLiB { width:20rem;height:7.7988125rem;top:2.6044921875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iDkxVnorCfryteB0LTqiZPDBcRcpmVhA { width:20rem;height:16.08399375rem;top:12.82421875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odDP1RVNb5SZHu1wucz5QqXidyE9nFLf { width:20rem;height:14.09475rem;top:30.4169921875rem;left:0rem;font-size:1.125rem;display:block; }#odDP1RVNb5SZHu1wucz5QqXidyE9nFLf li:before{  }
 }@media only screen and (max-width: 763px) { #VpI3K8dTTo2cFQhaxibrQa8TWT3eTc6s { width:19.75rem;height:19.75rem;top:46.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSt8BF3nSlFTeUWlVEKaSvUtWkBlanl { width:5.625rem;height:5.625rem;top:44.82421875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyJ2K9OIvVnBV419PxtdsXeu3Cp46P6U { width:19.75rem;height:19.75rem;top:109.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrJPkgozfHZCoVcAzSB2eCvnR7B9g7vM { width:20rem;height:16.08399375rem;top:72.15234375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTczPQHFhOGcpJcB736ygMyqfEkQiRPr { width:20rem;height:17.0185625rem;top:89.736328125rem;left:0rem;font-size:1.125rem;display:block; }#fTczPQHFhOGcpJcB736ygMyqfEkQiRPr li:before{  }
 }@media only screen and (max-width: 763px) { #p6LR1NNtS7lRzRt69cWPLPC7uEJMlx62 { width:7.375rem;height:7.1875rem;top:64.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBC0Ehvadd6bkiL9XfiNTQiohTB5u4CT { width:12.9375rem;height:1.7871125rem;top:67.375rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4sWNii339XXlNBh6Mxnoy1gTfvvOATd { width:5rem;height:0.125rem;top:68.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDWCQuElMWw0g0Mt1wTiAEARpdiMP3TR { width:5rem;height:0.125rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWdG52JO5EwlptMDvm0xnT3A1vmnxSr7 { width:20rem;height:2.5996125rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2mXqDyNmEtpulCZ7nRJF5mPPmTrm9 { width:20rem;height:3.57421875rem;top:8.13671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { width:20rem;height:20.4375rem;top:34.9169921875rem;left:0rem;font-size:1.25rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
 }@media only screen and (max-width: 763px) { #T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { width:19.75rem;height:18.8125rem;top:13.6669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpXORfDeZwQ0Hf3LWD46N8xtDpIyTXfd { width:20rem;height:1.13671875rem;top:57.2919921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { width:19.75rem;height:28rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { width:15.5625rem;height:3.4375rem;top:25.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { width:16.6875rem;height:1.4619125rem;top:19.8125rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { width:15rem;height:1.13671875rem;top:30.5rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { width:16.75rem;height:2.84375rem;top:15.875rem;left:1.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amKMbExzVg20XUd4AcywGe6UC4xrNhi5 { width:15.1875rem;height:8.75rem;top:3.5625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPJQQuWOpX915FXPJP6nn9Ztg4egTTX { display:block; }#csPJQQuWOpX915FXPJP6nn9Ztg4egTTX > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqIdn1Vdh8a5RaT57UQRznAcqvF61vLQ { width:20rem;height:1.4619125rem;top:3.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsGWa42MI2zi2ehzJ6Fgv3ugHyq0Hw44 { width:10rem;height:1.625rem;top:7.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkzebizWVHM5JEPy5nqosK5qkDqriQf { width:9rem;height:2.875rem;top:6.53125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE { display:block; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE { border-width: 0; border-radius: 0; }#TiJ5kwAb1eGO9ynsqeZiBwzg0TFr7FDE > .row .container { width:20rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9TizgHtKvl7TRwvL25c8JwJMvXS5ORW { width:7.5625rem;height:1.625rem;top:1.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AyBUPdzQAoKu397ALFKQDqvDzeZzvy { width:9.8125rem;height:2.8125rem;top:4.65625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxMRK3RpDhZAGT1JZaoTMJScuAK1pDS { width:5.0625rem;height:3.5625rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { display:block; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { width:20rem;height:1.4619125rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C { display:block; }#eCeIfOv9HvFXhaU9vty8sSTFHsev8K6C > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyJNywWKlECdO45tCAWk39Ggf5cwEvuo { width:5.375rem;height:3.5rem;top:1.71875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBF4P9WAtTozs7lTWhcz6o9xSo8GZFxw { width:6.25rem;height:1.8125rem;top:6.78125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQXoTtie3CikD4EqteAKqTZfxcpDMymJ { width:7.625rem;height:2.1875rem;top:13.9375rem;left:12.2734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { width:4.375rem;height:2.5625rem;top:2.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGn5cNikdCkUGTndx0Hevo842ZraT50A { width:4.5rem;height:2.9375rem;top:6.21875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTUTxBB0bGuyditk4Xx00NgKvi1WScr { width:7.9375rem;height:2.375rem;top:10.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlTasa674tRfDbhqZIFtDvOPcyXb7HGT { width:9.875rem;height:1.6875rem;top:10.9375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAXayoDttSnfaak6wtGd4MUnP1yBg08 { width:8.375rem;height:2.375rem;top:13.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { display:block; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { width:20rem;height:118.6627734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { width:20rem;height:2.5996125rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { width:20rem;height:1.4619125rem;top:10.099609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 { display:flex;height:auto;width:20rem;top:15.4677734375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yCTfuBLysu71EhrrfHzBSqHWcarf4vu7 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ertVabU7F7h7zBpCMTe5CWz1lTBpeR2N {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #deaEAy6Nx3EcmHLZKpkkXgZZlUds2cH3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #m0LtiuZz1HuwJ5a9OrZaSyFT9KE0cIJ3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #p1Cfq7K0Mcu9aUDbZrmVxAP2i8MBX0QG {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qsJ0cs9iE02TNu1xck0VWwmXro6sP36y {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Qaa5uVQiBl0zeeBTQHdcKwTCT7FDnO2b {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QMFsfyad6TTrREHOUd09ZgNEHCEkAETR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #GG5AsSKfL2MhgmceBNDIa6qVs6J2e8mn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mOH576oVl5apSHnOq7n7Wo9OW58Eld4V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #TdBkXcsDCTZMCJQN3HtEI4MN2xZnylct {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #fKzku3ID8qvT2NkisdTPlcJ0n74lexbD {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #RM2orEyTn2VlMV7hNRTtwRUFZxgDOLcZ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rQFGOC0egRcy6b1An4TOuUChTfP4210n {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #U9RXXwp9yA62fTHzE9xqmyt57GZxWyHK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #sD9IkulOHqM1NCGNSeq1f5PuSX05DC6A {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #WZWuKNryBeX84dTr8uTh58sOwTQkb8Wn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ZNiFqwgOCCvk6APvSWdmd7N0HIcpa2ZQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQM3I4D0yGrAcM8x8l7Z0gkKyLgtMtzr {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #oQ6Wx0fJbTmUUTwMUBxbX7RF0XtBk3tv {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #gQsiWUcG08hcaC1fnII2scGhufLzotgT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #t8zRWvvD0LKmlZ9gu9QiSucBF54oF7M0 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #h993xgLOkS7xzpJ8NLe5uwkcAMxZT9nR {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ggTiPmnSntQc5ovysflQ4A2iL0qNM13F {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LDw9bVJxvzaL06ZPvtbqNy4SN8NT6I2S {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #N0XM78mf7ckXIP2DGnuMp8bqBsF2ZqJI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #d8PHFhQyyzUDpEyyEaWIPHZvnwygdmAW {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qK8hgcFQXrNb90zhZHWkL8wVXcJIK6zu {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #FP8nqdadFsw9BFTpgn2B7fby9i6O3bl3 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #QdOKSWDe8wwpOyesDDeZPMTGpExaDMld {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dtytNHNc4f5HfHAtJsPVcZEBQEwHwrlQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M5GEls8PdOQWipdcTqh77Sk8x6EpmfvT {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Du8g4XuwQvfSXU1xv0CQO8k7v3evQiMV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iAJGKuUpM4PUIs5VDhRLxKv2EAfNgVgV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ifKtOuxabhbSZdh8hKUdHRsEltNTm9PP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iiAppBQQfXOWLiJhPKHCvgBdMU4B4iEP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ziP90v78w82SFeB774JDbTJvW7JE2PCA {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #xis0IiJPPyiu7l8EHssfnwq3X5OdKfzn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #czdqoai20z2ZOorhvtHaAdopChAO97LU {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XwdKbh1wkiwR2xm8dMWM6NnsRya61Hph {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kFDqETx94JcLNOLFpiwl2D9IM0e9Hrig {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XFVWOQvN9XV93wxfQt2olvAKzDgAltTJ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #vaoVuMBFtFCA85nLspQTpuaJKJHbzW0B {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DCQT3OmMOrwLOLtFXeMdGaXIflapmumQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #JbmOw862esteuJ6JhnhoFMC87iSuyTPV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #dMWIzelOaOcm934giLxBceN78V5tRlIn {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mooBGhVTamTuB9gUJ0PA4GZRPknA4Ktm {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #XqaFV9q9EntnHFnC2KewiNfIqg7m8096 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #S12bGdp1Nlu1aJh1xZLJTZgmLcRewluK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #rgt20N17CgsFOrO8C3wsy9LR566HfNqz {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uTvFPEniFZToaqR77yXo8V0bUK8JoF8V {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ei4C2oAxQCstmWA4tgdE2OBW49MPNVNt {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #aFa75gE2wpTfhCF8H7w5o05OPfnk2FKb {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #uQOP3wkyHV6thKvwvPro1gTwFk6zHMC6 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #DheLLN550HZP1QCc2u0hMphdZcKPuHvC {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #SWaVLV9l4fRQRtdhd2SzW10S8RzWgbid {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #auOiB9Py412WR5ElkX2CLELZGRXMWwMa {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #MzJqxH3736Lony8SQnPMq7VtyfNADzuI {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yMo8ReyPJ4uU9BvpwKqgQrNITvzQ5xgz {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #AXVxDGo4h2Lt9363a0kFtFlGUKX0pmlc {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #ghrWnfaBTUrEwDPHnH9IgTFb5Xnzy2Xs {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #q89kqdPHUl1sJIMMv7FwaF4LS32XfIcs {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #qcotTKwwLBV70zMFUhLI56KL6ETFooG6 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #M7VNWpBMXcC4Tl681tAuuQxQWrgfTpE8 {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #K1kbLQqfszlET7Qufh7w5AXhT8ptW5HV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #yVxdgM8pxhL8COp8NRPIQVtFAEWLTFSp {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #HC1My7VFN2hh4lvsLiiKRZDTJSxPEAdV {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #hqKTc07q4hlD8auH5lciANrz8u99RHLt {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #LlbNvS04TmmmPiFhic3lf7En6rTlX4rK {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #mZCy1uHraUPAilACq6kC1TmVQbrBW8GL {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #tlWITJaB3AZTFOEVO39qPazGKWu7bQEP {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #Nam9vC2gnoNVqOvMp2uwFAPNCCPB82zl {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #iXwPzaR6vmP7pVCc7foBnKZXlEwEpFLQ {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #wVXv8R8S9WrKGfvuEi5KXsCqORsRJqHb {  }
 }@media only screen and (max-width: 763px) { #e7tkurJ8PbiLcwH7pToQ32blAFPlsWK4 #kwI0uqJ4irdLLShNq0xyV2ukeNnVUcTZ {  }
 }@media only screen and (max-width: 763px) { #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { width:19.75rem;height:36.6875rem;top:17.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAx4qKNC47dlGr5dsXElXEMg2Rcys47T { width:17.1875rem;height:17.1875rem;top:3.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPhntMf1GztMvZv13XdNrM3UmfTHvlrH { width:16.75rem;height:10.3984375rem;top:23.1416015625rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { width:17.3125rem;height:6.5rem;top:34.376953125rem;left:1.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { width:12.75rem;height:2.75rem;top:43.6416015625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDdReVSh9FJoFOo8EBbHV0xqpULgb8n { display:block; }
 }@media only screen and (max-width: 763px) { #DBs5qgxL96cVrsT5Ptm3JkLh26sDwsfy { width:5.8125rem;height:5.8125rem;top:17.3291015625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { width:6.125rem;height:6.125rem;top:50.7900390625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { width:5.1875rem;height:7.1875rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueZdRArCVPBhekDqKai9D3s3vqJemNQ { width:13.625rem;height:2.2734375rem;top:49.4033203125rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy { display:block; }#txyTxZfmKMhF8oRwFZxhIbIzGlft5iCy > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScAaREcBJWcmRrDT8LhL3Q9wBoZzJEl6 { width:5.625rem;height:1.75rem;top:1.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCOnzLR93LfL9deoiafmWyUzw3R4NHh { width:4.625rem;height:1.13671875rem;top:5.17578125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZvDb1CATJmAHqlfHyZKt51IuMDEKpTF { width:1.5625rem;height:1.5625rem;top:4.962890625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uVgl4MAlLL8L0dRreUlK3ko9nq9xvV { width:1.5625rem;height:1.5625rem;top:4.962890625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnEkp1JURT8igTTe9rmuUNdaxi1wUkz { width:1.9375rem;height:1.8125rem;top:4.837890625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgqyHLI0AmQ9e9tEU8LcWH1suCd7J92 { width:1.4375rem;height:0.9375rem;top:5.4375rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mNeqcyKp8XDNu6UNLvQXloRqRyED0o { width:3.875rem;height:1.13671875rem;top:2.30078125rem;left:15.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT8H53CifXV7FAr6Z3Pgo533Qvz5SWOD { width:5.5rem;height:1.13671875rem;top:2.30078125rem;left:9.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }