.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,224,222;--color-primary-1:196,150,145;--color-primary-2:137,45,35;--color-primary-3:69,23,18;--color-primary-4:21,7,5;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/715f2626-10c3-49b7-a7a2-ee69775aead2/urzadzenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:110.5625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#MEqEoal7o2xUP3ldwUnTuwG0EtPtiSAO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.45703125rem;left:1.71875rem;height:13.6484375rem;font-style:normal;display:block; }
#JD392xbVnGTaaqWGXUgIDdenuTMP89Xn { position:absolute;display:block;z-index:15001;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.3125rem;width:17.8125rem;top:36.599609375rem;left:54.25rem;overflow:hidden;display:block; }
#sJCqKvK5esH0zb7Eo3akFdNmv12rpfvM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;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:67.037109375rem;left:1.8125rem;height:7.7988375rem;display:block; }
#ziHsdeakPmEkP4lMfr5tCsuLlXVzUpJB { color:#333333;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:98.5rem;left:54.375rem;height:1.29980625rem;font-style:normal;display:block; }
#eTufKAqzRh1y7VxLactN2HdELysfm3xR { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:100.5rem;left:54.375rem;height:1.05615rem;display:block; }
#PqmISpIyRkfSycZbMxQNgowVIlb2Afp7 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;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:98.5rem;left:58.75rem;height:1.29980625rem;display:block; }
#yO1ECDge4aV23pPgO8nwGRTzF8PdCuXE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:103.0625rem;left:54.4375rem;display:block; }
#JlmHcIiBMXbX7MlFJcHdOctqL5lyznc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBzSct1K5E0x3fJWQJv05h0Ie7hUEJEn { position:absolute;display:block;z-index:15000;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:6.3125rem;width:18.5rem;top:0rem;left:1.71875rem;overflow:hidden;display:block; }
#ibNnRsIhyECt3T8Tt2bXe1RFeACHznLb { position:absolute;display:block;z-index:15000;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:32.3125rem;width:33.375rem;display:none; }
#yX15rhAUt8du32akFx4yA0hI4fB5gXMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container { background-color: transparent; background-image: none; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container > .video-iframe-container { display: none; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row > .video-iframe-container { display: none; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .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); }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container { border-width: 0; border-radius: 0; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#hPgkDw7W73oIu5T9B0eBWwW0FlG5NX43 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:42rem;width:75rem;top:0rem;left:0rem;display:block; }
#QLR1DBTE85KWu43VtmUleGI99L3tyaNH { position:relative;display:block; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH { background-color: transparent; background-image: none; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row .container > .video-iframe-container { display: none; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row > .video-iframe-container { display: none; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .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); }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH { border-width: 0; border-radius: 0; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .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; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .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:48.5rem;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; }#uvRU5gTTscM5dOwE9SQT5GsXiEKz58ho { position:absolute;display:block;z-index:15000;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:20.625rem;width:19.6875rem;top:4.84375rem;left:3.75rem;overflow:hidden;display:block; }
#gTvmgHh5EgRPKpbELu30ohZoADe1PUap { position:absolute;display:block;z-index:15001;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:20.625rem;width:19.6875rem;top:4.84375rem;left:27.65625rem;overflow:hidden;display:block; }
#PHrwNSqpDb1vhBKLMAL8BpTb9StNXigA { position:absolute;display:block;z-index:15002;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:20.625rem;width:19.6875rem;top:4.84375rem;left:51.5rem;overflow:hidden;display:block; }
#VW3RiFxsZ1610Qx4CBISu5CEUgLGwDb8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.9375rem;left:3.59375rem;height:1.3808625rem;display:block; }
#v668DpI6oW6oowhJ7yq2Og464fqiKlTc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.9375rem;left:27.5rem;height:;display:block; }
#TmAqRpek5K6vyhqptpPKDcEUoToHgFpW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.9375rem;left:51.5rem;height:1.3808625rem;display:block; }
#s1xokSFzFUpca8TvauoQONA9g3v7HVRX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:3.75rem;height:8.44921875rem;display:block; }
#mKcKGdu56leGTUmEP0xiKMnBHT33aFs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.75rem;left:27.65625rem;height:8.44921875rem;display:block; }
#swTDcN5z3vWWJZ5cLIz6Jh723PNdQDKF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.75rem;left:51.53125rem;height:10.561525rem;display:block; }
#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container { background-color: transparent; background-image: none; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container > .video-iframe-container { display: none; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row > .video-iframe-container { display: none; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .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); }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container { border-width: 0; border-radius: 0; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#iI3MTIuracbRs9iRx1FzaxL900zQXRZv { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:4.125rem;height:1.3808625rem;display:block; }
#rkSPoWsN2T0RTdgRqxNr1KB8bJbqMyK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:4.125rem;height:1.3808625rem;font-style:normal;display:block; }
#JDnzyLfcOldbH5GULxzBJLvZ9vtKE7TR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.125rem;height:8.44925rem;font-style:normal;display:block; }
#yvgUc7vfongkZTkIMwnXGFGkSTaH6bTB { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.125rem;height:3.33105625rem;font-style:normal;display:block; }
#eUCQEeVqwAZnUI00gzZx5Klui9W5H6W9 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.875rem;left:4.125rem;overflow:hidden;display:block; }
#HwhAT4SbOdPKzTJ7T8Q8V6XNtC1QmcuB { position:absolute;display:block;z-index:15009;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:1rem;width:1rem;top:28.125rem;left:18.625rem;overflow:hidden;display:block; }
#pXm9Ke5614rAtxbsB1aCwgKeH7hH7Sn3 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.4375rem;top:31.25rem;left:4.125rem;overflow:hidden;display:block; }
#bu7fqAJd3HgCdmvJZiJCxcQhXeMNU7xF { position:absolute;display:block;z-index:15011;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:0.875rem;width:1.125rem;top:31.25rem;left:18.5625rem;overflow:hidden;display:block; }
#pSZdIFAINGWKvoHknzvlyV14phVEpT1y { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.0625rem;left:6.25rem;height:1.05615rem;font-style:normal;display:block; }
#L4zS63S7QR0HX4x8aqyTG99UzUD0K8Ci { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.125rem;left:20.25rem;height:1.05615rem;font-style:normal;display:block; }
#iaFvaXlAEebDJLnygUECqqZTTdKr26q1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.25rem;left:6.25rem;height:2.11230625rem;font-style:normal;display:block; }
#M1ps6il9pViV2KKidUPqza6fVvO0TLNU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.1875rem;left:20.25rem;height:1.05615rem;font-style:normal;display:block; }
#UMuPBHKhuf1PilRVUEOgE6lxu6VmfQqT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:28.75rem;width:38.125rem;top:4.625rem;left:33.1875rem;display:block; }
#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container { background-color: transparent; background-image: none; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container > .video-iframe-container { display: none; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row > .video-iframe-container { display: none; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .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); }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container { border-width: 0; border-radius: 0; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#yl9exEuBx5HADlfDacTpIZTohDu0dOMw { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:43.5rem;height:1.3808625rem;display:block; }
#OqRgf5uRQQrWyh5yxDqQpZ4Oo7nTd74s { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:43.5rem;height:6.3369375rem;font-style:normal;display:block; }
#NKwe3Poa5D7aiXEAgVFcCmB0O5xNOewh { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:43.5rem;height:3.33105625rem;font-style:normal;display:block; }
#hGeEb6PiLiXGTrPQGCFxr5KoTo7u5ww5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:28.75rem;width:38.125rem;top:5.41552734375rem;left:0rem;display:block; }
#oGCQfRThgPwJLWKGnFrp18pAhVTr6iqG { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:1.25rem;top:26.0625rem;left:43.875rem;overflow:hidden;display:block; }
#K6OLkXBvbc7V5zBNTmrR9fs1Al0JzzG6 { position:absolute;display:block;z-index:15009;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:0.9375rem;width:1.1875rem;top:26.1875rem;left:58rem;overflow:hidden;display:block; }
#yPIqU2A3ZHxwM2KIPy8q3ZaAJyTFD54e { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.1875rem;top:29.3125rem;left:43.5rem;overflow:hidden;display:block; }
#ZvgrAzidudb0dl5KFTPs4CBgGeMIVqmk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.125rem;left:45.625rem;height:1.05615rem;font-style:normal;display:block; }
#nNQ5m1D7QhOOb06DLedEnqId3EhM5Kcl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:59.625rem;height:1.05615rem;font-style:normal;display:block; }
#pRwNOSQdlPwKsnnmcWeCE49JKu5zJ19R { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:45.625rem;height:1.05615rem;font-style:normal;display:block; }
#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT { position:relative;display:block; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT { background-color: transparent; background-image: none; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row .container > .video-iframe-container { display: none; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row > .video-iframe-container { display: none; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .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); }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT { border-width: 0; border-radius: 0; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .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; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .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:46.25rem;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; }#BT3vu9Slx4wgPt5CgECDTZtTzpiTxgs2 { position:absolute;display:block;z-index:15000;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:15.3125rem;width:16.375rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#LWmFhPPZza5bOU8UTrQmUq6Oxv2heWBP { position:absolute;display:block;z-index:15001;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:15.75rem;width:16.375rem;top:4.84375rem;left:19.59375rem;overflow:hidden;display:block; }
#K8AW2JrAbuiAhFgxCrhxW3HdFGaiefBQ { position:absolute;display:block;z-index:15002;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:15.3125rem;width:16.375rem;top:4.84375rem;left:58.625rem;overflow:hidden;display:block; }
#AdmJhOXFHti6usHupvDdy5SNyk02i6Ox { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:2.76171875rem;display:block; }
#DbJsyTXMRSJcaK6sTPdROub3lZBJWaTX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4375rem;left:19.625rem;height:1.3808625rem;display:block; }
#iMqHr4Z7OPB9uUPKgbUkokQ0xsaR4hke { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:58.8125rem;height:1.3808625rem;display:block; }
#IxVKDp8gpKffZ9ZAgo5s7BIHtmnABGko { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:4.22460625rem;display:block; }
#KdLs6TnyQlxmV4IebHMnkkopflCQlhXA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:19.75rem;height:8.4492375rem;display:block; }
#DNLKLhgT9l2VW8XcnWCxhgMu9vePkAti { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:58.625rem;height:5.28075625rem;display:block; }
#xh1kHsrLRpKWelveMmZX4JInWt22Cs2M { position:absolute;display:block;z-index:15002;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:15.3125rem;width:16.375rem;top:4.84375rem;left:39.40625rem;overflow:hidden;display:block; }
#i3NtzElURi2xkDoLfbQOcWGSVN5x0qTN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:39.5625rem;height:5.28075625rem;display:block; }
#wRKTyov4bQlfVMDoEAEobTC0bx2i1hHI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:39.4375rem;height:1.3808625rem;display:block; }
#TLOp1K0luJNqEU9v2gr5adBlVr7Lx1rA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.75rem;left:0rem;height:2.76171875rem;display:block; }
#UxKZV0Uwm3buoDStD696InxSmdHTRDVl { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.75rem;left:19.59375rem;height:2.4375rem;display:block; }
#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container { background-color: transparent; background-image: none; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container > .video-iframe-container { display: none; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row > .video-iframe-container { display: none; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .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); }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container { border-width: 0; border-radius: 0; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#gWGwsSfkKGND8GZHhhHphT4l0EwtBO8L { color:#f0f3f4;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7rem;height:1.3808625rem;display:block; }
#E3rb8glcQvvJCdHmu72WgKMtAzQ45a1o { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:24.8125rem;top:4.5rem;left:41.625rem;overflow:hidden;display:block; }
#L6b5ziZqoycKcdlfeoMBrbJD2qieLQli { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:7rem;height:4.875rem;display:block; }
#JNNNhOnP7rxUu6iRtqz1MnwR9Xt2OMuQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.625rem;top:17.75rem;left:7rem;overflow:hidden;display:block; }
#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/90118ee5-9149-4efa-9e22-2cbcbfd61b06/obraz10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL.adaptive-delivery-prevent-bg, #p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL.lazyload, #p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL.lazyloading { background-image: none; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container { background-color: transparent; background-image: none; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container > .video-iframe-container { display: none; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row > .video-iframe-container { display: none; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .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); }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container { border-width: 0; border-radius: 0; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#lxn3qfXMsOAvwE970L2fq3zG16qe0I6T { color:#030304;display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.9375rem;height:3.4121125rem;display:block; }
#Kc7gb9avN6BHyHS8IOcWlmqrX9bDcF6Z { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.96875rem;left:6.9375rem;height:20.71875rem;display:block; }
#DyD08zppD9erDHlBS2pueeRqGksV361Z { position:relative;display:block; }#DyD08zppD9erDHlBS2pueeRqGksV361Z { background-color: transparent; background-image: none; }#DyD08zppD9erDHlBS2pueeRqGksV361Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row .container > .video-iframe-container { display: none; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row > .video-iframe-container { display: none; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .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); }#DyD08zppD9erDHlBS2pueeRqGksV361Z { border-width: 0; border-radius: 0; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .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; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uqudc7CZkGgIS9aK2m8ewk5hbdNTlEVk { color:#030304;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7rem;height:1.70605625rem;display:block; }
#adF6K8uwBPsZN0LfH6elyB16hAvbEdin { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:7rem;height:18.5176375rem;display:block; }
#RyJNkhqR635FXhTKs2QXMyy4w68OZvTI { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:19.4375rem;height:18.5176375rem;display:block; }
#oAvJcnia1yDeLzKvefDZncetGcRGeCHb { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:7rem;display:block; }
#ml6k8uKHffaIHMn3nUlscmds0JtUylbb { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:7rem;display:block; }
#zUqMcsRTysxKTJBe5OXmUxC6lsh6VyFn { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:7rem;display:block; }
#UA8aKDJ3b9cC7fGbc8Q0fUP4ukSOW9BD { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:7rem;display:block; }
#rWCdegpOeCKLyEaVcfgpvRCUw8sdSR1u { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:7rem;display:block; }
#tw93pK8WCqp3KvfU0X5NHtsXfar7Z9TW { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:7rem;display:block; }
#XJA1r9plILdEkAwcChmwuxLtykvWZWxR { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:7rem;display:block; }
#owogNQTHaeM5zlcTr57PhZpfQxdFRKXh { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:7rem;display:block; }
#qJiezKCqbPdkJaf7wclx0azkUlhlBrLe { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:7rem;display:block; }
#pXz2ua7di3cMxnf3mQtEI8fUAUT06y2Q { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:7rem;display:block; }
#Rkp9LOwk37tRpiPXQLK0umD59TdS02lv { box-sizing:content-box;height:0.0625rem;width:59.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:7rem;display:block; }
#l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.6875rem;left:1.125rem;display:none; }#l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh li:before{  }
#obLlo0zStid8h8Tf3KhFfg3eJahHorFm { position:relative;display:block; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm { background-color: transparent; background-image: none; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row .container > .video-iframe-container { display: none; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row > .video-iframe-container { display: none; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .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); }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm { border-width: 0; border-radius: 0; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .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; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#CZTTqkIW2seK9MNtWSC9q92shaomhZA6 { color:#030304;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.9375rem;height:1.70605625rem;display:block; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .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; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .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.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-trigger.adaptive-delivery-prevent-bg, #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-trigger.lazyload, #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-trigger.lazyloading { background-image: none; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn { box-sizing:content-box;height:auto;width:61.125rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15009;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:7.1875rem;left:6.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TvksHa568bFrv2K2pDXwS47CaieWL1zr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #UU5sfxi22c732NckeOOgTnccK5tzamCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Z79WfNR9FzlknRVqebxizRNydLZhHHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F7UNexkJkky9nbohPl9I1b27uW6b2h2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn { display:none; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #ziriIA2tnROdJz4DSrVodUEug9KEFK9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 { display:none; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TlIbmrnWA0ID8b0uKbHfPJxQmnh8BZuP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #R4SWpX63T4iZCmHWPwlsvMlhsOChtTAR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #d8Z4Pi7FVS3mIqAhRoJy0lhRk1CwfB4G { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #rrMVPyFvdLyuiVXh8K9mggxFk4TRHP4a {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #BSpN3TposRsnh7MPM5dM9EUVQM6OS4Jo { display:none; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qS3ggR6yC63o2EsfiT7JP0fGJ8OsJDPS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O3gzGQ4MMxuBVScy8Js7Kmnqif4pDcHI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #xi8wtdOla2i3kVBqlITiOpJHSMw0GSpq { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F3tHMtmEMqParItVhrK3OlFB14I1QTf7 {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O9yIQo06MUuXWifMIEA9cRO4HPI6qoR4 { display:none; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tiLEh7Nv6kNOIcC6tCBCZEdcZH95EBTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Wn86ZDEVmxxTDOw4nL5hXK3u8NK4dlux { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #dLrSZKEXTkallXNvuIRfDuxvW3WOITvw { display:block;position:relative; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #x0USkTeLmT9LHFwe2vmiJ3kx7N2V4R9P {  }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #yenc4r2FsWyoZAdBT18MT13LghNIlJnl { display:none; }
#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ { position:relative;display:block; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ { background-color: transparent; background-image: none; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row .container > .video-iframe-container { display: none; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row > .video-iframe-container { display: none; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .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); }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ { border-width: 0; border-radius: 0; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .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; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .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:30.125rem;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; }#gDdN14hnDp8bTbrlLyLTt2rTXGdMfb69 { color:#030304;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:6.9375rem;height:1.70605625rem;display:block; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .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; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .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.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-trigger.adaptive-delivery-prevent-bg, #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-trigger.lazyload, #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-trigger.lazyloading { background-image: none; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b { box-sizing:content-box;height:auto;width:61.125rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15009;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:6.4375rem;left:6.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #TvksHa568bFrv2K2pDXwS47CaieWL1zr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UU5sfxi22c732NckeOOgTnccK5tzamCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Z79WfNR9FzlknRVqebxizRNydLZhHHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #F7UNexkJkky9nbohPl9I1b27uW6b2h2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn { display:none; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ziriIA2tnROdJz4DSrVodUEug9KEFK9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 { display:none; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #evu7TuypSGlw1RNWv7FTwLO91y7THmVA { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc { display:none; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #DtioPAQVa1Vlr93rM19i0BEuCT9lNOyT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #mWnQwAcxByCwO5FrSObRUFGXGq65Io4b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Le2h3VkBevTa29W2TsdQTapTCa1Z19qP { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #hr8GdD5BT8OzZLcyw43qHk3XsxKUWAnh {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #PTdcWf8TqIT42xxTAf5PdDSp4cAl8AZX { display:none; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #MF1VxHGs68S6ak4TtvZNHouFLGIhNm2C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #f6EH5WTHkP4hpKe0r3I5lcyKZJO1me8p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #lal865SM5fg1l5ZBxRrdxo0ANCnc9D4u { display:block;position:relative; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #X44e5OqMRw05VKDXRvWoWQZKi9p8hJIb {  }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wogfNGspf5noHDnAuzOAeXPS9TTtCQwv { display:none; }
#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 { position:relative;display:block; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 { background-color: transparent; background-image: none; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row .container > .video-iframe-container { display: none; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row > .video-iframe-container { display: none; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .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); }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 { border-width: 0; border-radius: 0; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .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; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .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:23.5625rem;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; }#T241klKxzw5Z0fEZc44KOysKXQkI8zBv { color:#030304;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.9375rem;height:1.70605625rem;display:block; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .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; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .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.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-trigger.adaptive-delivery-prevent-bg, #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-trigger.lazyload, #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-trigger.lazyloading { background-image: none; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV { box-sizing:content-box;height:auto;width:61.125rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15009;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:7rem;left:6.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #TvksHa568bFrv2K2pDXwS47CaieWL1zr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UU5sfxi22c732NckeOOgTnccK5tzamCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe { display:block;position:relative; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Z79WfNR9FzlknRVqebxizRNydLZhHHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #F7UNexkJkky9nbohPl9I1b27uW6b2h2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb { display:block;position:relative; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn { display:none; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ziriIA2tnROdJz4DSrVodUEug9KEFK9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly { display:block;position:relative; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 { display:none; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #evu7TuypSGlw1RNWv7FTwLO91y7THmVA { display:block;position:relative; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc { display:none; }
#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a { position:relative;display:block; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a { background-color: transparent; background-image: none; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row .container > .video-iframe-container { display: none; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row > .video-iframe-container { display: none; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .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); }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a { border-width: 0; border-radius: 0; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .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; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .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:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IVwgHoTXNBG4ccHVMv37B9yyOEz7iaXq { color:#030304;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.9375rem;height:1.70605625rem;display:block; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .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; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .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.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-trigger.adaptive-delivery-prevent-bg, #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-trigger.lazyload, #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-trigger.lazyloading { background-image: none; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb { box-sizing:content-box;height:auto;width:61.125rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15009;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:6.75rem;left:6.9375rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #TvksHa568bFrv2K2pDXwS47CaieWL1zr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #UU5sfxi22c732NckeOOgTnccK5tzamCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe { display:block;position:relative; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Z79WfNR9FzlknRVqebxizRNydLZhHHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #F7UNexkJkky9nbohPl9I1b27uW6b2h2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb { display:block;position:relative; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn { display:none; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #ziriIA2tnROdJz4DSrVodUEug9KEFK9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly { display:block;position:relative; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 { display:none; }
#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T { position:relative;display:block; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T { background-color: transparent; background-image: none; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row .container > .video-iframe-container { display: none; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row > .video-iframe-container { display: none; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .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); }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T { border-width: 0; border-radius: 0; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .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; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .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:20.375rem;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; }#GTFaXANG1imPAmgOE0OsiJO0sCzTT6or { color:#030304;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.9375rem;height:1.70605625rem;display:block; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .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; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .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.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-trigger.adaptive-delivery-prevent-bg, #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-trigger.lazyload, #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-trigger.lazyloading { background-image: none; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 { box-sizing:content-box;height:auto;width:61.125rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15009;background-color:#f4f4f4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:6.75rem;left:6.9375rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #TvksHa568bFrv2K2pDXwS47CaieWL1zr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #UU5sfxi22c732NckeOOgTnccK5tzamCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe { display:block;position:relative; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Z79WfNR9FzlknRVqebxizRNydLZhHHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #F7UNexkJkky9nbohPl9I1b27uW6b2h2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb { display:block;position:relative; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn { display:none; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #ziriIA2tnROdJz4DSrVodUEug9KEFK9h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly { display:block;position:relative; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 { display:none; }
#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u { background-color:#0e0e0e;background-image:none;z-index:;position:relative;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;display:block; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { background-color: transparent; background-image: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .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); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { border-width: 0; border-radius: 0; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#JMELKrBXdLONFKyxp06svxKkVbIgFSvH { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:6.25rem;left:7.0625rem;background-color:transparent;background-image:none;height:2.449225rem;text-align:left;text-align-last:left;color:#f0f3f4;font-style:normal;display:block; }
#m1vHepl35JCOctgasVDed2y8ZSdLKmGL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.1875rem;left:60.6875rem; }
#m1vHepl35JCOctgasVDed2y8ZSdLKmGL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.1875rem;left:63.625rem; }
#dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.1875rem;left:66.4375rem; }
#w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ONU4m2ZkgQmBLzTQ1PX8NWtloJCJ3BSo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.1875rem;top:3.1875rem;left:7.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEqEoal7o2xUP3ldwUnTuwG0EtPtiSAO { top:10.4375rem;left:0rem;width:19.0625rem;height:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD392xbVnGTaaqWGXUgIDdenuTMP89Xn { top:36.5625rem;left:29.9375rem;width:17.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJCqKvK5esH0zb7Eo3akFdNmv12rpfvM { top:67rem;left:0rem;width:18.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziHsdeakPmEkP4lMfr5tCsuLlXVzUpJB { top:98.5rem;left:40.75rem;width:4.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTufKAqzRh1y7VxLactN2HdELysfm3xR { top:100.5rem;left:33.9375rem;width:13.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqmISpIyRkfSycZbMxQNgowVIlb2Afp7 { top:98.5rem;left:43.375rem;width:4.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO1ECDge4aV23pPgO8nwGRTzF8PdCuXE { width:17.5rem;height:4.3125rem;top:103.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlmHcIiBMXbX7MlFJcHdOctqL5lyznc1 { display:block; }
 }@media only screen and (max-width: 763px) { #mBzSct1K5E0x3fJWQJv05h0Ie7hUEJEn { top:0rem;left:0rem;width:18.5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibNnRsIhyECt3T8Tt2bXe1RFeACHznLb { width:33.375rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yX15rhAUt8du32akFx4yA0hI4fB5gXMw { display:block; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPgkDw7W73oIu5T9B0eBWwW0FlG5NX43 { top:0rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLR1DBTE85KWu43VtmUleGI99L3tyaNH { display:block; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvRU5gTTscM5dOwE9SQT5GsXiEKz58ho { top:4.8125rem;left:0rem;width:19.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvmgHh5EgRPKpbELu30ohZoADe1PUap { top:4.8125rem;left:14.03125rem;width:19.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrwNSqpDb1vhBKLMAL8BpTb9StNXigA { top:4.8125rem;left:28.0625rem;width:19.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3RiFxsZ1610Qx4CBISu5CEUgLGwDb8 { top:27.9375rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v668DpI6oW6oowhJ7yq2Og464fqiKlTc { top:27.9375rem;left:13.875rem;width:20rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAqRpek5K6vyhqptpPKDcEUoToHgFpW { top:27.9375rem;left:27.75rem;width:20rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xokSFzFUpca8TvauoQONA9g3v7HVRX { top:32.75rem;left:0rem;width:19.5625rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKcKGdu56leGTUmEP0xiKMnBHT33aFs7 { top:32.75rem;left:14.03125rem;width:19.625rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swTDcN5z3vWWJZ5cLIz6Jh723PNdQDKF { top:32.75rem;left:28.125rem;width:19.625rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP { display:block; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI3MTIuracbRs9iRx1FzaxL900zQXRZv { top:5.6875rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSPoWsN2T0RTdgRqxNr1KB8bJbqMyK2 { top:9.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDnzyLfcOldbH5GULxzBJLvZ9vtKE7TR { top:13.1875rem;left:0rem;width:26.6875rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgUc7vfongkZTkIMwnXGFGkSTaH6bTB { top:23.125rem;left:0rem;width:20rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCQEeVqwAZnUI00gzZx5Klui9W5H6W9 { top:27.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwhAT4SbOdPKzTJ7T8Q8V6XNtC1QmcuB { top:28.125rem;left:5rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXm9Ke5614rAtxbsB1aCwgKeH7hH7Sn3 { top:31.25rem;left:0rem;width:1.4375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu7fqAJd3HgCdmvJZiJCxcQhXeMNU7xF { top:31.25rem;left:4.9375rem;width:1.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZdIFAINGWKvoHknzvlyV14phVEpT1y { top:28.0625rem;left:0rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zS63S7QR0HX4x8aqyTG99UzUD0K8Ci { top:28.125rem;left:6.625rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFvaXlAEebDJLnygUECqqZTTdKr26q1 { top:31.25rem;left:0rem;width:10.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ps6il9pViV2KKidUPqza6fVvO0TLNU { top:31.1875rem;left:6.625rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMuPBHKhuf1PilRVUEOgE6lxu6VmfQqT { top:4.625rem;left:8.5625rem;width:38.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 { display:block; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl9exEuBx5HADlfDacTpIZTohDu0dOMw { top:7.375rem;left:27.75rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRgf5uRQQrWyh5yxDqQpZ4Oo7nTd74s { top:12rem;left:21.0625rem;width:26.6875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKwe3Poa5D7aiXEAgVFcCmB0O5xNOewh { top:19.8125rem;left:27.75rem;width:20rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGeEb6PiLiXGTrPQGCFxr5KoTo7u5ww5 { top:5.375rem;left:0rem;width:38.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCQfRThgPwJLWKGnFrp18pAhVTr6iqG { top:26.0625rem;left:30.25rem;width:1.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OLkXBvbc7V5zBNTmrR9fs1Al0JzzG6 { top:26.1875rem;left:44.375rem;width:1.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPIqU2A3ZHxwM2KIPy8q3ZaAJyTFD54e { top:29.3125rem;left:29.875rem;width:1.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgrAzidudb0dl5KFTPs4CBgGeMIVqmk { top:26.125rem;left:32rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNQ5m1D7QhOOb06DLedEnqId3EhM5Kcl { top:26.1875rem;left:37.6875rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRwNOSQdlPwKsnnmcWeCE49JKu5zJ19R { top:29.3125rem;left:32rem;width:10.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT { display:block; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT3vu9Slx4wgPt5CgECDTZtTzpiTxgs2 { top:4.8125rem;left:0rem;width:16.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWmFhPPZza5bOU8UTrQmUq6Oxv2heWBP { top:4.8125rem;left:5.96875rem;width:16.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AW2JrAbuiAhFgxCrhxW3HdFGaiefBQ { top:4.8125rem;left:31.375rem;width:16.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdmJhOXFHti6usHupvDdy5SNyk02i6Ox { top:22.4375rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbJsyTXMRSJcaK6sTPdROub3lZBJWaTX { top:22.4375rem;left:6rem;width:16.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqHr4Z7OPB9uUPKgbUkokQ0xsaR4hke { top:22.4375rem;left:31.5625rem;width:16.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxVKDp8gpKffZ9ZAgo5s7BIHtmnABGko { top:26.1875rem;left:0rem;width:16.1875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLs6TnyQlxmV4IebHMnkkopflCQlhXA { top:26.1875rem;left:6.125rem;width:16.0625rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNLKLhgT9l2VW8XcnWCxhgMu9vePkAti { top:26.1875rem;left:31.375rem;width:16.375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1kHsrLRpKWelveMmZX4JInWt22Cs2M { top:4.8125rem;left:25.78125rem;width:16.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3NtzElURi2xkDoLfbQOcWGSVN5x0qTN { top:26.1875rem;left:25.9375rem;width:16.0625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKTyov4bQlfVMDoEAEobTC0bx2i1hHI { top:22.4375rem;left:25.8125rem;width:16.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOp1K0luJNqEU9v2gr5adBlVr7Lx1rA { top:38.75rem;left:0rem;width:16.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxKZV0Uwm3buoDStD696InxSmdHTRDVl { top:38.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C { display:block; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWGwsSfkKGND8GZHhhHphT4l0EwtBO8L { top:6.5625rem;left:0rem;width:16.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3rb8glcQvvJCdHmu72WgKMtAzQ45a1o { top:4.5rem;left:22.9375rem;width:24.8125rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6b5ziZqoycKcdlfeoMBrbJD2qieLQli { top:21.625rem;left:0rem;width:27.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNNNhOnP7rxUu6iRtqz1MnwR9Xt2OMuQ { top:17.75rem;left:0rem;width:4.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL { display:block; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxn3qfXMsOAvwE970L2fq3zG16qe0I6T { top:6.5625rem;left:0rem;width:24.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7gb9avN6BHyHS8IOcWlmqrX9bDcF6Z { top:13.9375rem;left:0rem;width:27.8125rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyD08zppD9erDHlBS2pueeRqGksV361Z { display:block; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqudc7CZkGgIS9aK2m8ewk5hbdNTlEVk { top:4.0625rem;left:0rem;width:17.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adF6K8uwBPsZN0LfH6elyB16hAvbEdin { top:10.375rem;left:0rem;width:9.5rem;height:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyJNkhqR635FXhTKs2QXMyy4w68OZvTI { top:10.375rem;left:2.875rem;width:44.875rem;height:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvJcnia1yDeLzKvefDZncetGcRGeCHb { top:9.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml6k8uKHffaIHMn3nUlscmds0JtUylbb { top:11.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUqMcsRTysxKTJBe5OXmUxC6lsh6VyFn { top:13.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA8aKDJ3b9cC7fGbc8Q0fUP4ukSOW9BD { top:15.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCdegpOeCKLyEaVcfgpvRCUw8sdSR1u { top:17.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw93pK8WCqp3KvfU0X5NHtsXfar7Z9TW { top:19.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJA1r9plILdEkAwcChmwuxLtykvWZWxR { top:21.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owogNQTHaeM5zlcTr57PhZpfQxdFRKXh { top:23.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiezKCqbPdkJaf7wclx0azkUlhlBrLe { top:25.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXz2ua7di3cMxnf3mQtEI8fUAUT06y2Q { top:27.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkp9LOwk37tRpiPXQLK0umD59TdS02lv { top:29.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh { top:6.6875rem;left:0rem;width:17.75rem;height:;font-size:0.8125rem;display:none; }#l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh li:before{  }
 }@media only screen and (max-width: 763px) { #obLlo0zStid8h8Tf3KhFfg3eJahHorFm { display:block; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZTTqkIW2seK9MNtWSC9q92shaomhZA6 { top:2.6875rem;left:0rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TlIbmrnWA0ID8b0uKbHfPJxQmnh8BZuP {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #R4SWpX63T4iZCmHWPwlsvMlhsOChtTAR {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #d8Z4Pi7FVS3mIqAhRoJy0lhRk1CwfB4G {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #rrMVPyFvdLyuiVXh8K9mggxFk4TRHP4a {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #BSpN3TposRsnh7MPM5dM9EUVQM6OS4Jo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qS3ggR6yC63o2EsfiT7JP0fGJ8OsJDPS {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O3gzGQ4MMxuBVScy8Js7Kmnqif4pDcHI {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #xi8wtdOla2i3kVBqlITiOpJHSMw0GSpq {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F3tHMtmEMqParItVhrK3OlFB14I1QTf7 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O9yIQo06MUuXWifMIEA9cRO4HPI6qoR4 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tiLEh7Nv6kNOIcC6tCBCZEdcZH95EBTv {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Wn86ZDEVmxxTDOw4nL5hXK3u8NK4dlux {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #dLrSZKEXTkallXNvuIRfDuxvW3WOITvw {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #x0USkTeLmT9LHFwe2vmiJ3kx7N2V4R9P {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #yenc4r2FsWyoZAdBT18MT13LghNIlJnl {  }
 }@media only screen and (max-width: 763px) { #vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ { display:block; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDdN14hnDp8bTbrlLyLTt2rTXGdMfb69 { top:1.9375rem;left:0rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #evu7TuypSGlw1RNWv7FTwLO91y7THmVA {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #DtioPAQVa1Vlr93rM19i0BEuCT9lNOyT {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #mWnQwAcxByCwO5FrSObRUFGXGq65Io4b {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Le2h3VkBevTa29W2TsdQTapTCa1Z19qP {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #hr8GdD5BT8OzZLcyw43qHk3XsxKUWAnh {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #PTdcWf8TqIT42xxTAf5PdDSp4cAl8AZX {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #MF1VxHGs68S6ak4TtvZNHouFLGIhNm2C {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #f6EH5WTHkP4hpKe0r3I5lcyKZJO1me8p {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #lal865SM5fg1l5ZBxRrdxo0ANCnc9D4u {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #X44e5OqMRw05VKDXRvWoWQZKi9p8hJIb {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wogfNGspf5noHDnAuzOAeXPS9TTtCQwv {  }
 }@media only screen and (max-width: 763px) { #idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 { display:block; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T241klKxzw5Z0fEZc44KOysKXQkI8zBv { top:2.5rem;left:0rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #evu7TuypSGlw1RNWv7FTwLO91y7THmVA {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc {  }
 }@media only screen and (max-width: 763px) { #EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a { display:block; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVwgHoTXNBG4ccHVMv37B9yyOEz7iaXq { top:2.25rem;left:0rem;width:24.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T { display:block; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTFaXANG1imPAmgOE0OsiJO0sCzTT6or { top:2.25rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u { display:block; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u { background-color: transparent; background-image: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .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); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMELKrBXdLONFKyxp06svxKkVbIgFSvH { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1vHepl35JCOctgasVDed2y8ZSdLKmGL { top:5.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#m1vHepl35JCOctgasVDed2y8ZSdLKmGL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 { top:5.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ { top:5.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ONU4m2ZkgQmBLzTQ1PX8NWtloJCJ3BSo { top:3.1875rem;left:0rem;width:9.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.8125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEqEoal7o2xUP3ldwUnTuwG0EtPtiSAO { width:19.0625rem;height:2.5996125rem;top:7.1875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD392xbVnGTaaqWGXUgIDdenuTMP89Xn { width:17.8125rem;height:2.3125rem;top:12.599609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJCqKvK5esH0zb7Eo3akFdNmv12rpfvM { width:18.875rem;height:7.7988375rem;top:38.9375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziHsdeakPmEkP4lMfr5tCsuLlXVzUpJB { width:4.375rem;height:1.29980625rem;top:49.2626953125rem;left:7.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTufKAqzRh1y7VxLactN2HdELysfm3xR { width:13.8125rem;height:1.05615rem;top:53.0625rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqmISpIyRkfSycZbMxQNgowVIlb2Afp7 { width:4.375rem;height:1.29980625rem;top:50.5rem;left:7.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO1ECDge4aV23pPgO8nwGRTzF8PdCuXE { width:17.5rem;height:4.3125rem;top:55.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlmHcIiBMXbX7MlFJcHdOctqL5lyznc1 { display:block; }
 }@media only screen and (max-width: 763px) { #mBzSct1K5E0x3fJWQJv05h0Ie7hUEJEn { width:10.9375rem;height:3.6875rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibNnRsIhyECt3T8Tt2bXe1RFeACHznLb { top:16.8125rem;left:0rem;width:20rem;height:19.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yX15rhAUt8du32akFx4yA0hI4fB5gXMw { display:block; }#yX15rhAUt8du32akFx4yA0hI4fB5gXMw > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPgkDw7W73oIu5T9B0eBWwW0FlG5NX43 { height:11.1996875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLR1DBTE85KWu43VtmUleGI99L3tyaNH { display:block; }#QLR1DBTE85KWu43VtmUleGI99L3tyaNH > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvRU5gTTscM5dOwE9SQT5GsXiEKz58ho { width:19.6875rem;height:20.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvmgHh5EgRPKpbELu30ohZoADe1PUap { width:19.6875rem;height:20.625rem;top:38.4375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHrwNSqpDb1vhBKLMAL8BpTb9StNXigA { width:19.6875rem;height:20.625rem;top:75.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3RiFxsZ1610Qx4CBISu5CEUgLGwDb8 { width:20rem;height:1.3808625rem;top:23.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v668DpI6oW6oowhJ7yq2Og464fqiKlTc { width:20rem;height:2.76171875rem;top:61.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmAqRpek5K6vyhqptpPKDcEUoToHgFpW { width:20rem;height:1.3808625rem;top:98.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1xokSFzFUpca8TvauoQONA9g3v7HVRX { width:19.5625rem;height:8.44921875rem;top:27.55029296875rem;left:0.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKcKGdu56leGTUmEP0xiKMnBHT33aFs7 { width:19.625rem;height:8.44921875rem;top:64.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swTDcN5z3vWWJZ5cLIz6Jh723PNdQDKF { width:19.625rem;height:10.561525rem;top:101.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP { display:block; }#AXsBiBoyJ8z7b4C8iHMC8uMFIf7J41gP > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI3MTIuracbRs9iRx1FzaxL900zQXRZv { width:20rem;height:1.3808625rem;top:18.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkSPoWsN2T0RTdgRqxNr1KB8bJbqMyK2 { width:20rem;height:1.3808625rem;top:21.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDnzyLfcOldbH5GULxzBJLvZ9vtKE7TR { width:20rem;height:9.505375rem;top:23.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvgUc7vfongkZTkIMwnXGFGkSTaH6bTB { width:20rem;height:2.5996125rem;top:34.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUCQEeVqwAZnUI00gzZx5Klui9W5H6W9 { width:1.5rem;height:1.5rem;top:38.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwhAT4SbOdPKzTJ7T8Q8V6XNtC1QmcuB { width:1rem;height:1rem;top:47.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXm9Ke5614rAtxbsB1aCwgKeH7hH7Sn3 { width:1.4375rem;height:0.875rem;top:43.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu7fqAJd3HgCdmvJZiJCxcQhXeMNU7xF { width:1.125rem;height:0.875rem;top:50.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZdIFAINGWKvoHknzvlyV14phVEpT1y { width:10.0625rem;height:1.05615rem;top:45.25rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4zS63S7QR0HX4x8aqyTG99UzUD0K8Ci { width:10.0625rem;height:1.05615rem;top:48.8125rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaFvaXlAEebDJLnygUECqqZTTdKr26q1 { width:10.0625rem;height:2.11230625rem;top:40.3125rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1ps6il9pViV2KKidUPqza6fVvO0TLNU { width:10.0625rem;height:1.05615rem;top:52.3125rem;left:4.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMuPBHKhuf1PilRVUEOgE6lxu6VmfQqT { height:15.0815625rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 { display:block; }#Fx37VqTIvJCaTv9LABdUWuX9eiIUwGV6 > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl9exEuBx5HADlfDacTpIZTohDu0dOMw { width:20rem;height:1.3808625rem;top:17.5815625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqRgf5uRQQrWyh5yxDqQpZ4Oo7nTd74s { width:20rem;height:7.3930625rem;top:20.212425rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKwe3Poa5D7aiXEAgVFcCmB0O5xNOewh { width:20rem;height:2.5996125rem;top:28.8549875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGeEb6PiLiXGTrPQGCFxr5KoTo7u5ww5 { height:15.0815625rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCQfRThgPwJLWKGnFrp18pAhVTr6iqG { width:1.25rem;height:0.625rem;top:32.7046rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OLkXBvbc7V5zBNTmrR9fs1Al0JzzG6 { width:1.1875rem;height:0.9375rem;top:36.8852625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPIqU2A3ZHxwM2KIPy8q3ZaAJyTFD54e { width:1.1875rem;height:1rem;top:41.378425rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgrAzidudb0dl5KFTPs4CBgGeMIVqmk { width:10.0625rem;height:1.05615rem;top:34.5796rem;left:4.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNQ5m1D7QhOOb06DLedEnqId3EhM5Kcl { width:10.0625rem;height:1.05615rem;top:39.0727625rem;left:4.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRwNOSQdlPwKsnnmcWeCE49JKu5zJ19R { width:10.0625rem;height:1.05615rem;top:43.628425rem;left:4.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT { display:block; }#nC7ol3TzFPTxtKk0uETwWDNAcaSRdoMT > .row .container { width:20rem;height:137.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT3vu9Slx4wgPt5CgECDTZtTzpiTxgs2 { width:20rem;height:18.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWmFhPPZza5bOU8UTrQmUq6Oxv2heWBP { width:20rem;height:19.25rem;top:29.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AW2JrAbuiAhFgxCrhxW3HdFGaiefBQ { width:20rem;height:18.6875rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdmJhOXFHti6usHupvDdy5SNyk02i6Ox { width:16.25rem;height:1.3808625rem;top:21.11865234375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbJsyTXMRSJcaK6sTPdROub3lZBJWaTX { width:16.3125rem;height:1.3808625rem;top:50.625rem;left:1.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqHr4Z7OPB9uUPKgbUkokQ0xsaR4hke { width:16.1875rem;height:1.3808625rem;top:115.3125rem;left:1.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxVKDp8gpKffZ9ZAgo5s7BIHtmnABGko { width:16.1875rem;height:4.22460625rem;top:24.029296875rem;left:1.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLs6TnyQlxmV4IebHMnkkopflCQlhXA { width:16.0625rem;height:8.4492375rem;top:54rem;left:1.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNLKLhgT9l2VW8XcnWCxhgMu9vePkAti { width:16.375rem;height:5.28075625rem;top:118.3125rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1kHsrLRpKWelveMmZX4JInWt22Cs2M { width:20rem;height:18.6875rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3NtzElURi2xkDoLfbQOcWGSVN5x0qTN { width:16.0625rem;height:5.28075625rem;top:87.625rem;left:1.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKTyov4bQlfVMDoEAEobTC0bx2i1hHI { width:16.3125rem;height:1.3808625rem;top:84.625rem;left:1.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOp1K0luJNqEU9v2gr5adBlVr7Lx1rA { width:20rem;height:3.25rem;top:127.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxKZV0Uwm3buoDStD696InxSmdHTRDVl { width:20rem;height:3.41161875rem;top:131.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C { display:block; }#lIMvlX7nGu6umJS8dRkWwwHIEPgMEO9C > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWGwsSfkKGND8GZHhhHphT4l0EwtBO8L { width:16.0625rem;height:1.3808625rem;top:1.25rem;left:1.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3rb8glcQvvJCdHmu72WgKMtAzQ45a1o { width:20rem;height:19.395rem;top:14.0683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6b5ziZqoycKcdlfeoMBrbJD2qieLQli { width:20rem;height:4.875rem;top:7.9433625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNNNhOnP7rxUu6iRtqz1MnwR9Xt2OMuQ { width:4.625rem;height:2.8125rem;top:3.8808625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL { display:block; }#p5oCbkCB2cUT70LzspuVN1yHKfPvM9EL > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxn3qfXMsOAvwE970L2fq3zG16qe0I6T { width:20rem;height:3.4121125rem;top:2.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7gb9avN6BHyHS8IOcWlmqrX9bDcF6Z { width:20rem;height:28.03125rem;top:9.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyD08zppD9erDHlBS2pueeRqGksV361Z { display:block; }#DyD08zppD9erDHlBS2pueeRqGksV361Z > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqudc7CZkGgIS9aK2m8ewk5hbdNTlEVk { width:17.0625rem;height:1.70605625rem;top:1.25rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adF6K8uwBPsZN0LfH6elyB16hAvbEdin { width:6.875rem;height:0;top:5.6435546875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #RyJNkhqR635FXhTKs2QXMyy4w68OZvTI { width:9.0625rem;height:0;top:8.2060546875rem;left:10.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:2.5;display:none; }
 }@media only screen and (max-width: 763px) { #oAvJcnia1yDeLzKvefDZncetGcRGeCHb { width:20rem;height:0.0625rem;top:4.20605625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml6k8uKHffaIHMn3nUlscmds0JtUylbb { width:20rem;height:0.0625rem;top:5.51855625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUqMcsRTysxKTJBe5OXmUxC6lsh6VyFn { width:20rem;height:0.0625rem;top:6.83105625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UA8aKDJ3b9cC7fGbc8Q0fUP4ukSOW9BD { width:20rem;height:0.0625rem;top:8.14355625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWCdegpOeCKLyEaVcfgpvRCUw8sdSR1u { width:20rem;height:0.0625rem;top:9.45605625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw93pK8WCqp3KvfU0X5NHtsXfar7Z9TW { width:20rem;height:0.0625rem;top:10.76855625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJA1r9plILdEkAwcChmwuxLtykvWZWxR { width:20rem;height:0.0625rem;top:12.08105625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #owogNQTHaeM5zlcTr57PhZpfQxdFRKXh { width:20rem;height:0.0625rem;top:13.39355625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJiezKCqbPdkJaf7wclx0azkUlhlBrLe { width:20rem;height:0.0625rem;top:14.70605625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXz2ua7di3cMxnf3mQtEI8fUAUT06y2Q { width:20rem;height:0.0625rem;top:16.01855625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rkp9LOwk37tRpiPXQLK0umD59TdS02lv { width:20rem;height:0.0625rem;top:28.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh { top:6.21875rem;left:1.125rem;width:17.75rem;height:19.7109375rem;z-index:15020;font-size:0.8125rem;display:block; }#l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9KiC8gQ8B3Ses5XFuDZTHbtsTSxIPyh li:before{  }
 }@media only screen and (max-width: 763px) { #obLlo0zStid8h8Tf3KhFfg3eJahHorFm { display:block; }#obLlo0zStid8h8Tf3KhFfg3eJahHorFm > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZTTqkIW2seK9MNtWSC9q92shaomhZA6 { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn { display:flex;height:auto;width:17.5rem;top:5.9121125rem;left:0.9375rem; }
#dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #TlIbmrnWA0ID8b0uKbHfPJxQmnh8BZuP {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #R4SWpX63T4iZCmHWPwlsvMlhsOChtTAR {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #d8Z4Pi7FVS3mIqAhRoJy0lhRk1CwfB4G {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #rrMVPyFvdLyuiVXh8K9mggxFk4TRHP4a {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #BSpN3TposRsnh7MPM5dM9EUVQM6OS4Jo {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #qS3ggR6yC63o2EsfiT7JP0fGJ8OsJDPS {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O3gzGQ4MMxuBVScy8Js7Kmnqif4pDcHI {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #xi8wtdOla2i3kVBqlITiOpJHSMw0GSpq {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #F3tHMtmEMqParItVhrK3OlFB14I1QTf7 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #O9yIQo06MUuXWifMIEA9cRO4HPI6qoR4 {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #tiLEh7Nv6kNOIcC6tCBCZEdcZH95EBTv {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #Wn86ZDEVmxxTDOw4nL5hXK3u8NK4dlux {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #dLrSZKEXTkallXNvuIRfDuxvW3WOITvw {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #x0USkTeLmT9LHFwe2vmiJ3kx7N2V4R9P {  }
 }@media only screen and (max-width: 763px) { #dgJ99pZ9KxrIOGq4fUNXNTVhIN7aK4gn #yenc4r2FsWyoZAdBT18MT13LghNIlJnl {  }
 }@media only screen and (max-width: 763px) { #vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ { display:block; }#vkQhhp23yWD7Db8QQs0VBGoGeQ9kwUfJ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDdN14hnDp8bTbrlLyLTt2rTXGdMfb69 { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b { display:flex;height:auto;width:17.5rem;top:4.20605625rem;left:0.9375rem; }
#r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #evu7TuypSGlw1RNWv7FTwLO91y7THmVA {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #DtioPAQVa1Vlr93rM19i0BEuCT9lNOyT {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #mWnQwAcxByCwO5FrSObRUFGXGq65Io4b {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #Le2h3VkBevTa29W2TsdQTapTCa1Z19qP {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #hr8GdD5BT8OzZLcyw43qHk3XsxKUWAnh {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #PTdcWf8TqIT42xxTAf5PdDSp4cAl8AZX {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #MF1VxHGs68S6ak4TtvZNHouFLGIhNm2C {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #f6EH5WTHkP4hpKe0r3I5lcyKZJO1me8p {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #lal865SM5fg1l5ZBxRrdxo0ANCnc9D4u {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #X44e5OqMRw05VKDXRvWoWQZKi9p8hJIb {  }
 }@media only screen and (max-width: 763px) { #r1FLtfVb9EJQTpmmx7m5RpvS0Dt1AJ3b #wogfNGspf5noHDnAuzOAeXPS9TTtCQwv {  }
 }@media only screen and (max-width: 763px) { #idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 { display:block; }#idaUfwRQOmxLbDzxMgZnhkQDo53wbZA9 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T241klKxzw5Z0fEZc44KOysKXQkI8zBv { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV { display:flex;height:auto;width:17.5rem;top:4.20605625rem;left:0.9375rem; }
#TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #ZEfAKBvKx7QamQCCagBRSVAqEkDOyn3T {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #nkRsZZBqrtzZKE1TcRev5Md943TEqEk2 {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #evu7TuypSGlw1RNWv7FTwLO91y7THmVA {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #UhKd4btGR3n9ISEs0nPukihf9tUZ0SmI {  }
 }@media only screen and (max-width: 763px) { #TQyQLFoeOMJ5B5zyWv2x4cTS2Ub2ZOsV #K4Gw0UcyEqUguliQ0Se5oVQuFzAmdHPc {  }
 }@media only screen and (max-width: 763px) { #EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a { display:block; }#EpU7Ix23oTmuWwBeavlwmZ9qOPSJ525a > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVwgHoTXNBG4ccHVMv37B9yyOEz7iaXq { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb { display:flex;height:auto;width:17.5rem;top:5.9121125rem;left:0.9375rem; }
#nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #nkaNpXmr09V4fvWhDAqd8q0FPu8xmApb #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T { display:block; }#ac2bmaCeupaDedTyGX47ebDEoGh8Dy5T > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTFaXANG1imPAmgOE0OsiJO0sCzTT6or { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 { display:flex;height:auto;width:17.5rem;top:5.9121125rem;left:0.9375rem; }
#JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #TvksHa568bFrv2K2pDXwS47CaieWL1zr {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #UU5sfxi22c732NckeOOgTnccK5tzamCo {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #IA9ebegIHRIeAuxoha8WKQQwVhfsorSe {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #L9XVuraZq50GGIbOvBndhbb9bv4Fgl3c {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #qtsNMnrAOPILmis2Ph2mMRPm6c4t9iNM {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Z79WfNR9FzlknRVqebxizRNydLZhHHQz {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #F7UNexkJkky9nbohPl9I1b27uW6b2h2l {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pISoTeLiBVupVzZdKBOBtQF9yzzJ39mb {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #tEM3bCHDICwVJETr4Cfe3HPy4yP5XlWo {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #wzpwv9lTFqe2qT6FbZKIf0Ubto4o1Mvn {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #ziriIA2tnROdJz4DSrVodUEug9KEFK9h {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #Js8W5DKooN3UcVlZB1lvmwNzx7IwQaF6 {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #pNPBHSR75h0lW6M9vJf8lTeQsZkHN1ly {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #nXs1iNk7kgc3nBV6DXk65JvoLJhMiLwq {  }
 }@media only screen and (max-width: 763px) { #JiCTFWRB8E9evw2Sht7emGpfWT87Iu68 #VgvNTecJTCgyhkSSCN8pRVwfwVhI0vV2 {  }
 }@media only screen and (max-width: 763px) { #AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { background-color: transparent; background-image: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container { display: none; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .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); }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { border-width: 0; border-radius: 0; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AK7D9HxDriZUvsQkLQ4kxTxWwz697O0u > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMELKrBXdLONFKyxp06svxKkVbIgFSvH { left:0rem;background-color:transparent;background-image:none;top:8.25rem;width:19.8125rem;height:2.2744125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1vHepl35JCOctgasVDed2y8ZSdLKmGL { display:flex;width:1.875rem;height:1.875rem;top:11.75rem;left:3.5625rem; }
#m1vHepl35JCOctgasVDed2y8ZSdLKmGL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 { display:flex;width:1.875rem;height:1.875rem;top:11.75rem;left:9.0625rem; }
#dG4UO2NZKo6IwHxnlUshPViKCLLhQ001 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ { display:flex;width:1.875rem;height:1.875rem;top:11.75rem;left:14.5625rem; }
#w3yysXwGXi8suMHk3duPa4r5tKdqqHUJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ONU4m2ZkgQmBLzTQ1PX8NWtloJCJ3BSo { width:9.1875rem;height:1.5625rem;top:3.0625rem;left:5.4375rem;display:block; }
 }