.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:254,217,236;--color-primary-1:252,128,191;--color-primary-2:249,0,127;--color-primary-3:125,0,64;--color-primary-4:37,0,19;--color-secondary-0:231,251,251;--color-secondary-1:174,240,243;--color-secondary-2:92,225,230;--color-secondary-3:46,113,115;--color-secondary-4:14,34,35;--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:"Montserrat";--paragraphs-font-family:"open sans"; }@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:url("https://images.assets-landingi.com/uc/804c09cd-7481-4cf6-b245-bfc1b4b1a83e/TOSEKCJA1.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: 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 { background-color:rgba(var(--color-primary-0),0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { 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:4.6243105rem;width:5.8743105rem;top:1.5935201644898rem;left:2.2173719406128rem;overflow:hidden;display:block; }
#KJRdMagKINf3ITHDtxNvnagqwyFvahTO { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6865806875rem;height:3.0618105rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.3747701644898rem;left:62.280554771423rem;display:block; }
#beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:10.497471809388rem;height:1.625rem;display:block; }
#ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:23.059512138367rem;height:1.625rem;display:block; }
#MeUGCCPxwErTm6MFrG60oKLDAMantroM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4368105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:30.615805625916rem;height:1.625rem;display:block; }
#bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0615806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:45.183821678162rem;height:1.625rem;display:block; }
#Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7791819375rem;height:2.96622225rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3747701644898rem;left:51.873847007751rem;display:block; }
#TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhQswFxdQAGEacDZue1fk4RTSmffKkeS { position:absolute;display:block;z-index:14999;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:5rem;width:75rem;top:1.4051010608673rem;left:0rem;overflow:hidden;display:block; }
#BIx5FFNZQW9yRP28Grop2Quiskm9swUP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0615806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:39.195769309998rem;height:1.625rem;display:block; }
#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { position:relative;display:none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { border-width: 0; border-radius: 0; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .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; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .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:18.75rem;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:none; }#sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { 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:25rem;width:31.25rem;display:none; }
#fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5625rem;top:5.4375rem;left:3.6875rem;display:none; }
#qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2le5UD9xaHue6BvnVip8a3K68qcuB1F { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:18.75rem;display:block; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { background-color: transparent; background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .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); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { border-width: 0; border-radius: 0; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:18.75rem; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { color:rgba(var(--color-tertiary-0),1);display:block;width:39.2497673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.625rem;left:34.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.25rem;height:2.4264705rem;text-align:left;text-align-last:left;display:none; }
#TfM8tviHXJ40o839mnsKcawGEwWaPqwf { 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:13.0625rem;width:18.75rem;display:none; }
#qgMcBl3ossyTzG25p2ayVo7d3iZ2yA32 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30rem;left:34.1875rem;display:block; }
#vUiA2md9WSEZk3nMCko8yxRVTIAkygiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6Ko27vPsOb4kxJsKvy7oDwr9R13XHpR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:34.1875rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#InwEFZTrliHo1gdxRTnbHDm4FuZTdHAe { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.75rem;width:63.1875rem;top:0.055147171020508rem;left:-31.508040428162rem;overflow:hidden;display:block; }
#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { background-color: transparent; background-image: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container > .video-iframe-container { display: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container { display: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .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); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { border-width: 0; border-radius: 0; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.8125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8122691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5rem;left:5rem;height:11.3125rem;text-align:left;text-align-last:left;display:block; }#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ li:before{  }
#m61GgpWenvX20oxML6ixLtIVrZgQ7Aiy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.9375rem;left:12.375rem;height:2.4264705rem;text-align:center;text-align-last:center;display:none; }
#tn53EqTp5dyeu0WEqA925nKD8A5qpy4R { box-sizing:content-box;height:31.25rem;width:71.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(166deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(166deg, #0ea5a5, #053f3f);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.75rem;left:1.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uXM2Lv6Sg5o6HehVW936GoPS1OApWvm9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7rem;left:5rem; }
#aaOIRWQbOKhz4HWGf7BMhBrg1TPzI8Pe { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.6240806875rem;width:25.9375rem;top:6.5625rem;left:45.311347007751rem;overflow:hidden;display:block; }
#Bsr1uoe98vkSkE64eJsPud6SsUbbmEn8 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.52872225rem;height:3.153492625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.36075592041rem;left:4.9988508224488rem;display:block; }
#wTTbx9WpbsfGSQW6o0c4Jhtsb0skh27N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSQnRtyf258ITbpxUzkftavBOx1PEtfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container { background-color: transparent; background-image: none; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container > .video-iframe-container { display: none; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row > .video-iframe-container { display: none; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .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); }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container { border-width: 0; border-radius: 0; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#H0xW9Dfr0OyXwBE6O5BRhpol7yZNIF8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:9.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#AX0iBKzHiUvtGbSxzQFzkPiIM0Sgzp3B { box-sizing:content-box;height:32.5rem;width:71.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(166deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(166deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(166deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(166deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(166deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.3108901977539rem;left:1.6233911514282rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#il08JtduP7pRpgSq2JDPsk1r1iTQEZ3o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.5625rem;left:4.8125rem; }
#HyrCSDaIX7phwEhZpqbRD6nK91ruK7aA { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6539520625rem;height:3.7784924375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37rem;left:27.5rem;display:none; }
#O1m1opHmyGhINqKWVIsPxtLJZOEkMJu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxi9cdiVayKLB09FKSMrqLftxd7WKBqM { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.2109375rem;left:1.6222429275512rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ekiFWSEWthmkA8C3zfUnHWVQcECUSiQ2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6870403125rem;width:25.6870403125rem;top:29.3125rem;left:47.5rem;overflow:hidden;display:block; }
#lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8122691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.381889343262rem;left:4.8092832565308rem;height:11.3125rem;text-align:left;text-align-last:left;display:block; }#lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu li:before{  }
#NGCTX2e2RSGEgEU5XI3DvxZh6TImm4hW { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:28.8740806875rem;width:25.9995403125rem;top:3.0870819091797rem;left:45.309050559998rem;overflow:hidden;display:block; }
#eqk65TpHOk61iGJdZMBKftKarAx22IQU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4322141875rem;height:3.056985125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.497703552246rem;left:4.8092832565308rem;display:block; }
#u6By8E1X2p3gMe9JLsqKcFatOD3LWMJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWcF4UMU4yOBfyLQQfiG2ahm0Xun94zD { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.980926513672rem;left:1.6222429275512rem;height:8.0882353125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kD188OsIxUfkftQVu8mMkBZE68XIZ16r { 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/fc7e972e-955c-4956-8b87-dc4b517c272d/TO2.svg");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; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r.adaptive-delivery-prevent-bg, #kD188OsIxUfkftQVu8mMkBZE68XIZ16r.lazyload, #kD188OsIxUfkftQVu8mMkBZE68XIZ16r.lazyloading { background-image: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { background-color: transparent; background-image: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container > .video-iframe-container { display: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container { display: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .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); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { border-width: 0; border-radius: 0; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QIpSHbdlNwqWaAp48xrdmwZ8nC1Rxk9i { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5rem;left:12.5rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { background-color: transparent; background-image: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container > .video-iframe-container { display: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container { display: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .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); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { border-width: 0; border-radius: 0; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25rem;width:30.2493095625rem;top:2.3862609863281rem;left:3.6236209869385rem;overflow:hidden;display:block; }
#VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { color:#000000;display:block;width:20.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:37.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.75rem;left:37.5rem; }
#QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { color:#000000;display:block;width:24.4990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.382141113281rem;left:42.498847961426rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.375rem;left:37.5rem;display:block; }
#HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);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; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { background-color: transparent; background-image: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container > .video-iframe-container { display: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container { display: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .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); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { border-width: 0; border-radius: 0; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8347930908203rem;left:21.842829704284rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-1),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-1),0.5)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .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; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .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_8b1aa9db19f869efece77f179edb6871406f2c9a.svg");background-size:contain !important; }#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.adaptive-delivery-prevent-bg, #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.lazyload, #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.lazyloading { background-image: none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { box-sizing:content-box;height:auto;width:53.872928625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.2132415771488rem;left:9.3118104934694rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi { display:none; }
#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { 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; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { background-color: transparent; background-image: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container > .video-iframe-container { display: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container { display: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .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); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { border-width: 0; border-radius: 0; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { 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:7.375rem;width:9.3125rem;top:1.1416015625rem;left:-0.7894512282815rem;overflow:hidden;display:block; }
#eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8405323125rem;height:3.090533rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.981140136719rem;left:0rem;display:block; }
#SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { color:#ffffff;display:block;width:23.6868095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:46.5rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:25rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#WwEpNusnIh0GXoHqaomMksDa72WmkruS { color:#ffffff;display:block;width:25.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.8125rem;left:25rem;height:;text-align:left;text-align-last:left;display:block; }
#m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { color:#ffffff;display:block;width:25.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.6875rem;left:25rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.125rem;left:49.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.936767578125rem;left:49.936804771423rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.56201171875rem;left:49.936804771423rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.249267578125rem;left:49.936804771423rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:49.936804771423rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.499755859375rem;left:49.936804771423rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9365806875rem;width:50.3745384375rem;top:31.492431640625rem;left:23.746550559998rem;overflow:hidden;display:block; }
#zg387uKnc691B1qBccQRuKOhG2QaFLfa { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.865539550781rem;left:49.935660362244rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:32.763061523438rem;left:49.935660362244rem;overflow:hidden;display:block; }
#vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { position:absolute;display:block;z-index:15029;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:2rem;width:2.0625rem;top:32.763061523438rem;left:53.060660362244rem;overflow:hidden;display:block; }
#O3H1CVN2akrP0DGKnbpnraOKlfySZlII { position:absolute;display:block;z-index:15030;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.875rem;width:1.875rem;top:32.763061523438rem;left:56.060431480408rem;overflow:hidden;display:block; }
#lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { position:absolute;display:block;z-index:15031;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.875rem;width:1.625rem;top:32.763061523438rem;left:59.185431480408rem;overflow:hidden;display:block; }
#K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.497680664062rem;left:49.999999046326rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { width:5.8125rem;height:4.5756527138376rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRdMagKINf3ITHDtxNvnagqwyFvahTO { width:11.625rem;height:3rem;top:2.3125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block; }
 }@media only screen and (max-width: 763px) { #L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { width:11.875rem;height:1.5625rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { width:6.5625rem;height:1.5625rem;top:3.0625rem;left:9.4345121383669rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUGCCPxwErTm6MFrG60oKLDAMantroM { width:7.375rem;height:1.5625rem;top:3.0625rem;left:16.990805625916rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { width:6rem;height:1.5625rem;top:3.0625rem;left:31.558821678162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { width:9.75rem;height:2.9375rem;top:2.3125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block; }
 }@media only screen and (max-width: 763px) { #zhQswFxdQAGEacDZue1fk4RTSmffKkeS { width:47.75rem;height:3.1833333333333rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIx5FFNZQW9yRP28Grop2Quiskm9swUP { width:6rem;height:1.5625rem;top:3.0625rem;left:25.570769309998rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { display:none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { width:31.25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { width:12.5rem;height:12.5625rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block; }
 }@media only screen and (max-width: 763px) { #l2le5UD9xaHue6BvnVip8a3K68qcuB1F { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { display:block; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { width:39.1875rem;height:2.4264705rem;top:10.625rem;left:8.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { width:17.5rem;height:;top:6.8125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfM8tviHXJ40o839mnsKcawGEwWaPqwf { width:18.75rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgMcBl3ossyTzG25p2ayVo7d3iZ2yA32 { width:14.5rem;height:3.125rem;top:30rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiA2md9WSEZk3nMCko8yxRVTIAkygiM { display:block; }
 }@media only screen and (max-width: 763px) { #q6Ko27vPsOb4kxJsKvy7oDwr9R13XHpR { width:34.875rem;height:8.75rem;top:15rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwEFZTrliHo1gdxRTnbHDm4FuZTdHAe { width:47.75rem;height:30.794263105836rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { display:block; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { width:36.3125rem;height:1.6176470625rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { width:30.75rem;height:9.0625rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ li:before{  }
 }@media only screen and (max-width: 763px) { #m61GgpWenvX20oxML6ixLtIVrZgQ7Aiy { width:36.3125rem;height:2.375rem;top:27.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tn53EqTp5dyeu0WEqA925nKD8A5qpy4R { width:47.75rem;height:31.25rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXM2Lv6Sg5o6HehVW936GoPS1OApWvm9 { width:3.125rem;height:3.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOIRWQbOKhz4HWGf7BMhBrg1TPzI8Pe { width:25.9375rem;height:27.6240806875rem;top:6.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsr1uoe98vkSkE64eJsPud6SsUbbmEn8 { width:14.5rem;height:3.125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTbx9WpbsfGSQW6o0c4Jhtsb0skh27N { display:block; }
 }@media only screen and (max-width: 763px) { #mSQnRtyf258ITbpxUzkftavBOx1PEtfo { display:block; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0xW9Dfr0OyXwBE6O5BRhpol7yZNIF8Z { width:36.3125rem;height:1.6176470625rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX0iBKzHiUvtGbSxzQFzkPiIM0Sgzp3B { width:47.75rem;height:32.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il08JtduP7pRpgSq2JDPsk1r1iTQEZ3o { width:3.125rem;height:3.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrCSDaIX7phwEhZpqbRD6nK91ruK7aA { width:19.5rem;height:3.625rem;top:37rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1m1opHmyGhINqKWVIsPxtLJZOEkMJu9 { display:block; }
 }@media only screen and (max-width: 763px) { #zxi9cdiVayKLB09FKSMrqLftxd7WKBqM { width:47.75rem;height:4.875rem;top:42.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekiFWSEWthmkA8C3zfUnHWVQcECUSiQ2 { width:25.625rem;height:25.625rem;top:29.3125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu { width:30.75rem;height:9.0625rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }#lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu li:before{  }
 }@media only screen and (max-width: 763px) { #NGCTX2e2RSGEgEU5XI3DvxZh6TImm4hW { width:25.9375rem;height:28.805181123605rem;top:3.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqk65TpHOk61iGJdZMBKftKarAx22IQU { width:14.375rem;height:3rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6By8E1X2p3gMe9JLsqKcFatOD3LWMJw { display:block; }
 }@media only screen and (max-width: 763px) { #rWcF4UMU4yOBfyLQQfiG2ahm0Xun94zD { width:20rem;height:6.25rem;top:54.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kD188OsIxUfkftQVu8mMkBZE68XIZ16r { display:block; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { width:47.5rem;height:2.375rem;top:5.9375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIpSHbdlNwqWaAp48xrdmwZ8nC1Rxk9i { width:47.75rem;height:4.8125rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { display:block; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { width:30.1875rem;height:24.948916550994rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { width:20.9375rem;height:1.6176470625rem;top:7.625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { width:3.125rem;height:3.125rem;top:12.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { width:24.4375rem;height:4.1911764375rem;top:12.375rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { width:16.9375rem;height:3.1875rem;top:19.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block; }
 }@media only screen and (max-width: 763px) { #iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { display:block; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { width:31.25rem;height:2.4264705rem;top:3.8125rem;left:8.2178297042844rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { display:flex;height:auto;width:27.8125rem;top:14.0625rem;left:4.0625019073486rem; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi {  }
 }@media only screen and (max-width: 763px) { #PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { display:block; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { width:9.3125rem;height:7.3753162578957rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { width:24.6875rem;height:2.5rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { width:24.6875rem;height:;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { width:24.6875rem;height:1.25rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { width:24.6875rem;height:;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { width:16.8125rem;height:3.0625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block; }
 }@media only screen and (max-width: 763px) { #RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { width:24.6875rem;height:6.25rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { width:23.625rem;height:3.75rem;top:46.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { width:24.6875rem;height:3.75rem;top:10.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { width:24.6875rem;height:3.75rem;top:19.9375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpNusnIh0GXoHqaomMksDa72WmkruS { width:25.375rem;height:;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { width:25.375rem;height:1.25rem;top:25.6875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { width:24.6875rem;height:1.25rem;top:10.125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { width:24.6875rem;height:1.25rem;top:14.875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { width:24.6875rem;height:1.25rem;top:17.5rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { width:24.6875rem;height:1.25rem;top:20.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { width:24.6875rem;height:1.25rem;top:22.8125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { width:24.6875rem;height:1.25rem;top:25.4375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { width:47.75rem;height:26.481070977617rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg387uKnc691B1qBccQRuKOhG2QaFLfa { width:24.6875rem;height:1.25rem;top:29.8125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { width:2.125rem;height:2.125rem;top:32.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { width:2.0625rem;height:1.9993035208802rem;top:32.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3H1CVN2akrP0DGKnbpnraOKlfySZlII { width:1.875rem;height:1.875rem;top:32.75rem;left:33.247931480408rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { width:1.625rem;height:1.8755304144284rem;top:32.75rem;left:36.372931480408rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { width:24.6875rem;height:;top:12.4375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { width:4.875rem;height:3.8742633242467rem;top:1.5314798355102rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRdMagKINf3ITHDtxNvnagqwyFvahTO { width:11.6875rem;height:3.0625rem;top:1.9381892681122rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block; }
 }@media only screen and (max-width: 763px) { #L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { width:11.9370403125rem;height:1.6176470625rem;top:2.65625rem;left:8.0629596875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { width:6.5625rem;height:1.6176470625rem;top:2.65625rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUGCCPxwErTm6MFrG60oKLDAMantroM { width:7.4368105rem;height:1.6176470625rem;top:2.65625rem;left:12.5631895rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { width:6.0615806875rem;height:1.6176470625rem;top:2.65625rem;left:13.9384193125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { width:9.875rem;height:3.0625rem;top:7rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block; }
 }@media only screen and (max-width: 763px) { #zhQswFxdQAGEacDZue1fk4RTSmffKkeS { width:20rem;height:1.3333333333333rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIx5FFNZQW9yRP28Grop2Quiskm9swUP { width:6rem;height:0;top:13.00367641449rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { background-color: transparent; background-image: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container > .video-iframe-container { display: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container { display: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .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); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { border-width: 0; border-radius: 0; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { top:0.53308820724488rem;left:1.0615807771682rem;width:4.6875rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { display:flex;top:1.594669342041rem;left:16.248850703239rem;width:1.6245404375rem;height:1.6245404375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { top:5.4951171875rem;left:3.75rem;width:12.5rem;height:12.57352875rem;z-index:15002;text-align:center;text-align-last:center;font-family:poppins;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { top:19.6875rem;left:4.5625rem;width:10.875rem;height:3.4375rem;z-index:15003;font-size:1.125rem;font-family:poppins;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block; }
 }@media only screen and (max-width: 763px) { #l2le5UD9xaHue6BvnVip8a3K68qcuB1F { top:24rem;left:4.5625rem;width:10.875rem;height:3.4375rem;z-index:15004;font-size:1.125rem;font-family:poppins;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { background-color: transparent; background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .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); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { border-width: 0; border-radius: 0; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { width:18.9993095625rem;height:3.235294125rem;top:17.435657501221rem;left:0.49862134456634rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { display:flex;top:1.2488517761231rem;left:16.725642085076rem;width:1.6245404375rem;height:1.6245404375rem;z-index:15002;opacity:0; }
 }@media only screen and (max-width: 763px) { #rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { width:17.5620403125rem;height:0;top:3.373161315918rem;left:1.2189797163009rem;font-size:1.625rem;z-index:15007;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TfM8tviHXJ40o839mnsKcawGEwWaPqwf { top:22.375rem;left:0.625rem;width:18.75rem;height:13.0625rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qgMcBl3ossyTzG25p2ayVo7d3iZ2yA32 { width:14.4034924375rem;height:3.02941175rem;top:35.938648223877rem;left:2.7987130880356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiA2md9WSEZk3nMCko8yxRVTIAkygiM { display:block; }
 }@media only screen and (max-width: 763px) { #q6Ko27vPsOb4kxJsKvy7oDwr9R13XHpR { width:20rem;height:11.25rem;top:22.626377105713rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InwEFZTrliHo1gdxRTnbHDm4FuZTdHAe { width:20rem;height:12.5rem;top:2.9790878295899rem;left:-0.63432894591869rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { display:block; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { width:20rem;height:1.6176470625rem;top:4.5875473022461rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { width:17.2495403125rem;height:15.3125rem;top:8.1613082885744rem;left:1.3752297163009rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ li:before{  }
 }@media only screen and (max-width: 763px) { #m61GgpWenvX20oxML6ixLtIVrZgQ7Aiy { width:20rem;height:0;top:49.554222106934rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #tn53EqTp5dyeu0WEqA925nKD8A5qpy4R { width:20rem;height:47.0625rem;top:2.497932434082rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXM2Lv6Sg5o6HehVW936GoPS1OApWvm9 { display:flex;width:3.125rem;height:3.125rem;top:31.061584472656rem;left:3.1881885528564rem; }
 }@media only screen and (max-width: 763px) { #aaOIRWQbOKhz4HWGf7BMhBrg1TPzI8Pe { width:16.3120403125rem;height:17.3747691875rem;top:24.499076843262rem;left:1.8439797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsr1uoe98vkSkE64eJsPud6SsUbbmEn8 { width:14.4034924375rem;height:3.02941175rem;top:43.922325134278rem;left:2.7493106126785rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTbx9WpbsfGSQW6o0c4Jhtsb0skh27N { display:block; }
 }@media only screen and (max-width: 763px) { #mSQnRtyf258ITbpxUzkftavBOx1PEtfo { display:block; }#mSQnRtyf258ITbpxUzkftavBOx1PEtfo > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0xW9Dfr0OyXwBE6O5BRhpol7yZNIF8Z { width:20rem;height:1.6176470625rem;top:3.5271148681641rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX0iBKzHiUvtGbSxzQFzkPiIM0Sgzp3B { width:20rem;height:50.25rem;top:0.88121032714844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il08JtduP7pRpgSq2JDPsk1r1iTQEZ3o { display:flex;width:3.125rem;height:3.125rem;top:31.062728881836rem;left:3.1881885528564rem; }
 }@media only screen and (max-width: 763px) { #HyrCSDaIX7phwEhZpqbRD6nK91ruK7aA { width:19.4034924375rem;height:3.5291819375rem;top:54.623168945312rem;left:0.29756432771683rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1m1opHmyGhINqKWVIsPxtLJZOEkMJu9 { display:block; }
 }@media only screen and (max-width: 763px) { #zxi9cdiVayKLB09FKSMrqLftxd7WKBqM { width:20rem;height:0;top:53.443252563476rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ekiFWSEWthmkA8C3zfUnHWVQcECUSiQ2 { width:12.5rem;height:12.5rem;top:57.478179931641rem;left:7.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu { width:17.6240806875rem;height:15.3125rem;top:7.0611267089844rem;left:1.1879595518112rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#lDbcPZuaIUGQ44FAUn0CsFCm2Dvof9Xu li:before{  }
 }@media only screen and (max-width: 763px) { #NGCTX2e2RSGEgEU5XI3DvxZh6TImm4hW { width:17.6240806875rem;height:19.6243095625rem;top:24.136032104493rem;left:1.1879595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqk65TpHOk61iGJdZMBKftKarAx22IQU { width:14.27941175rem;height:2.9041819375rem;top:45.394996643066rem;left:2.8124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6By8E1X2p3gMe9JLsqKcFatOD3LWMJw { display:block; }
 }@media only screen and (max-width: 763px) { #rWcF4UMU4yOBfyLQQfiG2ahm0Xun94zD { width:20rem;height:6.25rem;top:54.130294799805rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kD188OsIxUfkftQVu8mMkBZE68XIZ16r { display:block; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { width:20rem;height:1.6176470625rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIpSHbdlNwqWaAp48xrdmwZ8nC1Rxk9i { width:20rem;height:7.5rem;top:6.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { display:block; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { width:17.9365806875rem;height:14.8747701875rem;top:1.1063842773438rem;left:1.0317095518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { width:20rem;height:1.6176470625rem;top:17.857788085938rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { display:flex;width:3.125rem;height:3.125rem;top:21.1339604375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { width:16.1868095625rem;height:5.588234875rem;top:25.630737304688rem;left:1.9037224054336rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { width:14.8699440625rem;height:2.8697149375rem;top:32.386260986328rem;left:2.5172332525253rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block; }
 }@media only screen and (max-width: 763px) { #iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { display:block; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { width:20rem;height:2.4264705rem;top:2.980224609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-text { font-size:1rem;height:auto; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { display:flex;height:auto;width:17.5rem;top:6.122314453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi {  }
 }@media only screen and (max-width: 763px) { #PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { display:block; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { width:5.6875rem;height:4.4375rem;top:1.62109375rem;left:-0.59109888590345rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { width:20rem;height:2.5rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { width:20rem;height:1.25rem;top:10.408996582031rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { width:20rem;height:1.25rem;top:12.936584472656rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { width:18.8740806875rem;height:3.75rem;top:14.686340332031rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { width:13.3743105rem;height:3.0618105rem;top:20.059753417969rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block; }
 }@media only screen and (max-width: 763px) { #RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { width:20rem;height:6.25rem;top:51.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { width:20rem;height:3.75rem;top:60.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { width:20rem;height:3.75rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { width:20rem;height:3.75rem;top:33.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpNusnIh0GXoHqaomMksDa72WmkruS { width:20rem;height:1.25rem;top:30.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { width:20rem;height:1.25rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { width:20rem;height:1.25rem;top:66.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { width:20rem;height:1.25rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { width:20rem;height:1.25rem;top:73.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { width:20rem;height:1.25rem;top:75.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { width:20rem;height:1.25rem;top:78.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { width:20rem;height:1.25rem;top:80.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { width:20rem;height:11.184512125rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg387uKnc691B1qBccQRuKOhG2QaFLfa { width:8.6875rem;height:1.25rem;top:84.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { width:2.125rem;height:2.125rem;top:87.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { width:2.0625rem;height:2rem;top:87.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3H1CVN2akrP0DGKnbpnraOKlfySZlII { width:1.875rem;height:1.875rem;top:87.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { width:1.6245404375rem;height:1.875rem;top:87.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { width:20rem;height:1.25rem;top:68.8125rem;left:0rem;font-size:1rem;display:block; }
 }