.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:113,139,151;--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:255,255,255;--color-tertiary-1:141,160,203;--color-tertiary-2:65,96,169;--color-tertiary-3:17,56,147;--color-tertiary-4:4,12,33;--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:transparent;background-image:url("https://images.assets-landingi.com/-D1u0X1xvsY/unsplash/craig-melville--D1u0X1xvsY-photo-1642117949376-3c845033c490.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.59); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.59); }#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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.71875rem;left:61.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:transparent;background-image:url("https://images.assets-landingi.com/-D1u0X1xvsY/unsplash/craig-melville--D1u0X1xvsY-photo-1642117949376-3c845033c490.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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(237,242,252,0.53); }#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(237,242,252,0.53); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;overflow:visible;position:relative;display:block; }#s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:16.5rem;left:21.625rem;height:4.19921875rem;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; }
#gIzQ0JA0SFXbXOQcO5rGzkQrFKTI65Rv { color:rgba(var(--color-tertiary-4),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:20.6875rem;left:22.1875rem;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; }
#wt7TLnWO6oc5T1c92QniADHZvGr5htHU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:39.5rem;left:24.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:34.125rem;left:27.46875rem;display:block; }
#lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { color:rgba(var(--color-tertiary-4),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:48.57421875rem;left:29.75rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDENcKBd1GIGNtyMN0ykvWxzhQa4TEhF { position:absolute;display:block;z-index:15030;border-top:0.125rem solid #e98300;border-left:0.125rem solid #e98300;border-right:0.125rem solid #e98300;border-bottom:0.125rem solid #e98300;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:31.19921875rem;left:1.625rem;overflow:hidden;display:block; }
#LaszXTX4Va81qTPZdDAikvv8bdedEk2g { box-sizing:content-box;height:2.125rem;width:12rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:33.3125rem;left:3.3125rem;border-top:0.125rem solid #e98300;border-left:0.125rem solid #e98300;border-right:0.125rem solid #e98300;border-bottom:0.125rem solid #e98300;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; }
#VTWltJbKLE5tksWCCCB4pBmWFBiwIJLm { color:#e98300;display:block;width:9.375rem;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:33.9375rem;left:5.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#totfemUMT5tt3DQt31kEOTOyKhWDPALL { position:absolute;display:block;z-index:15033;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:43.4375rem;left:14.4375rem;overflow:hidden;display:block; }
#OZt179r3zPkt92Ttk6xRRzDuVsEm9a3y { box-sizing:content-box;height:2.125rem;width:9rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;top:45.5625rem;left:16.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; }
#STeXpwQu0gt4wzDbrz6MNTJM5thzFvsn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:46.1875rem;left:18.375rem;height:1.13671875rem;font-style:normal;display:block; }
#K3NGUGoZESoEndBgyhBCgidTaxOtU1wO { box-sizing:content-box;height:2.125rem;width:7.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14rem;left:8.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; }
#rdICA02vs2MTuANTK4DsN2NHyl0TWuwE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.625rem;left:10.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#imnqsu3LsiLu82myAvN57yGZMmz2zqU3 { position:absolute;display:block;z-index:15036;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:11.875rem;left:6.875rem;overflow:hidden;display:block; }
#LJxmPixIPkgcZbv3E1ugkUeuUGNV2OQc { box-sizing:content-box;height:2.125rem;width:12rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;top:34.8125rem;left:58rem;border-top:0.125rem solid #e98300;border-left:0.125rem solid #e98300;border-right:0.125rem solid #e98300;border-bottom:0.125rem solid #e98300;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; }
#HUUoomDdbJiNsSUddlJkK9PICFUwUMsy { color:#e98300;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:35.4375rem;left:60.25rem;height:1.13671875rem;font-style:normal;display:block; }
#X6WONT1gTnif1M1vgpfgTuZwGIenMGCE { position:absolute;display:block;z-index:15033;border-top:0.125rem solid #e98300;border-left:0.125rem solid #e98300;border-right:0.125rem solid #e98300;border-bottom:0.125rem solid #e98300;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:32.6875rem;left:56.3125rem;overflow:hidden;display:block; }
#HJyUP9LVVLJqypusF9cleRvwqdtEzyqD { box-sizing:content-box;height:2.125rem;width:8.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:none;top:12.5625rem;left:62.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; }
#vlPLPlD6O82SrWm1reBWSLPH6paUTitT { position:absolute;display:block;z-index:15039;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:10.4375rem;left:61.25rem;overflow:hidden;display:block; }
#SxJ8Glnq1AqkWWcr95MODQpL8RHwRXSi { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.1875rem;left:65.1875rem;height:1.13671875rem;font-style:normal;display:block; }
#TBscqN9tyxw7vI2ET0x2TbJw7yRGxiZQ { box-sizing:content-box;height:2.125rem;width:9rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.0625rem;left:1.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; }
#k5BUvvMkerVtucAZ5gGMdXhtiKX4d3e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.9375rem;height:1.13671875rem;font-style:normal;display:block; }
#fkMQCk0AQtsB5LDcIaHOiw3TRKcCs5y1 { position:absolute;display:block;z-index:15036;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#xhMgWrDv5WCxzJoNGEcoxZ23fo8wTNvb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;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:30.5rem;left:67.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#klv8ueIXTTswzxTJ2fTHPnlelUJmch7y { box-sizing:content-box;height:2.125rem;width:10.6875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;top:30.5rem;left:65.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; }
#e8mrPo55zhSag85cc537POoZhi2fp4WF { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:28.375rem;left:64.25rem;overflow:hidden;display:block; }
#Sxf1cRu2ngIUP6K2ioqVggBJgTmp236e { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:31.125rem;left:68.1875rem;height:1.13720625rem;font-style:normal;display:block; }
#UbBsVuPJqd8KvBUlqhWv7IIm4WauoRGw { box-sizing:content-box;height:2.125rem;width:7.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.75rem;left:64.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; }
#zRIWcHmosdFD5VzWIexIZ5JJuG3vPJs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.375rem;left:66.5rem;height:1.13671875rem;font-style:normal;display:block; }
#QFrEWUQ1AugSFyptARczuRHttnTaBVIQ { position:absolute;display:block;z-index:15039;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.5625rem;width:3.625rem;top:22.625rem;left:62.5625rem;overflow:hidden;display:block; }
#fBAofC9I2ByAmvekOZv4pPMoGXxrOpoy { box-sizing:content-box;height:34.5rem;width:51.5rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.03125rem;left:11.625rem;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; }
#Fy3ZRE9QKNIsr2HTxmkhmAl68corEN8G { position:absolute;display:block;z-index:15033;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.5625rem;width:3.625rem;top:27.25rem;left:6.625rem;overflow:hidden;display:block; }
#kL4sTtCIhyyGEEZ3w0XFUTte69gEaWbT { box-sizing:content-box;height:2.125rem;width:7.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:none;top:29.375rem;left:8.3125rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),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; }
#hEiKPP2L8VVSbXqM37SbgPbKUwxke2hM { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:30rem;left:10.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#V0w8lRfKwsF1LJfkEZ8O5e04Ol7o1f07 { position:absolute;display:block;z-index:15036;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:8.9375rem;left:43.875rem;overflow:hidden;display:block; }
#IRScsInA6VwROewGknfGNTMTKaIlPhvc { box-sizing:content-box;height:2.125rem;width:7.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.0625rem;left:45.5625rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),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; }
#O52i7QHdE7AwsxDu9879zbMJqmRRsQ9W { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#DPNyLd6dTAQK0keAPih8S7GubgL8f6u8 { 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:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.625rem;left:31.125rem;border-top:0.125rem dashed rgba(var(--color-primary-4),1);border-left:0.125rem dashed rgba(var(--color-primary-4),1);border-right:0.125rem dashed rgba(var(--color-primary-4),1);border-bottom:0.125rem dashed rgba(var(--color-primary-4),1);display:block; }
#k7ewWGLTb5i0BhzXvycETGyGDW0bzwJD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:29.767578125rem;left:34.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;text-align:center;text-align-last:center;display:block; }
#XheGuBDmdJw4QGicvLDEmGefSCK5m1Kg { box-sizing:content-box;height:11rem;width:10.875rem;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:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.38671875rem;left:31.9375rem;border-top:0.125rem dashed rgba(var(--color-primary-4),1);border-left:0.125rem dashed rgba(var(--color-primary-4),1);border-right:0.125rem dashed rgba(var(--color-primary-4),1);border-bottom:0.125rem dashed rgba(var(--color-primary-4),1);display:block; }
#ifmbWwbxHOb0xBWU3AhEayqAD90wochk { position:absolute;display:block;z-index:15042;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:6.25rem;left:25.375rem;overflow:hidden;display:block; }
#huepHrlUkoHSyz8pwA0NlVcbO6w1ivp2 { box-sizing:content-box;height:2.125rem;width:7.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:8.375rem;left:27.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; }
#RJmSc7ubVCy6ypJQxh0T20XKrEvA5zbg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9rem;left:29.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#XaGbd1ZdqnZEP0GZRn1UwBchAm6wtz30 { position:absolute;display:block;z-index:15036;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.5625rem;width:3.625rem;top:45.5rem;left:56.3125rem;overflow:hidden;display:block; }
#VD0pBS6QXBuwM1xM1QhMO4d51qFFKZI8 { box-sizing:content-box;height:2.125rem;width:7.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:47.625rem;left:58rem;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),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; }
#MnHUyl9VR14fCma1s6IagGJfM9rVHupF { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:48.25rem;left:60.25rem;height:1.13671875rem;font-style:normal;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: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; }#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.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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.66796875rem;left:5.25rem;height:2.5996125rem;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:2.66796875rem;left:24.375rem;height:2.5996125rem;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.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:2.66796875rem;left:61.6875rem;height:2.5996125rem;display:block; }
#lsnzcetk5MMw6LxQTN6yULlmHPfnEA7q { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.875rem;width:2.875rem;top:2.5625rem;left:57.6875rem;overflow:hidden;display:block; }
#iOPnExBaILPN9rAMulhTfEnZytL1qP6r { 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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.875rem;width:2.875rem;top:2.53125rem;left:20.375rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:71.625rem;width:75rem;position:relative;display:block; }#egWn8nreweiXS62P2ccaRVsCM8WMC8bQ { color:#000000;display:block;width:47.0625rem;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.525390625rem;left:13.96875rem;height:3.57421875rem;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; }
#VGotQSCWaNEiRZse2ZETNKv8qPh2cTMl { box-sizing:content-box;height:2.125rem;width:6.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:12.4375rem;left:36.75rem;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-4),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:13.0625rem;left:39.25rem;height:1.13671875rem;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:12.875rem;left:37.3125rem;overflow:hidden;display:block; }
#lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { box-sizing:content-box;height:2.125rem;width:5.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:12.4375rem;left:44.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; }
#dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { color:rgba(var(--color-tertiary-4),1);display:block;width:2.625rem;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:13.0625rem;left:47.1875rem;height:1.13671875rem;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:12.875rem;left:45.25rem;overflow:hidden;display:block; }
#cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { box-sizing:content-box;height:45.5625rem;width:28.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18rem;left:23.4375rem;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:14998;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.4375rem;width:28.125rem;top:18rem;left:23.4375rem;overflow:hidden;display:block; }
#I3RK6uKRnibM55hiHVkDzVoQThq7u2qM { color:rgba(var(--color-tertiary-4),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:37.8125rem;left:25.25rem;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-4),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:40.6875rem;left:25.25rem;height:1.6494125rem;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:45.25rem;left:25.3125rem;height:9.0488125rem;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:43.3125rem;left:25.3125rem;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; }
#tHVc6ch1SCDHIDKO1ldbocli5El57XTS { color:rgba(var(--color-tertiary-4),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:34rem;left:27.125rem;height:1.13671875rem;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:33.0625rem;left:23.4375rem;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:33.5rem;left:24.875rem;overflow:hidden;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:56.75rem;left:25.9375rem;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:36.5859375rem;left:49.8125rem;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:7rem;width:5.0625rem;top:37.8125rem;left:8.0625rem;overflow:hidden;display:block; }
#kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { box-sizing:content-box;height:2.125rem;width:11.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:12.5625rem;left:24.4375rem;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-4),1);display:block;width:8.5625rem;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:13.1875rem;left:26.6875rem;height:1.13671875rem;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:13rem;left:24.9375rem;overflow:hidden;display:block; }
#RutRtxXRDUAPpK4BGkUw2AQi1AJLZAzl { position:absolute;display:block;z-index:15028;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:8rem;width:22.25rem;top:60.1875rem;left:20.40625rem;overflow:hidden;display:block; }
#urttemvwhEg1udy8RKSQWmrn7gGhy9qL { position:absolute;display:block;z-index:15029;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.4375rem;width:10.8125rem;top:45.25rem;left:51.6875rem;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:23.5rem;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:7.6875rem;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; }
#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-4),1);display:block;width:30.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:18.3125rem;left:4.1875rem;height:5.36133125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdI19sP056Uxp6DogUbKzVRhGkh1i872 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.732421875rem;left:4.1875rem;height:5.36133125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qr0ilykbOz2k7hkvoOulAE0V8DOVxryA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:4.1875rem;height:8.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KOvBEr3p0gTf7vWhhopLXrSlOvcFuk70 { 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:1.4375rem;width:1.5rem;top:18.5625rem;left:0.8125rem;overflow:hidden;display:block; }
#TVmmBTRWD5Sr1O3lJKTmRlnbt7QbbITu { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.75rem;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-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xEQbQ3TGiT1Up29QdqoFSGlVIe2UxCDF { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.875rem;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-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gg8Bd2mk7wRwq3JC87SCSzqTXe7yemlX { 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.5625rem;width:2.5625rem;top:25.15625rem;left:0.28125rem;overflow:hidden;display:block; }
#N8wBL1N1ryG3a7RqLSBGPrFlMLJRqPEv { position:absolute;display:block;z-index:15012;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.875rem;width:2.875rem;top:32.25rem;left:0rem;overflow:hidden;display:block; }
#dv4b5sO7BlCfl8e8MoXMLTokSzPOREDL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.25rem;top:4.5625rem;left:50.15625rem;overflow:hidden;display:block; }
#clgJVwhyHpD53oEx39RLtiSRRmaWew94 { 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:1.5625rem;width:1.5rem;top:2.96875rem;left:48.28125rem;overflow:hidden;display:block; }
#kHnD4MlxhPlQ5LUECAsIQKlpdhvb2C7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:12.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:6.3125rem;left:19.1875rem;height:3.57421875rem;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-4),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:10.5625rem;left:19.75rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:34.3125rem;width:75rem;position:relative;display:block; }#dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:21.875rem;width:22.625rem;top:3.75rem;left:1.1875rem;display:block; }
#WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { color:rgba(var(--color-tertiary-4),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:21.5625rem;left:7rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { color:rgba(var(--color-tertiary-4),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:10.1875rem;left:2.4375rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { color:rgba(var(--color-tertiary-4),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:7.3125rem;left:2.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15028;line-height:.2;letter-spacing:0;top:4.125rem;left:2.5625rem;height:3.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pQZHOf4cMpbbLIqRGm84Wfz91UO5iik1 { position:absolute;display:block;z-index:15040;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:1rem;left:41.0625rem;overflow:hidden;display:block; }
#TkrLNlODQKtqJor63MCGaPMrk6mJHdTN { position:absolute;display:block;z-index:15029;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:20.375rem;left:2.4375rem;overflow:hidden;display:block; }
#mO4Hr35oI9Cd7ypPUUt82idpq3F9b7qJ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:21.875rem;width:22.625rem;top:3.75rem;left:26.1875rem;display:block; }
#DeUP3xv69vEaTTS9SWCwNDmHWB02H9e2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.5625rem;left:32rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hU0ClRwT9BLU2xZuNhZuda7aEcT0GCoT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.1875rem;left:27.4375rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTeBhiVHOT6E5KUyCLcp4ir7W35ATcFK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RM1TNEVETKVQJdmZcVQT3rLHKrpwrkwL { position:absolute;display:block;z-index:15034;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.625rem;width:3.625rem;top:20.375rem;left:27.4375rem;overflow:hidden;display:block; }
#guhUSTVdCwP6sgGGwzTWMDQOAq4TXlyl { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:21.875rem;width:22.625rem;top:3.75rem;left:51.0625rem;display:block; }
#zBEy4NnrJELhamStANwR8CTyHkKIqsHN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:21.5625rem;left:56.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMeZs3SKALTBoEN1G0oAJa2BA03BxxWC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.1875rem;left:52.3125rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9BmRB4V3KqQSJhMTppy1of6nBPzwVRa { position:absolute;display:block;z-index:15039;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.5625rem;width:3.625rem;top:20.375rem;left:52.3125rem;overflow:hidden;display:block; }
#khd0k8VOINSLOAK0OE5hOztqKTQLrGPP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.3125rem;left:52.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;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: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; }#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.57421875rem;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-4),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.1875rem;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; }
#cCMEMCHu3BzfDN5kq0oLLCRHv3ArCVTo { 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:3.9375rem;width:2.375rem;top:6.0625rem;left:28.75rem;overflow:hidden;display:block; }
#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { border-top:0rem solid rgba(var(--color-primary-4),1);border-left:0rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display: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:67rem;top:7.28125rem;left:3.875rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.375rem;left:51.21875rem;display:block; }
#FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { color:rgba(var(--color-tertiary-4),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.3125rem;left:8.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { color:rgba(var(--color-tertiary-4),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:16.685546875rem;left:45.625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;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.1875rem;left:8.375rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EcMrx2A0zX823HTN5C0sD91fXM1PnJnd { 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:13rem;width:3.25rem;top:17.734375rem;left:44.1875rem;overflow:hidden;display:block; }
#Au074TlbSUHxJ5oywpPFPlmrwEzhTvPT { 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:23.130859375rem;left:45.75rem;overflow:hidden;display:block; }
#pOteBsKwEPGMrAe5CTCXH3B6siUl6FDT { 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:19.880859375rem;left:40.5rem;overflow:hidden;display:block; }
#x940hqoQaK3bmpFNbqSJbn3dQxd0gVl4 { 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.8125rem;width:5.8125rem;top:4.318359375rem;left:12.8125rem;overflow:hidden;display:block; }
#fImUORBoVR2h3LFIlrlhT3Z6hGGnWolS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:12.90625rem;left:69.6875rem;overflow:hidden;display:block; }
#hsvaDRrztn0MgWrfvuwnqQTfCIPCdJ7W { 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:4.1875rem;width:4.1875rem;top:17.7734375rem;left:1.1875rem;overflow:hidden;display:block; }
#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { 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-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;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.45703125rem;left:21.96875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;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:4.625rem;width:8.875rem;top:4.875rem;left:33.0625rem;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:43.75rem;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.57421875rem;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-4),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-4),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 #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 #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; }
#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:#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: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:13rem;left:40.625rem;height:3.57421875rem;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-4),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:17.625rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;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-4),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-4),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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VU0E0ZZenTZo45hmtKdTgxem7EWhmQz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:62.5625rem;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:10.75rem;height:2.75rem;top:0.6875rem;left:37rem;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:16.5rem;left:8rem;width:31.75rem;height:4.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIzQ0JA0SFXbXOQcO5rGzkQrFKTI65Rv { top:20.6875rem;left:8.5625rem;width:30.625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { top:39.5rem;left:11.0625rem;width:25.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:20.0625rem;height:3.75rem;top:34.125rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnHEFzAsfwWVBIG8QkmHDOTBWA1UmbZV { display:block; }
 }@media only screen and (max-width: 763px) { #rszZ9lit5zgyVoiT14pcivxaU3PWpOgk { top:48.5625rem;left:16.125rem;width:15.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDENcKBd1GIGNtyMN0ykvWxzhQa4TEhF { top:31.1875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaszXTX4Va81qTPZdDAikvv8bdedEk2g { top:33.3125rem;left:0rem;width:12rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWltJbKLE5tksWCCCB4pBmWFBiwIJLm { top:33.9375rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #totfemUMT5tt3DQt31kEOTOyKhWDPALL { top:43.4375rem;left:0.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZt179r3zPkt92Ttk6xRRzDuVsEm9a3y { top:45.5625rem;left:2.5rem;width:9rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeXpwQu0gt4wzDbrz6MNTJM5thzFvsn { top:46.1875rem;left:4.75rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3NGUGoZESoEndBgyhBCgidTaxOtU1wO { top:14rem;left:0rem;width:7.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdICA02vs2MTuANTK4DsN2NHyl0TWuwE { top:14.625rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imnqsu3LsiLu82myAvN57yGZMmz2zqU3 { top:11.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJxmPixIPkgcZbv3E1ugkUeuUGNV2OQc { top:34.8125rem;left:35.5rem;width:12rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUUoomDdbJiNsSUddlJkK9PICFUwUMsy { top:35.4375rem;left:38.375rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6WONT1gTnif1M1vgpfgTuZwGIenMGCE { top:32.6875rem;left:42.6875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJyUP9LVVLJqypusF9cleRvwqdtEzyqD { top:12.5625rem;left:39.3125rem;width:8.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlPLPlD6O82SrWm1reBWSLPH6paUTitT { top:10.4375rem;left:43.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJ8Glnq1AqkWWcr95MODQpL8RHwRXSi { top:13.1875rem;left:42.75rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBscqN9tyxw7vI2ET0x2TbJw7yRGxiZQ { top:18.0625rem;left:0rem;width:9rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5BUvvMkerVtucAZ5gGMdXhtiKX4d3e7 { top:18.6875rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkMQCk0AQtsB5LDcIaHOiw3TRKcCs5y1 { top:15.9375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMgWrDv5WCxzJoNGEcoxZ23fo8wTNvb { top:30.5rem;left:39.5rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klv8ueIXTTswzxTJ2fTHPnlelUJmch7y { top:30.5rem;left:36.8125rem;width:10.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8mrPo55zhSag85cc537POoZhi2fp4WF { top:28.375rem;left:43.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxf1cRu2ngIUP6K2ioqVggBJgTmp236e { top:31.125rem;left:39.5rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbBsVuPJqd8KvBUlqhWv7IIm4WauoRGw { top:24.75rem;left:40.4375rem;width:7.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRIWcHmosdFD5VzWIexIZ5JJuG3vPJs3 { top:25.375rem;left:43.375rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFrEWUQ1AugSFyptARczuRHttnTaBVIQ { top:22.625rem;left:43.875rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAofC9I2ByAmvekOZv4pPMoGXxrOpoy { top:12rem;left:0rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3ZRE9QKNIsr2HTxmkhmAl68corEN8G { top:27.25rem;left:0rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL4sTtCIhyyGEEZ3w0XFUTte69gEaWbT { top:29.375rem;left:0rem;width:7.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEiKPP2L8VVSbXqM37SbgPbKUwxke2hM { top:30rem;left:0rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0w8lRfKwsF1LJfkEZ8O5e04Ol7o1f07 { top:8.9375rem;left:30.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRScsInA6VwROewGknfGNTMTKaIlPhvc { top:11.0625rem;left:31.9375rem;width:7.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52i7QHdE7AwsxDu9879zbMJqmRRsQ9W { top:11.6875rem;left:34.1875rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPNyLd6dTAQK0keAPih8S7GubgL8f6u8 { top:24.625rem;left:17.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ewWGLTb5i0BhzXvycETGyGDW0bzwJD { top:29.75rem;left:20.5rem;width:6.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XheGuBDmdJw4QGicvLDEmGefSCK5m1Kg { top:25.375rem;left:18.3125rem;width:10.875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifmbWwbxHOb0xBWU3AhEayqAD90wochk { top:6.25rem;left:11.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huepHrlUkoHSyz8pwA0NlVcbO6w1ivp2 { top:8.375rem;left:13.4375rem;width:7.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmSc7ubVCy6ypJQxh0T20XKrEvA5zbg { top:9rem;left:15.6875rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaGbd1ZdqnZEP0GZRn1UwBchAm6wtz30 { top:45.5rem;left:42.6875rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD0pBS6QXBuwM1xM1QhMO4d51qFFKZI8 { top:47.625rem;left:39.625rem;width:7.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnHUyl9VR14fCma1s6IagGJfM9rVHupF { top:48.25rem;left:42.5rem;width:5.25rem;height:1.125rem;font-size:0.875rem;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:2.625rem;left:0.3125rem;width:11.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK4BRne0GEgP4tgRf1oNffVaTV6Z7uf { top:2.625rem;left:12rem;width:11.875rem;height:2.5625rem;font-size:1rem;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:2.625rem;left:35.25rem;width:12.5rem;height:2.5625rem;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) { #iOPnExBaILPN9rAMulhTfEnZytL1qP6r { top:2.5rem;left:11.9375rem;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.5rem;left:0.34375rem;width:47.0625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGotQSCWaNEiRZse2ZETNKv8qPh2cTMl { top:12.4375rem;left:23.125rem;width:6.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27PTOe5BrDM4zHzeR7bdid086bZPtB9 { top:13.0625rem;left:25.625rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs8oI5hXLc1RacBGzsTTRlvbc2r6q01y { top:12.875rem;left:23.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { top:12.4375rem;left:31.0625rem;width:5.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { top:13.0625rem;left:33.5625rem;width:2.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txKUaeRosEwHU6HVc9RuXdKBXfCkEObx { top:12.875rem;left:31.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { top:18rem;left:9.8125rem;width:28.125rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMrHQ1PAqV210T2h7zMOU1JgugGqaDug { top:18rem;left:9.8125rem;width:28.125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RK6uKRnibM55hiHVkDzVoQThq7u2qM { top:37.8125rem;left:11.625rem;width:21.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1bsUFHQg7BIXzWNcemQSFM91AwDWTEz { top:40.6875rem;left:11.625rem;width:24.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv { top:45.25rem;left:11.6875rem;width:24.625rem;height:9rem;font-size:1rem;display:block; }#sqgFR44rp9ZQNqO7T86LFIkVE0aw20Cv li:before{  }
 }@media only screen and (max-width: 763px) { #Xz4J3W1Qxqfvk8FgCmzcUBvU4IWD0OnD { top:43.3125rem;left:11.6875rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVc6ch1SCDHIDKO1ldbocli5El57XTS { top:34rem;left:13.5rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9PP7nSOX7JT5qeLafrSxAC9HnJMLpf { top:33.0625rem;left:9.8125rem;width:13.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhRASq6Di7OH4wy3kSGOxwT8duxMl9b { top:33.5rem;left:11.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE7rEamoTfunfeWXroTmVVBSoBbw1DA { width:23.3125rem;height:3.4375rem;top:56.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7m4LCaSM5hhxtghDnUqKs4ENCXeKrX { display:block; }
 }@media only screen and (max-width: 763px) { #ZHkixR4nrfa50we1Am7hU03s6ExaO1wP { top:36.5625rem;left:36.1875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCLPkcb3IaeurREBrATkhM83dGceRzu { top:37.8125rem;left:0rem;width:5.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { top:12.5625rem;left:10.8125rem;width:11.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3OCQn8TBXGGICsfvPb2CdO8m0uNm7z7 { top:13.1875rem;left:13.0625rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWaUmomNhcC3VMF9XXpfRLnF1iaaLb4Q { top:13rem;left:11.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RutRtxXRDUAPpK4BGkUw2AQi1AJLZAzl { top:60.1875rem;left:6.78125rem;width:22.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #urttemvwhEg1udy8RKSQWmrn7gGhy9qL { top:45.25rem;left:36.9375rem;width:10.8125rem;height:1.4375rem;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:7.6875rem;left:0rem;width:23.5rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@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:18.3125rem;left:0rem;width:30.5625rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdI19sP056Uxp6DogUbKzVRhGkh1i872 { top:25.6875rem;left:0rem;width:30.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr0ilykbOz2k7hkvoOulAE0V8DOVxryA { top:32.9375rem;left:0rem;width:30.5625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOvBEr3p0gTf7vWhhopLXrSlOvcFuk70 { top:18.5625rem;left:0rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmmBTRWD5Sr1O3lJKTmRlnbt7QbbITu { top:17.75rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQbQ3TGiT1Up29QdqoFSGlVIe2UxCDF { top:24.875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8Bd2mk7wRwq3JC87SCSzqTXe7yemlX { top:25.125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8wBL1N1ryG3a7RqLSBGPrFlMLJRqPEv { top:32.25rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv4b5sO7BlCfl8e8MoXMLTokSzPOREDL { top:4.5625rem;left:29.71875rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clgJVwhyHpD53oEx39RLtiSRRmaWew94 { top:2.9375rem;left:27.84375rem;width:1.5rem;height:1.5625rem;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:6.3125rem;left:5.5625rem;width:36.625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hI0rxqggC5B7SXLoy7ROCsNI7Jt0Kf { top:10.5625rem;left:6.125rem;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) { #dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { top:3.75rem;left:0rem;width:22.625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { top:21.5625rem;left:0.5625rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { top:10.1875rem;left:0rem;width:20.125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { top:7.3125rem;left:0rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { top:4.125rem;left:0rem;width:10.3125rem;height:3.1875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQZHOf4cMpbbLIqRGm84Wfz91UO5iik1 { top:1rem;left:26.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrLNlODQKtqJor63MCGaPMrk6mJHdTN { top:20.375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4Hr35oI9Cd7ypPUUt82idpq3F9b7qJ { top:3.75rem;left:8.875rem;width:22.625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUP3xv69vEaTTS9SWCwNDmHWB02H9e2 { top:21.5625rem;left:16.4375rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU0ClRwT9BLU2xZuNhZuda7aEcT0GCoT { top:10.1875rem;left:11.625rem;width:20.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeBhiVHOT6E5KUyCLcp4ir7W35ATcFK { top:7.3125rem;left:11.625rem;width:20.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM1TNEVETKVQJdmZcVQT3rLHKrpwrkwL { top:20.375rem;left:15.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhUSTVdCwP6sgGGwzTWMDQOAq4TXlyl { top:3.75rem;left:24.75rem;width:22.625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBEy4NnrJELhamStANwR8CTyHkKIqsHN { top:21.5625rem;left:32.3125rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMeZs3SKALTBoEN1G0oAJa2BA03BxxWC { top:10.1875rem;left:27.5rem;width:20.125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9BmRB4V3KqQSJhMTppy1of6nBPzwVRa { top:20.375rem;left:31.75rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khd0k8VOINSLOAK0OE5hOztqKTQLrGPP { top:7.3125rem;left:27.5rem;width:20.125rem;height:1.4375rem;font-size:1.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.1875rem;left:11.5625rem;width:36.1875rem;height:;font-size:1.125rem;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) { #cCMEMCHu3BzfDN5kq0oLLCRHv3ArCVTo { top:6.0625rem;left:21.5rem;width:2.375rem;height:3.9375rem;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.5625rem;height:3.4375rem;top:12.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { top:16.3125rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPkHJkNmM6Gi4SnXvq8ruurOqIoreQ39 { top:16.625rem;left:23rem;width:24.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPFFOV8yD1T7qLgZr9fwrFcKaHDTdWCc { top:12.1875rem;left:0rem;width:38.5625rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcMrx2A0zX823HTN5C0sD91fXM1PnJnd { top:17.6875rem;left:30.5625rem;width:3.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au074TlbSUHxJ5oywpPFPlmrwEzhTvPT { top:23.125rem;left:32.125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOteBsKwEPGMrAe5CTCXH3B6siUl6FDT { top:19.875rem;left:26.875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x940hqoQaK3bmpFNbqSJbn3dQxd0gVl4 { top:4.3125rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImUORBoVR2h3LFIlrlhT3Z6hGGnWolS { top:12.875rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsvaDRrztn0MgWrfvuwnqQTfCIPCdJ7W { top:17.75rem;left:0rem;width:4.1875rem;height:4.1875rem;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:6.4375rem;left:8.34375rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { top:4.875rem;left:19.4375rem;width:8.875rem;height:4.625rem;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 #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 #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) { #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:13rem;left:19.75rem;width:28rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnJVnEw2qAUviq4OTLtafppVTv5B07 { top:17.625rem;left:16.5rem;width:31.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9X6TuXBflAOqm2tdHHtc5QRhr122vpo { width:11.875rem;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) { #VU0E0ZZenTZo45hmtKdTgxem7EWhmQz1 { 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.0625rem;height:2.75rem;top:0.75rem;left:10.6875rem;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:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8egbK4F6I9OUqITwRsdTQcHqyaVRux5 { width:20rem;height:2.69921875rem;top:11.1875rem;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:2.03125rem;top:13.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt7TLnWO6oc5T1c92QniADHZvGr5htHU { width:16.75rem;height:4.38574375rem;top:17.30078125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0wK0Ic03FfAVbMFRc7a1RnPxX4qTXaJ { width:18.75rem;height:3.4375rem;top:32.6875rem;left:0.625rem;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:37.1875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDENcKBd1GIGNtyMN0ykvWxzhQa4TEhF { width:3.625rem;height:3.625rem;top:40.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaszXTX4Va81qTPZdDAikvv8bdedEk2g { width:12rem;height:2.125rem;top:42.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTWltJbKLE5tksWCCCB4pBmWFBiwIJLm { width:9.375rem;height:1.13671875rem;top:42.875rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #totfemUMT5tt3DQt31kEOTOyKhWDPALL { width:3.625rem;height:3.625rem;top:108.91796875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZt179r3zPkt92Ttk6xRRzDuVsEm9a3y { width:9rem;height:2.125rem;top:111.04296875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #STeXpwQu0gt4wzDbrz6MNTJM5thzFvsn { width:9.375rem;height:0;top:111.66796875rem;left:6.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K3NGUGoZESoEndBgyhBCgidTaxOtU1wO { width:7.0625rem;height:2.125rem;top:71.8125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdICA02vs2MTuANTK4DsN2NHyl0TWuwE { width:4.375rem;height:0;top:72.4375rem;left:8.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #imnqsu3LsiLu82myAvN57yGZMmz2zqU3 { width:3.625rem;height:3.625rem;top:56.375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJxmPixIPkgcZbv3E1ugkUeuUGNV2OQc { width:12rem;height:2.125rem;top:90.8125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUUoomDdbJiNsSUddlJkK9PICFUwUMsy { width:9.375rem;height:0;top:91.4375rem;left:8.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X6WONT1gTnif1M1vgpfgTuZwGIenMGCE { width:3.625rem;height:3.625rem;top:88.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJyUP9LVVLJqypusF9cleRvwqdtEzyqD { width:8.1875rem;height:2.125rem;top:48.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlPLPlD6O82SrWm1reBWSLPH6paUTitT { width:3.625rem;height:3.625rem;top:46.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJ8Glnq1AqkWWcr95MODQpL8RHwRXSi { width:5rem;height:1.13671875rem;top:49.5625rem;left:12.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBscqN9tyxw7vI2ET0x2TbJw7yRGxiZQ { width:9rem;height:2.125rem;top:58.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5BUvvMkerVtucAZ5gGMdXhtiKX4d3e7 { width:6.1875rem;height:0;top:59.125rem;left:11.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fkMQCk0AQtsB5LDcIaHOiw3TRKcCs5y1 { width:3.625rem;height:3.625rem;top:50rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMgWrDv5WCxzJoNGEcoxZ23fo8wTNvb { width:8.25rem;height:0;top:124.44921875rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #klv8ueIXTTswzxTJ2fTHPnlelUJmch7y { width:10.6875rem;height:2.125rem;top:124.44921875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8mrPo55zhSag85cc537POoZhi2fp4WF { width:3.625rem;height:3.625rem;top:122.44921875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sxf1cRu2ngIUP6K2ioqVggBJgTmp236e { width:8.25rem;height:0;top:125.07421875rem;left:6.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UbBsVuPJqd8KvBUlqhWv7IIm4WauoRGw { width:7.0625rem;height:2.125rem;top:52.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRIWcHmosdFD5VzWIexIZ5JJuG3vPJs3 { width:4.375rem;height:1.13671875rem;top:52.75rem;left:4.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFrEWUQ1AugSFyptARczuRHttnTaBVIQ { width:3.625rem;height:3.5625rem;top:70.98046875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBAofC9I2ByAmvekOZv4pPMoGXxrOpoy { width:19.75rem;height:34.5rem;top:7.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3ZRE9QKNIsr2HTxmkhmAl68corEN8G { width:3.625rem;height:3.5625rem;top:43rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL4sTtCIhyyGEEZ3w0XFUTte69gEaWbT { width:7.875rem;height:2.125rem;top:45.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEiKPP2L8VVSbXqM37SbgPbKUwxke2hM { width:5.25rem;height:1.13671875rem;top:45.75rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0w8lRfKwsF1LJfkEZ8O5e04Ol7o1f07 { width:3.625rem;height:3.625rem;top:75.66796875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRScsInA6VwROewGknfGNTMTKaIlPhvc { width:7.875rem;height:2.125rem;top:77.79296875rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O52i7QHdE7AwsxDu9879zbMJqmRRsQ9W { width:5.25rem;height:0;top:78.41796875rem;left:14.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DPNyLd6dTAQK0keAPih8S7GubgL8f6u8 { width:12.5rem;height:12.5rem;top:23.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ewWGLTb5i0BhzXvycETGyGDW0bzwJD { width:6.75rem;height:2.03125rem;top:28.65625rem;left:6.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XheGuBDmdJw4QGicvLDEmGefSCK5m1Kg { width:10.875rem;height:11rem;top:24.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifmbWwbxHOb0xBWU3AhEayqAD90wochk { width:3.5625rem;height:3.5625rem;top:5.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huepHrlUkoHSyz8pwA0NlVcbO6w1ivp2 { width:7.75rem;height:2.125rem;top:7.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmSc7ubVCy6ypJQxh0T20XKrEvA5zbg { width:5.8125rem;height:1.13671875rem;top:7.8125rem;left:6.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XaGbd1ZdqnZEP0GZRn1UwBchAm6wtz30 { width:3.625rem;height:3.5625rem;top:134.60546875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD0pBS6QXBuwM1xM1QhMO4d51qFFKZI8 { width:7.875rem;height:2.125rem;top:136.57421875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnHUyl9VR14fCma1s6IagGJfM9rVHupF { width:5.25rem;height:0;top:137.19921875rem;left:8.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { display:block; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu { border-width: 0; border-radius: 0; }#rsLn0EdcF61ZSW5pNGUiuaAy4eMNw2Tu > .row .container { width:20rem;height:27.375rem;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:3.4873046875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8PTyziBWt4h0stIF4dWxFzJTrbaaU1 { width:11.625rem;height:2.5996125rem;top:3.75rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK4BRne0GEgP4tgRf1oNffVaTV6Z7uf { width:11.875rem;height:2.5996125rem;top:9.3125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZ2sVZN73Xiry9lJS869uH0Q4Tgknms { width:11.875rem;height:2.5996125rem;top:14.88671875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT69utV1G9MOTKtMzfDZW7bTfqUG7llr { width:2.875rem;height:2.875rem;top:14.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIGKxULZD3ii8yeqJ0dp9efINmE5mdQ1 { width:12.5rem;height:2.5996125rem;top:20.5625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnzcetk5MMw6LxQTN6yULlmHPfnEA7q { width:2.875rem;height:2.875rem;top:20.099609375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOPnExBaILPN9rAMulhTfEnZytL1qP6r { width:2.875rem;height:2.875rem;top:9.0498046875rem;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:71.1875rem;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:5.19921875rem;top:3.25rem;left:0rem;font-size:2rem;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:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27PTOe5BrDM4zHzeR7bdid086bZPtB9 { width:4rem;height:1.13671875rem;top:13.25rem;left:5.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zs8oI5hXLc1RacBGzsTTRlvbc2r6q01y { width:1.5rem;height:1.5rem;top:13.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lczGKo4T8TmoT2mfRsSrsvqT3EGmPbrC { width:6.25rem;height:2.125rem;top:12.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4B4HFfPz11HdPelmg4AHrVw1xTHEya { width:3.0625rem;height:1.13671875rem;top:13.25rem;left:13.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txKUaeRosEwHU6HVc9RuXdKBXfCkEObx { width:1.5rem;height:1.5rem;top:13.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV8REZISxqqtzxL8UIVyT6vOmkGIPupT { width:19.75rem;height:39.375rem;top:23.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMrHQ1PAqV210T2h7zMOU1JgugGqaDug { width:19.75rem;height:11.5625rem;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:1.57421875rem;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:10.348625rem;top:39.875rem;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:37.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHVc6ch1SCDHIDKO1ldbocli5El57XTS { width:11.0625rem;height:1.13671875rem;top:53.625rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9PP7nSOX7JT5qeLafrSxAC9HnJMLpf { width:13.375rem;height:2.75rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhRASq6Di7OH4wy3kSGOxwT8duxMl9b { width:2rem;height:2rem;top:53.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE7rEamoTfunfeWXroTmVVBSoBbw1DA { width:16.5625rem;height:3.4375rem;top:57.423828125rem;left:1.71875rem;z-index:15030;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.736328125rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCLPkcb3IaeurREBrATkhM83dGceRzu { width:4.25rem;height:5.8125rem;top:62.736328125rem;left:5.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #kxSt2WnIWdmqRT76ms7c3Sfz8MPFSTN5 { width:11.5625rem;height:2.125rem;top:9.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3OCQn8TBXGGICsfvPb2CdO8m0uNm7z7 { width:9.3125rem;height:1.13671875rem;top:10.1875rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWaUmomNhcC3VMF9XXpfRLnF1iaaLb4Q { width:1.5rem;height:1.5rem;top:10rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RutRtxXRDUAPpK4BGkUw2AQi1AJLZAzl { width:20rem;height:7.1904375rem;top:59.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urttemvwhEg1udy8RKSQWmrn7gGhy9qL { width:10.8125rem;height:1.4375rem;top:71.625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ { display:block; }#Pa4aJV1qqbopHwrmk6WrlshDEtJPQ2GZ > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fthFsvic6wMEe3Tin7nlfElwE42NKHDW { width:20rem;height:5.19921875rem;top:3.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@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:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN77C536IwIexe0GvcTnd6wDtbp6xckr { width:20rem;height:7.1484375rem;top:15.375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdI19sP056Uxp6DogUbKzVRhGkh1i872 { width:20rem;height:7.1484375rem;top:29.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qr0ilykbOz2k7hkvoOulAE0V8DOVxryA { width:20rem;height:12.5097375rem;top:43rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KOvBEr3p0gTf7vWhhopLXrSlOvcFuk70 { width:1.5rem;height:1.4375rem;top:11.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmmBTRWD5Sr1O3lJKTmRlnbt7QbbITu { width:2.875rem;height:2.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQbQ3TGiT1Up29QdqoFSGlVIe2UxCDF { width:2.875rem;height:2.875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8Bd2mk7wRwq3JC87SCSzqTXe7yemlX { width:2.5625rem;height:2.5625rem;top:25.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8wBL1N1ryG3a7RqLSBGPrFlMLJRqPEv { width:2.875rem;height:2.875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv4b5sO7BlCfl8e8MoXMLTokSzPOREDL { width:2.25rem;height:2.3125rem;top:57.994140625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clgJVwhyHpD53oEx39RLtiSRRmaWew94 { width:1.5rem;height:1.5625rem;top:57.119140625rem;left:9.9375rem;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;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:5.04296875rem;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:8.41796875rem;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:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfyMtyebnZ7WEOra1Xf4norTRU9acBhd { width:19.75rem;height:21.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcmXgW0GDQtbJFAmCJz495V6ul3f69ty { width:8.375rem;height:1.4619125rem;top:20.125rem;left:6.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6mthlGTNX2hRGvcQFw3SodXbsyBwO5k { width:17.75rem;height:10.233375rem;top:8.5625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6mMsflpaVs7Xs78KImeiH35ZMA5pt5g { width:17.875rem;height:2.923825rem;top:4.9375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDb5KT1Uq7L3FNh6JLpAW3NTz02Vyonv { width:6.5625rem;height:1.875rem;top:2.75rem;left:6.75rem;font-size:9.375rem;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) { #TkrLNlODQKtqJor63MCGaPMrk6mJHdTN { width:3.625rem;height:3.625rem;top:18.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4Hr35oI9Cd7ypPUUt82idpq3F9b7qJ { width:19.75rem;height:21.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUP3xv69vEaTTS9SWCwNDmHWB02H9e2 { width:8.4375rem;height:1.4619125rem;top:44.4375rem;left:6.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hU0ClRwT9BLU2xZuNhZuda7aEcT0GCoT { width:17.75rem;height:8.7715rem;top:32.5625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTeBhiVHOT6E5KUyCLcp4ir7W35ATcFK { width:17.375rem;height:2.923825rem;top:28.9375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RM1TNEVETKVQJdmZcVQT3rLHKrpwrkwL { width:3.625rem;height:3.625rem;top:43.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhUSTVdCwP6sgGGwzTWMDQOAq4TXlyl { width:19.75rem;height:21.5625rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBEy4NnrJELhamStANwR8CTyHkKIqsHN { width:11.1875rem;height:1.4619125rem;top:67.8125rem;left:6.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMeZs3SKALTBoEN1G0oAJa2BA03BxxWC { width:17.75rem;height:10.233375rem;top:56rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9BmRB4V3KqQSJhMTppy1of6nBPzwVRa { width:3.625rem;height:3.5625rem;top:66.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khd0k8VOINSLOAK0OE5hOztqKTQLrGPP { width:14.75rem;height:2.923825rem;top:52.1875rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa { display:block; }#eOUqKp4z9XAS0WB1ag0TTtqqeMx4EdSa > .row .container { width:20rem;height:52.5rem;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:15.875rem;height:3.57421875rem;top:7.88671875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xt4zNvksmvWoiRky6DIOGaHI2eMako4b { width:19.3125rem;height:14.09475rem;top:34.9169921875rem;left:0rem;font-size:1.125rem;display:block; }#Xt4zNvksmvWoiRky6DIOGaHI2eMako4b li:before{  }
 }@media only screen and (max-width: 763px) { #T5gJBDTrEtfVbx2VeThJQtudK9ahZoB2 { width:19.75rem;height:18.75rem;top:13.6669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCMEMCHu3BzfDN5kq0oLLCRHv3ArCVTo { width:2.375rem;height:3.9375rem;top:12.4794921875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G { display:block; }#DQMwMV3Ib38KLnXtoc7Ezby5bKzwSg4G > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPnnJS40nwTmRxCKLc3TlwcT64cMelEp { width:18.625rem;height:28rem;top:3.44921875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghg8sSpEz40cFs016H6pOhtwUE1FN8kR { width:15.5625rem;height:3.4375rem;top:21.0625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxZnlkFC1qxNSk0xPBQ5SxovAns6ofB9 { display:block; }
 }@media only screen and (max-width: 763px) { #osbkDnP7uf8Nv7qhn9aZpirzSI00GEJN { width:14.5625rem;height:2.923825rem;top:16.111328125rem;left:2.71875rem;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:27.4375rem;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:15.5rem;height:7.875rem;top:6.75rem;left:2.25rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EcMrx2A0zX823HTN5C0sD91fXM1PnJnd { width:3.25rem;height:13rem;top:29.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au074TlbSUHxJ5oywpPFPlmrwEzhTvPT { width:5.8125rem;height:5.8125rem;top:36.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOteBsKwEPGMrAe5CTCXH3B6siUl6FDT { width:5.8125rem;height:5.8125rem;top:30.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x940hqoQaK3bmpFNbqSJbn3dQxd0gVl4 { width:5.8125rem;height:5.8125rem;top:0.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fImUORBoVR2h3LFIlrlhT3Z6hGGnWolS { width:4.1875rem;height:4.1875rem;top:8.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsvaDRrztn0MgWrfvuwnqQTfCIPCdJ7W { width:4.1875rem;height:4.1875rem;top:29.44921875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl { display:block; }#UhQIu3sHHFXGzuTNOhwZSVfZIEZtxFUl > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts76U6TVeU4gGHa0CN70TrJ42hNgZ0ke { width:7.375rem;height:1.4619125rem;top:2.83203125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BECRnTVwqkoWonT6ty2bf2GUBQTCVIZO { width:6.9375rem;height:3.5625rem;top:1.78125rem;left:10.453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa { display:block; }#e92MpM3VT7wls5ZUGzorlvmMs8MXKiRa > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk1kGqTUdyLc2WCAWpiWEkXsoVVdGkuh { 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) { #LeeLA2xM7WXVmuAQrbbgvStJcdtKP0a8 { width:20rem;height:1.4619125rem;top:7.599609375rem;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:12.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 #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 #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) { #JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph { display:block; }#JxSGNFZwnhhxHIa1K7ztareC8r3Tb4Ph > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe9zz57LV2gSp2ft6p1tB1fSc0DOsAtE { width:19.75rem;height:30.1875rem;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:2.5996125rem;top:24.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:27.689453125rem;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:36.5166015625rem;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:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95NiNIkhTBNOmyR3oDEDHIhuPymQudD { width:6.125rem;height:6.125rem;top:44.4775390625rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkRC6VPzvcef0oK9ATWCc6MPpOu4bCr { width:5.1875rem;height:7.1875rem;top:15.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueZdRArCVPBhekDqKai9D3s3vqJemNQ { width:13.625rem;height:2.2734375rem;top:40.3408203125rem;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.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VU0E0ZZenTZo45hmtKdTgxem7EWhmQz1 { width:5.5rem;height:1.13671875rem;top:2.30078125rem;left:8.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }