.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,237,231;--color-primary-1:147,195,176;--color-primary-2:38,135,96;--color-primary-3:19,68,48;--color-primary-4:6,20,14;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:179,201,195;--color-tertiary-2:0,76,56;--color-tertiary-3:0,38,28;--color-tertiary-4:0,8,6;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { background-color: transparent; background-image: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .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); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { border-width: 0; border-radius: 0; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { color:rgba(var(--color-tertiary-2),1);display:block;width:60.7470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:0.59244793653488rem;left:3.80859375rem;height:1.50035625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:0.37369793653488rem;left:1.1595039367676rem;overflow:hidden;display:block; }
#ZTth0TO44JV4aRCqXtiVH7HvbeEHH3GL { color:rgba(var(--color-primary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:0.59375rem;left:16.625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #054f3b, #004c38);background-image: -moz-linear-gradient(180deg, #054f3b, #004c38);background-image: -ms-linear-gradient(180deg, #054f3b, #004c38);background-image: -o-linear-gradient(180deg, #054f3b, #004c38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );";background-image: linear-gradient(180deg, #054f3b, #004c38);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container { background-color: transparent; background-image: none; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container > .video-iframe-container { display: none; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row > .video-iframe-container { display: none; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .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); }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container { border-width: 0; border-radius: 0; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#IoGSqz2oKADNC9NbQRvuI2PX3kL8JFZM { color:rgba(var(--color-primary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:8.624125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PK5PmmVDf0ZRmDXPu394cTdNKfExJBpM { color:rgba(var(--color-primary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3033854961395rem;left:14.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SZd6e9ON761yV8r9FpMZFeU8cshU8KTq { color:rgba(var(--color-primary-2),1);display:block;width:12.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:53.375rem;left:42.75rem;height:1.46195rem;font-style:normal;display:none; }
#gzqECfGc0uUcsvFH3tsiBV1Bve4wuTBr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:53.5625rem;left:40.1875rem;display:none; }
#s2RBzW6PoLOfX7PmUWaQGkZiDfLXFG9F { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:53.375rem;left:30.25rem;height:1.46195rem;font-style:normal;display:none; }
#HJV8aKH73gl3MfrC7wGHqZv1ccz2qtog { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:53.375rem;left:27.6875rem;display:none; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-2),1);display:block;width:50.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:2.875rem;left:23.4375rem;height:8.13575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:12.6875rem;left:25rem;height:2.799475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { 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:42.25rem;width:31.75rem;display:none; }
#GxNeukN0DUNw3FpHeyb4hszThxomsF3f { color:rgba(var(--color-primary-4),1);display:block;width:38.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:17.25rem;left:23.5625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.933625rem;height:3.62239375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.125rem;left:23.375rem;display:block; }
#mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:31rem;left:53.6875rem;height:2.24964375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:33.375rem;left:54.875rem;height:2.6242875rem;text-align:right;text-align-last:right;display:none; }
#N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { box-sizing:content-box;height:6.625rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:52.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#nkRWUtDvUQiAWP0HcLbRoMqONRfVQ30s { color:rgba(var(--color-primary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3rem;left:25.5rem;height:8.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#rDxAAdcniQrZ5VHRfki57DG8gsbRbI8K { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.936875rem;width:20.561875rem;top:2.125rem;left:1.87109375rem;overflow:hidden;display:block; }
#aLCiodsMHNszX7xHnTk7cST8s6ou0bJd { box-sizing:content-box;height:2.3125rem;width:0.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:23.625rem;display:block; }
#oINHkyi2d455CBQPvwnMLbMCm79NrhLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container { background-color: transparent; background-image: none; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container > .video-iframe-container { display: none; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row > .video-iframe-container { display: none; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .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); }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container { border-width: 0; border-radius: 0; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#Rq4WZPPpU0UtlUh5Bnv5KEu7qkb3G2K8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5625rem;left:2.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QU2cicd8Umqql3T4D279yoWgfRV8yHPC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:17.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#kxte7Anm04cBBtelZDsfevMwQ9hg3FnP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:12.75rem;left:30.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g0QLX4PKzFFSaenUqwDHWrHPflSNQgSC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:30.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tRTrqX3dXLJruT3NyZtMnJo5qKh0VIZw { color:rgba(var(--color-tertiary-4),1);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:12.9375rem;left:44.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#GoUXAi42ZQusCAdhLP62i9uKZvRFdbmF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:44.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#d6NRzVAAgPHlWLQ1cFTNOUgedx5t3rSx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.9375rem;left:59.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PJTL0zfdi3QhK57ENH6DghTT9R2Bg50p { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:59.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KPU5yUvWswTvrKdLiuPUTTOSi7fF0nvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.0625rem;left:7.9375rem; }
#zxuvlznUmz0bxKXFvgdsedEfa08K5yLx { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:7.0625rem;display:block; }
#Cr6liFZJs2WrtywsbXAoFO1XtdwouLKn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.407119875rem;left:22.219619875rem; }
#NxsdBinoyLFeiyHQvE2g9yBNo5ch2SO7 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:21.25rem;display:block; }
#cyc5l6SPp9H8OBsonQwVxKTvGTIQ30mH { box-sizing:content-box;height:4.5625rem;width:4.5625rem;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:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:34.6875rem;display:block; }
#MgpyUm9d39amvM0pQnKuTr2TmMd4ylXE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.1875rem;left:35.75rem; }
#xu2DyfDOP37MS9kfCTW6ou6qJTIgZzTN { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:48.875rem;display:block; }
#xknP3qNxkMyS01ve0hWcWeZFpXLXL1hB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.8125rem;left:49.8125rem; }
#L3GgKWzQFh52JZUzW2JOINt4hSJOmkwq { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:63.625rem;display:block; }
#H230uct1gDwPEEsEdyzN0OJ9vOC48Bni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7rem;left:64.5625rem; }
#T9xTl5B44bPSqtSnIsNwqT7iDTG4cdJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:2;letter-spacing:0;top:1.2485542297363rem;left:18.280525207519rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container { background-color: transparent; background-image: none; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container > .video-iframe-container { display: none; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row > .video-iframe-container { display: none; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .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); }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container { border-width: 0; border-radius: 0; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#bykOd7V3MwwEygKfNoT4otqfWypnG3qt { color:rgba(var(--color-tertiary-2),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:3rem;left:9.53125rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iU9y84SkVtyJSyFJ6ErZGbFhbtMkDnmM { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.875rem;left:15.875rem;display:none; }
#KofLCgvgTuydi2bFcTwTIgca3cNQAUQF { box-sizing:content-box;height:2.5rem;width:0.185546875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6243495941163rem;left:2.625rem;display:none; }
#id29TiPh5BiUvOKQ4R7Tr1WDVLgZkzxV { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.4369375rem;width:21.3744375rem;top:10.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#PonNULcXcFQB0a5fuUH4TNT23UoT4ETR { box-sizing:content-box;height:1rem;width:18.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:2.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FqHiAaPKfwsFTLNhBbgJ84Zbge1rLGG9 { box-sizing:content-box;height:0.9375rem;width:10.75rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.498265645264rem;left:9.1602509610656rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#X8I4J58qT0iK7SUZQVGTbhXnC7wpvzw4 { box-sizing:content-box;height:0.9375rem;width:15.25rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.998844146729rem;left:2.8739891052246rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#I0CQnK8wwUG4w5E3TIZSHR8RZEbqbwaa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.62425rem;width:25.9996875rem;top:10.8125rem;left:24.1875rem;overflow:hidden;display:block; }
#dT5fI8wIvVFLxwrr3LmoishAzokzl1q1 { box-sizing:content-box;height:0.9375rem;width:14.5rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.60778427124rem;left:55.87370300293rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dRv3Wra249J9ZBKqofTx9Qr651VFkBk7 { box-sizing:content-box;height:1.125rem;width:9.0625rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.718173980713rem;left:55.74870300293rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WZg28MiQk6f2zKeoMObykrrpwD4Pb7Fi { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:22rem;top:10.826824188233rem;left:51.186347961426rem;overflow:hidden;display:block; }
#guSr3lnfhsDw1COfkfIdPxhIaAF9Wvpk { box-sizing:content-box;height:0.75rem;width:5.3125rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.577403749512rem;left:65.656890796506rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sDWXpagXpFZBS48i8QL3rPuKfJb2bo5T { box-sizing:content-box;height:1.125rem;width:9.8125rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.857350101694rem;left:36.982063293457rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Xn440Jc7S1sX9ti19Zk3RoyvmBgxpEcL { box-sizing:content-box;height:1.125rem;width:13.875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.293837299571rem;left:24.997978210449rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ELdReDw0FNa6Mx6ls9nlGd4dEgfZkww4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KtG7LhV2s0pZupZnhe3mnsBIht8CoDMI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sdTL1C3Hqqz8RBlzrzfK0RF20ehmiOWT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nUwwIEMs74TGDWVeiHasz4Gt3FJ6N3qd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WFUVTcep3RIeAwuiZKkEHRssmTkumei7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HDwUnWTxncBoD67e2vlhfIC3WHhbptbs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sSdfCshsrGdVi0DTuRcd0xU55uyfUbwz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pToAdRTvkM8mD2AZHaZfJXOd7b55TBXE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ { background-color:#f8f6f3;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; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container { background-color: transparent; background-image: none; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container > .video-iframe-container { display: none; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row > .video-iframe-container { display: none; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .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); }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container { border-width: 0; border-radius: 0; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#IHkCGDniTaGXyo9ldkS7JEALR8akQcN4 { color:rgba(var(--color-tertiary-2),1);display:block;width:69.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1875rem;left:3.6875rem;height:3.0004875rem;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;font-style:normal;display:block; }
#MCZVzoSS4QlzEhmTa9klwC1GNpNUy1XM { color:rgba(var(--color-primary-4),1);display:block;width:63.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.1875rem;left:3.6875rem;height:21rem;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; }
#WlUdtB1tHqphJCw1tCKQmRoTH9cR2qKP { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#TghbSBdxcWQaORGaxGGIpwPfo08qsIaZ { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#xn4rqV6Hnz1cU2mseXPoaNWEvwPdPITc { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#a6uIdHSQP5mPnQWmU2CP4xFEEayghCSb { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#Ivp2QgAAA3QVdbQm9Xs4JuO5TSZQs2VA { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#bAwmQJMaoeDOTXAtL7b9sxMVTpwec17s { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#TA7JuKSskN4hHnzRaAD8Ls6SXVwXG1of { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#x6q2iUxaoZkqW8OkeTsFzKJWgybLZ6ez { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#yfhKEQfh8s01kOge1MIarv1SMs99yUPo { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#wGAvfVDs6293b08bleLvrHpZS4eNQgTn { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#hbToJMKghTkoJJ9wN9VdVyDUQCIrMvub { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#i67RHc5yw3JZAnah5AyzSQHnGqGTzMrp { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#lzgvNJlhmw8DzVQaR85w9MC1WkKpCsbi { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#E3qTl488SBrgO2TUcsaC3PScEvnl4I7C { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#NDe2bdcaKfFkEOwSLNMQbeWmVCRcqTCr { box-sizing:content-box;height:9.8125rem;width:63.875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.5rem;left:3.6875rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#KA7hdldGt5R0DccJ4E12pybmMurx0u2S { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.9362rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:33.6875rem;left:6.0625rem; }
#ZaloR4TNxD1VOT8tTRLoDKTA1sFyRVOF { color:rgba(var(--color-primary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.4375rem;left:11.0625rem;height:6rem;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; }
#dI7sehdVT45oLMMG9m5rlG0z0dF26oZL { box-sizing:content-box;height:3.56228125rem;width:3.56228125rem;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:14998;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.092451095581rem;left:5.6228313446045rem;display:block; }
#nAJJImNqasErV4rSRx07JizIrzMpbqpC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #054f3b, #004c38);background-image: -moz-linear-gradient(180deg, #054f3b, #004c38);background-image: -ms-linear-gradient(180deg, #054f3b, #004c38);background-image: -o-linear-gradient(180deg, #054f3b, #004c38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );";background-image: linear-gradient(180deg, #054f3b, #004c38);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container { background-color: transparent; background-image: none; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container > .video-iframe-container { display: none; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row > .video-iframe-container { display: none; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .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); }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container { border-width: 0; border-radius: 0; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#UzZAcOKgVeQUuFTCmGNkgPFFxTK12A40 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.99951171875rem;left:2.93798828125rem;height:6rem;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; }
#GOxywI7KvORP6m2w6VvSrJdPTAPs36Mt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:4.43603515625rem;left:29.18603515625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwMsKtCMNItEdNte8ny6WeyftSlLPUEU { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#IzPdam1TTMB9JWaRnriHLVO4BrtbBlbp { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#XnNUrsN20KvSZCInOf0v6uBdFUH5btda { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#WT2EPB9uOQF96gx0HcTyW3l6bmAP0Emk { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#S14TP2Lsv2IxWnLwxpLQ1CkU13vNRXcF { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#KuIvOhbIfU6t82NrGqafPMh3NnbQ50TX { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#D9J3GTlkcxccwl0noeDvSTfqRNWd4nDJ { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#KTB3TXMBqNORMS9GDZ0dXzplXre7lS73 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#VFwDyqDGdsvPpTbg0Ddw0aQEv9wdip30 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#R7d1mbNcsJro5shqvC0i1aled1HLnV2l { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#Q3yBMMIqJL96BEhcz539TbZxTxFHpan0 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#BUzEUDx7AatzpNvBnslpP66sTHeAm3Om { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#rK6ErAQiTWIUeolbaTc2P7KGrPe5LOxF { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#yyqePn4RDJ0HVk4wKn8gNPIwl6xBxNLq { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#L7sKymoevGTKRT6wPO8nwJeiGDc7L3Ib { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:15.5625rem;left:17.5rem;display:block; }
#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { background-color:rgba(var(--color-tertiary-0),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; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { background-color: transparent; background-image: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .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); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { border-width: 0; border-radius: 0; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { color:rgba(var(--color-primary-3),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.8120613098144rem;left:3.75rem;height:2.3999rem;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;font-style:normal;display:block; }
#dq1nE7vedXHGNzA1amqfiuT0g9LQeUT2 { color:rgba(var(--color-primary-2),1);display:block;width:18.247625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:4.4325246810913rem;left:3.75rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8curBOmkrSS82c5AiH5BBTV7UUegOSP { color:rgba(var(--color-primary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:17.75rem;left:14.5625rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:14995;background-color:rgba(248,246,243,0.5);background-image:none;top:12.5rem;left:11.625rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { color:rgba(var(--color-primary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:17.75rem;left:42.3125rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.6;letter-spacing:0;top:34.3125rem;left:14.5625rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { color:rgba(var(--color-primary-3),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:34.3125rem;left:42.3125rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#c82c4w2lJTugfeJVNDTiaKiN6Z9BENaT { color:rgba(var(--color-primary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.6;letter-spacing:0;top:50.875rem;left:42.5625rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#E6Z1r4I0GRhnEA1UGRrCUNlz5W9byzAU { color:rgba(var(--color-primary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.6;letter-spacing:0;top:50.875rem;left:14.8125rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#Eo75i7HMnUDT2KI9zHISIImy0EzdCavk { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#13744c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#13744c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-size:auto !important;top:12.4375rem;left:14.5625rem;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: 0.1875rem 0.3125rem 1.25rem rgba(var(--color-primary-4),0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:14996;background-color:rgba(248,246,243,0.5);background-image:none;top:12.5rem;left:39.4375rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(248,246,243,0.5);background-image:none;top:29.0625rem;left:11.6875rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#hteycZDUGKH0eHciHeNP6SG27mnOG5lA { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(248,246,243,0.5);background-image:none;top:29.0625rem;left:39.4375rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#bxi3epOtHQE3iliS64JUUnQc2set5TEB { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(248,246,243,0.5);background-image:none;top:45.625rem;left:39.625rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#DecGdxQDebDRDwoQ5WDmbrf5ysbIk0iZ { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(248,246,243,0.5);background-image:none;top:45.625rem;left:11.6875rem;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: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#RKzhv79uZaQLcJeLm0ioCcbQAIcXImdS { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:47.749759674073rem;left:14.749881744385rem; }
#aGUTBaFR9LzrwyZbvvyQ3gHXpyeR6Ba8 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:47.749759674073rem;left:42.437377929688rem; }
#KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:31.1875rem;left:42.25rem; }
#LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:31.1875rem;left:14.5625rem; }
#dETPsltVluFPDMpbwnHD6etQWRAHhs70 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:14.4375rem;left:42.25rem; }
#N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:14.4375rem;left:14.5625rem; }
#Jn7IO5vOgeBNpE8xAWdOhhFcGcZR5yWN { color:rgba(var(--color-primary-4),1);display:block;width:18.061375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.6;letter-spacing:0;top:17.749567031861rem;left:14.810478210449rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv { background-color:rgba(var(--color-tertiary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container { background-color: transparent; background-image: none; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container > .video-iframe-container { display: none; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row > .video-iframe-container { display: none; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .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); }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container { border-width: 0; border-radius: 0; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:61.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#SlQaW169VwNzTPJQmpgw0dbGUxFkrQpX { color:rgba(var(--color-tertiary-2),1);display:block;width:69.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4375rem;left:3.75rem;height:2.3999rem;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;font-style:normal;display:block; }
#LTwWgdrK5tsckN2hUi0sG0KLVrdDdDKC { box-sizing:content-box;height:4.5625rem;width:17.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:20.125rem;left:13.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.61);border-left:0.0625rem solid rgba(var(--color-primary-2),0.61);border-right:0.0625rem solid rgba(var(--color-primary-2),0.61);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.61);display:none; }
#Z8pyw95Ke1rFuJPdmWVTdDs39782pWpK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:21.75rem;left:18.1875rem;height:1.50035625rem;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;font-style:normal;display:none; }
#rdobn11CTUFCUH2y5IUVm3t2453V4fXL { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.625rem;width:41.625rem;top:10.341445922851rem;left:0rem;overflow:hidden;display:block; }
#o7gSZ9q6BMCp4DmZvCx26zGzEAgVrWpB { box-sizing:content-box;height:49.99925rem;width:29.4371875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:8rem;left:42.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ang0H43V12UA8RroybHmQTGf1B4pWsCQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:52.3125rem;left:45rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O23JcH1yPad3FIhdtuGWLrXJUTOznf6P { box-sizing:content-box;height:0.062210625rem;width:18.7485625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.1875rem;left:48.125rem;display:block; }
#BBmtCKgs9MS860Fq3ArbXgpvibC5FDbo { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:32.8125rem;left:45.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PSFQPQI9CmdwBq16Kq5GEGUNcap83sde { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:42.5625rem;left:45.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9IUunUrGk5tQ5l3SiT5Mk9Q5xxtXhtK { box-sizing:content-box;height:0.062210625rem;width:18.7485625rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:48.125rem;display:block; }
#i1mXPZuR2R4nOSOnWzsBxrp4pCkkGq0U { box-sizing:content-box;height:0.062210625rem;width:18.7485625rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.9375rem;left:48.125rem;display:block; }
#TifqJz7hftHboys8uTomzKyyol5ZJqpl { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:23.125rem;left:45.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LRpMyIffBxQuHMHCeW3Zv9VZnXlUOKtG { box-sizing:content-box;height:0.062210625rem;width:18.7485625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:48.5625rem;display:block; }
#pug9xVqvRkwAHeQv9kV76le94JCy1w2Z { color:rgba(var(--color-tertiary-2),1);display:block;width:25.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:12.4375rem;left:45.1875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UvIGgiL7Eht0N95enoQUwZKsPaCMhf1P { color:rgba(var(--color-primary-3),1);display:block;width:18.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:10rem;left:48.1875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wq2OD3T8oIBX0e57fN0TpNfUZqrqI1X4 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.124275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:20.4375rem;left:44.75rem;height:1.6875rem;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; }
#XCCgbAWhgLpQM3uQ58DzcndSC1RaLGbi { color:rgba(var(--color-tertiary-0),1);display:block;width:3.124275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:30.1875rem;left:44.75rem;height:1.6875rem;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; }
#NksMRvmis3xOQU4MFgqvXcOkniayyscS { color:rgba(var(--color-tertiary-0),1);display:block;width:3.124275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:39.875rem;left:44.6875rem;height:1.6875rem;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; }
#d9yNpesVbQ2BdBTpIVttW0Re2r2T24FX { box-sizing:content-box;height:2.186775rem;width:2.186775rem;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:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:45.125rem;display:block; }
#ZipQ9FfP5o0I4lXUMQQMM9yd6DnGTiVs { box-sizing:content-box;height:2.186775rem;width:2.186775rem;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:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:45.1875rem;display:block; }
#NZSAFJGcKZgQOnhFJ9psttWzp0cyAoLq { box-sizing:content-box;height:2.186775rem;width:2.186775rem;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:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:45.1875rem;display:block; }
#gBt0UsMSEbe9hH4bPJFZamkF6zvzUTnp { box-sizing:content-box;height:2.186775rem;width:2.186775rem;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:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.625rem;left:45.1875rem;display:block; }
#ZZ51TzU3gOcLiZ4HZBUUTWSx64iQAoFE { box-sizing:content-box;height:2.186775rem;width:2.186775rem;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:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.375rem;left:45rem;display:block; }
#nw77EXwlnAd7ukPVIvkkTNrvTQfMrz81 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.124275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:9.8125rem;left:44.625rem;height:1.6875rem;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; }
#BR48uTP0xuJnVdm6zZbsqkyFrcdP19tQ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.124275rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:49.6875rem;left:44.5625rem;height:1.6875rem;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; }
#O7VociCcyhrRANyIsNfqsMUP8OL4CLA0 { color:rgba(var(--color-primary-3),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:20.624279022217rem;left:48.076393127441rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ShvLubdQn6Ut6ad2aOwoTDydJARD4hSb { color:rgba(var(--color-primary-3),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:30.311779022217rem;left:48.076393127441rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNQXwpSM4kZfCas1gC9y2bbdXgIVaEWN { color:rgba(var(--color-primary-3),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:40.123489379882rem;left:48.076173782349rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kszWZBUMRgJZMKBO46hM2pE1UtpqmVls { color:rgba(var(--color-primary-3),1);display:block;width:18.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:49.997978210449rem;left:48.076393127441rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f3;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; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container { background-color: transparent; background-image: none; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container > .video-iframe-container { display: none; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row > .video-iframe-container { display: none; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .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); }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container { border-width: 0; border-radius: 0; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#IH42sJ4pxClOHEBzSluXPgGqbfuViHbq { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.875rem;left:15.875rem;display:none; }
#d1QI7K3BgSWxkx49okp4XutMJ3U4Rl1N { box-sizing:content-box;height:2.5rem;width:0.185546875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6243495941163rem;left:2.625rem;display:none; }
#eyMsJuUUieLehHch3kmEmtVSIEAzkHzV { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.375rem;width:22.875rem;top:3.25rem;left:14.625rem;overflow:hidden;display:block; }
#fWLrgFC14eKd5hHShtanKApWhgUsrgR2 { box-sizing:content-box;height:1.1875rem;width:13.25rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.125rem;left:21.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uDAuOyUh807EcTQURGqwsG5JGsTElxLT { box-sizing:content-box;height:1.0625rem;width:15.3125rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:19.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#y6mkmP50uC1alNZV17t4t3SpTcCJnw0a { box-sizing:content-box;height:0.875rem;width:9.6875rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:19.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SaTbOkLsdBuxEkrpXrLxV5Xh4PCH5t2y { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:21.9375rem;top:3.25rem;left:38.5625rem;overflow:hidden;display:block; }
#xLHLUqwfgtE10sVlUF1Bdfk62No8BiVs { box-sizing:content-box;height:1.0625rem;width:13.25rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:42.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ui1fARl9GPaDBSu9y71GcVXbAnX0XJan { box-sizing:content-box;height:1.18706875rem;width:13.2494375rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:42.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pOgWgVxUHiFBkZy8uOdwl6oB8rz4rTyS { box-sizing:content-box;height:0.875rem;width:4.375rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:42.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fNsLpdISBAWxdiynKQMqcz9QTqd2Ws5S { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.624875rem;width:21.87425rem;top:23.6875rem;left:38.625rem;overflow:hidden;display:block; }
#L3dVC2akDkKJK9Zp1ToHDAe7Wezd7gHT { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.3119375rem;width:23.0620625rem;top:19.9375rem;left:14.5625rem;overflow:hidden;display:block; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:rgba(var(--color-tertiary-0),1);display:block;width:69.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:6.0625rem;left:3.75rem;height:3.0004875rem;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;font-style:normal;display:block; }
#t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#KIMGX17xTAox3p9axAXnVAGPVpLkB11h { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#T5HM532y3VJw2eeM03uORKRUaMskFFLK { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#zxSxExfnd3wsFXVEVd4RBEfaKDkbWyGC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.5rem;left:3.75rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HOFH3XzXnF6pnZMQbrFhQVBzBCH1BxkZ { box-sizing:content-box;height:20rem;width:15.8125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:2.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.25) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#QzaxT7DDhICRli0770xBhB50nyN3WKsQ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:17.75rem;left:4.8125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gdvZsfdFlkZAt4mtIVQzirfAKpxb410F { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:21.625rem;left:4.6875rem;height:7.875rem;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; }
#qiWb0pc6OfCpAnzm3rA0xrFOx1tPyRKe { box-sizing:content-box;height:20rem;width:15.8125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:20.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.25) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#xcQuwn9fEUZOt4q9vrMnLZHcrU91sGSw { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:21.625rem;left:22.4375rem;height:6.5625rem;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; }
#DpDlteWZCPcoTf3L3pPdKM4bKWnqQcTE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:17.75rem;left:22.5625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXURFI7LHVfq3iPhahSOPAWiPSIyxRKo { box-sizing:content-box;height:20rem;width:15.8125rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:38.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.25) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#HcCbuKpKzOL1Dhderd4nK96nCoF1aQsg { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:21.625rem;left:40.1875rem;height:6.5625rem;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; }
#VQNuXDZJuSq0RCu8QTCUg2HAZeuzEJIv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:17.75rem;left:40.3125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pv5lJgqAiKEsZMUsdfRxwoARhw6dnasp { box-sizing:content-box;height:20rem;width:15.8125rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:56.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.25) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#KELiqCRrLxHg7IiObIGLFkFpeiCSAwxs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:21.625rem;left:57.9375rem;height:6.5625rem;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; }
#UliC0XQ7AcQPnKn8dE1Rw3Iz4KbnxQJs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:17.75rem;left:58.0625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#abPQN248biG74zDxpHF1fC1bt5HxqQ9g { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;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:14995;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:4.6875rem;display:block; }
#nrwKbihttOWJ1RGgyQ65qMhBLrHhlmrG { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.6875rem;left:5.375rem; }
#GpsXhIQNZNiWOT7Zxx8AuzOKrykN69xE { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;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:14997;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:22.4375rem;display:block; }
#p8oeGNlWbHgfADX1VTzpPuerSUXV554L { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.6875rem;left:23.0625rem; }
#qOsB2goIlopi204Vh0mzHVLkveDEROle { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;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:14999;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:40.1875rem;display:block; }
#GPViLwik689nmhK6UDBTPi2nsQpoMKdE { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.6875rem;left:40.8125rem; }
#EO7c6SCJw2LEICZMNnkTlHpiE1RyGUFk { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;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:15001;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:57.9375rem;display:block; }
#xzsxtCCSRsOFJLXTb7GqSmmuHcq5SWK9 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:13.6875rem;left:58.5625rem; }
#r16qLCArhCaOJEIdTZK8IZPh7hb5PZG3 { box-sizing:content-box;height:20rem;width:15.8125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:20.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.25) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:none; }
#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { background-color:#f8f6f3;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; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { background-color: transparent; background-image: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .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); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { border-width: 0; border-radius: 0; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { color:rgba(var(--color-tertiary-2),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.3107643127444rem;left:3.75rem;height:;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;font-style:normal;display:block; }
#p6sFme142No7KIfCWEZJw9kv4cDxsdwE { color:rgba(var(--color-primary-2),1);display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.4375rem;left:3.75rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { box-sizing:content-box;height:22.5rem;width:19.6875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:12.375rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:17.624420166016rem;left:54.374282836914rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { box-sizing:content-box;height:22.5rem;width:19.6875rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:12.375rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:18.3125rem;left:30.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { box-sizing:content-box;height:22.5rem;width:19.6875rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:12.3125rem;left:4.0625rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:18.4375rem;left:7rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kuWxQPTaJXM9CtKTdNlLP9ixsG7c86oz { color:rgba(var(--color-primary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:22.8125rem;left:7rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FNfBHJZ5x2XVhBUEDfJwi39gNEe1INJp { color:rgba(var(--color-primary-4),1);display:block;width:15.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:22.8125rem;left:30.5rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MuAHJDHXGmPUMRTfl9R1TTETPpoUZ38X { color:rgba(var(--color-primary-4),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:22.8125rem;left:54.4375rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xaC22gF59LH3Huz4kvH8CewAXkSnNSC0 { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:14.4375rem;left:7rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bhiDT6NuBc1C50tUdvpTAnccmBerE4El { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:14.4375rem;left:30.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UladXNbF71uHke2ExWRPCWTUnALbdoST { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:14.4375rem;left:54.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 { background-color:rgba(var(--color-tertiary-0),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; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container { background-color: transparent; background-image: none; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container > .video-iframe-container { display: none; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row > .video-iframe-container { display: none; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .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); }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container { border-width: 0; border-radius: 0; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:201.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#hCpfZKdf8MCGl6dNltStRKC03HBbAUTh { color:rgba(var(--color-primary-3),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15152;line-height:1.5;letter-spacing:0;top:6.375rem;left:3.75rem;height:;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;font-style:normal;display:block; }
#cr1MeR96TcHb0ObPrhshdyVWWT2AOrho { color:rgba(var(--color-primary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:161.1875rem;left:30.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SMvUK0BWSOqgJpH3Fz8W97Mo9rO2FxCa { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:157.875rem;left:30.3125rem;height:1.350025rem;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; }
#Z24LOgHoyF9UmdpLIg1N6A3b5dL6Nv9V { position:absolute;display:block;z-index:15166;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:16.375rem;width:24.4375rem;top:155.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#KgUNb1DTsyrJshPcBViLOIWcZFufW3yV { color:rgba(var(--color-primary-2),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:4.3107452392578rem;left:3.75rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CgONkqAx0KTdkRVXyL6IwUuysmnwu66W { box-sizing:content-box;height:20.5rem;width:56.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:153.5rem;left:8.875rem;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; }
#tREEoLvm4THZtnHtBxlWh7eP3DOztZEA { box-sizing:content-box;height:20.5rem;width:56.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:12.125rem;left:8.875rem;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; }
#xGuIpzE7aEHIxikfdS2XCt8oOmAofiaP { color:rgba(var(--color-primary-4),1);display:block;width:31.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:19.000009536743rem;left:30.180557250976rem;height:9rem;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; }
#HOfpBxwe5LLTaB8eB9Zs8kxyy2Xkd7zn { position:absolute;display:block;z-index:15171;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:15.811625rem;width:24.749rem;top:14.523447036743rem;left:3.75rem;overflow:hidden;display:block; }
#QNJnJp09115t3MVCHoZia6trqGwSBBkU { color:rgba(var(--color-primary-3),1);display:block;width:30.31175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:15.250009536743rem;left:30.3125rem;height:1.350025rem;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; }
#ALJeKyMv1ZTt3kkvViI0zpcsJNQhTBpT { box-sizing:content-box;height:20.499125rem;width:56.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:59.1875rem;left:8.8125rem;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; }
#GrEZ1aJag4FfckPyO7G64cqOenZT2Xdy { position:absolute;display:block;z-index:15181;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:17.81175rem;width:19.99925rem;top:58.500009536743rem;left:8.1171875rem;overflow:hidden;display:block; }
#c6rayJq4HTLoCXXEsn1a1JtQWZ4Z3nC8 { color:rgba(var(--color-primary-4),1);display:block;width:31.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:66.437509536744rem;left:30.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kJVVrmUggZQugKQ8ESu0tmCLSuWqoc0L { color:rgba(var(--color-primary-3),1);display:block;width:30.31175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:62.750009536744rem;left:30.3125rem;height:1.350025rem;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; }
#qpB0SSe3q3tTkDcmEmTH4xZpSuTJqRpx { box-sizing:content-box;height:20.499125rem;width:56.5625rem;position:absolute;display:block;z-index:15031;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:35.6875rem;left:8.8125rem;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; }
#HuFVAUqPqhFAgAkCrOg2svHZtxRzImsn { color:rgba(var(--color-primary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:43.375rem;left:30.1875rem;height:6rem;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; }
#D7WxWIEAA0yXqBefhsKtE7BMfbg4cL7M { position:absolute;display:block;z-index:15176;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:16.1875rem;width:25.5625rem;top:36.75rem;left:3.375rem;overflow:hidden;display:block; }
#JrIOKMud7TZFIeAA6FaWLIC3S92tLZbB { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:39.9375rem;left:30.1875rem;height:1.350025rem;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; }
#k31670fkFDwKi4567UgT7O3iJAtPigSF { box-sizing:content-box;height:20.5rem;width:56.75rem;position:absolute;display:block;z-index:15051;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:129.875rem;left:8.8125rem;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; }
#wg5BsRbNSnFkkd7acJCDPsdlBcC95RpF { position:absolute;display:block;z-index:15196;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:19.249875rem;width:27.6244375rem;top:130.55555534363rem;left:1.3029479980469rem;overflow:hidden;display:block; }
#dK2gP0g07rphKh2uxAw5tqhHWi3H7pdS { color:rgba(var(--color-primary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:137.625rem;left:30.1875rem;height:6rem;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; }
#pQVD95zH7ISqxGyRREXdrm0oohFi5wIt { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.2;letter-spacing:0;top:134.1875rem;left:30.1875rem;height:1.350025rem;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; }
#n9MEyv5UZKTnuA5N2RW5ODgnO4rmPEBZ { box-sizing:content-box;height:20.5rem;width:56.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:106.375rem;left:8.6875rem;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; }
#arhFTnLztm7yJrwCNe51DkHnWNPXfMb4 { position:absolute;display:block;z-index:15190;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:16.4375rem;width:28.4375rem;top:107.60416793823rem;left:0rem;overflow:hidden;display:block; }
#M3Smy4hxXNpOPNbUBKJZwkdkRbwEFCrX { color:rgba(var(--color-primary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:114.3125rem;left:30.1875rem;height:9rem;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; }
#XJFt2TLvQ0nbF3J07SgmCS1smtOp2d3W { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:110.75rem;left:30.1875rem;height:;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; }
#WdWJPbaq4FuO3FPbF7FOIqDE3t7equhE { box-sizing:content-box;height:20.499125rem;width:56.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(248,246,243,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:82.875rem;left:8.75rem;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; }
#QriemItGozqxHgzJr23TrL4RpFDuiOBP { color:rgba(var(--color-primary-4),1);display:block;width:30.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:90.56250190735rem;left:30.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G5aV4ldqvaEpkbwDPWSw2VGN3C6H7fFF { position:absolute;display:block;z-index:15186;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:14.7496875rem;width:26.24925rem;top:85.803833007812rem;left:2.1875rem;overflow:hidden;display:block; }
#emw5WbQlZml13utnOwz0yG16dA2dhVJB { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.2;letter-spacing:0;top:87.0625rem;left:30.1875rem;height:1.350025rem;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; }
#AV3uZBEcmZXCoT7i3o4lsA0aCfHV4e0F { box-sizing:content-box;height:20.5rem;width:56.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:177.1875rem;left:8.75rem;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; }
#G1qJZdEqo7bJqXeGuOBa4ZDQfHaRd8v0 { position:absolute;display:block;z-index:15206;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:18.0625rem;width:18.0625rem;top:179.125rem;left:12.125rem;overflow:hidden;display:block; }
#k7UpgAdtXeUNJZ4UJfBWVkELn1PUPIk1 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:183.3125rem;left:30.4375rem;height:2.5996125rem;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; }
#rlm5OV0Kro9I3ou5pzXrm0EZFp3IrRLn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:179.9375rem;left:29.5625rem;height:1.79980625rem;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; }
#hZcXBCFZ9DrSn1b1SoXy1MM9wlnZAFGg { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.5;letter-spacing:0;top:187.3125rem;left:30.375rem;height:3rem;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; }
#BgiAv3cVwkGMNrRZ7IMscEweO5fMOZcR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:192.1875rem;left:30.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pFzOUUt2NrXr927o51JtbVRFf7AoFsiB { position:absolute;display:block;z-index:15206;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:177.125rem;left:55.875rem;overflow:hidden;display:block; }
#NaFzyxweVxVovUVRlixCsPqTE7lG4IpA { box-sizing:content-box;height:3.5625rem;width:28.625rem;position:absolute;display:block;z-index:15022;background-color:#b30350;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:182.875rem;left:29.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SB9qqgVhFwIT7zIhId5aUqllZ9sUlOPw { box-sizing:content-box;height:3.5625rem;width:28.625rem;position:absolute;display:block;z-index:15023;background-color:#b30350;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:187.0625rem;left:29.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TL7fCuW8QAUG5sGthE43BQN7wBhzrXtq { box-sizing:content-box;height:3.5625rem;width:28.625rem;position:absolute;display:block;z-index:15024;background-color:#b30350;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:191.1875rem;left:29.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:rgba(var(--color-tertiary-0),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; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.625rem;left:32.125rem;height:;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;font-style:normal;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:rgba(var(--color-primary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.875rem;left:32.125rem;height:12rem;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; }
#EH2AaEBWaSDiwg48X4GFT2O7DaPLslT4 { color:rgba(var(--color-primary-2),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:3.25rem;left:32.125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { 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:41.4995625rem;width:31.9371875rem;top:4.4370625rem;left:0rem;overflow:hidden;display:block; }
#Ry8SboabBnqnhnPZRTV7F95yDA22hTPN { color:rgba(var(--color-primary-4),1);display:block;width:41.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:29.306282043457rem;left:32.123123168945rem;height:12.9375rem;font-style:normal;display:block; }#Ry8SboabBnqnhnPZRTV7F95yDA22hTPN li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ry8SboabBnqnhnPZRTV7F95yDA22hTPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b32984b15a46d9b116fb81ab2a81b188b2e4f9.svg); }
#zZpOTAqGKeHGhnmnEhNIGCb2cMXuh3ek { box-sizing:content-box;height:4.375rem;width:0.186631875rem;position:absolute;display:block;z-index:15027;background-color:#b30350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.561775207519rem;left:32.124565124512rem;display:block; }
#FyK7neNGrDvbUDwwNaBZECnEJDikCMBw { color:#b30350;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:22.437072753906rem;left:34.123266220093rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxEgGfvw8mMdtQTMp5hg5650s6QLKTTu { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:21.373698711395rem;left:68.566629409787rem;overflow:hidden;display:block; }
#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container { background-color: transparent; background-image: none; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container > .video-iframe-container { display: none; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row > .video-iframe-container { display: none; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .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); }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container { border-width: 0; border-radius: 0; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container { font-size:0.875rem;font-family:arial;height:101.4375rem;width:75rem;position:relative;display:block; }#EnoTcrExgynluICyrXXgWTGdt1nIauFN { color:rgba(var(--color-tertiary-0),1);display:block;width:49.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.1875rem;left:12.4375rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSZcsCm26qthBCnxCCDyIHGqoMcOcz8d { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.875rem;left:15.875rem;display:none; }
#pU1qduUxgW21ikERTaGCCfQ3RnSIb2eC { box-sizing:content-box;height:2.5rem;width:0.185546875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6243495941163rem;left:2.625rem;display:none; }
#JC9qJvc9IiFQ4FIeG6JESaW9pt0rJQ3J { box-sizing:content-box;height:1.1875rem;width:15.625rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.125rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BiJnrRLZB5hVEqXVeClNRwtsGXfOxqLO { box-sizing:content-box;height:1.1875rem;width:19.25rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.1875rem;left:3.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Z3hIJZHWU9gmmKdxOHXBScDOAJgiDhTd { box-sizing:content-box;height:1.18706875rem;width:15.4369375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.6875rem;left:3.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SS3lSrJZ3iCETvGqEAxs4hZQQPkFhQuh { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.5620625rem;width:22.9369375rem;top:9.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#TxdEhb5p6EDqr8nLWSTJcdfqXBSUuKbx { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:39.4365rem;width:20.248875rem;top:9.625rem;left:52.75rem;overflow:hidden;display:block; }
#EMD8U2siJfaxNR3JGxE0WHoJiyqULfwU { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.125rem;width:23.25rem;top:78.8125rem;left:1.375rem;overflow:hidden;display:block; }
#WXQLDf3Dzsp3pNbPFTpMKvyTH67Hr8Q7 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.6875rem;width:23.125rem;top:51.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#dL0pFzypmqKsofT8PpzZPEyIIH9guhMT { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.562375rem;width:20.8745625rem;top:73.125rem;left:52.75rem;overflow:hidden;display:block; }
#ck6FWDukssA7AgVN7uHrgcFtFTC9RtPq { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.9375rem;width:24.875rem;top:9.5625rem;left:26.1875rem;overflow:hidden;display:block; }
#pWk8CUJNJK2N3a9pEFlE6XBiWaHV5asR { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.3125rem;width:25rem;top:32.5rem;left:26.3125rem;overflow:hidden;display:block; }
#T50UGlNMCK9tmBQnuZ4RXGOw9qJabtVH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.4369375rem;width:20.6871875rem;top:50.8125rem;left:52.5625rem;overflow:hidden;display:block; }
#TwJrdi6rWCAGwTCF71y5mlwEq2lXC68V { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.6244375rem;width:24.6245625rem;top:53.5rem;left:26.3125rem;overflow:hidden;display:block; }
#JAGISWm3QBGTU21Dzq6v8Q4NdK6mHeak { box-sizing:content-box;height:1.18706875rem;width:19.249875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.125rem;left:2.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#g9Qa34vBkVGfIxtVkL9aSZafbzINU83H { box-sizing:content-box;height:1.18706875rem;width:19.249875rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.625rem;left:3.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ah3DQPlQ82qWnQ4CoglewI33WJxb4bIA { box-sizing:content-box;height:1.18706875rem;width:19.249875rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86.125rem;left:3.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#wAI6qZRCrq7JAexzDiRFTtKMaEkifVtm { box-sizing:content-box;height:1.1875rem;width:12.25rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.8125rem;left:28.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DmETFs8rUCg3DHcxgcxEpNASCO4Hp19M { box-sizing:content-box;height:1.1875rem;width:6.6875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.4375rem;left:38.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TSwHeiTRBTOonyLKaAcGsB31BO83URkX { box-sizing:content-box;height:1.1875rem;width:16.6875rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.3125rem;left:29rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oAoDZ5AEcdISKdDJADsETx0fXAl9o3q4 { box-sizing:content-box;height:1.1875rem;width:8.5625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.75rem;left:28.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#f3zQiquoxxsUzo0GxHik1DhCEL4iBwvd { box-sizing:content-box;height:1.18706875rem;width:16.6869375rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.4375rem;left:54.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zxOVsSD6d4sMJpb5UdmfnsBykW6pkm3N { box-sizing:content-box;height:1.1875rem;width:8rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.875rem;left:53.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#y6v8H9RSc4B1ksmgeyrsd5w9rkbOwQDk { box-sizing:content-box;height:1.1875rem;width:13.5625rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.0625rem;left:57.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RAkw8v1PB4a2HBNThDTmEaWeNJHAz82D { box-sizing:content-box;height:1.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:54.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#A4D56ZBLPJg3NhyufVDBLG2GxL1ondKy { box-sizing:content-box;height:1.1875rem;width:3.6875rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:66.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MBM2BVQ6nK83g80TSB3aNXGoN7Xnn4yK { box-sizing:content-box;height:1.1875rem;width:19.8125rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.4375rem;left:28.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#F9iROED17EVmByVeFfxU8RHRHSyRnfUb { box-sizing:content-box;height:1.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42rem;left:28.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#wtJw53UoQNeTsiin8DugtfJSKEQCD8np { box-sizing:content-box;height:1.1875rem;width:17.3125rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:28.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KDdDorpZXupXFwX2c0NPKxaWk3gwnHCV { box-sizing:content-box;height:1.1875rem;width:14.9375rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:33.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XkA1m4IDbamHWwnrm1AE0sn1OCq3L9JT { box-sizing:content-box;height:1.1875rem;width:17.3125rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.8125rem;left:54.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bpGId4JTzw9hwmDTaiSiiqO6tt857yqF { box-sizing:content-box;height:1.1875rem;width:3.75rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.1875rem;left:54.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NGWRlJZ3EzdJx5L9bGe68artFidPVx2M { box-sizing:content-box;height:1.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:63.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zkwwF5LJ9UXIgECeTakXfn8vV7248rHa { box-sizing:content-box;height:1.1875rem;width:11.9375rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:8.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rDWDsRFTKlGQnSEAX75Ttk6391HZCBBh { box-sizing:content-box;height:1.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:5.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 { position:relative;display:block; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 { background-color: transparent; background-image: none; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row .container > .video-iframe-container { display: none; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row > .video-iframe-container { display: none; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .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); }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 { border-width: 0; border-radius: 0; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .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; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CPVN23Jn9467yN5AJ2d6qbhzM6EhT46i { color:rgba(var(--color-tertiary-2),1);display:block;width:69.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.25rem;left:2.93798828125rem;height:3.0004875rem;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;font-style:normal;display:block; }
#lz0H1w1I6Ae6Xxov4KAQny9k4ccLZIzX { box-sizing:content-box;height:46.25rem;width:23.875rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;top:9.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21) ;display:block; }
#OnAtFIPOKqmVUOpeZhDpqsN0AxPcyLFV { box-sizing:content-box;height:46.1875rem;width:23.875rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:9.5rem;left:51.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#vOuqqfTsbG3ZqVaBXCOqnoNDT5i6VKTM { color:#b30350;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:11.5625rem;left:5.625rem;height:1.3997375rem;text-align:center;text-align-last:center;display:block; }
#htS4VOD6kc2ZqgZ8KQUHe7iZ30vAgOIp { box-sizing:content-box;height:1.875rem;width:6.625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:11.25rem;left:8.8125rem;display:block; }
#yhrB6TVGZmyU3CmcPe5Tf3E44KXCuB2n { color:rgba(var(--color-primary-4),1);display:block;width:21.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:13.3125rem;left:52.1884765625rem;height:3.37535625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8fe3zPiPtiM29TTUbSsFvw1uoNRKG9m { color:#b30350;display:block;width:7.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.5625rem;left:63.25rem;height:2.024925rem;display:block; }
#FqoqS52DpTMlV1PLu3unuykNIM0mgIFx { color:#b7b7b7;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.5625rem;left:56.9375rem;height:1.912325rem;display:block; }
#wxkct78lMvmLU9NP1NAA1FVIJGSf63l5 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15085;background-color:rgba(123,123,123,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:2.8125rem;display:block; }
#UDEh6BiWqxEtHlXryROhp6sFwJPDlhDO { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:24.6875rem;left:2.375rem;height:1.50035625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:14997;line-height:1.5;letter-spacing:0;top:27.6875rem;left:2.375rem;height:;font-style:normal;display:block; }#k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
#hGXVIGii4myP8ifo6L2HnbcgdIB0Phge { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#b30350;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.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20.1875rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.0625rem;left:1.8125rem;display:block; }
#FIe1IdXKgvAbodz7aogPLdHBUaO5Hplu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvrmQ5kITXqVSEiBGhC5migMAoUFBByW { color:rgba(var(--color-primary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:52rem;left:3.625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n6PF3XkDKMtb9JtTzCpCQDFC2mUQ2MS9 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:52rem;left:1.125rem; }
#BOBqa3h2Lv9tL36E7QPrXVsPS8tyINLa { box-sizing:content-box;height:2.0625rem;width:14.375rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15077;background-color:#b30350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:5.625rem;display:block; }
#Z7m3dC6WlvrK9E65LSZqlTLTrsTTebdo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.6;letter-spacing:0;top:8.5625rem;left:6.125rem;height:1.3997375rem;text-align:center;text-align-last:center;display:block; }
#DEsZyfCfkGxB7m3vePmyNFFX92FdFOvz { color:rgba(var(--color-primary-4),1);display:block;width:21.743625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.0654296875rem;height:3.37535625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxm5EKoMuWxOSBASfQ2K4322W7GMzTMc { color:#b30350;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.6;letter-spacing:0;top:11.6875rem;left:55.8125rem;height:1.3997375rem;text-align:center;text-align-last:center;display:block; }
#mfuEEfW4ITitT9HwF6wslWlbaDzz5Zav { box-sizing:content-box;height:1.875rem;width:6.6875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15075;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:11.3125rem;left:59.1875rem;display:block; }
#olqTqyr4RFTofW6OPHbcQnXUqaaPnNWU { color:#b30350;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.3125rem;left:12.3125rem;height:2.024925rem;display:block; }
#ubrLLX7e4RSVm17BGVZbLNAzoBlTI8Ip { color:#b7b7b7;display:block;width:9.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15034;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.375rem;left:4.3125rem;height:1.912325rem;display:block; }
#PQo6VWmBHp282omcUnuuNSpsVBZbDbEZ { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15086;background-color:rgba(123,123,123,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:53.375rem;display:block; }
#X5Ge3E43E6Id2kT7hHvAM9atctNO6qHT { color:#000000;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:24.6875rem;left:52.75rem;height:1.50035625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#yZh6vHmcTKaELNRfiBruMcazcPDErTR6 { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.6875rem;left:52.875rem;height:;font-style:normal;display:block; }#yZh6vHmcTKaELNRfiBruMcazcPDErTR6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yZh6vHmcTKaELNRfiBruMcazcPDErTR6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
#BZOhEUUfAkJpfLIq2aE8TiNTU4Kff3pS { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:52rem;left:52.375rem; }
#ZJweJ9r0xaT2TlDHJNvpDo7SdJRSdwt2 { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:52rem;left:54.6875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eavoxOXWudMqfyHfDNsQSuBzKxyh3gBr { box-sizing:content-box;height:46.25rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.5rem;left:25.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#TU05OARR6Xa2zoNGK94b50ZLibhIrN1n { box-sizing:content-box;height:2.0625rem;width:14.375rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15095;background-color:#b30350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:30.125rem;display:block; }
#So4TFkNqcb0VRkPTwF2JabE8wG44TdST { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.6;letter-spacing:0;top:8.5625rem;left:30.625rem;height:1.3997375rem;text-align:center;text-align-last:center;display:block; }
#JTXVe1A6CmNRwQHLo8RWnA9DeqGgfmlh { color:rgba(var(--color-primary-4),1);display:block;width:21.744125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:13.5625rem;left:26.4375rem;height:3.37535625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kusREwORRV5W2XVif5nc7CDGlGkZ3iHM { color:#b30350;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.6;letter-spacing:0;top:11.5625rem;left:30.25rem;height:1.3997375rem;text-align:center;text-align-last:center;display:block; }
#f71W48lhQIv1wg9E9doaxxvJOrptii6r { box-sizing:content-box;height:1.875rem;width:6.6875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15093;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.3125rem;left:33.625rem;display:block; }
#hrpTyWCGgrZuOFN1FaJmbKkxqvUa2ZDL { color:#b30350;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15052;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.5625rem;left:37.1875rem;height:2.024925rem;display:block; }
#yQ6hqckIQKk16kQuDalz65u2To3umtEa { color:#b7b7b7;display:block;width:9.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15052;line-height:.9;letter-spacing:0;text-align:left;text-align-last:left;top:17.625rem;left:30.25rem;height:1.912325rem;display:block; }
#lgT4p81nly7F5zvtu4v8CogCfGGwh4J0 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15104;background-color:rgba(123,123,123,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:28.1875rem;display:block; }
#diUbxqsPTrogXcP37TCkCcpgiixrE3zV { color:#b30350;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:24.6875rem;left:27.8125rem;height:1.50035625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:27.6875rem;left:27.875rem;height:17.5rem;font-style:normal;display:block; }#EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
#W7E72V0K4Zurx3pSKpATPQiW7ZCdlbwa { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20.1875rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:47.0625rem;left:28rem;display:block; }
#OKgDbvxylqSWakEdRcKvIRZJRCJzCBT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wE7rNoLxVg58cO4VpVlDmHoGxl74xId1 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem; }
#R07EyL3b0NCzyO4yNfGpFqGXXU3T3can { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:52rem;left:29.3125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lbr5mTZCLQR8uqweLZMqR7ueIxMJ7Sy3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#b30350;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.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.0625rem;left:53rem;display:block; }
#RVgTfRhLcKp7cS4mk7tWW7ZqcudFdhGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RN8PcuoMA2JsyQ29I6ePlkPQSs08vrdA { color:#b30350;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:20.6875rem;left:29.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oJxy2TZCiV9vdgNhyGGWnKG30t9KkZHJ { color:#b30350;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:20.6875rem;left:4.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD { background-color:rgba(var(--color-tertiary-0),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; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container { background-color: transparent; background-image: none; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container > .video-iframe-container { display: none; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row > .video-iframe-container { display: none; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .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); }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container { border-width: 0; border-radius: 0; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:71.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#JZa8qPMZTfXlCHvRzgbEbnRkgXiTaT3Q { color:rgba(var(--color-primary-3),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.8120613098144rem;left:3.75rem;height:2.3999rem;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;font-style:normal;display:block; }
#SEZop4R7y33Gk0hEhKIvTd5XOMUXk20s { color:rgba(var(--color-primary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:4.4325103759766rem;left:3.7500019073486rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHny9iRnw0WHfWzkCT7LEkaxz0cUu2GG { box-sizing:content-box;height:58.125rem;width:67.25rem;position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-secondary-1),0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;top:11.374348968267rem;left:3.8736953735351rem;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; }
#k1UcSVdUGFOEwnN6lWEAQiZ0q1VO5wxT { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.6875rem;width:27.5rem;top:27.862632751465rem;left:2.2643203735351rem;overflow:hidden;display:block; }
#VVWxdCMbEsK3auBtlitPZumiyPn7OohI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:24.9375rem;left:6.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iqTXdP0WSfX5rLKxUH8oCl5JDv50mHXQ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:26.6875rem;left:6.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#RmCuFTWgmqBMo0Hz2FyXwQfVqr1vTX0c { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.5;letter-spacing:0;top:19.8125rem;left:31rem;height:;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;font-style:normal;display:block; }
#iCTSMwgOe7c8bK8Q8McsbgphefWhKKd7 { box-sizing:content-box;height:1.4375rem;width:1.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:15001;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid #b30350;border-left:0.1875rem solid #b30350;border-right:0.1875rem solid #b30350;border-bottom:0.1875rem solid #b30350;top:13.5625rem;left:6.6875rem;display:block; }
#F5T21TT90qw6PoR1JsNXfzwcrBytXhak { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#b30350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:7.125rem;display:block; }
#LPiEQ6TMpPwGLQpRmKMwEn4ioUVzvbw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C4d9u6htf9kCnzkJolvya2ltfeMUDJzs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.5342104434969rem;left:20.208335876465rem;height:0;text-align:left;text-align-last:left;display:none; }
#ZCQuwRg7H88zBfHxS3xv9JFoATSTFOxW { color:#b30350;display:block;width:15.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:13.6875rem;left:9.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGBsOVN9F0LPOf68QePQFskACksOnaHr { color:rgba(var(--color-primary-3),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.8120613098144rem;left:3.75rem;height:2.400175rem;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:none; }
#DPo6PMEec8r7KXcqZ59QBygnRoN6cRmI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BPQ1RtSFrUU5Qz7SViicI0fFq1ilgLs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sVc0IbVcuBfSsrAFcF5ZfCa7TXfNELkr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RHWiklyXSiBFckSptPG5TRCNk1R0g4XF { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14982;background-color:#ffffff;background-image:none;top:16.6875rem;left:29.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#KXSU1wCCAnU1HqIGEJeriUtgfgTXcAKt { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:17.4375rem;left:31rem;height:1.3125rem;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;font-style:normal;display:block; }
#y2Nqr6M4ZWAitPVzAr2yulg4NpWixk8z { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.625rem;left:33.0625rem;height:0.9749375rem;font-style:normal;display:block; }
#UCbLoKeTmZWNoC1RIaOo0WkDTZPkHIQy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.625rem;left:31.6875rem; }
#eKW9V8WiriBsXmvZikpX1GPywJPDPxlm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.6875rem;left:37.4375rem; }
#Wu0E3p9lySoNGZ0TNs8aBm6NyS7t4mQk { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:26.625rem;left:38.625rem;height:0.9749375rem;font-style:normal;display:block; }
#KATz03tvqWwJ5KmVDpC2ads7eBnA1yde { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:29.25rem;left:31.625rem;height:0.9749375rem;font-style:normal;display:block; }
#VGLT0UWg3bc2S5CTrPAck3fCASMq2H4v { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.125rem;left:30.9375rem;display:block; }
#h5cnDZ1B0lbOiTCkcmO91wcCbEzdyAnZ { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14984;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.8125rem;left:31rem;display:block; }
#ueKSCWplVTnwDVg6cQNHRo9GTH8gr3gz { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#ab8SD1Niz8BUDpgd70bTc8Pfig9GeIVn { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.3125rem;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;font-style:normal;display:block; }
#BTJd3MtI2HiMxuRnPuN2AytQiQdrb4M6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AKfmrWzOtZRbtH2WlxD1yMzDxMuhtDyf { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:26.5625rem;left:53.5rem;height:0.9746125rem;font-style:normal;display:block; }
#u6isumWbRzrQQieOpFqfKzUkoIBMsRmk { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:26.5625rem;left:59.0625rem;height:0.9749375rem;font-style:normal;display:block; }
#IT75OsGpXRS1nxNB2GdI2JMiHewPzvHs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:26.625rem;left:57.875rem; }
#Xowx0BAaPdGh2ChbQHeuVrPbWNMiGpTN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.5625rem;left:52.125rem; }
#d9TUt1pV0o5KhZCE8NtE2niWyKaPs1oA { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:block; }
#Tg7FIp2LEPxETgeFsVtTDv4vTxQWi8G7 { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:29.1875rem;left:52.0625rem;height:0.9746125rem;font-style:normal;display:block; }
#nFcKTdskCxOaUHPwyC2rL2Q64731Xgn4 { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:block; }
#NMcrAZUx663DspEuAoc6htdtn1Jo3rkA { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:33.625rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#l4TPLTzRklHup9gU6ElzF1zoT8aN78Xl { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.5;letter-spacing:0;top:34.375rem;left:51.4375rem;height:;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;font-style:normal;display:block; }
#cUPuLchMWyzbubsLbUSgkI0reXTiPoiV { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15113;line-height:1.5;letter-spacing:0;top:36.375rem;left:51.4375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdbTcPkceItBEchISogWwmHGMRTfcz8H { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:43.374673217535rem;left:53.499351501465rem;height:0.9746125rem;font-style:normal;display:block; }
#O16t8L7eE9qQT5wP0DxBv6InHs6dNaR4 { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:43.374673217535rem;left:59.0625rem;height:0.9749375rem;font-style:normal;display:block; }
#ZebLeiHpO92lZzW1eBIb8MDMbeNSpARl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:43.437337249517rem;left:57.874351501465rem; }
#bkgwifKyo9OaL9CspzOWCudwWo8r3Vpp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:43.374673217535rem;left:52.124839782715rem; }
#gynBD659BZcit1kvJhO13x0LP2vHKnu1 { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:42.874348968267rem;left:51.375rem;display:block; }
#WtMbySO442sZlWFczuVTFmWUhBM7bzuC { color:#b30350;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:46.375003814698rem;left:52.061851501465rem;height:0.9746125rem;font-style:normal;display:block; }
#hPIxl5bA5eTi1VQog7DDHOiblCMa5V9Z { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:45.874673217535rem;left:51.437171936035rem;display:block; }
#qaI4c2rZ6R73GpxwLp93tx3a5b268HVs { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:33.625rem;left:29.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#G7rbK2niynzWeJHp5kaRpEb6ipmRQ2IF { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15103;line-height:1.5;letter-spacing:0;top:36.375rem;left:31rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7uRZsdVSg7DM35dbzSpePEhSOvv9VPZ { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15104;line-height:1.5;letter-spacing:0;top:34.375rem;left:31rem;height:1.3125rem;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;font-style:normal;display:block; }
#rW6BPG5pT83K6vWkk4WEo1vbZCgZr8Cq { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:43.624673217535rem;left:38.624671936035rem;height:0.9749375rem;font-style:normal;display:block; }
#d17mwiRXnqVWlCkPWIgKHfNrUWcf4ptr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:43.687337249517rem;left:37.437339782715rem; }
#AJC3b6yPC3xqmAZRT1yt3DvbbgZSCVzw { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:43.124997466802rem;left:30.9375rem;display:block; }
#AWg3TlFpbIETz1cu9yAU8mTyhClbUZwL { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:43.624673217535rem;left:33.062339782715rem;height:0.9746125rem;font-style:normal;display:block; }
#EcxgdU2KQgF9PvTMi82N8qFARPMRt0Jg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:43.624673217535rem;left:31.68701171875rem; }
#xrrz1xZCLgvCr6gp5snRk8wTPXZIeV91 { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:46.312497466802rem;left:31.624351501465rem;height:0.9746125rem;font-style:normal;display:block; }
#JdHMnAl0ABtHmCQ1VOlFpzheUgmfH3bN { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:45.812173217535rem;left:30.999351501465rem;display:block; }
#tUlslaA0FtxGOTpmsPynD9wafWgVoUQs { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:50.625rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#aTq8sockG7f20NoEBkegDPNpkZxJZzeP { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15134;line-height:1.5;letter-spacing:0;top:51.375rem;left:51.4375rem;height:1.3125rem;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;font-style:normal;display:block; }
#iqUasHJrKcCsnyKcOP77elkquBRBb4I5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15133;line-height:1.5;letter-spacing:0;top:53.186848968267rem;left:51.437171936035rem;height:6rem;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;font-style:normal;display:block; }
#DssnsEadnnCW7iVsZinuyWx2MhUTRocL { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:60.625rem;left:53.5rem;height:0.9746125rem;font-style:normal;display:block; }
#TEO1Sqf6esUuZgQZmwDv5FPQ0UKt7XzN { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:60.625rem;left:59.0625rem;height:0.9749375rem;font-style:normal;display:block; }
#wlgaKvf40flbobfft4kJhXvNpKiENhvR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:60.6875rem;left:57.875rem; }
#Blg3k5LXAxyKQJJRPf2oB8PtMib13lZf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:60.625rem;left:52.125rem; }
#c2WEpDbgISA6XHPdyEhGXFVUgL96qKSq { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:60.125rem;left:51.375rem;display:block; }
#kSynR8sK6TTsRE0rxAiAU5TyDGhgAi4X { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:63.25rem;left:52.0625rem;height:0.9746125rem;font-style:normal;display:block; }
#NECCampclvPuQuOLBCGTyvpXhN3bEyME { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15034;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:62.8125rem;left:51.4375rem;display:block; }
#HWyVzVsFpmuh5bLRMgI6fDPsWubc0QWn { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:50.625rem;left:29.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#MIBIHaXKQsxpfylzvI2MmPDCsTRBOJSy { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15123;line-height:1.5;letter-spacing:0;top:53.375rem;left:31rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ou8IckZllKMUmhVzbeyHdMGzfatMfaE3 { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15124;line-height:1.5;letter-spacing:0;top:51.375rem;left:31rem;height:1.3125rem;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;font-style:normal;display:block; }
#w3kX18dzrliQTQZA3MimS0ivh6DP8M4w { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:60.625rem;left:38.625rem;height:0.9749375rem;font-style:normal;display:block; }
#KcU9DHI7vIawGqJhURoWmXGBRZWGhM2E { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:60.6875rem;left:37.4375rem; }
#dXbxtVPOubnN1teZFGliihnpNTAnbCtX { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:60.125rem;left:30.9375rem;display:block; }
#anaOkKc8tS1yweCl3EcF5uufUg1T1PzA { color:#b30350;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:60.625rem;left:33.0625rem;height:0.9746125rem;font-style:normal;display:block; }
#DX4u9KqC3BqAnRbspxaaRCtZKVXhLw6H { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:60.625rem;left:31.6875rem; }
#eIC9oJHD12oVzkLdh1C5wCky0FTZd7Rs { color:#b30350;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:63.25rem;left:31.625rem;height:0.9746125rem;font-style:normal;display:block; }
#oU4BwJ7ORuFEBJmC4WCqgJdVRTZbhr0U { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:62.8125rem;left:31rem;display:block; }
#SoI36EkVcTTRVPys29eT83cgw66LVvdL { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#cvKmCGa20EnGVGNmD238pP3fD5WIa1SK { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#ZF7xKcG54THPcgpQti8RsqtTgN4fA9Lu { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.31185rem;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;font-style:normal;display:none; }
#uQl30PQCzH6VOlScmc8blPHPvEIm5Hvm { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.4995125rem;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;font-style:normal;display:none; }
#SL8GZxMZmBcE06AWFiGB1DTPGgGKKy21 { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:none; }
#bTlT0SwTsDEWipoKPAyyqgWf51R1oQzg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WtTCpO6aPxiXhg9y4ZsDDQbDGRctcCG1 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#x7WcxmSTVFkWQMbFTkXTADBCLcTalhZh { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:none; }
#iTgfZGzmAz0UbDF9NWbEZGwlp1QhhU5f { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pStlZxQi9ooTtRcpvB0gR8GclfGnxvqo { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#SDJwIGIyZsQoVUXbf3nTsz6Sl6AHvmQz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wPnRhU9ma9l46PTE4okX0M5aPGNPKn3m { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:none; }
#T5xMT1asRT6msSHMQ6Ho5yH6gr42rW7n { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:none; }
#fZrrIvTC1rOGW01W47q8PTmUOlCfHeia { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.4995125rem;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;font-style:normal;display:none; }
#IHkN8S5X90K6OTcawnhhp86XduFWU7ao { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.31185rem;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;font-style:normal;display:none; }
#B3K4sd6m0RP4F3kAIWE70TwwQ8aC5BwX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gA02VlC75dJEDaoMDT6ewTOHH6RZr1fR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#udckAfX9tVrnIrNw45JHrMsgXFC2wo2X { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#IukKx9RHV2n8esGGbOl052B2mrc1nnTp { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:none; }
#bzAkZEDnGNGuXgt6b5Wd3ErGheLzVfBl { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#oFiTCiTil0A7fCqL3yOD6OMuxb4r7gt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kHv8F6K3PhZkcN4tQWiDpOeZ6hrpa0dp { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:none; }
#yoTDcEBVarv0NxJO5luhHi5Rzxcu4i7c { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:none; }
#T3om8q4r0VJNXFEHk9O5lTwhMqb7ur5e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gs46tpMTLT0R9ITkWSJwVxpgqsPLlngJ { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:none; }
#Pi9sHdS0ooETfcCa98HdlBtZE7oV12BZ { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#nvGVd9AkaTlPhPTzgyK1Tfxtl78HRz2x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ERHtImUpoqhHUd6kiaMNk1nm1p5hRlaO { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#LRdBq65KcW3w0Fn0KR2e8ylD47d2xWnT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nzsAQnd5omB3BvRsRVIZIcVvcGaAMR01 { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:none; }
#galM3K6TK6xxWal7fvhD0yMT70v2QFtz { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.4995125rem;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;font-style:normal;display:none; }
#DArTAyggJ1JtpHpFVNKl2osNTvFTENUl { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.31185rem;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;font-style:normal;display:none; }
#UuPdvQBDET6GxaFO7cdL5OkVxnIDqaFT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pqaD38MPC0M0eRhupFgf98sxT5l4uwPP { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:none; }
#DI4MeUhlA0EO204iyxhT8cJeGgVK3dRG { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#CURxLLBkAbTBK5ZlOG7Je6wZQLHIEKPt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NwT8HgbDRqTPX8SSHQTZ8QlLs3wHmpra { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#Le3iN1mxulp1dtQ2BEKb9UeerwUz4iv9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#i5TTyw4Xh6I8hXtdnvbN9nemnapDKdh6 { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:none; }
#NCuLuJ9e6ThAeZyTcGBUKJBhkVJkOigw { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.4995125rem;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;font-style:normal;display:none; }
#Kuqbr4irq16pXu1GlxmfzE1v6HIhK69L { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:none; }
#Lwcwq9lm5EL8JIfds3F4CT6Uk2VzPyec { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.31185rem;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;font-style:normal;display:none; }
#cTkWdpmEuDiGMycWweCr2x1slyg7iI9T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#on46c99sAUyTlEBacAe65e2e4vkVqmHe { box-sizing:content-box;height:1.875rem;width:12.75rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:26.0625rem;left:51.375rem;display:none; }
#fVSgeXVBZ9Ns7FbwtOo5z8G7r4fVx80p { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#OhievEMDyxaTdh3ItaRmFPZlQJ5ufSHA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EfwaI502oXVNopbSyLekTsKrzhPUIpFp { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:52rem;left:26.8125rem;display:none; }
#CdxsAc8sVwKixmFP0nlobSAlrT2U1xwO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.8467104434969rem;left:3.7083358764649rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JMolIqdKBMZ0USct42tJmgnwz5X5CxXK { box-sizing:content-box;height:1.9375rem;width:5.3125rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.15);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.15);top:28.75rem;left:51.4375rem;display:none; }
#UaZySdd1TK5Vn6Vv4u9LNZATnXwtVXLe { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.4375rem;height:4.4995125rem;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;font-style:normal;display:none; }
#dxW7SFOOgG2wZ2hKXAiToVh8FWZdebt4 { box-sizing:content-box;height:15.625rem;width:19.375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:16.6875rem;left:49.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:none; }
#ETUTTzJhA2SXoPJkdcR0PuvkeX8S52XF { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.5;letter-spacing:0;top:17.4375rem;left:51.4375rem;height:1.31185rem;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;font-style:normal;display:none; }
#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF { background-color:#f8f6f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container { background-color: transparent; background-image: none; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container > .video-iframe-container { display: none; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row > .video-iframe-container { display: none; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .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); }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container { border-width: 0; border-radius: 0; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#asUBahX2LFSdrTzUQn6w8ATtsZivh21T { color:rgba(var(--color-tertiary-2),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.9375rem;left:6.625rem;height:2.3999rem;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;font-style:normal;display:block; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .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; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-3),1);line-height:1.8;overflow:hidden;height:auto; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .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_719c97a25bc4f9e4655c3b86766648982e518efb.svg");background-size:contain !important; }#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-trigger.adaptive-delivery-prevent-bg, #Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-trigger.lazyload, #Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-trigger.lazyloading { background-image: none; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt { box-sizing:content-box;height:auto;width:61.2485625rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.8125rem;left:6.875rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zHgVhlH3IwFiKyT2SlflzISd469QL6qi { display:none; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 { display:none; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu { display:none; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk { display:block;position:relative; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 { display:none; }
#UAGnQFMGvD3tWoeJkxlATP5KnIrbTd3E { color:rgba(var(--color-primary-2),1);display:block;width:60.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.5rem;left:6.5625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #054f3b, #004c38);background-image: -moz-linear-gradient(180deg, #054f3b, #004c38);background-image: -ms-linear-gradient(180deg, #054f3b, #004c38);background-image: -o-linear-gradient(180deg, #054f3b, #004c38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#054f3b', endColorstr='#004c38' );";background-image: linear-gradient(180deg, #054f3b, #004c38);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { background-color: transparent; background-image: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .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); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { border-width: 0; border-radius: 0; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { color:rgba(var(--color-tertiary-0),1);display:block;width:65.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:4.875rem;height:2.79980625rem;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;font-style:normal;display:block; }
#q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.1875rem;height:3.9998375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.374351501465rem;left:21.40625rem;display:block; }
#h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqvvTfr3Wivzuio6SlPU918NaycvA7Fr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.625rem;left:9.625rem;height:3rem;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; }
#mWrguV0Z7ITaN88DxlRBVTK674cS1PVm { color:rgba(var(--color-tertiary-0),1);display:block;width:60.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8739852905274rem;left:7.1238441467288rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFPVwzPiewBnDsMf74O3nIf0AifdxRpS { color:rgba(var(--color-tertiary-0),1);display:block;width:55.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.625rem;left:9.625rem;height:3rem;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:none; }
#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { background-color: transparent; background-image: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container > .video-iframe-container { display: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container { display: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .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); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { border-width: 0; border-radius: 0; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { top:0.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { top:0.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTth0TO44JV4aRCqXtiVH7HvbeEHH3GL { top:0.5625rem;left:3rem;width:41.75rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m38MS2gQlRQg7bR52pRuTI1CEavyxOUa { display:block; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoGSqz2oKADNC9NbQRvuI2PX3kL8JFZM { top:2.4375rem;left:0rem;width:17.25rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK5PmmVDf0ZRmDXPu394cTdNKfExJBpM { top:3.25rem;left:0.90625rem;width:45.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZd6e9ON761yV8r9FpMZFeU8cshU8KTq { top:53.375rem;left:29.125rem;width:12.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzqECfGc0uUcsvFH3tsiBV1Bve4wuTBr { top:53.5625rem;left:26.5625rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2RBzW6PoLOfX7PmUWaQGkZiDfLXFG9F { top:53.375rem;left:16.625rem;width:7.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJV8aKH73gl3MfrC7wGHqZv1ccz2qtog { top:53.375rem;left:14.0625rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:2.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:12.6875rem;left:8.875rem;width:38.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { width:31.75rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxNeukN0DUNw3FpHeyb4hszThxomsF3f { top:17.25rem;left:9.5rem;width:38.25rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { top:31rem;left:31.8125rem;width:15.9375rem;height:2.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { top:33.375rem;left:33rem;width:14.75rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { top:30.4375rem;left:29.8125rem;width:17.9375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkRWUtDvUQiAWP0HcLbRoMqONRfVQ30s { top:1.875rem;left:0rem;width:19.25rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDxAAdcniQrZ5VHRfki57DG8gsbRbI8K { top:2.125rem;left:0rem;width:20.5rem;height:29.84678865619rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLCiodsMHNszX7xHnTk7cST8s6ou0bJd { top:12.9375rem;left:10rem;width:0.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINHkyi2d455CBQPvwnMLbMCm79NrhLB { display:block; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4WZPPpU0UtlUh5Bnv5KEu7qkb3G2K8 { top:11.5625rem;left:0rem;width:13rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2cicd8Umqql3T4D279yoWgfRV8yHPC { top:11.5625rem;left:3.6875rem;width:12.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxte7Anm04cBBtelZDsfevMwQ9hg3FnP { top:12.75rem;left:17.125rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0QLX4PKzFFSaenUqwDHWrHPflSNQgSC { top:11.5625rem;left:17.125rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTrqX3dXLJruT3NyZtMnJo5qKh0VIZw { top:12.9375rem;left:31.25rem;width:12.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUXAi42ZQusCAdhLP62i9uKZvRFdbmF { top:11.625rem;left:31.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NRzVAAgPHlWLQ1cFTNOUgedx5t3rSx { top:12.9375rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJTL0zfdi3QhK57ENH6DghTT9R2Bg50p { top:11.5625rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPU5yUvWswTvrKdLiuPUTTOSi7fF0nvi { top:7.0625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxuvlznUmz0bxKXFvgdsedEfa08K5yLx { top:6.25rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr6liFZJs2WrtywsbXAoFO1XtdwouLKn { top:7.375rem;left:8.594619875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxsdBinoyLFeiyHQvE2g9yBNo5ch2SO7 { top:6.3125rem;left:7.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyc5l6SPp9H8OBsonQwVxKTvGTIQ30mH { top:6.25rem;left:21.0625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpyUm9d39amvM0pQnKuTr2TmMd4ylXE { top:7.1875rem;left:22.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2DyfDOP37MS9kfCTW6ou6qJTIgZzTN { top:6.25rem;left:35.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknP3qNxkMyS01ve0hWcWeZFpXLXL1hB { top:6.8125rem;left:36.1875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3GgKWzQFh52JZUzW2JOINt4hSJOmkwq { top:6.125rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H230uct1gDwPEEsEdyzN0OJ9vOC48Bni { top:7rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xTl5B44bPSqtSnIsNwqT7iDTG4cdJQ { top:1.1875rem;left:4.6548004150391rem;width:38.375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN { display:block; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bykOd7V3MwwEygKfNoT4otqfWypnG3qt { top:3rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU9y84SkVtyJSyFJ6ErZGbFhbtMkDnmM { top:12.875rem;left:2.25rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KofLCgvgTuydi2bFcTwTIgca3cNQAUQF { top:6.625rem;left:0rem;width:0.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #id29TiPh5BiUvOKQ4R7Tr1WDVLgZkzxV { top:10.9375rem;left:0rem;width:21.3125rem;height:10.406693999257rem;display:block; }
 }@media only screen and (max-width: 763px) { #PonNULcXcFQB0a5fuUH4TNT23UoT4ETR { top:17.6875rem;left:0rem;width:18.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqHiAaPKfwsFTLNhBbgJ84Zbge1rLGG9 { top:16.4375rem;left:0rem;width:10.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8I4J58qT0iK7SUZQVGTbhXnC7wpvzw4 { top:18.9375rem;left:0rem;width:15.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CQnK8wwUG4w5E3TIZSHR8RZEbqbwaa { top:10.8125rem;left:10.5625rem;width:25.9375rem;height:10.598838327384rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5fI8wIvVFLxwrr3LmoishAzokzl1q1 { top:17.5625rem;left:33.25rem;width:14.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRv3Wra249J9ZBKqofTx9Qr651VFkBk7 { top:18.6875rem;left:35.75rem;width:9.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZg28MiQk6f2zKeoMObykrrpwD4Pb7Fi { top:10.8125rem;left:25.625rem;width:22rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guSr3lnfhsDw1COfkfIdPxhIaAF9Wvpk { top:16.5625rem;left:34.9375rem;width:5.3125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDWXpagXpFZBS48i8QL3rPuKfJb2bo5T { top:13.8125rem;left:23.357063293457rem;width:9.8125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn440Jc7S1sX9ti19Zk3RoyvmBgxpEcL { top:15.25rem;left:11.372978210449rem;width:13.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdReDw0FNa6Mx6ls9nlGd4dEgfZkww4 { display:none; }
 }@media only screen and (max-width: 763px) { #KtG7LhV2s0pZupZnhe3mnsBIht8CoDMI { display:none; }
 }@media only screen and (max-width: 763px) { #sdTL1C3Hqqz8RBlzrzfK0RF20ehmiOWT { display:none; }
 }@media only screen and (max-width: 763px) { #nUwwIEMs74TGDWVeiHasz4Gt3FJ6N3qd { display:none; }
 }@media only screen and (max-width: 763px) { #WFUVTcep3RIeAwuiZKkEHRssmTkumei7 { display:none; }
 }@media only screen and (max-width: 763px) { #HDwUnWTxncBoD67e2vlhfIC3WHhbptbs { display:none; }
 }@media only screen and (max-width: 763px) { #sSdfCshsrGdVi0DTuRcd0xU55uyfUbwz { display:none; }
 }@media only screen and (max-width: 763px) { #pToAdRTvkM8mD2AZHaZfJXOd7b55TBXE { display:none; }
 }@media only screen and (max-width: 763px) { #w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ { display:block; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHkCGDniTaGXyo9ldkS7JEALR8akQcN4 { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZVzoSS4QlzEhmTa9klwC1GNpNUy1XM { top:9.125rem;left:0rem;width:47.75rem;height:21rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlUdtB1tHqphJCw1tCKQmRoTH9cR2qKP { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TghbSBdxcWQaORGaxGGIpwPfo08qsIaZ { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xn4rqV6Hnz1cU2mseXPoaNWEvwPdPITc { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6uIdHSQP5mPnQWmU2CP4xFEEayghCSb { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ivp2QgAAA3QVdbQm9Xs4JuO5TSZQs2VA { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAwmQJMaoeDOTXAtL7b9sxMVTpwec17s { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA7JuKSskN4hHnzRaAD8Ls6SXVwXG1of { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6q2iUxaoZkqW8OkeTsFzKJWgybLZ6ez { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfhKEQfh8s01kOge1MIarv1SMs99yUPo { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGAvfVDs6293b08bleLvrHpZS4eNQgTn { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbToJMKghTkoJJ9wN9VdVyDUQCIrMvub { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i67RHc5yw3JZAnah5AyzSQHnGqGTzMrp { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzgvNJlhmw8DzVQaR85w9MC1WkKpCsbi { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3qTl488SBrgO2TUcsaC3PScEvnl4I7C { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDe2bdcaKfFkEOwSLNMQbeWmVCRcqTCr { top:31.5rem;left:0rem;width:47.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7hdldGt5R0DccJ4E12pybmMurx0u2S { top:33.6875rem;left:0rem;width:2.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaloR4TNxD1VOT8tTRLoDKTA1sFyRVOF { top:33.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7sehdVT45oLMMG9m5rlG0z0dF26oZL { top:33.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAJJImNqasErV4rSRx07JizIrzMpbqpC { display:block; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzZAcOKgVeQUuFTCmGNkgPFFxTK12A40 { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOxywI7KvORP6m2w6VvSrJdPTAPs36Mt { top:4.375rem;left:15.56103515625rem;width:15.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwMsKtCMNItEdNte8ny6WeyftSlLPUEU { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzPdam1TTMB9JWaRnriHLVO4BrtbBlbp { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnNUrsN20KvSZCInOf0v6uBdFUH5btda { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT2EPB9uOQF96gx0HcTyW3l6bmAP0Emk { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S14TP2Lsv2IxWnLwxpLQ1CkU13vNRXcF { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuIvOhbIfU6t82NrGqafPMh3NnbQ50TX { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9J3GTlkcxccwl0noeDvSTfqRNWd4nDJ { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTB3TXMBqNORMS9GDZ0dXzplXre7lS73 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFwDyqDGdsvPpTbg0Ddw0aQEv9wdip30 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7d1mbNcsJro5shqvC0i1aled1HLnV2l { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3yBMMIqJL96BEhcz539TbZxTxFHpan0 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUzEUDx7AatzpNvBnslpP66sTHeAm3Om { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rK6ErAQiTWIUeolbaTc2P7KGrPe5LOxF { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyqePn4RDJ0HVk4wKn8gNPIwl6xBxNLq { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7sKymoevGTKRT6wPO8nwJeiGDc7L3Ib { top:15.5625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { top:6.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq1nE7vedXHGNzA1amqfiuT0g9LQeUT2 { top:4.375rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { top:17.6875rem;left:0.93735504150388rem;width:18rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { top:12.5rem;left:0rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { top:17.6875rem;left:28.686920166016rem;width:18rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { top:34.25rem;left:0.93735504150388rem;width:17.9375rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { top:34.25rem;left:28.686920166016rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c82c4w2lJTugfeJVNDTiaKiN6Z9BENaT { top:50.8125rem;left:28.937210083007rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z1r4I0GRhnEA1UGRrCUNlz5W9byzAU { top:50.8125rem;left:1.1869201660156rem;width:16.6875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo75i7HMnUDT2KI9zHISIImy0EzdCavk { top:12.4375rem;left:0.9375rem;width:23.75rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { top:12.5rem;left:23.875rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { top:29.0625rem;left:0rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { top:29.0625rem;left:23.875rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxi3epOtHQE3iliS64JUUnQc2set5TEB { top:45.625rem;left:23.875rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DecGdxQDebDRDwoQ5WDmbrf5ysbIk0iZ { top:45.625rem;left:0rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKzhv79uZaQLcJeLm0ioCcbQAIcXImdS { top:47.6875rem;left:1.1248817443848rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGUTBaFR9LzrwyZbvvyQ3gHXpyeR6Ba8 { top:47.6875rem;left:28.812377929688rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { top:31.1875rem;left:28.625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { top:31.1875rem;left:0.9375rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { top:14.4375rem;left:28.625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { top:14.4375rem;left:0.9375rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn7IO5vOgeBNpE8xAWdOhhFcGcZR5yWN { top:17.6875rem;left:1.1854782104493rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv { display:block; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlQaW169VwNzTPJQmpgw0dbGUxFkrQpX { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwWgdrK5tsckN2hUi0sG0KLVrdDdDKC { top:20.125rem;left:0rem;width:17.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8pyw95Ke1rFuJPdmWVTdDs39782pWpK { top:21.75rem;left:4.5625rem;width:14.6875rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdobn11CTUFCUH2y5IUVm3t2453V4fXL { top:10.3125rem;left:0rem;width:41.625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7gSZ9q6BMCp4DmZvCx26zGzEAgVrWpB { top:8rem;left:18.25rem;width:29.375rem;height:49.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ang0H43V12UA8RroybHmQTGf1B4pWsCQ { top:52.3125rem;left:22.375rem;width:25.375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23JcH1yPad3FIhdtuGWLrXJUTOznf6P { top:48.1875rem;left:29.0625rem;width:18.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BBmtCKgs9MS860Fq3ArbXgpvibC5FDbo { top:32.8125rem;left:22.375rem;width:25.375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSFQPQI9CmdwBq16Kq5GEGUNcap83sde { top:42.5625rem;left:23rem;width:24.75rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IUunUrGk5tQ5l3SiT5Mk9Q5xxtXhtK { top:38.5625rem;left:29.0625rem;width:18.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #i1mXPZuR2R4nOSOnWzsBxrp4pCkkGq0U { top:28.9375rem;left:29.0625rem;width:18.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TifqJz7hftHboys8uTomzKyyol5ZJqpl { top:23.0625rem;left:22.125rem;width:25.625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpMyIffBxQuHMHCeW3Zv9VZnXlUOKtG { top:19.125rem;left:29.0625rem;width:18.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pug9xVqvRkwAHeQv9kV76le94JCy1w2Z { top:12.4375rem;left:22.3125rem;width:25.4375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIGgiL7Eht0N95enoQUwZKsPaCMhf1P { top:10rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2OD3T8oIBX0e57fN0TpNfUZqrqI1X4 { top:20.4375rem;left:31.125rem;width:3.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCCgbAWhgLpQM3uQ58DzcndSC1RaLGbi { top:30.1875rem;left:31.125rem;width:3.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksMRvmis3xOQU4MFgqvXcOkniayyscS { top:39.875rem;left:31.0625rem;width:3.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9yNpesVbQ2BdBTpIVttW0Re2r2T24FX { top:9.5625rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZipQ9FfP5o0I4lXUMQQMM9yd6DnGTiVs { top:20.1875rem;left:31.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSAFJGcKZgQOnhFJ9psttWzp0cyAoLq { top:29.875rem;left:31.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBt0UsMSEbe9hH4bPJFZamkF6zvzUTnp { top:39.625rem;left:31.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ51TzU3gOcLiZ4HZBUUTWSx64iQAoFE { top:49.375rem;left:31.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw77EXwlnAd7ukPVIvkkTNrvTQfMrz81 { top:9.8125rem;left:31rem;width:3.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR48uTP0xuJnVdm6zZbsqkyFrcdP19tQ { top:49.6875rem;left:30.9375rem;width:3.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7VociCcyhrRANyIsNfqsMUP8OL4CLA0 { top:20.5625rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvLubdQn6Ut6ad2aOwoTDydJARD4hSb { top:30.25rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNQXwpSM4kZfCas1gC9y2bbdXgIVaEWN { top:40.0625rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszWZBUMRgJZMKBO46hM2pE1UtpqmVls { top:49.9375rem;left:29.3125rem;width:18.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i { display:block; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH42sJ4pxClOHEBzSluXPgGqbfuViHbq { top:12.875rem;left:2.25rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1QI7K3BgSWxkx49okp4XutMJ3U4Rl1N { top:6.625rem;left:0rem;width:0.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyMsJuUUieLehHch3kmEmtVSIEAzkHzV { top:3.25rem;left:1rem;width:22.8125rem;height:15.332889622809rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLrgFC14eKd5hHShtanKApWhgUsrgR2 { top:9.125rem;left:8.25rem;width:13.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDAuOyUh807EcTQURGqwsG5JGsTElxLT { top:10.5625rem;left:5.5625rem;width:15.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mkmP50uC1alNZV17t4t3SpTcCJnw0a { top:11.9375rem;left:5.75rem;width:9.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaTbOkLsdBuxEkrpXrLxV5Xh4PCH5t2y { top:3.25rem;left:24.9375rem;width:21.875rem;height:18.696099659539rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLHLUqwfgtE10sVlUF1Bdfk62No8BiVs { top:9.375rem;left:29.3125rem;width:13.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui1fARl9GPaDBSu9y71GcVXbAnX0XJan { top:7.9375rem;left:29.3125rem;width:13.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOgWgVxUHiFBkZy8uOdwl6oB8rz4rTyS { top:10.625rem;left:29.3125rem;width:4.3125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNsLpdISBAWxdiynKQMqcz9QTqd2Ws5S { top:23.6875rem;left:25rem;width:21.8125rem;height:13.586412605575rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dVC2akDkKJK9Zp1ToHDAe7Wezd7gHT { top:19.9375rem;left:0.9375rem;width:23rem;height:17.265863917481rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxSxExfnd3wsFXVEVd4RBEfaKDkbWyGC { top:3.5rem;left:0rem;width:28.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOFH3XzXnF6pnZMQbrFhQVBzBCH1BxkZ { top:11.4375rem;left:0rem;width:15.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzaxT7DDhICRli0770xBhB50nyN3WKsQ { top:17.75rem;left:0rem;width:8.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvZsfdFlkZAt4mtIVQzirfAKpxb410F { top:21.625rem;left:0rem;width:12.25rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiWb0pc6OfCpAnzm3rA0xrFOx1tPyRKe { top:11.4375rem;left:7.0625rem;width:15.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcQuwn9fEUZOt4q9vrMnLZHcrU91sGSw { top:21.625rem;left:8.8125rem;width:12.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpDlteWZCPcoTf3L3pPdKM4bKWnqQcTE { top:17.75rem;left:8.9375rem;width:12.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXURFI7LHVfq3iPhahSOPAWiPSIyxRKo { top:11.4375rem;left:24.8125rem;width:15.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCbuKpKzOL1Dhderd4nK96nCoF1aQsg { top:21.625rem;left:26.5625rem;width:12.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNuXDZJuSq0RCu8QTCUg2HAZeuzEJIv { top:17.75rem;left:26.6875rem;width:12.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv5lJgqAiKEsZMUsdfRxwoARhw6dnasp { top:11.4375rem;left:31.8125rem;width:15.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KELiqCRrLxHg7IiObIGLFkFpeiCSAwxs { top:21.625rem;left:35.4375rem;width:12.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UliC0XQ7AcQPnKn8dE1Rw3Iz4KbnxQJs { top:17.75rem;left:35.625rem;width:12.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPQN248biG74zDxpHF1fC1bt5HxqQ9g { top:13.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwKbihttOWJ1RGgyQ65qMhBLrHhlmrG { top:13.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpsXhIQNZNiWOT7Zxx8AuzOKrykN69xE { top:13.0625rem;left:8.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8oeGNlWbHgfADX1VTzpPuerSUXV554L { top:13.6875rem;left:9.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsB2goIlopi204Vh0mzHVLkveDEROle { top:13.0625rem;left:26.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPViLwik689nmhK6UDBTPi2nsQpoMKdE { top:13.6875rem;left:27.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7c6SCJw2LEICZMNnkTlHpiE1RyGUFk { top:13.0625rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzsxtCCSRsOFJLXTb7GqSmmuHcq5SWK9 { top:13.6875rem;left:44.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r16qLCArhCaOJEIdTZK8IZPh7hb5PZG3 { top:11.4375rem;left:7.0625rem;width:15.75rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6sFme142No7KIfCWEZJw9kv4cDxsdwE { top:3.4375rem;left:0rem;width:18.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { top:12.375rem;left:27.75rem;width:19.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { top:17.5625rem;left:32.3125rem;width:14.8125rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { top:12.375rem;left:13.875rem;width:19.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { top:18.3125rem;left:16.875rem;width:13.5625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { top:12.3125rem;left:0rem;width:19.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { top:18.4375rem;left:0rem;width:14.3125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuWxQPTaJXM9CtKTdNlLP9ixsG7c86oz { top:22.8125rem;left:0rem;width:15.375rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfBHJZ5x2XVhBUEDfJwi39gNEe1INJp { top:22.8125rem;left:16.875rem;width:15.3125rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuAHJDHXGmPUMRTfl9R1TTETPpoUZ38X { top:22.8125rem;left:34.125rem;width:13.625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaC22gF59LH3Huz4kvH8CewAXkSnNSC0 { top:14.4375rem;left:0rem;width:3.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhiDT6NuBc1C50tUdvpTAnccmBerE4El { top:14.4375rem;left:16.75rem;width:3.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UladXNbF71uHke2ExWRPCWTUnALbdoST { top:14.4375rem;left:40.625rem;width:3.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 { display:block; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCpfZKdf8MCGl6dNltStRKC03HBbAUTh { top:6.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr1MeR96TcHb0ObPrhshdyVWWT2AOrho { top:161.1875rem;left:16.6875rem;width:30.9375rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvUK0BWSOqgJpH3Fz8W97Mo9rO2FxCa { top:157.875rem;left:16.6875rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z24LOgHoyF9UmdpLIg1N6A3b5dL6Nv9V { top:155.1875rem;left:0rem;width:24.4375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgUNb1DTsyrJshPcBViLOIWcZFufW3yV { top:4.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgONkqAx0KTdkRVXyL6IwUuysmnwu66W { top:153.5rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tREEoLvm4THZtnHtBxlWh7eP3DOztZEA { top:12.125rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGuIpzE7aEHIxikfdS2XCt8oOmAofiaP { top:19rem;left:15.9375rem;width:31.8125rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOfpBxwe5LLTaB8eB9Zs8kxyy2Xkd7zn { top:14.5rem;left:0rem;width:24.6875rem;height:15.772333920057rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJnJp09115t3MVCHoZia6trqGwSBBkU { top:15.25rem;left:16.6875rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALJeKyMv1ZTt3kkvViI0zpcsJNQhTBpT { top:59.1875rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEZ1aJag4FfckPyO7G64cqOenZT2Xdy { top:58.5rem;left:0rem;width:19.9375rem;height:17.756754159531rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rayJq4HTLoCXXEsn1a1JtQWZ4Z3nC8 { top:66.4375rem;left:15.9375rem;width:31.8125rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVVrmUggZQugKQ8ESu0tmCLSuWqoc0L { top:62.75rem;left:16.6875rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpB0SSe3q3tTkDcmEmTH4xZpSuTJqRpx { top:35.6875rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuFVAUqPqhFAgAkCrOg2svHZtxRzImsn { top:43.375rem;left:15.875rem;width:31.8125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7WxWIEAA0yXqBefhsKtE7BMfbg4cL7M { top:36.75rem;left:0rem;width:25.5rem;height:16.147761697633rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIOKMud7TZFIeAA6FaWLIC3S92tLZbB { top:39.9375rem;left:16.5625rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k31670fkFDwKi4567UgT7O3iJAtPigSF { top:129.875rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5BsRbNSnFkkd7acJCDPsdlBcC95RpF { top:130.5rem;left:0rem;width:27.5625rem;height:19.20671433355rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK2gP0g07rphKh2uxAw5tqhHWi3H7pdS { top:137.625rem;left:15.875rem;width:31.8125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQVD95zH7ISqxGyRREXdrm0oohFi5wIt { top:134.1875rem;left:16.5625rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9MEyv5UZKTnuA5N2RW5ODgnO4rmPEBZ { top:106.375rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhFTnLztm7yJrwCNe51DkHnWNPXfMb4 { top:107.5625rem;left:0rem;width:28.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Smy4hxXNpOPNbUBKJZwkdkRbwEFCrX { top:114.3125rem;left:15.9375rem;width:31.4375rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJFt2TLvQ0nbF3J07SgmCS1smtOp2d3W { top:110.75rem;left:16.5625rem;width:30.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdWJPbaq4FuO3FPbF7FOIqDE3t7equhE { top:82.875rem;left:0rem;width:47.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriemItGozqxHgzJr23TrL4RpFDuiOBP { top:90.5625rem;left:16.6875rem;width:30.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aV4ldqvaEpkbwDPWSw2VGN3C6H7fFF { top:85.75rem;left:0rem;width:26.1875rem;height:14.714989624704rem;display:block; }
 }@media only screen and (max-width: 763px) { #emw5WbQlZml13utnOwz0yG16dA2dhVJB { top:87.0625rem;left:16.5625rem;width:30.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV3uZBEcmZXCoT7i3o4lsA0aCfHV4e0F { top:177.1875rem;left:0rem;width:47.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qJZdEqo7bJqXeGuOBa4ZDQfHaRd8v0 { top:179.125rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7UpgAdtXeUNJZ4UJfBWVkELn1PUPIk1 { top:183.3125rem;left:16.8125rem;width:29.0625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlm5OV0Kro9I3ou5pzXrm0EZFp3IrRLn { top:179.9375rem;left:15.9375rem;width:30.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZcXBCFZ9DrSn1b1SoXy1MM9wlnZAFGg { top:187.3125rem;left:16.75rem;width:30.375rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgiAv3cVwkGMNrRZ7IMscEweO5fMOZcR { top:192.1875rem;left:16.75rem;width:30.375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzOUUt2NrXr927o51JtbVRFf7AoFsiB { top:177.125rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaFzyxweVxVovUVRlixCsPqTE7lG4IpA { top:182.875rem;left:15.875rem;width:28.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB9qqgVhFwIT7zIhId5aUqllZ9sUlOPw { top:187.0625rem;left:15.875rem;width:28.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7fCuW8QAUG5sGthE43BQN7wBhzrXtq { top:191.1875rem;left:15.875rem;width:28.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:5.5625rem;left:8.875rem;width:38.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:9.875rem;left:7.75rem;width:40rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH2AaEBWaSDiwg48X4GFT2O7DaPLslT4 { top:3.25rem;left:6.125rem;width:41.625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { top:4.375rem;left:0rem;width:31.875rem;height:41.418960769809rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry8SboabBnqnhnPZRTV7F95yDA22hTPN { top:29.25rem;left:6.5625rem;width:41.1875rem;height:;font-size:0.875rem;display:block; }#Ry8SboabBnqnhnPZRTV7F95yDA22hTPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b32984b15a46d9b116fb81ab2a81b188b2e4f9.svg); }
 }@media only screen and (max-width: 763px) { #zZpOTAqGKeHGhnmnEhNIGCb2cMXuh3ek { top:22.5rem;left:18.499565124512rem;width:0.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyK7neNGrDvbUDwwNaBZECnEJDikCMBw { top:22.375rem;left:10.8125rem;width:33.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEgGfvw8mMdtQTMp5hg5650s6QLKTTu { top:21.3125rem;left:45.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMxmsyQJDT6xUtObvle0x97Ogzcv4aN { display:block; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnoTcrExgynluICyrXXgWTGdt1nIauFN { top:4.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSZcsCm26qthBCnxCCDyIHGqoMcOcz8d { top:12.875rem;left:2.25rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU1qduUxgW21ikERTaGCCfQ3RnSIb2eC { top:6.625rem;left:0rem;width:0.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JC9qJvc9IiFQ4FIeG6JESaW9pt0rJQ3J { top:71.125rem;left:0rem;width:15.5625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJnrRLZB5hVEqXVeClNRwtsGXfOxqLO { top:68.1875rem;left:0rem;width:19.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3hIJZHWU9gmmKdxOHXBScDOAJgiDhTd { top:69.6875rem;left:0rem;width:15.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS3lSrJZ3iCETvGqEAxs4hZQQPkFhQuh { top:9.5625rem;left:0rem;width:22.875rem;height:40.451845549346rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdEhb5p6EDqr8nLWSTJcdfqXBSUuKbx { top:9.625rem;left:27.5625rem;width:20.1875rem;height:39.316966683334rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMD8U2siJfaxNR3JGxE0WHoJiyqULfwU { top:78.8125rem;left:0rem;width:23.1875rem;height:16.081917640481rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQLDf3Dzsp3pNbPFTpMKvyTH67Hr8Q7 { top:51.8125rem;left:0rem;width:23.0625rem;height:24.620827567381rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL0pFzypmqKsofT8PpzZPEyIIH9guhMT { top:73.125rem;left:26.9375rem;width:20.8125rem;height:14.519557565977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck6FWDukssA7AgVN7uHrgcFtFTC9RtPq { top:9.5625rem;left:12.5625rem;width:24.8125rem;height:20.884250046483rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWk8CUJNJK2N3a9pEFlE6XBiWaHV5asR { top:32.5rem;left:12.6875rem;width:24.9375rem;height:19.264360274558rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50UGlNMCK9tmBQnuZ4RXGOw9qJabtVH { top:50.8125rem;left:27.125rem;width:20.625rem;height:20.376179437677rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJrdi6rWCAGwTCF71y5mlwEq2lXC68V { top:53.5rem;left:12.6875rem;width:24.5625rem;height:27.555583598997rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGISWm3QBGTU21Dzq6v8Q4NdK6mHeak { top:89.125rem;left:0rem;width:19.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Qa34vBkVGfIxtVkL9aSZafbzINU83H { top:87.625rem;left:0rem;width:19.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah3DQPlQ82qWnQ4CoglewI33WJxb4bIA { top:86.125rem;left:0rem;width:19.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAI6qZRCrq7JAexzDiRFTtKMaEkifVtm { top:57.8125rem;left:14.6875rem;width:12.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmETFs8rUCg3DHcxgcxEpNASCO4Hp19M { top:56.4375rem;left:25.25rem;width:6.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwHeiTRBTOonyLKaAcGsB31BO83URkX { top:71.3125rem;left:15.375rem;width:16.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoDZ5AEcdISKdDJADsETx0fXAl9o3q4 { top:72.75rem;left:15.25rem;width:8.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zQiquoxxsUzo0GxHik1DhCEL4iBwvd { top:66.4375rem;left:31.125rem;width:16.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOVsSD6d4sMJpb5UdmfnsBykW6pkm3N { top:67.875rem;left:39.8125rem;width:7.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6v8H9RSc4B1ksmgeyrsd5w9rkbOwQDk { top:65.0625rem;left:34.25rem;width:13.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAkw8v1PB4a2HBNThDTmEaWeNJHAz82D { top:30rem;left:32rem;width:15.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4D56ZBLPJg3NhyufVDBLG2GxL1ondKy { top:28.4375rem;left:44.125rem;width:3.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBM2BVQ6nK83g80TSB3aNXGoN7Xnn4yK { top:40.4375rem;left:14.6875rem;width:19.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9iROED17EVmByVeFfxU8RHRHSyRnfUb { top:42rem;left:14.75rem;width:14rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtJw53UoQNeTsiin8DugtfJSKEQCD8np { top:15.5625rem;left:14.5rem;width:17.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdDorpZXupXFwX2c0NPKxaWk3gwnHCV { top:14.0625rem;left:19.5rem;width:14.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkA1m4IDbamHWwnrm1AE0sn1OCq3L9JT { top:79.8125rem;left:30.5rem;width:17.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGId4JTzw9hwmDTaiSiiqO6tt857yqF { top:81.1875rem;left:40.5625rem;width:3.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWRlJZ3EzdJx5L9bGe68artFidPVx2M { top:78.375rem;left:39.375rem;width:8.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkwwF5LJ9UXIgECeTakXfn8vV7248rHa { top:14.625rem;left:0rem;width:11.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDWDsRFTKlGQnSEAX75Ttk6391HZCBBh { top:15.9375rem;left:0rem;width:5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 { display:block; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPVN23Jn9467yN5AJ2d6qbhzM6EhT46i { top:2.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz0H1w1I6Ae6Xxov4KAQny9k4ccLZIzX { top:9.5rem;left:0rem;width:23.875rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnAtFIPOKqmVUOpeZhDpqsN0AxPcyLFV { top:9.5rem;left:23.75rem;width:23.875rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOuqqfTsbG3ZqVaBXCOqnoNDT5i6VKTM { top:11.5625rem;left:1.0625rem;width:13.4375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htS4VOD6kc2ZqgZ8KQUHe7iZ30vAgOIp { top:11.25rem;left:4.25rem;width:6.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhrB6TVGZmyU3CmcPe5Tf3E44KXCuB2n { top:13.3125rem;left:25.9375rem;width:21.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8fe3zPiPtiM29TTUbSsFvw1uoNRKG9m { top:17.5625rem;left:40.4375rem;width:7.125rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqoqS52DpTMlV1PLu3unuykNIM0mgIFx { top:17.5625rem;left:34.125rem;width:8.375rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxkct78lMvmLU9NP1NAA1FVIJGSf63l5 { top:23.1875rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDEh6BiWqxEtHlXryROhp6sFwJPDlhDO { top:24.6875rem;left:0rem;width:14.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd { top:27.6875rem;left:0rem;width:19.625rem;height:;font-size:0.875rem;display:block; }#k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #hGXVIGii4myP8ifo6L2HnbcgdIB0Phge { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIe1IdXKgvAbodz7aogPLdHBUaO5Hplu { display:block; }
 }@media only screen and (max-width: 763px) { #PvrmQ5kITXqVSEiBGhC5migMAoUFBByW { top:52rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PF3XkDKMtb9JtTzCpCQDFC2mUQ2MS9 { top:52rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBqa3h2Lv9tL36E7QPrXVsPS8tyINLa { top:8.3125rem;left:1.0625rem;width:14.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7m3dC6WlvrK9E65LSZqlTLTrsTTebdo { top:8.5625rem;left:1.5625rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEsZyfCfkGxB7m3vePmyNFFX92FdFOvz { top:13.4375rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxm5EKoMuWxOSBASfQ2K4322W7GMzTMc { top:11.6875rem;left:33rem;width:13.4375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuEEfW4ITitT9HwF6wslWlbaDzz5Zav { top:11.3125rem;left:36.375rem;width:6.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqTqyr4RFTofW6OPHbcQnXUqaaPnNWU { top:17.3125rem;left:6.375rem;width:9.5rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubrLLX7e4RSVm17BGVZbLNAzoBlTI8Ip { top:17.375rem;left:0rem;width:9.5rem;height:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQo6VWmBHp282omcUnuuNSpsVBZbDbEZ { top:23.1875rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Ge3E43E6Id2kT7hHvAM9atctNO6qHT { top:24.6875rem;left:31.75rem;width:14.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZh6vHmcTKaELNRfiBruMcazcPDErTR6 { top:27.6875rem;left:27.875rem;width:19.75rem;height:;font-size:0.875rem;display:block; }#yZh6vHmcTKaELNRfiBruMcazcPDErTR6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #BZOhEUUfAkJpfLIq2aE8TiNTU4Kff3pS { top:52rem;left:31.75rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJweJ9r0xaT2TlDHJNvpDo7SdJRSdwt2 { top:52rem;left:28.4375rem;width:19.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavoxOXWudMqfyHfDNsQSuBzKxyh3gBr { top:9.5rem;left:7.875rem;width:23.875rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU05OARR6Xa2zoNGK94b50ZLibhIrN1n { top:8.3125rem;left:16.4375rem;width:14.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So4TFkNqcb0VRkPTwF2JabE8wG44TdST { top:8.5625rem;left:16.9375rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXVe1A6CmNRwQHLo8RWnA9DeqGgfmlh { top:13.5625rem;left:10.0625rem;width:21.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kusREwORRV5W2XVif5nc7CDGlGkZ3iHM { top:11.5625rem;left:16.5625rem;width:13.4375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f71W48lhQIv1wg9E9doaxxvJOrptii6r { top:11.3125rem;left:19.9375rem;width:6.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpTyWCGgrZuOFN1FaJmbKkxqvUa2ZDL { top:17.5625rem;left:22.25rem;width:9.5rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6hqckIQKk16kQuDalz65u2To3umtEa { top:17.625rem;left:16.5625rem;width:9.5rem;height:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgT4p81nly7F5zvtu4v8CogCfGGwh4J0 { top:23.1875rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diUbxqsPTrogXcP37TCkCcpgiixrE3zV { top:24.6875rem;left:15.875rem;width:14.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM { top:27.6875rem;left:12rem;width:19.75rem;height:;font-size:0.875rem;display:block; }#EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #W7E72V0K4Zurx3pSKpATPQiW7ZCdlbwa { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKgDbvxylqSWakEdRcKvIRZJRCJzCBT7 { display:block; }
 }@media only screen and (max-width: 763px) { #wE7rNoLxVg58cO4VpVlDmHoGxl74xId1 { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07EyL3b0NCzyO4yNfGpFqGXXU3T3can { top:52rem;left:12.375rem;width:19.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbr5mTZCLQR8uqweLZMqR7ueIxMJ7Sy3 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVgTfRhLcKp7cS4mk7tWW7ZqcudFdhGL { display:block; }
 }@media only screen and (max-width: 763px) { #RN8PcuoMA2JsyQ29I6ePlkPQSs08vrdA { top:20.6875rem;left:16.1875rem;width:14.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJxy2TZCiV9vdgNhyGGWnKG30t9KkZHJ { top:20.6875rem;left:0rem;width:14.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkE1Smt0naU7Rs88rlP0W579qB9I3yBD { display:block; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZa8qPMZTfXlCHvRzgbEbnRkgXiTaT3Q { top:6.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZop4R7y33Gk0hEhKIvTd5XOMUXk20s { top:4.375rem;left:0rem;width:38.125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHny9iRnw0WHfWzkCT7LEkaxz0cUu2GG { top:11.3125rem;left:0rem;width:47.625rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1UcSVdUGFOEwnN6lWEAQiZ0q1VO5wxT { top:27.8125rem;left:0rem;width:27.5rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVWxdCMbEsK3auBtlitPZumiyPn7OohI { top:24.9375rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTXdP0WSfX5rLKxUH8oCl5JDv50mHXQ { top:26.6875rem;left:0rem;width:14.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCuFTWgmqBMo0Hz2FyXwQfVqr1vTX0c { top:19.8125rem;left:17.375rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCTSMwgOe7c8bK8Q8McsbgphefWhKKd7 { top:13.5625rem;left:0rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T21TT90qw6PoR1JsNXfzwcrBytXhak { top:13.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPiEQ6TMpPwGLQpRmKMwEn4ioUVzvbw8 { top:8.4375rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4d9u6htf9kCnzkJolvya2ltfeMUDJzs { top:9.125rem;left:7.208335876465rem;width:26.375rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCQuwRg7H88zBfHxS3xv9JFoATSTFOxW { top:13.6875rem;left:0rem;width:15.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGBsOVN9F0LPOf68QePQFskACksOnaHr { top:8.8125rem;left:0rem;width:12.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPo6PMEec8r7KXcqZ59QBygnRoN6cRmI { top:49.125rem;left:0rem;width:4.75rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPQ1RtSFrUU5Qz7SViicI0fFq1ilgLs5 { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVc0IbVcuBfSsrAFcF5ZfCa7TXfNELkr { top:51.9375rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHWiklyXSiBFckSptPG5TRCNk1R0g4XF { top:16.6875rem;left:15.5625rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXSU1wCCAnU1HqIGEJeriUtgfgTXcAKt { top:17.4375rem;left:17.375rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Nqr6M4ZWAitPVzAr2yulg4NpWixk8z { top:26.625rem;left:19.4375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCbLoKeTmZWNoC1RIaOo0WkDTZPkHIQy { top:26.625rem;left:18.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKW9V8WiriBsXmvZikpX1GPywJPDPxlm { top:26.6875rem;left:23.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0E3p9lySoNGZ0TNs8aBm6NyS7t4mQk { top:26.625rem;left:25rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KATz03tvqWwJ5KmVDpC2ads7eBnA1yde { top:29.25rem;left:18rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGLT0UWg3bc2S5CTrPAck3fCASMq2H4v { top:26.125rem;left:17.3125rem;width:12.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5cnDZ1B0lbOiTCkcmO91wcCbEzdyAnZ { top:28.8125rem;left:17.375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueKSCWplVTnwDVg6cQNHRo9GTH8gr3gz { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab8SD1Niz8BUDpgd70bTc8Pfig9GeIVn { top:17.4375rem;left:37.8125rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJd3MtI2HiMxuRnPuN2AytQiQdrb4M6 { top:19.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKfmrWzOtZRbtH2WlxD1yMzDxMuhtDyf { top:26.5625rem;left:39.875rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6isumWbRzrQQieOpFqfKzUkoIBMsRmk { top:26.5625rem;left:43rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT75OsGpXRS1nxNB2GdI2JMiHewPzvHs { top:26.625rem;left:44.25rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xowx0BAaPdGh2ChbQHeuVrPbWNMiGpTN { top:26.5625rem;left:38.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TUt1pV0o5KhZCE8NtE2niWyKaPs1oA { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7FIp2LEPxETgeFsVtTDv4vTxQWi8G7 { top:29.1875rem;left:38.4375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFcKTdskCxOaUHPwyC2rL2Q64731Xgn4 { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMcrAZUx663DspEuAoc6htdtn1Jo3rkA { top:33.625rem;left:28.375rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TPLTzRklHup9gU6ElzF1zoT8aN78Xl { top:34.375rem;left:37.8125rem;width:7.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPuLchMWyzbubsLbUSgkI0reXTiPoiV { top:36.375rem;left:32.0625rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbTcPkceItBEchISogWwmHGMRTfcz8H { top:43.3125rem;left:39.8740234375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O16t8L7eE9qQT5wP0DxBv6InHs6dNaR4 { top:43.3125rem;left:43rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebLeiHpO92lZzW1eBIb8MDMbeNSpARl { top:43.375rem;left:44.249351501465rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkgwifKyo9OaL9CspzOWCudwWo8r3Vpp { top:43.3125rem;left:38.499839782715rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynBD659BZcit1kvJhO13x0LP2vHKnu1 { top:42.8125rem;left:34.875rem;width:12.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtMbySO442sZlWFczuVTFmWUhBM7bzuC { top:46.375rem;left:38.436851501465rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIxl5bA5eTi1VQog7DDHOiblCMa5V9Z { top:45.8125rem;left:37.812171936035rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaI4c2rZ6R73GpxwLp93tx3a5b268HVs { top:33.625rem;left:15.5625rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rbK2niynzWeJHp5kaRpEb6ipmRQ2IF { top:36.375rem;left:17.375rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7uRZsdVSg7DM35dbzSpePEhSOvv9VPZ { top:34.375rem;left:17.375rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6BPG5pT83K6vWkk4WEo1vbZCgZr8Cq { top:43.5625rem;left:24.999671936035rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d17mwiRXnqVWlCkPWIgKHfNrUWcf4ptr { top:43.625rem;left:23.812339782715rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJC3b6yPC3xqmAZRT1yt3DvbbgZSCVzw { top:43.0625rem;left:17.3125rem;width:12.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWg3TlFpbIETz1cu9yAU8mTyhClbUZwL { top:43.5625rem;left:19.4365234375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcxgdU2KQgF9PvTMi82N8qFARPMRt0Jg { top:43.5625rem;left:18.06201171875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrrz1xZCLgvCr6gp5snRk8wTPXZIeV91 { top:46.3125rem;left:17.999351501465rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdHMnAl0ABtHmCQ1VOlFpzheUgmfH3bN { top:45.75rem;left:17.374351501465rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUlslaA0FtxGOTpmsPynD9wafWgVoUQs { top:50.625rem;left:28.375rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq8sockG7f20NoEBkegDPNpkZxJZzeP { top:51.375rem;left:37.8125rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqUasHJrKcCsnyKcOP77elkquBRBb4I5 { top:53.125rem;left:33.0625rem;width:14.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DssnsEadnnCW7iVsZinuyWx2MhUTRocL { top:60.625rem;left:39.875rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEO1Sqf6esUuZgQZmwDv5FPQ0UKt7XzN { top:60.625rem;left:43rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlgaKvf40flbobfft4kJhXvNpKiENhvR { top:60.6875rem;left:44.25rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blg3k5LXAxyKQJJRPf2oB8PtMib13lZf { top:60.625rem;left:38.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2WEpDbgISA6XHPdyEhGXFVUgL96qKSq { top:60.125rem;left:34.875rem;width:12.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSynR8sK6TTsRE0rxAiAU5TyDGhgAi4X { top:63.25rem;left:38.4375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NECCampclvPuQuOLBCGTyvpXhN3bEyME { top:62.8125rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVzVsFpmuh5bLRMgI6fDPsWubc0QWn { top:50.625rem;left:15.5625rem;width:19.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBIHaXKQsxpfylzvI2MmPDCsTRBOJSy { top:53.375rem;left:17.375rem;width:15.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8IckZllKMUmhVzbeyHdMGzfatMfaE3 { top:51.375rem;left:17.375rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3kX18dzrliQTQZA3MimS0ivh6DP8M4w { top:60.625rem;left:25rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcU9DHI7vIawGqJhURoWmXGBRZWGhM2E { top:60.6875rem;left:23.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXbxtVPOubnN1teZFGliihnpNTAnbCtX { top:60.125rem;left:17.3125rem;width:12.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anaOkKc8tS1yweCl3EcF5uufUg1T1PzA { top:60.625rem;left:19.4375rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX4u9KqC3BqAnRbspxaaRCtZKVXhLw6H { top:60.625rem;left:18.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIC9oJHD12oVzkLdh1C5wCky0FTZd7Rs { top:63.25rem;left:18rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU4BwJ7ORuFEBJmC4WCqgJdVRTZbhr0U { top:62.8125rem;left:17.375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoI36EkVcTTRVPys29eT83cgw66LVvdL { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvKmCGa20EnGVGNmD238pP3fD5WIa1SK { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZF7xKcG54THPcgpQti8RsqtTgN4fA9Lu { top:22.9375rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQl30PQCzH6VOlScmc8blPHPvEIm5Hvm { top:25.3125rem;left:0rem;width:15.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL8GZxMZmBcE06AWFiGB1DTPGgGKKy21 { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTlT0SwTsDEWipoKPAyyqgWf51R1oQzg { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtTCpO6aPxiXhg9y4ZsDDQbDGRctcCG1 { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7WcxmSTVFkWQMbFTkXTADBCLcTalhZh { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTgfZGzmAz0UbDF9NWbEZGwlp1QhhU5f { top:11.625rem;left:0rem;width:10.1875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pStlZxQi9ooTtRcpvB0gR8GclfGnxvqo { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDJwIGIyZsQoVUXbf3nTsz6Sl6AHvmQz { top:63.625rem;left:0.2497838139534rem;width:6.0625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPnRhU9ma9l46PTE4okX0M5aPGNPKn3m { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5xMT1asRT6msSHMQ6Ho5yH6gr42rW7n { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZrrIvTC1rOGW01W47q8PTmUOlCfHeia { top:19.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHkN8S5X90K6OTcawnhhp86XduFWU7ao { top:75rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3K4sd6m0RP4F3kAIWE70TwwQ8aC5BwX { top:83.875rem;left:0rem;width:4.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA02VlC75dJEDaoMDT6ewTOHH6RZr1fR { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udckAfX9tVrnIrNw45JHrMsgXFC2wo2X { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IukKx9RHV2n8esGGbOl052B2mrc1nnTp { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzAkZEDnGNGuXgt6b5Wd3ErGheLzVfBl { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFiTCiTil0A7fCqL3yOD6OMuxb4r7gt6 { top:86.6875rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHv8F6K3PhZkcN4tQWiDpOeZ6hrpa0dp { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoTDcEBVarv0NxJO5luhHi5Rzxcu4i7c { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3om8q4r0VJNXFEHk9O5lTwhMqb7ur5e { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs46tpMTLT0R9ITkWSJwVxpgqsPLlngJ { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi9sHdS0ooETfcCa98HdlBtZE7oV12BZ { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvGVd9AkaTlPhPTzgyK1Tfxtl78HRz2x { top:66.5625rem;left:0rem;width:4.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERHtImUpoqhHUd6kiaMNk1nm1p5hRlaO { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRdBq65KcW3w0Fn0KR2e8ylD47d2xWnT { top:69.375rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzsAQnd5omB3BvRsRVIZIcVvcGaAMR01 { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #galM3K6TK6xxWal7fvhD0yMT70v2QFtz { top:19.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DArTAyggJ1JtpHpFVNKl2osNTvFTENUl { top:57.6875rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuPdvQBDET6GxaFO7cdL5OkVxnIDqaFT { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqaD38MPC0M0eRhupFgf98sxT5l4uwPP { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DI4MeUhlA0EO204iyxhT8cJeGgVK3dRG { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CURxLLBkAbTBK5ZlOG7Je6wZQLHIEKPt { top:101.25rem;left:0rem;width:4.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwT8HgbDRqTPX8SSHQTZ8QlLs3wHmpra { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Le3iN1mxulp1dtQ2BEKb9UeerwUz4iv9 { top:104.0625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5TTyw4Xh6I8hXtdnvbN9nemnapDKdh6 { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCuLuJ9e6ThAeZyTcGBUKJBhkVJkOigw { top:19.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kuqbr4irq16pXu1GlxmfzE1v6HIhK69L { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lwcwq9lm5EL8JIfds3F4CT6Uk2VzPyec { top:92.375rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTkWdpmEuDiGMycWweCr2x1slyg7iI9T { top:63.5625rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #on46c99sAUyTlEBacAe65e2e4vkVqmHe { top:26.0625rem;left:34.875rem;width:12.75rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVSgeXVBZ9Ns7FbwtOo5z8G7r4fVx80p { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhievEMDyxaTdh3ItaRmFPZlQJ5ufSHA { top:118.375rem;left:0rem;width:4.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfwaI502oXVNopbSyLekTsKrzhPUIpFp { top:52rem;left:15.875rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdxsAc8sVwKixmFP0nlobSAlrT2U1xwO { top:121.1875rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMolIqdKBMZ0USct42tJmgnwz5X5CxXK { top:28.75rem;left:37.8125rem;width:5.3125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaZySdd1TK5Vn6Vv4u9LNZATnXwtVXLe { top:19.8125rem;left:32.0625rem;width:15.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxW7SFOOgG2wZ2hKXAiToVh8FWZdebt4 { top:16.6875rem;left:28.375rem;width:19.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETUTTzJhA2SXoPJkdcR0PuvkeX8S52XF { top:109.5rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF { display:block; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asUBahX2LFSdrTzUQn6w8ATtsZivh21T { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 {  }
 }@media only screen and (max-width: 763px) { #UAGnQFMGvD3tWoeJkxlATP5KnIrbTd3E { top:4.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #GqvvTfr3Wivzuio6SlPU918NaycvA7Fr { top:9.625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrguV0Z7ITaN88DxlRBVTK674cS1PVm { top:2.8125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPVwzPiewBnDsMf74O3nIf0AifdxRpS { top:10.75rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { display:block; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;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) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:20rem;height:1.8115234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { width:10.3125rem;height:1.1254875rem;top:0.56184896826744rem;left:2.3118489980697rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { width:1.5625rem;height:1.5625rem;top:0.24934896081686rem;left:0.56184899806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTth0TO44JV4aRCqXtiVH7HvbeEHH3GL { width:10rem;height:0;top:0.1875rem;left:8.9375005960463rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m38MS2gQlRQg7bR52pRuTI1CEavyxOUa { display:block; }#m38MS2gQlRQg7bR52pRuTI1CEavyxOUa > .row .container { width:20rem;height:4.185546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoGSqz2oKADNC9NbQRvuI2PX3kL8JFZM { width:17.3111875rem;height:2.25rem;top:1.9363403320312rem;left:1.3440395593643rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PK5PmmVDf0ZRmDXPu394cTdNKfExJBpM { width:20rem;height:2.5996125rem;top:5.68408203125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZd6e9ON761yV8r9FpMZFeU8cshU8KTq { width:12.4375rem;height:0;top:0rem;left:-0.6875rem;font-size:1.125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #gzqECfGc0uUcsvFH3tsiBV1Bve4wuTBr { display:flex;width:1.8125rem;height:1.8125rem;top:0rem;left:-0.6875rem;font-size:1.3125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #s2RBzW6PoLOfX7PmUWaQGkZiDfLXFG9F { width:7.8125rem;height:0;top:0rem;left:-0.6875rem;font-size:1.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #HJV8aKH73gl3MfrC7wGHqZv1ccz2qtog { display:flex;width:1.75rem;height:1.75rem;top:0rem;left:-0.6875rem;font-size:1.3125rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:19.25rem;height:0;top:1.3095703125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:13.8125rem;height:3.14941875rem;top:13.936198234558rem;left:2.4062501192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { top:38.125rem;left:1.8125001192093rem;width:18.186875rem;height:24.311875rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GxNeukN0DUNw3FpHeyb4hszThxomsF3f { width:17.5625rem;height:5.625rem;top:18.312500953674rem;left:0.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { width:17.8100625rem;height:2.81005625rem;top:25.375rem;left:1.125rem;font-size:0.875rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { width:15.9375rem;height:0;top:27.250355243683rem;left:5.6856061220169rem;font-size:1.5rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { width:14.75rem;height:0;top:29.625473499298rem;left:6.8728619813919rem;font-size:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { width:17.9375rem;height:6.5625rem;top:26.688091754913rem;left:3.6857205629349rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #nkRWUtDvUQiAWP0HcLbRoMqONRfVQ30s { width:18.625rem;height:11.25rem;top:1.6861977577209rem;left:0.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15012;color:#b30350;display:block; }
 }@media only screen and (max-width: 763px) { #rDxAAdcniQrZ5VHRfki57DG8gsbRbI8K { width:15.811875rem;height:22.999375rem;top:29.812500953674rem;left:2.0937501192093rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aLCiodsMHNszX7xHnTk7cST8s6ou0bJd { width:0.25rem;height:2.8125rem;top:14.104166984558rem;left:0.91666662693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINHkyi2d455CBQPvwnMLbMCm79NrhLB { display:block; }#oINHkyi2d455CBQPvwnMLbMCm79NrhLB > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4WZPPpU0UtlUh5Bnv5KEu7qkb3G2K8 { width:10.1244375rem;height:1.94986875rem;top:9.75rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2cicd8Umqql3T4D279yoWgfRV8yHPC { width:9.1246875rem;height:1.94986875rem;top:16.875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxte7Anm04cBBtelZDsfevMwQ9hg3FnP { width:12.49925rem;height:0.97511875rem;top:25.6875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0QLX4PKzFFSaenUqwDHWrHPflSNQgSC { width:12.49925rem;height:0.97511875rem;top:24.625rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTrqX3dXLJruT3NyZtMnJo5qKh0VIZw { width:12.5rem;height:1.94986875rem;top:33.375rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUXAi42ZQusCAdhLP62i9uKZvRFdbmF { width:12.5rem;height:0.97511875rem;top:40.5625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NRzVAAgPHlWLQ1cFTNOUgedx5t3rSx { width:12.5rem;height:0.97511875rem;top:41.75rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJTL0zfdi3QhK57ENH6DghTT9R2Bg50p { width:12.5rem;height:0.97511875rem;top:32.1875rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPU5yUvWswTvrKdLiuPUTTOSi7fF0nvi { display:flex;width:2.06235625rem;height:2.06235625rem;top:6.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #zxuvlznUmz0bxKXFvgdsedEfa08K5yLx { width:3.124275rem;height:3.124275rem;top:5.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr6liFZJs2WrtywsbXAoFO1XtdwouLKn { display:flex;width:2.0625rem;height:2.0625rem;top:13.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NxsdBinoyLFeiyHQvE2g9yBNo5ch2SO7 { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyc5l6SPp9H8OBsonQwVxKTvGTIQ30mH { width:3.125rem;height:3.125rem;top:20.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgpyUm9d39amvM0pQnKuTr2TmMd4ylXE { display:flex;width:1.8125rem;height:1.8125rem;top:21.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #xu2DyfDOP37MS9kfCTW6ou6qJTIgZzTN { width:3.125rem;height:3.125rem;top:28.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknP3qNxkMyS01ve0hWcWeZFpXLXL1hB { display:flex;width:1.9375rem;height:1.9375rem;top:28.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #L3GgKWzQFh52JZUzW2JOINt4hSJOmkwq { width:3.125rem;height:3.125rem;top:36.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H230uct1gDwPEEsEdyzN0OJ9vOC48Bni { display:flex;width:1.875rem;height:1.875rem;top:37.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #T9xTl5B44bPSqtSnIsNwqT7iDTG4cdJQ { width:15.2495625rem;height:3.375rem;top:1.4800338745118rem;left:2.3719619512558rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN { display:block; }#bNpyIwMkHEXqhMT8Pa65JaNqFFX1iyRN > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bykOd7V3MwwEygKfNoT4otqfWypnG3qt { width:20rem;height:7.5rem;top:2.3095703125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iU9y84SkVtyJSyFJ6ErZGbFhbtMkDnmM { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KofLCgvgTuydi2bFcTwTIgca3cNQAUQF { width:0.12429rem;height:3.75rem;top:4.1228675842285rem;left:1.2878786325455rem;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #id29TiPh5BiUvOKQ4R7Tr1WDVLgZkzxV { width:20rem;height:9.8125rem;top:11.375rem;left:0.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PonNULcXcFQB0a5fuUH4TNT23UoT4ETR { width:19.1875rem;height:1.125rem;top:260.08535214844rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqHiAaPKfwsFTLNhBbgJ84Zbge1rLGG9 { width:19.1875rem;height:1.125rem;top:258.58510800781rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8I4J58qT0iK7SUZQVGTbhXnC7wpvzw4 { width:19.1875rem;height:1.125rem;top:257.08480283203rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0CQnK8wwUG4w5E3TIZSHR8RZEbqbwaa { width:20rem;height:8.2683982683983rem;top:22.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dT5fI8wIvVFLxwrr3LmoishAzokzl1q1 { width:10.4375rem;height:1.1875rem;top:165.25001049042rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRv3Wra249J9ZBKqofTx9Qr651VFkBk7 { width:16.875rem;height:1.125rem;top:175.83076049042rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZg28MiQk6f2zKeoMObykrrpwD4Pb7Fi { width:19.9375rem;height:9.5rem;top:32.186778664589rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #guSr3lnfhsDw1COfkfIdPxhIaAF9Wvpk { width:5.3125rem;height:0.75rem;top:16.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDWXpagXpFZBS48i8QL3rPuKfJb2bo5T { width:9.8125rem;height:1.125rem;top:13.8125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn440Jc7S1sX9ti19Zk3RoyvmBgxpEcL { width:13.875rem;height:1.125rem;top:15.25rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELdReDw0FNa6Mx6ls9nlGd4dEgfZkww4 { top:17.625652313233rem;left:1.1035157442093rem;width:17.25rem;height:1.1875rem;z-index:15088;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KtG7LhV2s0pZupZnhe3mnsBIht8CoDMI { top:16.250652313233rem;left:6.5625001192094rem;width:10.375rem;height:1.1875rem;z-index:15089;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sdTL1C3Hqqz8RBlzrzfK0RF20ehmiOWT { top:19.000652313233rem;left:1.1250001192093rem;width:14.125rem;height:1.1875rem;z-index:15089;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nUwwIEMs74TGDWVeiHasz4Gt3FJ6N3qd { top:24.688152313233rem;left:9.89518225193rem;width:7.5625rem;height:1.1875rem;z-index:15090;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WFUVTcep3RIeAwuiZKkEHRssmTkumei7 { top:26.040365219116rem;left:0.916015625rem;width:10.625rem;height:1.1875rem;z-index:15091;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDwUnWTxncBoD67e2vlhfIC3WHhbptbs { top:37.000001907349rem;left:13.33268225193rem;width:4.5625rem;height:1.1875rem;z-index:15091;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sSdfCshsrGdVi0DTuRcd0xU55uyfUbwz { top:38.250001907349rem;left:4.0097657442093rem;width:13.5rem;height:1.0625rem;z-index:15092;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pToAdRTvkM8mD2AZHaZfJXOd7b55TBXE { top:39.500001907349rem;left:3.9993492364883rem;width:8.625rem;height:1rem;z-index:15093;background-color:rgba(38,135,96,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ { display:block; }#w8M8iaRrhy4lJPphWPvAZLfu3VCLyIBZ > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHkCGDniTaGXyo9ldkS7JEALR8akQcN4 { width:15.8125rem;height:3.75rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCZVzoSS4QlzEhmTa9klwC1GNpNUy1XM { width:20rem;height:25.875rem;top:7.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WlUdtB1tHqphJCw1tCKQmRoTH9cR2qKP { width:8.25rem;height:1.8125rem;top:40.875rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TghbSBdxcWQaORGaxGGIpwPfo08qsIaZ { width:8.25rem;height:1.8125rem;top:38.25rem;left:9.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #xn4rqV6Hnz1cU2mseXPoaNWEvwPdPITc { width:8.3125rem;height:1.8125rem;top:52.375rem;left:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #a6uIdHSQP5mPnQWmU2CP4xFEEayghCSb { width:8.25rem;height:1.8125rem;top:43.6875rem;left:9.9375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #Ivp2QgAAA3QVdbQm9Xs4JuO5TSZQs2VA { width:10.1875rem;height:1.8125rem;top:49.5625rem;left:0.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #bAwmQJMaoeDOTXAtL7b9sxMVTpwec17s { width:8.25rem;height:1.8125rem;top:46.6875rem;left:9.9375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #TA7JuKSskN4hHnzRaAD8Ls6SXVwXG1of { width:6.25rem;height:1.8125rem;top:49.5625rem;left:12rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #x6q2iUxaoZkqW8OkeTsFzKJWgybLZ6ez { width:7.375rem;height:1.8125rem;top:55.1875rem;left:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #yfhKEQfh8s01kOge1MIarv1SMs99yUPo { width:9.5rem;height:1.8125rem;top:58.4375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #wGAvfVDs6293b08bleLvrHpZS4eNQgTn { width:11.9375rem;height:1.8125rem;top:61.375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #hbToJMKghTkoJJ9wN9VdVyDUQCIrMvub { width:8.25rem;height:1.8125rem;top:52.375rem;left:10.125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #i67RHc5yw3JZAnah5AyzSQHnGqGTzMrp { width:8.875rem;height:1.8125rem;top:55.1875rem;left:9.3125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #lzgvNJlhmw8DzVQaR85w9MC1WkKpCsbi { width:8.125rem;height:1.8125rem;top:43.6875rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #E3qTl488SBrgO2TUcsaC3PScEvnl4I7C { width:11.9375rem;height:1.8125rem;top:64.5rem;left:0.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #NDe2bdcaKfFkEOwSLNMQbeWmVCRcqTCr { width:19.875rem;height:15.5625rem;top:34.729879394531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7hdldGt5R0DccJ4E12pybmMurx0u2S { display:flex;width:2.25rem;height:2rem;top:36.479879394531rem;left:1.3752174377441rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ZaloR4TNxD1VOT8tTRLoDKTA1sFyRVOF { width:14.249125rem;height:12.375rem;top:36.098093032837rem;left:4.8730471730232rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dI7sehdVT45oLMMG9m5rlG0z0dF26oZL { width:2.8125rem;height:2.8125rem;top:35.947759643555rem;left:1.0607643127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAJJImNqasErV4rSRx07JizIrzMpbqpC { display:block; }#nAJJImNqasErV4rSRx07JizIrzMpbqpC > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzZAcOKgVeQUuFTCmGNkgPFFxTK12A40 { width:20rem;height:7.125rem;top:4.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GOxywI7KvORP6m2w6VvSrJdPTAPs36Mt { width:18.2480625rem;height:1.1254875rem;top:2.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SwMsKtCMNItEdNte8ny6WeyftSlLPUEU { width:8.25rem;height:1.8125rem;top:40.875rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #IzPdam1TTMB9JWaRnriHLVO4BrtbBlbp { width:8.25rem;height:1.8125rem;top:38.25rem;left:9.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #XnNUrsN20KvSZCInOf0v6uBdFUH5btda { width:8.3125rem;height:1.8125rem;top:52.375rem;left:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #WT2EPB9uOQF96gx0HcTyW3l6bmAP0Emk { width:8.25rem;height:1.8125rem;top:43.6875rem;left:9.9375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #S14TP2Lsv2IxWnLwxpLQ1CkU13vNRXcF { width:10.1875rem;height:1.8125rem;top:49.5625rem;left:0.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #KuIvOhbIfU6t82NrGqafPMh3NnbQ50TX { width:8.25rem;height:1.8125rem;top:46.6875rem;left:9.9375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #D9J3GTlkcxccwl0noeDvSTfqRNWd4nDJ { width:6.25rem;height:1.8125rem;top:49.5625rem;left:12rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #KTB3TXMBqNORMS9GDZ0dXzplXre7lS73 { width:7.375rem;height:1.8125rem;top:55.1875rem;left:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #VFwDyqDGdsvPpTbg0Ddw0aQEv9wdip30 { width:9.5rem;height:1.8125rem;top:58.4375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #R7d1mbNcsJro5shqvC0i1aled1HLnV2l { width:11.9375rem;height:1.8125rem;top:61.375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Q3yBMMIqJL96BEhcz539TbZxTxFHpan0 { width:8.25rem;height:1.8125rem;top:52.375rem;left:10.125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #BUzEUDx7AatzpNvBnslpP66sTHeAm3Om { width:8.875rem;height:1.8125rem;top:55.1875rem;left:9.3125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #rK6ErAQiTWIUeolbaTc2P7KGrPe5LOxF { width:8.125rem;height:1.8125rem;top:43.6875rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #yyqePn4RDJ0HVk4wKn8gNPIwl6xBxNLq { width:11.9375rem;height:1.8125rem;top:64.5rem;left:0.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #L7sKymoevGTKRT6wPO8nwJeiGDc7L3Ib { height:11.25rem;width:20rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { width:17.1875rem;height:3.75rem;top:4.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dq1nE7vedXHGNzA1amqfiuT0g9LQeUT2 { width:18.1865rem;height:1.1254875rem;top:2.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { width:15.24975rem;height:1.3125rem;top:14.75rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { width:19.6875rem;height:11.25rem;top:9.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { width:14.06175rem;height:5.25rem;top:28.0625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { width:14.6245625rem;height:5.25rem;top:41.9375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { width:15.187375rem;height:3.9375rem;top:56.125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c82c4w2lJTugfeJVNDTiaKiN6Z9BENaT { width:14.37425rem;height:3.9375rem;top:83.8125rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z1r4I0GRhnEA1UGRrCUNlz5W9byzAU { width:14.4994375rem;height:5.25rem;top:69.375rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #Eo75i7HMnUDT2KI9zHISIImy0EzdCavk { width:18.75rem;height:11.25rem;top:20.625rem;left:0.625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { width:19.6875rem;height:11.25rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { width:19.6875rem;height:11.25rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { width:19.6875rem;height:11.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxi3epOtHQE3iliS64JUUnQc2set5TEB { width:19.6875rem;height:11.25rem;top:78.6875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #DecGdxQDebDRDwoQ5WDmbrf5ysbIk0iZ { width:19.6875rem;height:11.25rem;top:65.3125rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #RKzhv79uZaQLcJeLm0ioCcbQAIcXImdS { display:flex;width:1.9375rem;height:1.6875rem;top:66.6875rem;left:2.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #aGUTBaFR9LzrwyZbvvyQ3gHXpyeR6Ba8 { display:flex;width:1.9375rem;height:1.6875rem;top:25.5rem;left:2.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { display:flex;width:1.9375rem;height:1.6875rem;top:53.1875rem;left:2.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { display:flex;width:1.8125rem;height:1.625rem;top:38.9375rem;left:2.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { display:flex;width:1.8125rem;height:1.625rem;top:11.5625rem;left:2.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { display:flex;width:1.9375rem;height:1.6875rem;top:80.9375rem;left:2.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Jn7IO5vOgeBNpE8xAWdOhhFcGcZR5yWN { width:14.749rem;height:3.9375rem;top:14.75rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv { display:block; }#dxNVifOMp2VSxKusPMbhUJBxrnbCbUUv > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlQaW169VwNzTPJQmpgw0dbGUxFkrQpX { width:17.5625rem;height:3.75rem;top:3.5615234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LTwWgdrK5tsckN2hUi0sG0KLVrdDdDKC { width:12.8125rem;height:3.0625rem;top:19.560842514038rem;left:3.9615291357041rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #Z8pyw95Ke1rFuJPdmWVTdDs39782pWpK { width:7.12475rem;height:0;top:20.5625rem;left:7.875rem;font-size:0.75rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #rdobn11CTUFCUH2y5IUVm3t2453V4fXL { width:18.9995625rem;height:18.9995625rem;top:9.1232624053956rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7gSZ9q6BMCp4DmZvCx26zGzEAgVrWpB { width:19.875rem;height:50rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ang0H43V12UA8RroybHmQTGf1B4pWsCQ { width:16.0619375rem;height:4.5rem;top:74.3125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23JcH1yPad3FIhdtuGWLrXJUTOznf6P { width:18.75rem;height:0.0625rem;top:70.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmtCKgs9MS860Fq3ArbXgpvibC5FDbo { width:16.1870625rem;height:4.5rem;top:54.875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSFQPQI9CmdwBq16Kq5GEGUNcap83sde { width:14.874875rem;height:4.5rem;top:64.6875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IUunUrGk5tQ5l3SiT5Mk9Q5xxtXhtK { width:18.75rem;height:0.0625rem;top:60.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mXPZuR2R4nOSOnWzsBxrp4pCkkGq0U { width:18.75rem;height:0.0625rem;top:50.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TifqJz7hftHboys8uTomzKyyol5ZJqpl { width:16.8125rem;height:4.5rem;top:45.125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpMyIffBxQuHMHCeW3Zv9VZnXlUOKtG { width:18.75rem;height:0.0625rem;top:41.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pug9xVqvRkwAHeQv9kV76le94JCy1w2Z { width:16.625rem;height:5.625rem;top:34.4375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIGgiL7Eht0N95enoQUwZKsPaCMhf1P { width:11.3744375rem;height:2.25rem;top:32.0625rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2OD3T8oIBX0e57fN0TpNfUZqrqI1X4 { width:3.06206875rem;height:1.6875rem;top:42.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCCgbAWhgLpQM3uQ58DzcndSC1RaLGbi { width:3.06206875rem;height:1.6875rem;top:52.125rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NksMRvmis3xOQU4MFgqvXcOkniayyscS { width:3.06206875rem;height:1.6875rem;top:61.8125rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d9yNpesVbQ2BdBTpIVttW0Re2r2T24FX { width:2.125rem;height:2.125rem;top:31.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZipQ9FfP5o0I4lXUMQQMM9yd6DnGTiVs { width:2.125rem;height:2.125rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSAFJGcKZgQOnhFJ9psttWzp0cyAoLq { width:2.125rem;height:2.125rem;top:51.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBt0UsMSEbe9hH4bPJFZamkF6zvzUTnp { width:2.125rem;height:2.125rem;top:61.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ51TzU3gOcLiZ4HZBUUTWSx64iQAoFE { width:2.125rem;height:2.125rem;top:71.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw77EXwlnAd7ukPVIvkkTNrvTQfMrz81 { width:3.06206875rem;height:1.6875rem;top:31.8125rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BR48uTP0xuJnVdm6zZbsqkyFrcdP19tQ { width:3.06206875rem;height:1.6875rem;top:71.625rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7VociCcyhrRANyIsNfqsMUP8OL4CLA0 { width:11.437375rem;height:1.1254875rem;top:42.6875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvLubdQn6Ut6ad2aOwoTDydJARD4hSb { width:10.62425rem;height:1.1254875rem;top:52.375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNQXwpSM4kZfCas1gC9y2bbdXgIVaEWN { width:12.999875rem;height:1.1254875rem;top:62.0625rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszWZBUMRgJZMKBO46hM2pE1UtpqmVls { width:13.3745625rem;height:1.1254875rem;top:71.875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i { display:block; }#gMvdqekpmMVlWeXEgEwyHDhrDtqbDB6i > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH42sJ4pxClOHEBzSluXPgGqbfuViHbq { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1QI7K3BgSWxkx49okp4XutMJ3U4Rl1N { width:0.12429rem;height:3.75rem;top:4.1228675842285rem;left:1.2878786325455rem;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #eyMsJuUUieLehHch3kmEmtVSIEAzkHzV { width:20rem;height:13.3125rem;top:0.54166666666669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLrgFC14eKd5hHShtanKApWhgUsrgR2 { width:11.875rem;height:1.125rem;top:99.624529394531rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDAuOyUh807EcTQURGqwsG5JGsTElxLT { width:5rem;height:1.125rem;top:100.93672421875rem;left:3.8751449584961rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6mkmP50uC1alNZV17t4t3SpTcCJnw0a { width:9.625rem;height:0.8125rem;top:11.9375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaTbOkLsdBuxEkrpXrLxV5Xh4PCH5t2y { width:20rem;height:17.093576831579rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLHLUqwfgtE10sVlUF1Bdfk62No8BiVs { width:13.1875rem;height:1rem;top:43.449802490234rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ui1fARl9GPaDBSu9y71GcVXbAnX0XJan { width:13.1875rem;height:1.125rem;top:42.012455078125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOgWgVxUHiFBkZy8uOdwl6oB8rz4rTyS { width:4.3125rem;height:0.8125rem;top:44.699802490234rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNsLpdISBAWxdiynKQMqcz9QTqd2Ws5S { width:20rem;height:12.457847229961rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dVC2akDkKJK9Zp1ToHDAe7Wezd7gHT { width:20rem;height:15.013794710853rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:19.25rem;height:3.75rem;top:5.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { width:8.25rem;height:1.8125rem;top:40.875rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { width:8.25rem;height:1.8125rem;top:38.25rem;left:9.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { width:8.3125rem;height:1.8125rem;top:52.375rem;left:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { width:8.25rem;height:1.8125rem;top:43.6875rem;left:9.9375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { width:10.1875rem;height:1.8125rem;top:49.5625rem;left:0.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { width:8.25rem;height:1.8125rem;top:46.6875rem;left:9.9375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { width:6.25rem;height:1.8125rem;top:49.5625rem;left:12rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { width:7.375rem;height:1.8125rem;top:55.1875rem;left:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { width:9.5rem;height:1.8125rem;top:58.4375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { width:11.9375rem;height:1.8125rem;top:61.375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { width:8.25rem;height:1.8125rem;top:52.375rem;left:10.125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { width:8.875rem;height:1.8125rem;top:55.1875rem;left:9.3125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { width:8.125rem;height:1.8125rem;top:43.6875rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { width:11.9375rem;height:1.8125rem;top:64.5rem;left:0.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #zxSxExfnd3wsFXVEVd4RBEfaKDkbWyGC { width:14.4995rem;height:1.1254875rem;top:3.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOFH3XzXnF6pnZMQbrFhQVBzBCH1BxkZ { width:19.875rem;height:15.9375rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzaxT7DDhICRli0770xBhB50nyN3WKsQ { width:14.6860625rem;height:2.625rem;top:19.125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdvZsfdFlkZAt4mtIVQzirfAKpxb410F { width:13.25rem;height:5.625rem;top:23.1875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiWb0pc6OfCpAnzm3rA0xrFOx1tPyRKe { width:15.75rem;height:18.5rem;top:33.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcQuwn9fEUZOt4q9vrMnLZHcrU91sGSw { width:12.2496875rem;height:5.625rem;top:44.0625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpDlteWZCPcoTf3L3pPdKM4bKWnqQcTE { width:12.7495625rem;height:2.625rem;top:40.1875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXURFI7LHVfq3iPhahSOPAWiPSIyxRKo { width:15.75rem;height:18.75rem;top:55.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCbuKpKzOL1Dhderd4nK96nCoF1aQsg { width:12.2496875rem;height:4.5rem;top:65.375rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNuXDZJuSq0RCu8QTCUg2HAZeuzEJIv { width:12.3119375rem;height:2.625rem;top:61.5rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv5lJgqAiKEsZMUsdfRxwoARhw6dnasp { width:15.75rem;height:18.75rem;top:76.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KELiqCRrLxHg7IiObIGLFkFpeiCSAwxs { width:12.2496875rem;height:4.5rem;top:87.125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UliC0XQ7AcQPnKn8dE1Rw3Iz4KbnxQJs { width:12.062375rem;height:2.625rem;top:83.25rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPQN248biG74zDxpHF1fC1bt5HxqQ9g { width:3.5rem;height:3.5rem;top:14.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrwKbihttOWJ1RGgyQ65qMhBLrHhlmrG { display:flex;width:2.25rem;height:2.25rem;top:14.6875rem;left:4.9375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #GpsXhIQNZNiWOT7Zxx8AuzOKrykN69xE { width:3.5rem;height:3.5rem;top:35.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8oeGNlWbHgfADX1VTzpPuerSUXV554L { display:flex;width:2.25rem;height:2.25rem;top:36.125rem;left:4.6875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #qOsB2goIlopi204Vh0mzHVLkveDEROle { width:3.5rem;height:3.5rem;top:56.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPViLwik689nmhK6UDBTPi2nsQpoMKdE { display:flex;width:2.25rem;height:2.25rem;top:57.4375rem;left:4.6875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #EO7c6SCJw2LEICZMNnkTlHpiE1RyGUFk { width:3.5rem;height:3.5rem;top:78.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzsxtCCSRsOFJLXTb7GqSmmuHcq5SWK9 { display:flex;width:2.25rem;height:2.25rem;top:79.1875rem;left:4.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #r16qLCArhCaOJEIdTZK8IZPh7hb5PZG3 { width:15.75rem;height:18.625rem;top:12.5rem;left:2.3125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { width:18.0625rem;height:3.75rem;top:4.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p6sFme142No7KIfCWEZJw9kv4cDxsdwE { width:18.1865625rem;height:1.1254875rem;top:2.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { width:19.6875rem;height:14.9375rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { width:15.125rem;height:3.375rem;top:49.0625rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { width:19.6875rem;height:15rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { width:12.6244375rem;height:2.25rem;top:31.75rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { width:19.6875rem;height:15rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { width:15.5625rem;height:2.25rem;top:14.4375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuWxQPTaJXM9CtKTdNlLP9ixsG7c86oz { width:15.374rem;height:5.625rem;top:17.5625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfBHJZ5x2XVhBUEDfJwi39gNEe1INJp { width:15.374rem;height:5.625rem;top:35.1875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuAHJDHXGmPUMRTfl9R1TTETPpoUZ38X { width:14.249875rem;height:5.625rem;top:53.25rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaC22gF59LH3Huz4kvH8CewAXkSnNSC0 { width:3.12355625rem;height:1.6875rem;top:11.5rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhiDT6NuBc1C50tUdvpTAnccmBerE4El { width:3.12355625rem;height:1.6875rem;top:28.9375rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UladXNbF71uHke2ExWRPCWTUnALbdoST { width:3.12355625rem;height:1.6875rem;top:46.625rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 { display:block; }#furzl3E3kbNCeZRoq8PuIxNNL5FOgPu5 > .row .container { width:20rem;height:267.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCpfZKdf8MCGl6dNltStRKC03HBbAUTh { width:20rem;height:3.75rem;top:3.43701171875rem;left:0rem;font-size:1.25rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cr1MeR96TcHb0ObPrhshdyVWWT2AOrho { width:17.1875rem;height:7.875rem;top:14.1875rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMvUK0BWSOqgJpH3Fz8W97Mo9rO2FxCa { width:14.812375rem;height:1.04980625rem;top:11.437377929688rem;left:1.7492767572403rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z24LOgHoyF9UmdpLIg1N6A3b5dL6Nv9V { width:18.06225rem;height:12.062rem;top:24.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KgUNb1DTsyrJshPcBViLOIWcZFufW3yV { width:17.5rem;height:1.1254875rem;top:1.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CgONkqAx0KTdkRVXyL6IwUuysmnwu66W { width:19.875rem;height:28.125rem;top:8.9995727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tREEoLvm4THZtnHtBxlWh7eP3DOztZEA { width:19.875rem;height:28.125rem;top:39.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGuIpzE7aEHIxikfdS2XCt8oOmAofiaP { width:17.25rem;height:9rem;top:45.437492370606rem;left:1.7495263814926rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HOfpBxwe5LLTaB8eB9Zs8kxyy2Xkd7zn { width:19.62475rem;height:12.5rem;top:55.988396644592rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QNJnJp09115t3MVCHoZia6trqGwSBBkU { width:12.3125rem;height:1.04980625rem;top:42.687377929688rem;left:2.0619217157364rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALJeKyMv1ZTt3kkvViI0zpcsJNQhTBpT { width:19.875rem;height:31.25rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEZ1aJag4FfckPyO7G64cqOenZT2Xdy { width:16.437rem;height:14.562rem;top:116.92564964294rem;left:1.7808948755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rayJq4HTLoCXXEsn1a1JtQWZ4Z3nC8 { width:16.6875rem;height:6.75rem;top:107.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJVVrmUggZQugKQ8ESu0tmCLSuWqoc0L { width:15.3125rem;height:1.3125rem;top:103.18649291993rem;left:1.8745661973953rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qpB0SSe3q3tTkDcmEmTH4xZpSuTJqRpx { width:19.875rem;height:28.125rem;top:70.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuFVAUqPqhFAgAkCrOg2svHZtxRzImsn { width:17.312375rem;height:5.625rem;top:77.374397277831rem;left:1.6240528821945rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D7WxWIEAA0yXqBefhsKtE7BMfbg4cL7M { width:19.6875rem;height:12.5rem;top:86.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JrIOKMud7TZFIeAA6FaWLIC3S92tLZbB { width:15.625rem;height:1.3125rem;top:72.999877929688rem;left:1.8117767572403rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k31670fkFDwKi4567UgT7O3iJAtPigSF { width:19.875rem;height:31.25rem;top:202.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5BsRbNSnFkkd7acJCDPsdlBcC95RpF { width:20rem;height:13.9375rem;top:217.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK2gP0g07rphKh2uxAw5tqhHWi3H7pdS { width:17.625rem;height:5.625rem;top:207.875rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQVD95zH7ISqxGyRREXdrm0oohFi5wIt { width:16.24925rem;height:1.04980625rem;top:204.87415218353rem;left:1.8728300333023rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9MEyv5UZKTnuA5N2RW5ODgnO4rmPEBZ { width:19.875rem;height:31.25rem;top:167.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhFTnLztm7yJrwCNe51DkHnWNPXfMb4 { width:20rem;height:11.4375rem;top:185.37413787842rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Smy4hxXNpOPNbUBKJZwkdkRbwEFCrX { width:17.0625rem;height:10.125rem;top:173.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJFt2TLvQ0nbF3J07SgmCS1smtOp2d3W { width:13.9995625rem;height:1.04980625rem;top:170.49898529053rem;left:1.6864873170852rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdWJPbaq4FuO3FPbF7FOIqDE3t7equhE { width:19.875rem;height:29.25rem;top:134.87451171875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriemItGozqxHgzJr23TrL4RpFDuiOBP { width:16.312rem;height:7.875rem;top:139.5rem;left:1.8427734375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5aV4ldqvaEpkbwDPWSw2VGN3C6H7fFF { width:19.625rem;height:11rem;top:151.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #emw5WbQlZml13utnOwz0yG16dA2dhVJB { width:15.0621875rem;height:1.04980625rem;top:137.62444114685rem;left:1.9667247533798rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AV3uZBEcmZXCoT7i3o4lsA0aCfHV4e0F { width:19.8745rem;height:28.125rem;top:236.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qJZdEqo7bJqXeGuOBa4ZDQfHaRd8v0 { width:10.125rem;height:10.125rem;top:254.75000762939rem;left:6.41471350193rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7UpgAdtXeUNJZ4UJfBWVkELn1PUPIk1 { width:17.25rem;height:2.923825rem;top:242.875rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlm5OV0Kro9I3ou5pzXrm0EZFp3IrRLn { width:14.4986875rem;height:1.04980625rem;top:238.625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZcXBCFZ9DrSn1b1SoXy1MM9wlnZAFGg { width:16.5625rem;height:2.25rem;top:247.40625762939rem;left:1.7187501192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BgiAv3cVwkGMNrRZ7IMscEweO5fMOZcR { width:16.0625rem;height:2.25rem;top:251.50000762939rem;left:1.9687501192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFzOUUt2NrXr927o51JtbVRFf7AoFsiB { width:9.75rem;height:9.75rem;top:236.31250572204rem;left:10.250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaFzyxweVxVovUVRlixCsPqTE7lG4IpA { width:17.8125rem;height:3.75rem;top:242.46159362793rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB9qqgVhFwIT7zIhId5aUqllZ9sUlOPw { width:17.8125rem;height:3.125rem;top:247.03125762939rem;left:1.0416666269302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7fCuW8QAUG5sGthE43BQN7wBhzrXtq { width:17.8125rem;height:3.125rem;top:251.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:16.625rem;height:1.75rem;top:3.375rem;left:0rem;font-size:1.25rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:20rem;height:12.375rem;top:6.05419921875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EH2AaEBWaSDiwg48X4GFT2O7DaPLslT4 { width:16.3745rem;height:1.1254875rem;top:2.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { width:16.4365rem;height:21.3110625rem;top:43.686359405517rem;left:1.7805989980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry8SboabBnqnhnPZRTV7F95yDA22hTPN { width:20rem;height:15rem;top:27.67724609375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15162;display:block; }#Ry8SboabBnqnhnPZRTV7F95yDA22hTPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b32984b15a46d9b116fb81ab2a81b188b2e4f9.svg); }
 }@media only screen and (max-width: 763px) { #zZpOTAqGKeHGhnmnEhNIGCb2cMXuh3ek { width:0.25rem;height:5.4375rem;top:19.436848968268rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyK7neNGrDvbUDwwNaBZECnEJDikCMBw { width:17rem;height:5.625rem;top:19.3125012815rem;left:1.3118489384651rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxEgGfvw8mMdtQTMp5hg5650s6QLKTTu { width:1.9375rem;height:1.9375rem;top:18.605476379394rem;left:16.624566376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMxmsyQJDT6xUtObvle0x97Ogzcv4aN { display:block; }#phMxmsyQJDT6xUtObvle0x97Ogzcv4aN > .row .container { width:20rem;height:204.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnoTcrExgynluICyrXXgWTGdt1nIauFN { width:18.75rem;height:1.875rem;top:3.37255859375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FSZcsCm26qthBCnxCCDyIHGqoMcOcz8d { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pU1qduUxgW21ikERTaGCCfQ3RnSIb2eC { width:0.12429rem;height:3.75rem;top:4.1228675842285rem;left:1.2878786325455rem;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #JC9qJvc9IiFQ4FIeG6JESaW9pt0rJQ3J { width:14.4994375rem;height:1.18706875rem;top:119.95522689819rem;left:4.8046876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiJnrRLZB5hVEqXVeClNRwtsGXfOxqLO { width:20rem;height:1.1875rem;top:123.76879541016rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3hIJZHWU9gmmKdxOHXBScDOAJgiDhTd { width:14rem;height:1.1875rem;top:105.03210107422rem;left:0.62066268920899rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS3lSrJZ3iCETvGqEAxs4hZQQPkFhQuh { width:17.9375rem;height:31.75rem;top:7.8125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdEhb5p6EDqr8nLWSTJcdfqXBSUuKbx { width:17.8125rem;height:34.8125rem;top:73.125002861025rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMD8U2siJfaxNR3JGxE0WHoJiyqULfwU { width:18rem;height:12.4375rem;top:151.5000038147rem;left:0.78424285109975rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQLDf3Dzsp3pNbPFTpMKvyTH67Hr8Q7 { width:18.125rem;height:19.375rem;top:109.7500038147rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL0pFzypmqKsofT8PpzZPEyIIH9guhMT { width:17.5rem;height:12.1875rem;top:187.9375038147rem;left:0.95840080544325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck6FWDukssA7AgVN7uHrgcFtFTC9RtPq { width:17.625rem;height:14.8125rem;top:40.875001907349rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWk8CUJNJK2N3a9pEFlE6XBiWaHV5asR { width:18.0625rem;height:13.9375rem;top:57.687501907349rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50UGlNMCK9tmBQnuZ4RXGOw9qJabtVH { width:18.3125rem;height:18.0625rem;top:131.2500038147rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJrdi6rWCAGwTCF71y5mlwEq2lXC68V { width:17.8125rem;height:20rem;top:165.7500038147rem;left:0.81532200789075rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGISWm3QBGTU21Dzq6v8Q4NdK6mHeak { width:19.1875rem;height:1.125rem;top:260.08535214844rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9Qa34vBkVGfIxtVkL9aSZafbzINU83H { width:19.1875rem;height:1.125rem;top:258.58510800781rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ah3DQPlQ82qWnQ4CoglewI33WJxb4bIA { width:19.1875rem;height:1.125rem;top:257.08480283203rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAI6qZRCrq7JAexzDiRFTtKMaEkifVtm { width:12.1875rem;height:1.125rem;top:269.20573740234rem;left:2.0001449584961rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmETFs8rUCg3DHcxgcxEpNASCO4Hp19M { width:6.625rem;height:1.125rem;top:267.83061533203rem;left:12.562934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSwHeiTRBTOonyLKaAcGsB31BO83URkX { width:16.625rem;height:1.125rem;top:282.70616464844rem;left:2.6880798339844rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAoDZ5AEcdISKdDJADsETx0fXAl9o3q4 { width:8.5rem;height:1.125rem;top:284.14354257812rem;left:2.5629348754883rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3zQiquoxxsUzo0GxHik1DhCEL4iBwvd { width:16.625rem;height:1.125rem;top:244.38947714844rem;left:1.5625076293945rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxOVsSD6d4sMJpb5UdmfnsBykW6pkm3N { width:7.9375rem;height:1.125rem;top:245.82752646484rem;left:1.3751449584961rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6v8H9RSc4B1ksmgeyrsd5w9rkbOwQDk { width:13.5rem;height:1.125rem;top:243.01502646484rem;left:4.8755798339844rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAkw8v1PB4a2HBNThDTmEaWeNJHAz82D { width:15.75rem;height:1.125rem;top:186.33679697266rem;left:1.6247100830078rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4D56ZBLPJg3NhyufVDBLG2GxL1ondKy { width:3.625rem;height:1.125rem;top:184.77429697266rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBM2BVQ6nK83g80TSB3aNXGoN7Xnn4yK { width:19.75rem;height:1.125rem;top:157.19978671875rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9iROED17EVmByVeFfxU8RHRHSyRnfUb { width:14rem;height:1.125rem;top:158.76228671875rem;left:0.31293487548828rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtJw53UoQNeTsiin8DugtfJSKEQCD8np { width:17.25rem;height:1.125rem;top:137.17952939453rem;left:1.9372100830078rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDdDorpZXupXFwX2c0NPKxaWk3gwnHCV { width:14.875rem;height:1.125rem;top:135.67922421875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkA1m4IDbamHWwnrm1AE0sn1OCq3L9JT { width:17.25rem;height:1.125rem;top:295.26841025391rem;left:1.4373550415039rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpGId4JTzw9hwmDTaiSiiqO6tt857yqF { width:3.6875rem;height:1.125rem;top:296.64353232422rem;left:1.4373550415039rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGWRlJZ3EzdJx5L9bGe68artFidPVx2M { width:8.375rem;height:1.125rem;top:293.83103232422rem;left:10.374710083007rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkwwF5LJ9UXIgECeTakXfn8vV7248rHa { width:11.875rem;height:1.125rem;top:99.624529394531rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDWDsRFTKlGQnSEAX75Ttk6391HZCBBh { width:5rem;height:1.125rem;top:100.93672421875rem;left:3.8751449584961rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 { display:block; }#xT7ryksVqqhzTSI7m6WMhzWl3aZAypZ3 > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPVN23Jn9467yN5AJ2d6qbhzM6EhT46i { width:17.8125rem;height:3.75rem;top:1.25rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz0H1w1I6Ae6Xxov4KAQny9k4ccLZIzX { width:20rem;height:39.375rem;top:6.25rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OnAtFIPOKqmVUOpeZhDpqsN0AxPcyLFV { width:20rem;height:41.1875rem;top:94.412109375rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #vOuqqfTsbG3ZqVaBXCOqnoNDT5i6VKTM { width:13.4365rem;height:1.19921875rem;top:8.1875rem;left:3.2812501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htS4VOD6kc2ZqgZ8KQUHe7iZ30vAgOIp { width:11.1875rem;height:1.875rem;top:7.74072265625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhrB6TVGZmyU3CmcPe5Tf3E44KXCuB2n { width:20rem;height:3.0004875rem;top:10.24072265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8fe3zPiPtiM29TTUbSsFvw1uoNRKG9m { width:7.1875rem;height:1.79980625rem;top:13.923828125rem;left:8.7187505960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqoqS52DpTMlV1PLu3unuykNIM0mgIFx { width:5.8120125rem;height:1.57486875rem;top:14.111328125rem;left:3.7187501192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxkct78lMvmLU9NP1NAA1FVIJGSf63l5 { width:17.5rem;height:0.06201175rem;top:17.1875rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDEh6BiWqxEtHlXryROhp6sFwJPDlhDO { width:11.812rem;height:1.5rem;top:18.3125rem;left:1.0625rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd { width:17.3735625rem;height:15.625rem;top:20.8125rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15162;display:block; }#k6tTyJUVpy0XV1NT8SS5GJqy0uIWSPWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #hGXVIGii4myP8ifo6L2HnbcgdIB0Phge { width:17.7505rem;height:2.75rem;top:128.125rem;left:1.1243489980698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIe1IdXKgvAbodz7aogPLdHBUaO5Hplu { display:block; }
 }@media only screen and (max-width: 763px) { #PvrmQ5kITXqVSEiBGhC5migMAoUFBByW { width:15.125rem;height:0.9375rem;top:42.1875rem;left:2.875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6PF3XkDKMtb9JtTzCpCQDFC2mUQ2MS9 { display:flex;width:1.4375rem;height:1.3125rem;top:42rem;left:1.0625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #BOBqa3h2Lv9tL36E7QPrXVsPS8tyINLa { width:14.375rem;height:2rem;top:93.375rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7m3dC6WlvrK9E65LSZqlTLTrsTTebdo { width:13.4375rem;height:1.5999375rem;top:93.625rem;left:3.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEsZyfCfkGxB7m3vePmyNFFX92FdFOvz { width:20rem;height:3.0004875rem;top:98.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxm5EKoMuWxOSBASfQ2K4322W7GMzTMc { width:13.4360625rem;height:1.19921875rem;top:96.775390625rem;left:3.2812501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuEEfW4ITitT9HwF6wslWlbaDzz5Zav { width:8.0625rem;height:1.625rem;top:96.5rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqTqyr4RFTofW6OPHbcQnXUqaaPnNWU { width:7.1875rem;height:1.79980625rem;top:102.162109375rem;left:8.7187505960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubrLLX7e4RSVm17BGVZbLNAzoBlTI8Ip { width:6.25rem;height:1.4624rem;top:102.392578125rem;left:3.2812501192093rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PQo6VWmBHp282omcUnuuNSpsVBZbDbEZ { width:17.5rem;height:0.0625rem;top:108.0625rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Ge3E43E6Id2kT7hHvAM9atctNO6qHT { width:14.4365rem;height:1.3125rem;top:109.125rem;left:1.0625rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yZh6vHmcTKaELNRfiBruMcazcPDErTR6 { width:17rem;height:15.625rem;top:111.4375rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15162;display:block; }#yZh6vHmcTKaELNRfiBruMcazcPDErTR6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #BZOhEUUfAkJpfLIq2aE8TiNTU4Kff3pS { display:flex;width:1.375rem;height:1.25rem;top:132.4375rem;left:1.0625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ZJweJ9r0xaT2TlDHJNvpDo7SdJRSdwt2 { width:15.875rem;height:1.875rem;top:132.125rem;left:3.0000001192093rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eavoxOXWudMqfyHfDNsQSuBzKxyh3gBr { width:20rem;height:41.25rem;top:48.375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TU05OARR6Xa2zoNGK94b50ZLibhIrN1n { width:14.375rem;height:2.0625rem;top:47.5rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So4TFkNqcb0VRkPTwF2JabE8wG44TdST { width:13.4375rem;height:1.5999375rem;top:47.7314453125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXVe1A6CmNRwQHLo8RWnA9DeqGgfmlh { width:20rem;height:3.0004875rem;top:53.05322265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kusREwORRV5W2XVif5nc7CDGlGkZ3iHM { width:13.4375rem;height:1.19921875rem;top:50.875rem;left:3.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f71W48lhQIv1wg9E9doaxxvJOrptii6r { width:6.6875rem;height:1.875rem;top:50.537109375rem;left:6.65625rem;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hrpTyWCGgrZuOFN1FaJmbKkxqvUa2ZDL { width:7.1875rem;height:1.79980625rem;top:56.884765625rem;left:9.2187505960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQ6hqckIQKk16kQuDalz65u2To3umtEa { width:5.5rem;height:1.57486875rem;top:56.997436523438rem;left:3.5937501192093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgT4p81nly7F5zvtu4v8CogCfGGwh4J0 { width:17.5rem;height:0.0625rem;top:62.375rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #diUbxqsPTrogXcP37TCkCcpgiixrE3zV { width:14.5625rem;height:1.3125rem;top:63.5rem;left:1.0625rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM { width:16.875rem;height:15.625rem;top:65.71875rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15162;display:block; }#EhJw0rq8nvA8QHnQL6FnXV9qtmdRBMEM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07924e8e26056a7616e7f222590e16e77a351768.svg); }
 }@media only screen and (max-width: 763px) { #W7E72V0K4Zurx3pSKpATPQiW7ZCdlbwa { width:17.75rem;height:2.75rem;top:82.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKgDbvxylqSWakEdRcKvIRZJRCJzCBT7 { display:block; }
 }@media only screen and (max-width: 763px) { #wE7rNoLxVg58cO4VpVlDmHoGxl74xId1 { display:flex;width:1.6875rem;height:1.5625rem;top:86.4375rem;left:1.0625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #R07EyL3b0NCzyO4yNfGpFqGXXU3T3can { width:15.0625rem;height:1.875rem;top:86.4375rem;left:3.2500001192093rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbr5mTZCLQR8uqweLZMqR7ueIxMJ7Sy3 { width:17.75rem;height:2.75rem;top:38.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVgTfRhLcKp7cS4mk7tWW7ZqcudFdhGL { display:block; }
 }@media only screen and (max-width: 763px) { #RN8PcuoMA2JsyQ29I6ePlkPQSs08vrdA { width:14.875rem;height:1.6875rem;top:59.5625rem;left:2.5625001192093rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oJxy2TZCiV9vdgNhyGGWnKG30t9KkZHJ { width:14.875rem;height:1.6875rem;top:104.9375rem;left:2.5625001192093rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vkE1Smt0naU7Rs88rlP0W579qB9I3yBD { display:block; }#vkE1Smt0naU7Rs88rlP0W579qB9I3yBD > .row .container { width:20rem;height:153.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZa8qPMZTfXlCHvRzgbEbnRkgXiTaT3Q { width:17.1875rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SEZop4R7y33Gk0hEhKIvTd5XOMUXk20s { width:15.3125rem;height:2.25rem;top:1.5624995231628rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHny9iRnw0WHfWzkCT7LEkaxz0cUu2GG { width:19.9375rem;height:140.875rem;top:10rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #k1UcSVdUGFOEwnN6lWEAQiZ0q1VO5wxT { width:14.562375rem;height:21.9994375rem;top:128.9375rem;left:2.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VVWxdCMbEsK3auBtlitPZumiyPn7OohI { width:15.9375rem;height:0;top:8.8766479492188rem;left:2.7513008117676rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqTXdP0WSfX5rLKxUH8oCl5JDv50mHXQ { width:14.75rem;height:0;top:10.625793457031rem;left:2.7498550415039rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmCuFTWgmqBMo0Hz2FyXwQfVqr1vTX0c { width:17.375rem;height:5.625rem;top:14.0625rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCTSMwgOe7c8bK8Q8McsbgphefWhKKd7 { width:1.0625rem;height:1.0625rem;top:10.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T21TT90qw6PoR1JsNXfzwcrBytXhak { width:0.75rem;height:0.75rem;top:11.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPiEQ6TMpPwGLQpRmKMwEn4ioUVzvbw8 { width:10.248125rem;height:1.3125rem;top:126.5rem;left:4.9375rem;font-size:0.875rem;z-index:15032;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4d9u6htf9kCnzkJolvya2ltfeMUDJzs { width:13rem;height:2.25rem;top:128rem;left:3.5625rem;font-size:0.75rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQuwRg7H88zBfHxS3xv9JFoATSTFOxW { width:15.9375rem;height:auto;top:13.6875rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGBsOVN9F0LPOf68QePQFskACksOnaHr { width:12.6244375rem;height:1.5rem;top:11rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15004;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #DPo6PMEec8r7KXcqZ59QBygnRoN6cRmI { width:5.125rem;height:1.3125rem;top:49.125rem;left:4.5625rem;font-size:0.875rem;z-index:15033;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BPQ1RtSFrUU5Qz7SViicI0fFq1ilgLs5 { width:5.6875rem;height:1.3125rem;top:49.125rem;left:10.9375rem;font-size:0.875rem;z-index:15034;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVc0IbVcuBfSsrAFcF5ZfCa7TXfNELkr { width:6.1238625rem;height:1.3125rem;top:51.9375rem;left:3rem;font-size:0.875rem;z-index:15035;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RHWiklyXSiBFckSptPG5TRCNk1R0g4XF { width:19.375rem;height:15.625rem;top:97.125rem;left:0.3125rem;z-index:14982;display:none; }
 }@media only screen and (max-width: 763px) { #KXSU1wCCAnU1HqIGEJeriUtgfgTXcAKt { width:7.8125rem;height:0;top:97.875rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #y2Nqr6M4ZWAitPVzAr2yulg4NpWixk8z { width:4.375rem;height:0;top:102.57079290771rem;left:4.1878280639649rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCbLoKeTmZWNoC1RIaOo0WkDTZPkHIQy { display:flex;width:0.8125rem;height:0.8125rem;top:102.57079290771rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKW9V8WiriBsXmvZikpX1GPywJPDPxlm { display:flex;width:0.75rem;height:0.75rem;top:102.633453125rem;left:8.562828063965rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wu0E3p9lySoNGZ0TNs8aBm6NyS7t4mQk { width:4.6875rem;height:0;top:102.57079290771rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KATz03tvqWwJ5KmVDpC2ads7eBnA1yde { width:4.6875rem;height:0;top:105.19611715698rem;left:2.7498397827149rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGLT0UWg3bc2S5CTrPAck3fCASMq2H4v { width:12.6875rem;height:1.875rem;top:106.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5cnDZ1B0lbOiTCkcmO91wcCbEzdyAnZ { width:5.3125rem;height:1.9375rem;top:109.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueKSCWplVTnwDVg6cQNHRo9GTH8gr3gz { width:17.6875rem;height:15.625rem;top:39.5rem;left:1.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ab8SD1Niz8BUDpgd70bTc8Pfig9GeIVn { width:7.8125rem;height:1.3125rem;top:40.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTJd3MtI2HiMxuRnPuN2AytQiQdrb4M6 { width:15.5rem;height:3.9375rem;top:42.625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKfmrWzOtZRbtH2WlxD1yMzDxMuhtDyf { width:4.375rem;height:0;top:119.38394140625rem;left:4.18701171875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6isumWbRzrQQieOpFqfKzUkoIBMsRmk { width:4.75rem;height:0;top:119.38394140625rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT75OsGpXRS1nxNB2GdI2JMiHewPzvHs { display:flex;width:0.8125rem;height:0.8125rem;top:119.44579290771rem;left:8.56201171875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xowx0BAaPdGh2ChbQHeuVrPbWNMiGpTN { display:flex;width:0.875rem;height:0.875rem;top:119.38394140625rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9TUt1pV0o5KhZCE8NtE2niWyKaPs1oA { width:13.9375rem;height:2rem;top:48.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7FIp2LEPxETgeFsVtTDv4vTxQWi8G7 { width:4.75rem;height:0;top:122.008453125rem;left:2.7498321533203rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFcKTdskCxOaUHPwyC2rL2Q64731Xgn4 { width:5.5625rem;height:2rem;top:51.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMcrAZUx663DspEuAoc6htdtn1Jo3rkA { width:19.375rem;height:15.625rem;top:143.258453125rem;left:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #l4TPLTzRklHup9gU6ElzF1zoT8aN78Xl { width:7.8125rem;height:0;top:144.00877737427rem;left:2.1248321533203rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cUPuLchMWyzbubsLbUSgkI0reXTiPoiV { width:15.686875rem;height:0;top:146.00828909302rem;left:2.1248321533203rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RdbTcPkceItBEchISogWwmHGMRTfcz8H { width:4.375rem;height:0;top:153.00780081177rem;left:4.18701171875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O16t8L7eE9qQT5wP0DxBv6InHs6dNaR4 { width:4.75rem;height:0;top:153.00780081177rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZebLeiHpO92lZzW1eBIb8MDMbeNSpARl { display:flex;width:0.8125rem;height:0.8125rem;top:153.07046484375rem;left:8.56201171875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkgwifKyo9OaL9CspzOWCudwWo8r3Vpp { display:flex;width:0.875rem;height:0.875rem;top:153.00780081177rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gynBD659BZcit1kvJhO13x0LP2vHKnu1 { width:12.75rem;height:1.875rem;top:152.50812887573rem;left:2.0621719360351rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtMbySO442sZlWFczuVTFmWUhBM7bzuC { width:4.75rem;height:0;top:156.00828909302rem;left:2.7498321533203rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPIxl5bA5eTi1VQog7DDHOiblCMa5V9Z { width:5.3125rem;height:1.9375rem;top:155.50780081177rem;left:2.1248321533203rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaI4c2rZ6R73GpxwLp93tx3a5b268HVs { width:19.375rem;height:15.625rem;top:126.383453125rem;left:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #G7rbK2niynzWeJHp5kaRpEb6ipmRQ2IF { width:15.686875rem;height:0;top:129.13328909302rem;left:2.1248397827149rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m7uRZsdVSg7DM35dbzSpePEhSOvv9VPZ { width:7.8125rem;height:0;top:127.13377737427rem;left:2.1248397827149rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rW6BPG5pT83K6vWkk4WEo1vbZCgZr8Cq { width:4.75rem;height:0;top:136.383453125rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d17mwiRXnqVWlCkPWIgKHfNrUWcf4ptr { display:flex;width:0.8125rem;height:0.8125rem;top:136.44611715698rem;left:8.562828063965rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJC3b6yPC3xqmAZRT1yt3DvbbgZSCVzw { width:12.75rem;height:1.875rem;top:135.88377737427rem;left:2.06298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWg3TlFpbIETz1cu9yAU8mTyhClbUZwL { width:4.375rem;height:0;top:136.383453125rem;left:4.1878280639649rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcxgdU2KQgF9PvTMi82N8qFARPMRt0Jg { display:flex;width:0.875rem;height:0.875rem;top:136.383453125rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrrz1xZCLgvCr6gp5snRk8wTPXZIeV91 { width:4.75rem;height:0;top:139.07062887573rem;left:2.7498397827149rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdHMnAl0ABtHmCQ1VOlFpzheUgmfH3bN { width:5.3125rem;height:1.9375rem;top:138.570953125rem;left:2.1248397827149rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUlslaA0FtxGOTpmsPynD9wafWgVoUQs { width:19.375rem;height:15.625rem;top:177.008453125rem;left:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #aTq8sockG7f20NoEBkegDPNpkZxJZzeP { width:7.8125rem;height:0;top:177.75796484375rem;left:2.1248321533203rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iqUasHJrKcCsnyKcOP77elkquBRBb4I5 { width:14.5621875rem;height:0;top:179.57030462646rem;left:2.1248321533203rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DssnsEadnnCW7iVsZinuyWx2MhUTRocL { width:4.375rem;height:0;top:187.008453125rem;left:4.18701171875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEO1Sqf6esUuZgQZmwDv5FPQ0UKt7XzN { width:4.75rem;height:0;top:187.008453125rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlgaKvf40flbobfft4kJhXvNpKiENhvR { display:flex;width:0.8125rem;height:0.8125rem;top:187.07030462646rem;left:8.56201171875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Blg3k5LXAxyKQJJRPf2oB8PtMib13lZf { display:flex;width:0.875rem;height:0.875rem;top:187.008453125rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2WEpDbgISA6XHPdyEhGXFVUgL96qKSq { width:12.75rem;height:1.875rem;top:186.50796484375rem;left:2.0621719360351rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSynR8sK6TTsRE0rxAiAU5TyDGhgAi4X { width:4.75rem;height:0;top:189.63296484375rem;left:2.7498321533203rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NECCampclvPuQuOLBCGTyvpXhN3bEyME { width:5.3125rem;height:1.9375rem;top:189.195953125rem;left:2.1248321533203rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWyVzVsFpmuh5bLRMgI6fDPsWubc0QWn { width:19.375rem;height:15.625rem;top:160.133453125rem;left:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #MIBIHaXKQsxpfylzvI2MmPDCsTRBOJSy { width:15.686875rem;height:0;top:162.88329290771rem;left:2.1248397827149rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ou8IckZllKMUmhVzbeyHdMGzfatMfaE3 { width:7.8125rem;height:0;top:160.88296484375rem;left:2.1248397827149rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #w3kX18dzrliQTQZA3MimS0ivh6DP8M4w { width:4.75rem;height:0;top:170.133453125rem;left:9.750160217285rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcU9DHI7vIawGqJhURoWmXGBRZWGhM2E { display:flex;width:0.8125rem;height:0.8125rem;top:170.19530462646rem;left:8.562828063965rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXbxtVPOubnN1teZFGliihnpNTAnbCtX { width:12.75rem;height:1.875rem;top:169.63296484375rem;left:2.06298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #anaOkKc8tS1yweCl3EcF5uufUg1T1PzA { width:4.375rem;height:0;top:170.133453125rem;left:4.1878280639649rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX4u9KqC3BqAnRbspxaaRCtZKVXhLw6H { display:flex;width:0.875rem;height:0.875rem;top:170.133453125rem;left:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIC9oJHD12oVzkLdh1C5wCky0FTZd7Rs { width:4.75rem;height:0;top:172.75796484375rem;left:2.7498397827149rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU4BwJ7ORuFEBJmC4WCqgJdVRTZbhr0U { width:5.3125rem;height:1.9375rem;top:172.320953125rem;left:2.1248397827149rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoI36EkVcTTRVPys29eT83cgw66LVvdL { display:flex;width:1.0625rem;height:0.9375rem;top:49.3125rem;left:9.5rem;font-size:1.375rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #cvKmCGa20EnGVGNmD238pP3fD5WIa1SK { display:flex;width:1.0620125rem;height:0.9375rem;top:49.3125rem;left:3.1875rem;font-size:1.375rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #ZF7xKcG54THPcgpQti8RsqtTgN4fA9Lu { width:7.8125rem;height:;top:22.9375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #uQl30PQCzH6VOlScmc8blPHPvEIm5Hvm { width:15.5rem;height:;top:25.3125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #SL8GZxMZmBcE06AWFiGB1DTPGgGKKy21 { width:17.6875rem;height:15.625rem;top:22.1875rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bTlT0SwTsDEWipoKPAyyqgWf51R1oQzg { width:5.6875rem;height:1.3125rem;top:31.8125rem;left:10.9375rem;font-size:0.875rem;z-index:15044;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WtTCpO6aPxiXhg9y4ZsDDQbDGRctcCG1 { display:flex;width:1.0625rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:1.375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #x7WcxmSTVFkWQMbFTkXTADBCLcTalhZh { width:13.9375rem;height:2rem;top:31.4375rem;left:2.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iTgfZGzmAz0UbDF9NWbEZGwlp1QhhU5f { width:4.8120125rem;height:1.3125rem;top:31.8125rem;left:4.5625rem;font-size:0.875rem;z-index:15043;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pStlZxQi9ooTtRcpvB0gR8GclfGnxvqo { display:flex;width:1.0620125rem;height:0.9375rem;top:32rem;left:3.1875rem;font-size:1.375rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #SDJwIGIyZsQoVUXbf3nTsz6Sl6AHvmQz { width:6.1238625rem;height:1.3125rem;top:34.625rem;left:3rem;font-size:0.875rem;z-index:15045;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPnRhU9ma9l46PTE4okX0M5aPGNPKn3m { width:5.5625rem;height:2rem;top:34.25rem;left:2.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #T5xMT1asRT6msSHMQ6Ho5yH6gr42rW7n { width:17.6875rem;height:15.625rem;top:74.25rem;left:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fZrrIvTC1rOGW01W47q8PTmUOlCfHeia { width:15.5rem;height:3.9375rem;top:77.375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #IHkN8S5X90K6OTcawnhhp86XduFWU7ao { width:7.8125rem;height:;top:75rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #B3K4sd6m0RP4F3kAIWE70TwwQ8aC5BwX { width:4.8120125rem;height:1.3125rem;top:83.875rem;left:4.5625rem;font-size:0.875rem;z-index:15053;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA02VlC75dJEDaoMDT6ewTOHH6RZr1fR { width:5.6875rem;height:1.3125rem;top:83.875rem;left:10.9375rem;font-size:0.875rem;z-index:15054;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #udckAfX9tVrnIrNw45JHrMsgXFC2wo2X { display:flex;width:1.0625rem;height:0.9375rem;top:84.0625rem;left:9.5rem;font-size:1.375rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #IukKx9RHV2n8esGGbOl052B2mrc1nnTp { width:13.9375rem;height:2rem;top:83.5rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bzAkZEDnGNGuXgt6b5Wd3ErGheLzVfBl { display:flex;width:1.0620125rem;height:0.9375rem;top:84.0625rem;left:3.1875rem;font-size:1.375rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #oFiTCiTil0A7fCqL3yOD6OMuxb4r7gt6 { width:6.1238625rem;height:1.3125rem;top:86.6875rem;left:3rem;font-size:0.875rem;z-index:15055;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHv8F6K3PhZkcN4tQWiDpOeZ6hrpa0dp { width:5.5625rem;height:2rem;top:86.3125rem;left:2.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yoTDcEBVarv0NxJO5luhHi5Rzxcu4i7c { width:17.6875rem;height:15.625rem;top:56.9375rem;left:1.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #T3om8q4r0VJNXFEHk9O5lTwhMqb7ur5e { width:5.6875rem;height:1.3125rem;top:66.5625rem;left:10.9375rem;font-size:0.875rem;z-index:15064;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gs46tpMTLT0R9ITkWSJwVxpgqsPLlngJ { width:13.9375rem;height:2rem;top:66.1875rem;left:2.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Pi9sHdS0ooETfcCa98HdlBtZE7oV12BZ { display:flex;width:1.0625rem;height:0.9375rem;top:66.75rem;left:9.5rem;font-size:1.375rem;z-index:15115; }
 }@media only screen and (max-width: 763px) { #nvGVd9AkaTlPhPTzgyK1Tfxtl78HRz2x { width:4.8120125rem;height:1.3125rem;top:66.5625rem;left:4.5625rem;font-size:0.875rem;z-index:15063;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ERHtImUpoqhHUd6kiaMNk1nm1p5hRlaO { display:flex;width:1.0620125rem;height:0.9375rem;top:66.75rem;left:3.1875rem;font-size:1.375rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #LRdBq65KcW3w0Fn0KR2e8ylD47d2xWnT { width:6.1238625rem;height:1.3125rem;top:69.375rem;left:3rem;font-size:0.875rem;z-index:15065;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nzsAQnd5omB3BvRsRVIZIcVvcGaAMR01 { width:5.5625rem;height:2rem;top:69rem;left:2.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #galM3K6TK6xxWal7fvhD0yMT70v2QFtz { width:15.5rem;height:3.9375rem;top:60.0625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #DArTAyggJ1JtpHpFVNKl2osNTvFTENUl { width:7.8125rem;height:;top:57.6875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #UuPdvQBDET6GxaFO7cdL5OkVxnIDqaFT { width:5.6875rem;height:1.3125rem;top:101.25rem;left:11rem;font-size:0.875rem;z-index:15064;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqaD38MPC0M0eRhupFgf98sxT5l4uwPP { width:13.9375rem;height:2rem;top:100.875rem;left:2.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DI4MeUhlA0EO204iyxhT8cJeGgVK3dRG { display:flex;width:1.0625rem;height:0.9375rem;top:101.4375rem;left:9.5625rem;font-size:1.375rem;z-index:15115; }
 }@media only screen and (max-width: 763px) { #CURxLLBkAbTBK5ZlOG7Je6wZQLHIEKPt { width:4.8120125rem;height:1.3125rem;top:101.25rem;left:4.625rem;font-size:0.875rem;z-index:15063;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NwT8HgbDRqTPX8SSHQTZ8QlLs3wHmpra { display:flex;width:1.0620125rem;height:0.9375rem;top:101.4375rem;left:3.25rem;font-size:1.375rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #Le3iN1mxulp1dtQ2BEKb9UeerwUz4iv9 { width:6.1238625rem;height:1.3125rem;top:104.0625rem;left:3.0625rem;font-size:0.875rem;z-index:15065;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i5TTyw4Xh6I8hXtdnvbN9nemnapDKdh6 { width:5.5625rem;height:2rem;top:103.6875rem;left:2.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #NCuLuJ9e6ThAeZyTcGBUKJBhkVJkOigw { width:15.5rem;height:3.9375rem;top:94.75rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #Kuqbr4irq16pXu1GlxmfzE1v6HIhK69L { width:17.6875rem;height:15.625rem;top:91.625rem;left:1.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Lwcwq9lm5EL8JIfds3F4CT6Uk2VzPyec { width:7.8125rem;height:;top:92.375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #cTkWdpmEuDiGMycWweCr2x1slyg7iI9T { width:5.6875rem;height:1.3125rem;top:118.375rem;left:11rem;font-size:0.875rem;z-index:15074;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #on46c99sAUyTlEBacAe65e2e4vkVqmHe { width:13.9375rem;height:2rem;top:118rem;left:2.5625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #fVSgeXVBZ9Ns7FbwtOo5z8G7r4fVx80p { display:flex;width:1.0625rem;height:0.9375rem;top:118.5625rem;left:9.5625rem;font-size:1.375rem;z-index:15125; }
 }@media only screen and (max-width: 763px) { #OhievEMDyxaTdh3ItaRmFPZlQJ5ufSHA { width:4.8120125rem;height:1.3125rem;top:118.375rem;left:4.625rem;font-size:0.875rem;z-index:15073;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EfwaI502oXVNopbSyLekTsKrzhPUIpFp { display:flex;width:1.0620125rem;height:0.9375rem;top:118.5625rem;left:3.25rem;font-size:1.375rem;z-index:15126; }
 }@media only screen and (max-width: 763px) { #CdxsAc8sVwKixmFP0nlobSAlrT2U1xwO { width:6.1238625rem;height:1.3125rem;top:121.1875rem;left:3.0625rem;font-size:0.875rem;z-index:15075;color:#b30350;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMolIqdKBMZ0USct42tJmgnwz5X5CxXK { width:5.5625rem;height:2rem;top:120.8125rem;left:2.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UaZySdd1TK5Vn6Vv4u9LNZATnXwtVXLe { width:15.5rem;height:3.9375rem;top:111.875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #dxW7SFOOgG2wZ2hKXAiToVh8FWZdebt4 { width:17.6875rem;height:15.625rem;top:108.75rem;left:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ETUTTzJhA2SXoPJkdcR0PuvkeX8S52XF { width:7.8125rem;height:;top:109.5rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF { display:block; }#Z0HJHyV2kOvQTDTan1kLLlz2sToJuRAF > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asUBahX2LFSdrTzUQn6w8ATtsZivh21T { width:15rem;height:1.875rem;top:3.875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.75rem; }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_e033e09c28296f90578399b59558b2ba12b00c38.svg"); }
#Oa284nTnX5QFrlA6OoedgcowipzvhaSt { display:flex;height:auto;width:18.4975625rem;top:7.6865959167481rem;left:0.7494213581085rem; }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
 }@media only screen and (max-width: 763px) { #Oa284nTnX5QFrlA6OoedgcowipzvhaSt #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 {  }
 }@media only screen and (max-width: 763px) { #UAGnQFMGvD3tWoeJkxlATP5KnIrbTd3E { width:17rem;height:1.1254875rem;top:2.1875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { width:16rem;height:5.625rem;top:4.1243515014649rem;left:2.0000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:17.373875rem;height:2.810875rem;top:17.37370300293rem;left:1.3125001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #GqvvTfr3Wivzuio6SlPU918NaycvA7Fr { width:20rem;height:0;top:10.8125rem;left:-0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mWrguV0Z7ITaN88DxlRBVTK674cS1PVm { width:19.9985625rem;height:1.125rem;top:2.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFPVwzPiewBnDsMf74O3nIf0AifdxRpS { width:20rem;height:5.25rem;top:10.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { display:block; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { width:20rem;height:5.686525rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { width:15.874625rem;height:1.224775rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { width:15.874625rem;height:1.224775rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }