.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,252,217;--color-primary-1:152,245,129;--color-primary-2:48,234,3;--color-primary-3:24,117,2;--color-primary-4:7,35,0;--color-secondary-0:233,226,237;--color-secondary-1:182,159,195;--color-secondary-2:109,63,134;--color-secondary-3:55,32,67;--color-secondary-4:16,9,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { position:relative;display:block; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { background-color: transparent; background-image: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .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); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { border-width: 0; border-radius: 0; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31191875rem;width:14.375rem;top:0.88215494155881rem;left:2.5591416358948rem;overflow:hidden;display:block; }
#T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { box-sizing:content-box;height:0.249708125rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.3117694854736rem;left:0rem;display:block; }
#WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:21.062351703644rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { box-sizing:content-box;height:3.31191875rem;width:53.125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.9999995231628rem;left:20.499414920807rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:5.0625rem;display:block; }
#rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:30.999559879303rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { color:rgba(var(--color-tertiary-4),1);display:block;width:11.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:40.937498569489rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:51.436911106109rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9370613098144rem;left:63.124998569488rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { box-sizing:content-box;height:4.375rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.2495617866516rem;left:61.812201023102rem;border-top-right-radius:2.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:2.5rem;display:block; }
#Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { box-sizing:content-box;height:0.25rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.4043512344361rem;left:0.95137262344363rem;display:none; }
#uTk6eovmO4nQhKKouLhAUOLFODV34WoA { box-sizing:content-box;height:0.25rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.4043512344361rem;left:0.95137262344363rem;display:none; }
#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP { position:relative;display:none; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP { border-width: 0; border-radius: 0; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .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; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#efefef;background-image:url("../images/9f6d608f23a8b0e5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:37rem;width:75rem;overflow:visible;position:relative;display:block; }#rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { color:rgba(var(--color-tertiary-4),1);display:block;width:68.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.625rem;height:3.73698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24rem;left:32.8125rem;display:block; }
#ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { box-sizing:content-box;height:6.8125rem;width:41.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.749349117279rem;left:0rem;display:block; }
#VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.75rem;left:1.625rem;height:3.0872375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24rem;left:7.5625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.375rem;left:7.5625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.375rem;left:25.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { box-sizing:content-box;height:2.8737rem;width:0.3125rem;position:absolute;display:block;z-index:15010;background-color:#6d3f86;background-image:none;top:25.9375rem;left:24.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.625rem;height:1.70573125rem;text-align:left;text-align-last:left;display:block; }
#LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { 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; }
#OXs2TDmbwLlFCDsLTn9UXg8exkLReQCF { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.5625rem;width:16.75rem;top:20.1875rem;left:14rem;display:none; }
#RZiXbuTrVKnJSTl8u2Vq9S4ZeOxl14TR { color:#009ace;display:block;width:10.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:39.5625rem;left:17.1875rem;height:0;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;font-style:normal;display:none; }
#y4FU4a2iTTgEw51vtlDRRtsUK5IvoGaX { color:#009ace;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:39rem;left:15.1875rem;height:0;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;font-style:normal;display:none; }
#qKpwItZy5ttEePO4peeKuWeATPLdLSKC { color:#3248a2;display:block;width:16.433625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:39.4375rem;left:14.1875rem;height:0;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;font-style:normal;display:none; }
#G8xdR3OT4MxLetuuRGtry2tTXTkOl1oI { color:#009ace;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:39rem;left:15.1875rem;height:0;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;font-style:normal;display:none; }
#xvlwvT0TiLPCbIo7yeKsirtrvhFutc1K { color:#3248a2;display:block;width:16.433625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:39.4375rem;left:14.1875rem;height:0;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;font-style:normal;display:none; }
#Ml4bUx2imBRxMfdf9gIKN3SB82MdbL69 { color:#009ace;display:block;width:10.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:39.5625rem;left:17.1875rem;height:0;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;font-style:normal;display:none; }
#grn3l00e8q80zxPrrVcA4RQNTbplfC0P { color:#009ace;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15092;line-height:1;letter-spacing:0;top:39rem;left:15.1875rem;height:0;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;font-style:normal;display:none; }
#K7SO40k0hD0ucTXTLqlMAHdCMpUL25dt { color:#3248a2;display:block;width:16.433625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:39.4375rem;left:14.1875rem;height:0;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;font-style:normal;display:none; }
#PVBPXog6eGe9grqyhRKCm9IG72UJPaBv { background-color:#009ace;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4980625rem;height:2.999025rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:37.75rem;left:15.625rem;display:none; }
#ev7sy6RgKyPS0tJfPT1G5qVi5hHHTlA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNoTFMI9XHLraiWPPvtg5KInF2rxX2Vt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:23.5rem;left:1.5rem; }
#hl9Xrsf6zwFmThumWlWqSgrGe0LtDTDX { position:absolute;display:block;z-index:14995;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:22.375rem;width:22.1875rem;top:12rem;left:52.8125rem;overflow:hidden;display:block; }
#wU9HPFyDIJ1ExliH1MV3pLlAeR3tV97H { box-sizing:content-box;height:2.625rem;width:28.4375rem;position:absolute;display:block;z-index:15002;background-color:#30ea03;background-image:none;top:34.354166746139rem;left:52.8125rem;display:block; }
#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { background-color: transparent; background-image: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container > .video-iframe-container { display: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row > .video-iframe-container { display: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .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); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { border-width: 0; border-radius: 0; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { color:#000000;display:block;width:62.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.625rem;left:9.875rem; }
#F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:14.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:34rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { box-sizing:content-box;height:2.9375rem;width:0.375rem;position:absolute;display:block;z-index:15005;background-color:#30ea03;background-image:none;top:15.8125rem;left:32.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { background-color:#6d3f86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.561625rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.25rem;left:43.1875rem;display:block; }
#ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIy3LQG51GznRBEKT8XooR7QB4nP9Xmn { box-sizing:content-box;height:7.4375rem;width:66.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid #6d3f86;border-left:0.25rem solid #6d3f86;border-right:0.25rem solid #6d3f86;border-bottom:0.25rem solid #6d3f86;top:5.625rem;left:4.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tT4N9iLLCpGfb5co5cC2gWTsdnCQgSIH { color:#000000;display:block;width:62.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SVJthahZeHy6JW2N520hSFuf0OHaN3lc { box-sizing:content-box;height:2.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:0rem;left:-7.125rem;display:block; }
#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { position:relative;display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { background-color: transparent; background-image: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container > .video-iframe-container { display: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row > .video-iframe-container { display: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .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); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { border-width: 0; border-radius: 0; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .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; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .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:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:9.5rem;left:6.3125rem;overflow:hidden;display:block; }
#hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.874375rem;width:8.811875rem;top:9.1875rem;left:30.625rem;overflow:hidden;display:block; }
#hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:9.125rem;top:8.9375rem;left:53.0625rem;overflow:hidden;display:block; }
#ug0buDD0TTVN7PMDtobvyol6iW2CadCB { box-sizing:content-box;height:0.875rem;width:12.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.687501907349rem;left:5.78125rem;display:block; }
#L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { box-sizing:content-box;height:0.875rem;width:12.3125rem;position:absolute;display:block;z-index:15010;background-color:#30ea03;background-image:none;top:21.687501907349rem;left:28.25rem;display:block; }
#XSQlX3ruaayzKQyGUExww09FGaSKiCvt { box-sizing:content-box;height:0.875rem;width:12.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.6875rem;left:51.125rem;display:block; }
#Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.375rem;left:6.3125rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:28.9375rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ycT7slIIB3g92dGVf3JR14yq03TzPGFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.375rem;left:51.5625rem;height:2.924475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { box-sizing:content-box;height:23.5rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:7.9375rem;left:5.5625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { box-sizing:content-box;height:23.3125rem;width:18.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:7.9375rem;left:28.125rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { box-sizing:content-box;height:23.25rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:7.9375rem;left:50.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5625rem;left:4.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.936rem;height:2.43598125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.6875rem;left:12.875rem;display:block; }
#hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { background-color:#6d3f86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.43598125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.6875rem;left:35.4375rem;display:block; }
#Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.936rem;height:2.43489375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.6875rem;left:58.3125rem;display:block; }
#ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.6875rem;left:9.75rem; }
#G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:27.625rem;left:32.25rem; }
#TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.6875rem;left:55.1875rem; }
#tbnvU10dUMMh8A03ccrHf4AQDVwTJva6 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:4.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1zqUXBDFhgsKcV5wGTMg1duHp1qavKV { box-sizing:content-box;height:2.625rem;width:60.25rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:41.623699188233rem;left:-6.9375rem;display:block; }
#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { position:relative;display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { background-color: transparent; background-image: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container > .video-iframe-container { display: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row > .video-iframe-container { display: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .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); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { border-width: 0; border-radius: 0; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .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; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .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:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { box-sizing:content-box;height:2.625rem;width:28.4375rem;position:absolute;display:block;z-index:15001;background-color:#30ea03;background-image:none;top:0rem;left:53.3125rem;display:block; }
#ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4.71875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.4375rem;width:18.625rem;top:9.0625rem;left:9rem;overflow:hidden;display:block; }
#Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.144535064698rem;left:30.1875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { box-sizing:content-box;height:2.625rem;width:58.4375rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:34.750003814698rem;left:-7.0625rem;display:block; }
#HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.875rem;left:30.1875rem;display:block; }
#ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HOgDssKKznF9vao84BzFNKD3ri2lnOxr { box-sizing:content-box;height:12.5rem;width:1.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:8.3125rem;display:block; }
#dDvhQEfXm2CNcdDMUhraJhBHfODOBmNo { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:30.1875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { background-color: transparent; background-image: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container > .video-iframe-container { display: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row > .video-iframe-container { display: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .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); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { border-width: 0; border-radius: 0; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { font-size:0.875rem;font-family:arial;height:75.0625rem;width:75rem;position:relative;display:block; }#CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { box-sizing:content-box;height:18.25rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.0625rem;left:-0.0625rem;display:block; }
#wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:10.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { box-sizing:content-box;height:1.875rem;width:20.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.125rem;left:21.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:22.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.75rem;left:21.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { box-sizing:content-box;height:18.25rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.3125rem;left:0.0625rem;display:block; }
#ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33rem;left:22.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { box-sizing:content-box;height:1.875rem;width:27.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.875rem;left:21.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:9.75rem;top:31.375rem;left:7rem;overflow:hidden;display:block; }
#MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.0625rem;left:21.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40.3125rem;left:21.25rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { box-sizing:content-box;height:18.25rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.625rem;left:0rem;display:block; }
#TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9rem;top:52.404945373535rem;left:7.375rem;overflow:hidden;display:block; }
#eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { box-sizing:content-box;height:1.875rem;width:27.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:53.375rem;left:21.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:53.5rem;left:22.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KZhycN56li0G7IiP6imdyqE7MPxFscIq { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:56.5625rem;left:21.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:62.4375rem;left:21.25rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { box-sizing:content-box;height:2.625rem;width:30rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:51.5rem;display:block; }
#IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { box-sizing:content-box;height:2.625rem;width:57.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:72.436203002931rem;left:23.5625rem;display:block; }
#hUiUuHutV2qwwuqp8guXcqOI2Q1Rm2zp { box-sizing:content-box;height:1rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#6d3f86;background-image:none;top:23.9375rem;left:4.625rem;display:block; }
#ThiXVHJMdHz81WiWGPV0fHiP5Ppait6S { box-sizing:content-box;height:1rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:#6d3f86;background-image:none;top:44.75rem;left:4.9375rem;display:block; }
#GBhITeNaD9MqVvrxVOhXVxbpxphHP1bx { box-sizing:content-box;height:1rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#6d3f86;background-image:none;top:65.591140747069rem;left:4.90625rem;display:block; }
#MuSe45RSJaFIXxkNhhR9PxNfpWJsAEHb { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:41.3125rem;left:21.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CaGHUbkgytogXLg5DM4hCTWdNT3H4kJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.46875rem;left:21.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { position:relative;display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { background-color: transparent; background-image: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container > .video-iframe-container { display: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row > .video-iframe-container { display: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .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); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { border-width: 0; border-radius: 0; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .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; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .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:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { box-sizing:content-box;height:2.625rem;width:29.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:-6.3125rem;display:block; }
#TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4374876022337rem;left:3.8125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.71875rem;left:7.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.40625rem;left:7.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOgQW0VQKnax617zd28lWHvMiw64hAI9 { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:7.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.46875rem;left:7.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.875rem;left:7.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypJy05bnSie8FW7g6yKiy63eFqu0sokT { box-sizing:content-box;height:2.9375rem;width:66rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:12.0625rem;left:3.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { background-color:#6d3f86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.937496185302rem;left:25.40625rem;display:block; }
#MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:41.375rem;left:15.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whVZulJnVfQ3sKoaq8XOcXNgu2wce2vF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.1875rem;left:4.6875rem; }
#aFltRVcd6XkrZRU8gMt8rQLJVEsWI8Vc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.875rem;left:4.6875rem; }
#ecTu7Cblxioo6KdTHJmkTHEWczHwTcIp { box-sizing:content-box;height:2.9375rem;width:66rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:16.75rem;left:3.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yUAkABION0t6q6LTqE8uqGIpetMR7PzN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.4375rem;left:4.6875rem; }
#zwGzmMGCTfpd9xpuy4Uogzw3wsfVGAmS { box-sizing:content-box;height:4.875rem;width:66rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:21.3125rem;left:3.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#m22nEs9E3xTqmIcTAVm8wxHnVlfwEeEH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.9375rem;left:4.6875rem; }
#CVb5oZiVzFCPAlKirQzxkxwuHo58s2Ll { box-sizing:content-box;height:2.9375rem;width:66rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:27.8125rem;left:3.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#i0uPOVqsy2dDNMWSiA6EpJ5QFTTaQNcS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.25rem;left:4.6875rem; }
#CZBWyA7lOa18ha0AovS5kB7IR5MDrUKO { box-sizing:content-box;height:4.875rem;width:66rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:32.125rem;left:3.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oFTDANeuRacfGFBDclZwae4ViSdAtNLr { box-sizing:content-box;height:5.1875rem;width:49.9375rem;position:absolute;display:block;z-index:15002;background-color:#30ea03;background-image:none;top:40.8125rem;left:13.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZfvLZv0bp0cg3pL9zvyH1WWTHRsywEhK { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.875rem;left:7.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTkqITzm3QPbf4HNTBQA3GFV9yzkgiHT { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.46875rem;left:7.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { background-color: transparent; background-image: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container > .video-iframe-container { display: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row > .video-iframe-container { display: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .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); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { border-width: 0; border-radius: 0; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#GgZTct7yl9U4DcPVohirgQZlgupMduPe { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.311199188233rem;left:28.625rem;height:11.04164375rem;display:block; }
#wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { position:absolute;display:block;z-index:15007;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:19.625rem;top:3.9375rem;left:5.96875rem;overflow:hidden;display:block; }
#IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { box-sizing:content-box;height:0.3125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.71875rem;left:25.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { box-sizing:content-box;height:2.625rem;width:63.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.4375rem;left:19.875rem;display:block; }
#Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { box-sizing:content-box;height:2.625rem;width:28.375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:23.875rem;left:-8.4375rem;display:block; }
#OSwnuSDNgIamO4dLosBQAPgHcu9WmU8b { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.375rem;left:30.25rem;height:9.66975rem;display:none; }
#DlLt0mp7cA2TGPHzyPSu7KS1SO3RkrLb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:15rem;top:3.9375rem;left:28.625rem;overflow:hidden;display:block; }
#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { background-color: transparent; background-image: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container > .video-iframe-container { display: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container { display: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .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); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { border-width: 0; border-radius: 0; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { color:#050505;display:block;width:33.9994375rem;position:absolute;font-family:"hero new super";font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:20.498933792114rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5HdbygOVTriyMmsg42glXU58zsGTtnM { box-sizing:content-box;height:0.625rem;width:34.1868125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3748226165769rem;left:20.405717849731rem;display:block; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#6d3f86;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"hero new super";line-height:1.3;overflow:hidden;height:auto;font-style:normal;color:#ffffff; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"hero new";line-height:1.5;overflow:hidden;height:auto;color:#ffffff; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .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("../images/f234c5581334de00.svg");background-size:contain !important; }#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.adaptive-delivery-prevent-bg, #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.lazyload, #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.lazyloading { background-image: none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { box-sizing:content-box;height:auto;width:61.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.59375rem;left:6.7604179382325rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi { display:none; }
#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { position:relative;display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { background-color: transparent; background-image: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container > .video-iframe-container { display: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row > .video-iframe-container { display: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .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); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { border-width: 0; border-radius: 0; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .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; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .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:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:4.53125rem;left:7.25rem;overflow:hidden;display:block; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.3125rem;left:11.1875rem; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.5rem;left:14.875rem; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.3125rem;left:7.6875rem; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.875rem;left:7.25rem;display:block; }
#INZXgShrpVZwoNaosFnALVaa1HM24Vmp { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.875rem;left:10.6875rem;display:block; }
#vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.875rem;left:14.25rem;display:block; }
#uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.1875rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:37.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.75rem;left:37.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:51.75rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.9375rem;top:17.875rem;left:62.25rem;overflow:hidden;display:block; }
#P9UloLseCnhBX6pmqKaJZawg9xe8HucL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:54.4375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { display:block; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { width:14.375rem;height:3.31191875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { width:47.75rem;height:0.1875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { width:9.875rem;height:1.25rem;top:3.0625rem;left:7.4373517036437rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { width:47.75rem;height:3.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { width:9.875rem;height:1.25rem;top:3.0625rem;left:17.374559879303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { width:11.625rem;height:1.25rem;top:3.0625rem;left:27.312498569489rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { width:11.625rem;height:1.25rem;top:3.0625rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { width:9.875rem;height:1.4375rem;top:2.875rem;left:37.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { width:12.5rem;height:4.375rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { width:47.75rem;height:0.25rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTk6eovmO4nQhKKouLhAUOLFODV34WoA { width:47.75rem;height:0.25rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP { display:none; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { width:47.75rem;height:3.6875rem;top:5.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { width:47.75rem;height:2rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { width:17.125rem;height:4.3125rem;top:24rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block; }
 }@media only screen and (max-width: 763px) { #g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { width:41.0625rem;height:6.8125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { width:37.8125rem;height:3.0625rem;top:15.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { width:15.625rem;height:2rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { width:17.0625rem;height:2rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { width:4.6875rem;height:2rem;top:26.375rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { width:0.3125rem;height:2.8125rem;top:25.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { width:31.1875rem;height:1.6875rem;top:18.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXs2TDmbwLlFCDsLTn9UXg8exkLReQCF { width:16.75rem;height:20.5625rem;top:20.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZiXbuTrVKnJSTl8u2Vq9S4ZeOxl14TR { width:10.3125rem;height:1.125rem;top:40.1875rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4FU4a2iTTgEw51vtlDRRtsUK5IvoGaX { width:14.375rem;height:1.75rem;top:39.625rem;left:2.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKpwItZy5ttEePO4peeKuWeATPLdLSKC { width:16.375rem;height:1.25rem;top:40.0625rem;left:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8xdR3OT4MxLetuuRGtry2tTXTkOl1oI { width:14.375rem;height:1.75rem;top:39.625rem;left:2.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvlwvT0TiLPCbIo7yeKsirtrvhFutc1K { width:16.375rem;height:1.25rem;top:40.0625rem;left:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml4bUx2imBRxMfdf9gIKN3SB82MdbL69 { width:10.3125rem;height:1.125rem;top:40.1875rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #grn3l00e8q80zxPrrVcA4RQNTbplfC0P { width:14.375rem;height:1.75rem;top:39.625rem;left:2.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7SO40k0hD0ucTXTLqlMAHdCMpUL25dt { width:16.375rem;height:1.25rem;top:40.0625rem;left:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVBPXog6eGe9grqyhRKCm9IG72UJPaBv { width:13.4375rem;height:2.9375rem;top:38.375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev7sy6RgKyPS0tJfPT1G5qVi5hHHTlA1 { display:block; }
 }@media only screen and (max-width: 763px) { #JNoTFMI9XHLraiWPPvtg5KInF2rxX2Vt { width:5.0625rem;height:5.0625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl9Xrsf6zwFmThumWlWqSgrGe0LtDTDX { width:22.1875rem;height:22.375rem;top:12rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU9HPFyDIJ1ExliH1MV3pLlAeR3tV97H { width:28.4375rem;height:2.625rem;top:34.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { display:block; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { width:47.75rem;height:4.875rem;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { width:3.25rem;height:3.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { width:18.5rem;height:2rem;top:16.25rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { width:4.25rem;height:2rem;top:16.25rem;left:20.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { width:0.375rem;height:2.9375rem;top:15.8125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { width:19.5rem;height:4.0625rem;top:15.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block; }
 }@media only screen and (max-width: 763px) { #vIy3LQG51GznRBEKT8XooR7QB4nP9Xmn { width:47.25rem;height:7.4375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4N9iLLCpGfb5co5cC2gWTsdnCQgSIH { width:17.8125rem;height:8.5rem;top:2.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVJthahZeHy6JW2N520hSFuf0OHaN3lc { width:47.75rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { width:12.1875rem;height:12.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { width:8.75rem;height:12.783974040712rem;top:9.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { width:9.125rem;height:12.9375rem;top:8.9375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0buDD0TTVN7PMDtobvyol6iW2CadCB { width:12.25rem;height:0.875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { width:12.3125rem;height:0.875rem;top:21.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQlX3ruaayzKQyGUExww09FGaSKiCvt { width:12.1875rem;height:0.875rem;top:21.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { width:11.0625rem;height:2.875rem;top:23.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { width:22.5625rem;height:2.875rem;top:23.375rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycT7slIIB3g92dGVf3JR14yq03TzPGFs { width:9.8125rem;height:2.875rem;top:23.375rem;left:37.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { width:18.125rem;height:23.4375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { width:18.125rem;height:23.25rem;top:7.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { width:18.125rem;height:23.1875rem;top:7.9375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { width:47.75rem;height:3.25rem;top:34.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { width:9.875rem;height:2.375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block; }
 }@media only screen and (max-width: 763px) { #Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { width:10rem;height:2.375rem;top:27.6875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block; }
 }@media only screen and (max-width: 763px) { #CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { width:9.875rem;height:2.375rem;top:27.6875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block; }
 }@media only screen and (max-width: 763px) { #SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { width:2.5rem;height:2.5rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { width:2.5rem;height:2.5rem;top:27.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { width:2.5rem;height:2.5rem;top:27.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnvU10dUMMh8A03ccrHf4AQDVwTJva6 { width:47.75rem;height:2.8125rem;top:3.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1zqUXBDFhgsKcV5wGTMg1duHp1qavKV { width:47.75rem;height:2.625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { width:28.4375rem;height:2.625rem;top:0rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { width:47.75rem;height:2.4375rem;top:4.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { width:18.625rem;height:23.4375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { width:36.5rem;height:9.75rem;top:12.125rem;left:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { width:47.75rem;height:2.625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { width:21.3125rem;height:3.4375rem;top:24.875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block; }
 }@media only screen and (max-width: 763px) { #HOgDssKKznF9vao84BzFNKD3ri2lnOxr { width:1.75rem;height:12.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDvhQEfXm2CNcdDMUhraJhBHfODOBmNo { width:17.4375rem;height:15.1875rem;top:24.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { display:block; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { width:47.75rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { width:47.75rem;height:18.25rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { width:14.1875rem;height:14.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { width:20.3125rem;height:1.875rem;top:12.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { width:22.5625rem;height:1.5625rem;top:12.25rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { width:43.125rem;height:1.5625rem;top:14.75rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { width:43.875rem;height:4.875rem;top:17.375rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { width:47.75rem;height:18.25rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { width:28.125rem;height:1.5625rem;top:33rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { width:27.875rem;height:1.875rem;top:32.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { width:9.6875rem;height:14.096413563983rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { width:43.125rem;height:3.1875rem;top:36.0625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { width:43.3125rem;height:3.625rem;top:40.3125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { width:47.75rem;height:18.1875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { width:9rem;height:13.1875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { width:27.875rem;height:1.875rem;top:53.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { width:22.5625rem;height:1.5625rem;top:53.5rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhycN56li0G7IiP6imdyqE7MPxFscIq { width:43.125rem;height:4.8125rem;top:56.5625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { width:43.3125rem;height:3.625rem;top:62.4375rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { width:30rem;height:2.625rem;top:0rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { width:47.75rem;height:2.625rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUiUuHutV2qwwuqp8guXcqOI2Q1Rm2zp { width:12.5rem;height:1rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiXVHJMdHz81WiWGPV0fHiP5Ppait6S { width:12.5rem;height:1rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhITeNaD9MqVvrxVOhXVxbpxphHP1bx { width:12.5rem;height:1rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuSe45RSJaFIXxkNhhR9PxNfpWJsAEHb { width:18.375rem;height:7.9375rem;top:59.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaGHUbkgytogXLg5DM4hCTWdNT3H4kJ5 { width:18.6875rem;height:10.1875rem;top:24.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { width:29.9375rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { width:47.75rem;height:2.8125rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { width:47.75rem;height:1.625rem;top:12.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { width:47.75rem;height:1.625rem;top:17.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgQW0VQKnax617zd28lWHvMiw64hAI9 { width:47.75rem;height:3.25rem;top:22.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { width:47.75rem;height:1.625rem;top:28.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { width:47.75rem;height:3.25rem;top:32.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJy05bnSie8FW7g6yKiy63eFqu0sokT { width:47.75rem;height:2.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { width:24.875rem;height:4.875rem;top:48.875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block; }
 }@media only screen and (max-width: 763px) { #bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { width:46.625rem;height:4.0625rem;top:41.375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whVZulJnVfQ3sKoaq8XOcXNgu2wce2vF { width:2.6875rem;height:2.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFltRVcd6XkrZRU8gMt8rQLJVEsWI8Vc { width:2.6875rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTu7Cblxioo6KdTHJmkTHEWczHwTcIp { width:47.75rem;height:2.9375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUAkABION0t6q6LTqE8uqGIpetMR7PzN { width:2.6875rem;height:2.6875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGzmMGCTfpd9xpuy4Uogzw3wsfVGAmS { width:47.75rem;height:4.875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m22nEs9E3xTqmIcTAVm8wxHnVlfwEeEH { width:2.6875rem;height:2.6875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVb5oZiVzFCPAlKirQzxkxwuHo58s2Ll { width:47.75rem;height:2.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0uPOVqsy2dDNMWSiA6EpJ5QFTTaQNcS { width:2.6875rem;height:2.6875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZBWyA7lOa18ha0AovS5kB7IR5MDrUKO { width:47.75rem;height:4.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTDANeuRacfGFBDclZwae4ViSdAtNLr { width:47.75rem;height:5.1875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvLZv0bp0cg3pL9zvyH1WWTHRsywEhK { width:13.125rem;height:6.0625rem;top:34.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTkqITzm3QPbf4HNTBQA3GFV9yzkgiHT { width:11.9375rem;height:4.8125rem;top:27.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { display:block; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgZTct7yl9U4DcPVohirgQZlgupMduPe { width:37.125rem;height:11rem;top:11.25rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { width:19.625rem;height:18rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { width:23.75rem;height:0.3125rem;top:8.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { width:47.75rem;height:2.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { width:28.375rem;height:2.625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSwnuSDNgIamO4dLosBQAPgHcu9WmU8b { width:17.6875rem;height:14.5625rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlLt0mp7cA2TGPHzyPSu7KS1SO3RkrLb { width:15rem;height:2.9375rem;top:3.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { width:33.9375rem;height:4.0625rem;top:3.3125rem;left:6.8739337921144rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HdbygOVTriyMmsg42glXU58zsGTtnM { width:34.125rem;height:0.625rem;top:7.3125rem;left:6.7807178497312rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { display:flex;height:auto;width:27.8125rem;top:9.1875rem;left:17.15625rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi {  }
 }@media only screen and (max-width: 763px) { #RetUGgbBsX0lbldClIkKCMT6qebZdI9q { display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { width:3.75rem;height:4.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { width:1.5625rem;height:1.5625rem;top:12.5rem;left:1.25rem;display:block; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INZXgShrpVZwoNaosFnALVaa1HM24Vmp { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { width:8.5rem;height:1.25rem;top:4.5625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { width:8.375rem;height:1.125rem;top:7.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { width:8.5625rem;height:1.125rem;top:9.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { width:9.375rem;height:1.125rem;top:11.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { width:9.375rem;height:1.125rem;top:9.3125rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { width:9.375rem;height:1.125rem;top:11.75rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { width:8.5rem;height:1.25rem;top:4.5625rem;left:38.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { width:9.375rem;height:1.125rem;top:7.125rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { width:9.375rem;height:1.125rem;top:9.375rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { width:9.375rem;height:1.125rem;top:11.6875rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { width:11.75rem;height:1.125rem;top:14.0625rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { width:7.9375rem;height:3rem;top:17.875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UloLseCnhBX6pmqKaJZawg9xe8HucL { width:7.0625rem;height:1.125rem;top:18.8125rem;left:40.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { width:10.625rem;height:1.125rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { background-color:#efefef;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; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { background-color: transparent; background-image: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .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); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { border-width: 0; border-radius: 0; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { width:12.934875rem;height:3.125rem;top:2.1875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { width:10.124875rem;height:1.99985625rem;top:3.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { width:9.9365rem;height:1.1375rem;top:6.9375rem;left:5.125rem;font-size:0.875rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { width:8.0625rem;height:0.8125rem;top:5.125rem;left:5.8125rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { width:9.9365rem;height:0;top:5.0625rem;left:5.125rem;font-size:0.875rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { width:11.687375rem;height:1.1375rem;top:8.9375rem;left:4.1875rem;font-size:0.875rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { width:11.687375rem;height:1.1375rem;top:1.5rem;left:4.125rem;font-size:0.875rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { width:9.9365rem;height:1.1375rem;top:2.5rem;left:5rem;font-size:0.875rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { width:12.5rem;height:0.8125rem;top:5.3125rem;left:3.75rem;z-index:14990;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { width:10.124875rem;height:1.99985625rem;top:2.5rem;left:1.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #uTk6eovmO4nQhKKouLhAUOLFODV34WoA { width:10.124875rem;height:1.99985625rem;top:1.6875rem;left:3.75rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP { background-color:rgba(var(--color-tertiary-0),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; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container { background-color: transparent; background-image: none; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container > .video-iframe-container { display: none; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row > .video-iframe-container { display: none; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .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); }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container { border-width: 0; border-radius: 0; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdOKxoxumxfeErH1N4Hl6iB3Cadl9UXP > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { width:19.3125rem;height:3.57291875rem;top:0.9375rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { width:17.9368125rem;height:2.59895625rem;top:5.0612568855286rem;left:1.0298295021057rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { width:13.4375rem;height:2.875rem;top:27.75rem;left:3.25rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block; }
 }@media only screen and (max-width: 763px) { #g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { width:20rem;height:4.75rem;top:17.936798095703rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { width:18.1875rem;height:1.54296875rem;top:18.75rem;left:0.9375rem;font-size:1.1875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { width:15.625rem;height:1.21875rem;top:23.9375rem;left:3.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { width:12rem;height:1.38020625rem;top:25.125rem;left:3.6875rem;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { width:2.249025rem;height:1.38020625rem;top:25.125rem;left:16rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { width:0.18652375rem;height:2.061525rem;top:24.8125rem;left:15.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { width:16.125rem;height:1.78645625rem;top:20.29296875rem;left:1.9375rem;font-size:0.8125rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { display:flex;top:28.669921875rem;left:8.9375rem;width:2.124025rem;height:2.124025rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #OXs2TDmbwLlFCDsLTn9UXg8exkLReQCF { width:16.6875rem;height:20.25rem;top:32.043946875rem;left:1.625rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #RZiXbuTrVKnJSTl8u2Vq9S4ZeOxl14TR { width:10.3125rem;height:0;top:51.418946875rem;left:4.8125rem;font-size:0.875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #y4FU4a2iTTgEw51vtlDRRtsUK5IvoGaX { width:14.375rem;height:0;top:50.856446875rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #qKpwItZy5ttEePO4peeKuWeATPLdLSKC { width:16.375rem;height:0;top:51.293946875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #G8xdR3OT4MxLetuuRGtry2tTXTkOl1oI { width:14.375rem;height:0;top:50.856446875rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #xvlwvT0TiLPCbIo7yeKsirtrvhFutc1K { width:16.375rem;height:0;top:51.293946875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #Ml4bUx2imBRxMfdf9gIKN3SB82MdbL69 { width:10.3125rem;height:0;top:51.418946875rem;left:4.8125rem;font-size:0.875rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #grn3l00e8q80zxPrrVcA4RQNTbplfC0P { width:14.375rem;height:0;top:41.2939453125rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #K7SO40k0hD0ucTXTLqlMAHdCMpUL25dt { width:16.375rem;height:0;top:51.293946875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #PVBPXog6eGe9grqyhRKCm9IG72UJPaBv { width:13.4375rem;height:2.9375rem;top:49.606446875rem;left:3.25rem;color:#ffffff;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #ev7sy6RgKyPS0tJfPT1G5qVi5hHHTlA1 { display:block; }
 }@media only screen and (max-width: 763px) { #JNoTFMI9XHLraiWPPvtg5KInF2rxX2Vt { display:flex;width:2.1875rem;height:2.1875rem;top:24.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #hl9Xrsf6zwFmThumWlWqSgrGe0LtDTDX { width:9.6875rem;height:9.75rem;top:8.1875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU9HPFyDIJ1ExliH1MV3pLlAeR3tV97H { width:8.3125rem;height:1.875rem;top:33.4375rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { display:block; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { width:17.8125rem;height:0;top:2.4375rem;left:1.0929687619209rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { display:flex;width:2.25rem;height:2.25rem;top:18.5rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { width:9.625rem;height:3.0859375rem;top:18.875rem;left:4.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { width:4.25rem;height:1.54296875rem;top:18.875rem;left:14.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { width:0.375rem;height:1.625rem;top:18.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { width:15.25rem;height:2.9375rem;top:23.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block; }
 }@media only screen and (max-width: 763px) { #vIy3LQG51GznRBEKT8XooR7QB4nP9Xmn { width:19.5rem;height:12.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4N9iLLCpGfb5co5cC2gWTsdnCQgSIH { width:17.8125rem;height:8.53125rem;top:5.625rem;left:1.125rem;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SVJthahZeHy6JW2N520hSFuf0OHaN3lc { width:11.4375rem;height:1.875rem;top:0rem;left:8.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { width:12.1875rem;height:12.1875rem;top:8.1393232345581rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { width:8.8125rem;height:12.875rem;top:30.6875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { width:6.875rem;height:9.6875rem;top:56.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0buDD0TTVN7PMDtobvyol6iW2CadCB { width:12.5rem;height:0.875rem;top:19.53515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { width:12.5rem;height:0.875rem;top:42.743250370026rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQlX3ruaayzKQyGUExww09FGaSKiCvt { width:12.5rem;height:0.87446875rem;top:66.312143325806rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { width:10.8125rem;height:2.924475rem;top:20.875rem;left:4.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { width:15.875rem;height:4.38671875rem;top:44.375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycT7slIIB3g92dGVf3JR14yq03TzPGFs { width:14rem;height:2.924475rem;top:68.3125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { width:18.1875rem;height:21.875rem;top:6.4375rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { width:18.1875rem;height:23.625rem;top:29.4375rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { width:18.1875rem;height:21.875rem;top:54.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { width:18.25rem;height:6.09375rem;top:74.875rem;left:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { width:9.875rem;height:2.375rem;top:25.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block; }
 }@media only screen and (max-width: 763px) { #Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { width:10rem;height:2.375rem;top:49.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block; }
 }@media only screen and (max-width: 763px) { #CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { width:9.875rem;height:2.375rem;top:73rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block; }
 }@media only screen and (max-width: 763px) { #SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { display:flex;width:2.5rem;height:2.5rem;top:25rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { display:flex;width:2.5rem;height:2.5rem;top:49.625rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { display:flex;width:2.5rem;height:2.5rem;top:72.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #tbnvU10dUMMh8A03ccrHf4AQDVwTJva6 { width:20rem;height:2.59895625rem;top:1.9583320617676rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1zqUXBDFhgsKcV5wGTMg1duHp1qavKV { width:13.25rem;height:1.375rem;top:80.311199188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { width:6.75rem;height:1.375rem;top:0rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { width:17.6875rem;height:3.41145625rem;top:3.25rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { width:10.75rem;height:13.5rem;top:8.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { width:17.4375rem;height:0;top:24.333984375rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { width:12.9375rem;height:1.3125rem;top:47.562501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { width:14.9375rem;height:2.625rem;top:41.646484375rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block; }
 }@media only screen and (max-width: 763px) { #HOgDssKKznF9vao84BzFNKD3ri2lnOxr { width:1.1875rem;height:12.5rem;top:9.2498168945312rem;left:3.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDvhQEfXm2CNcdDMUhraJhBHfODOBmNo { width:17.4375rem;height:15.1823125rem;top:24.716796875rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { display:block; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { width:20rem;height:1.94921875rem;top:3.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { width:20rem;height:29.625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { width:10.125rem;height:10.125rem;top:8rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { width:20rem;height:1.875rem;top:18.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { width:15.5rem;height:1.21875rem;top:18.390625rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { width:20rem;height:2.4375rem;top:21.09375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { width:18.6875rem;height:0;top:24.46875rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { width:20rem;height:30.875rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { width:14.1875rem;height:2.4375rem;top:49.8125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { width:20rem;height:3.1875rem;top:49.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { width:6.5rem;height:9.5rem;top:39.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { width:18.8125rem;height:4.875rem;top:54.125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { width:18.375rem;height:0;top:64.8125rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { width:20rem;height:32.25rem;top:71.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { width:7.625rem;height:11.125rem;top:71.5625rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { width:20rem;height:1.875rem;top:82.375rem;left:0rem;z-index:15007;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { width:13.9375rem;height:1.21875rem;top:82.6875rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KZhycN56li0G7IiP6imdyqE7MPxFscIq { width:19.25rem;height:6.09375rem;top:85.0625rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { width:18rem;height:8.53125rem;top:91.6875rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { width:7rem;height:1.1875rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { width:13.6248125rem;height:1.49946875rem;top:106.81194877624rem;left:6.3760651350019rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUiUuHutV2qwwuqp8guXcqOI2Q1Rm2zp { width:12.5rem;height:0.875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiXVHJMdHz81WiWGPV0fHiP5Ppait6S { width:12.5rem;height:0.875rem;top:48.708333015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhITeNaD9MqVvrxVOhXVxbpxphHP1bx { width:12.5rem;height:0.875rem;top:81.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuSe45RSJaFIXxkNhhR9PxNfpWJsAEHb { width:18.375rem;height:7.957rem;top:59.6875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CaGHUbkgytogXLg5DM4hCTWdNT3H4kJ5 { width:18.6875rem;height:10.23046875rem;top:24.9375rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { width:6.3125rem;height:1.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { width:20rem;height:3.41145625rem;top:2.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { width:13.4375rem;height:4.875rem;top:8.310546875rem;left:5.1864346265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { width:13.499625rem;height:4.875rem;top:14.8125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgQW0VQKnax617zd28lWHvMiw64hAI9 { width:13.5618125rem;height:4.875rem;top:21.375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { width:11.9993125rem;height:0;top:27.9375rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { width:13.187125rem;height:0;top:34.4375rem;left:5.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypJy05bnSie8FW7g6yKiy63eFqu0sokT { width:20rem;height:5.875rem;top:7.8737573623656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { width:15.247375rem;height:2.62239375rem;top:50.434895992279rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block; }
 }@media only screen and (max-width: 763px) { #bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { width:20rem;height:4.38671875rem;top:43.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whVZulJnVfQ3sKoaq8XOcXNgu2wce2vF { display:flex;width:2.687325rem;height:2.687325rem;top:8.4366130828856rem;left:1.4621802568436rem; }
 }@media only screen and (max-width: 763px) { #aFltRVcd6XkrZRU8gMt8rQLJVEsWI8Vc { display:flex;width:2.687325rem;height:2.687325rem;top:14.8125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ecTu7Cblxioo6KdTHJmkTHEWczHwTcIp { width:20rem;height:5.625rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUAkABION0t6q6LTqE8uqGIpetMR7PzN { display:flex;width:2.687325rem;height:2.687325rem;top:21.374313354493rem;left:1.4621802568436rem; }
 }@media only screen and (max-width: 763px) { #zwGzmMGCTfpd9xpuy4Uogzw3wsfVGAmS { width:20rem;height:5.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m22nEs9E3xTqmIcTAVm8wxHnVlfwEeEH { display:flex;width:2.687325rem;height:2.687325rem;top:27.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #CVb5oZiVzFCPAlKirQzxkxwuHo58s2Ll { width:20rem;height:5.625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0uPOVqsy2dDNMWSiA6EpJ5QFTTaQNcS { display:flex;width:2.687325rem;height:2.687325rem;top:34.437143325806rem;left:1.4621802568436rem; }
 }@media only screen and (max-width: 763px) { #CZBWyA7lOa18ha0AovS5kB7IR5MDrUKO { width:20rem;height:6.9375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTDANeuRacfGFBDclZwae4ViSdAtNLr { width:20rem;height:5.3125rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvLZv0bp0cg3pL9zvyH1WWTHRsywEhK { width:13.18625rem;height:6.09375rem;top:34.437143325806rem;left:5.1864346265793rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #XTkqITzm3QPbf4HNTBQA3GFV9yzkgiHT { width:11.9993125rem;height:4.875rem;top:27.93678855896rem;left:5.1864346265793rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { display:block; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgZTct7yl9U4DcPVohirgQZlgupMduPe { width:17.75rem;height:20.71875rem;top:22.9375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { width:12.1236875rem;height:11.1236875rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { width:12rem;height:0.3125rem;top:20.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { width:9.5623125rem;height:1.749825rem;top:49rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { width:10.4989375rem;height:1.75rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSwnuSDNgIamO4dLosBQAPgHcu9WmU8b { width:17.7486875rem;height:0;top:13.894531846046rem;left:2.2526042461395rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #DlLt0mp7cA2TGPHzyPSu7KS1SO3RkrLb { width:15rem;height:2.9375rem;top:2.4973961114883rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { width:11.125rem;height:2.59943125rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5HdbygOVTriyMmsg42glXU58zsGTtnM { width:4.375rem;height:0.625rem;top:4.5375003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container { border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-text { font-size:1.1875rem;height:auto; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { display:flex;height:auto;width:17.371125rem;top:7.4374990463256rem;left:1.2624999880791rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi {  }
 }@media only screen and (max-width: 763px) { #RetUGgbBsX0lbldClIkKCMT6qebZdI9q { display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { width:2.125rem;height:2.5rem;top:0.89921879768369rem;left:14.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { display:flex;width:1.875rem;height:1.875rem;top:12.3125rem;left:14.4375rem; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:14.625rem; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { display:flex;width:1.875rem;height:1.875rem;top:15.8125rem;left:14.4375rem; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { width:2.8125rem;height:2.8125rem;top:15.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #INZXgShrpVZwoNaosFnALVaa1HM24Vmp { width:2.8125rem;height:2.8125rem;top:18.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:13.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { width:8.5rem;height:1.29948125rem;top:1.4992198944092rem;left:1.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { width:8.375rem;height:1.1375rem;top:5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { width:8.5625rem;height:1.1375rem;top:6.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { width:9.375rem;height:1.1375rem;top:8.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { width:9.375rem;height:1.1375rem;top:5rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { width:9.375rem;height:1.1375rem;top:6.8125rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { width:8.5rem;height:1.29948125rem;top:12.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { width:9.375rem;height:1.1375rem;top:14.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { width:5.5625rem;height:1.1375rem;top:8.8125rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { width:9.375rem;height:1.1375rem;top:17rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { width:11rem;height:1.1375rem;top:19.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { width:7.9375rem;height:3rem;top:23.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UloLseCnhBX6pmqKaJZawg9xe8HucL { width:7.0625rem;height:1.1375rem;top:24.4375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { width:10.625rem;height:1.1375rem;top:27.3125rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }