.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,248,227;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:204,235,253;--color-secondary-1:133,163,252;--color-secondary-2:51,101,250;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--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:"Archivo";--paragraphs-font-family:"Archivo"; }@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-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container { background-color: transparent; background-image: none; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container > .video-iframe-container { display: none; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row > .video-iframe-container { display: none; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .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); }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container { border-width: 0; border-radius: 0; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#qlMTQnJa5S6GHV7npSmeVtLrVVNVOW0i { display:block;width:32.1240234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#CqFLkEMofZDblKMHvcg9E2dbOKcohn06 { position:absolute;display:block;z-index:15062;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:8.810546875rem;width:8.810546875rem;top:31.75rem;left:63.5rem;overflow:hidden;display:block; }
#prcTHziNUcftWk4EA8cwUcTFZdZpQLho { box-sizing:content-box;height:0.7490234375rem;width:27.5615234375rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:35.25rem;left:35.125rem;display:none; }
#VHdVA4SCTeWP3Ubv4ihJMtPG9Qooo4pW { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:23.0625rem;left:0rem;height:1.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxhf2JAIoT0K1MoNitTPIANn120IHwla { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:#f5f5f5;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#d4G2r3pkKh4STR0lSb1SbImxEq5yLmOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIJ4AiGToHTNgZDcfHxP7uno4fGA9spC { box-sizing:content-box;height:0.75rem;width:24.4375rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:8.875rem;left:0rem;display:block; }
#Zs9talSumVBD1ZpGyUl6AkoOHiJJKCcf { display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:10.75rem;left:0rem;height:10rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#gs680o3pdxcq0EIUL1TuZUTsm4OUJGTC { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:31.25rem;left:0rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6V5qX4QCvhm1ooMyEfDhuu3a1u0o5wd { position:absolute;display:block;z-index:15062;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.125rem;width:4.6875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#SPrsEThCatSFQdwGDxof3wmtCTgdr20H { position:absolute;display:block;z-index:15072;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:20.5rem;width:36.625rem;top:8.625rem;left:38.375rem;overflow:hidden;display:block; }
#tmAGzXsZqmaFUK4JeT8iE8SGsI1Omkle { position:absolute;display:block;z-index:15072;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:20.5rem;width:16.375rem;top:8.625rem;left:38.375rem;overflow:hidden;display:none; }
#xaWONnKW7eBt9eC3atcu0NfHckmJflvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { background-color: transparent; background-image: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container > .video-iframe-container { display: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container { display: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .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); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { border-width: 0; border-radius: 0; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { position:absolute;display:block;z-index:15071;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:28.75rem;width:32.75rem;top:7.8427734375rem;left:0rem;overflow:hidden;display:block; }
#THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.8427734375rem;left:38.9375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:14.6875rem;top:32.0625rem;left:58.0625rem;overflow:hidden;display:block; }
#Jt9Ng4u154Tnsg9E3Of0EokoDaKL6gHV { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.9375rem;height:1.6875rem;display:block; }
#HGvrNEdHKeBVcv9pUwBJvl9D3JWgdeTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:12rem;left:38.9375rem; }
#qW9mz7PrkT3yAFFfDMxXTDnQZT8qefl1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:14.875rem;left:38.9375rem; }
#zopwGlx9aau4u9i6cRgQVvVcNQnhp2M3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:14.9375rem;left:41.9375rem;height:1.6875rem;display:block; }
#P6oNqmv8y6b5hNFEz8z3hSa05x254LhH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.9375rem;height:1.6875rem;display:block; }
#PNo6u1tW0ZyHDRx2q2NM1z9yP5H4C4rk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.9375rem;height:1.6875rem;display:block; }
#zismXDsW3tMqwpNRC7AtSrw0TT6meKNW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:17.5625rem;left:38.9375rem; }
#u14a023lOIw6dUiz5rQ6gbd8iKOL9eu6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:20.4375rem;left:38.9375rem; }
#R28JeNOEVLFxK77exzalTKyrQ5FMKAIq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:23.1875rem;left:41.9375rem;height:1.6875rem;display:block; }
#Va9uGWv4VBU6MaqxJGMwX7eacfdFsmMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:23.125rem;left:38.9375rem; }
#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { border-width: 0; border-radius: 0; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { color:#111111;display:block;width:58.498046875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:6.5rem;left:8.2509765625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { box-sizing:content-box;height:0.75rem;width:58.5625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:8.625rem;left:8.2509765625rem;display:block; }
#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { background-color: transparent; background-image: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container > .video-iframe-container { display: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container { display: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .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); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { border-width: 0; border-radius: 0; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { position:absolute;display:block;z-index:15063;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:8.8105625rem;width:8.8105625rem;top:1.2275390625rem;left:65.0634765625rem;overflow:hidden;display:block; }
#sg7EM7h3rAx6JaVXrQwZffZoFcaectcP { position:absolute;display:block;z-index:15070;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:26.3125rem;width:26rem;top:0rem;left:44.5341796875rem;overflow:hidden;display:block; }
#eQl5XtKbu46hOVJKlOGLz4CKgDxAoAQQ { color:#080909;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.75rem;height:3rem;display:block; }
#CPbm7thBAlykaV2Jl2ykM3vubR2qSEZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:2.25rem;left:0rem; }
#Dh8n1CkGBrTPwhXcT6dFC5v4TTilp7BW { color:#080909;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.75rem;height:3rem;display:block; }
#IRqmFVJ5lCqgP2FtkQyctM0KA8Jecl4B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:6.0625rem;left:0rem; }
#n3PKQHTT5cuIAH0xM7khFVsxGxA1xNTk { color:#080909;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:10.25rem;left:2.75rem;height:1.5rem;display:block; }
#zQKNcxDtZD5tIrbcXUlwoS8Lc7ahiUwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:10.0625rem;left:0rem; }
#nzVTOT3qbB7NG5RrnPEZyy7TK4OfNN07 { color:#080909;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:13rem;left:2.75rem;height:3rem;display:block; }
#PTXkx0ma1U1AqUBNplOU0L42OCJF9KMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:12.8125rem;left:0rem; }
#RvCWxfLe7DhaT2JE8xVGHL5TddISIO3M { color:#080909;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:16.8125rem;left:2.75rem;height:3rem;display:block; }
#iZ8ng3iHb9tdgVLgE5CvzloCbTOZVMQ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:16.625rem;left:0rem; }
#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8e3;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; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { background-color: transparent; background-image: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container > .video-iframe-container { display: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row > .video-iframe-container { display: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .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); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { border-width: 0; border-radius: 0; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#mb9CPuQztDfMQO2Bg4VaWl0lCxJD0UGP { color:#111111;display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7.5rem;left:17.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1kQ8BuIhqgccrwPOrdGXESoJ0Ru2Kag { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.5625rem;left:25.375rem;display:block; }
#wnp8PixRSTxaEoNxadhhP66wGFZmguQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8e3;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; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container { background-color: transparent; background-image: none; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container > .video-iframe-container { display: none; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row > .video-iframe-container { display: none; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .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); }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container { border-width: 0; border-radius: 0; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#z3Nvv349rBp6A7s0IXavkcTJ9GWcUgW2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:6.78125rem;left:5.4375rem;height:3.875rem;display:block; }
#oHuEGGqXq7UdD3ASNxxTZd9MIAxu5BWa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:3.125rem;display:block; }
#n0uDX6fdTxNNqr5qJamFUkEUGyTmKT2P { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:19.1875rem;width:34.375rem;top:7.623046875rem;left:0.55859375rem;display:block; }
#FservowU2sEOsbwzq6iPg1dF5KvxfkMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:14.375rem;left:3.125rem; }
#NtThGOOdveX70l0ZDLZexCbdRT38gDvE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:14.5625rem;left:5.6875rem;height:2.875rem;display:block; }
#bTePXuAQs09wzn44WfTGZQc4kv57JzrG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.810546875rem;width:1.810546875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:17.875rem;left:3.125rem; }
#pZzC1Ilh3sMXCrIHX6TZl4riiBHmNJCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.625rem;height:2.875rem;display:block; }
#JX9TcEx2gpaut2BA1DUS6kZANEhevHtb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.810546875rem;width:1.810546875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:21.4375rem;left:3.125rem; }
#o5oyZ0Br9n1vy3QUPnqpsGSirMzp7fxA { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:21.4375rem;left:5.6875rem;height:2.875rem;display:block; }
#D9Zxqvr1H4Ls2s6eMIrHVSRsKQNQ8acX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:41.5625rem;display:block; }
#doUKZmzF7Bny1lAEF7gH65XOtHioHPO1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:19.0625rem;width:34.375rem;top:7.623046875rem;left:37.5rem;display:block; }
#SXKiyeT0180D1v5O2ECcy6cDlVhTfTse { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.769775390625rem;left:43.937721252441rem;height:3.875rem;display:block; }
#FA6mT7iiZ6ogQ9O3KryAzpK6qdbV57Jp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:14.0625rem;left:41.5625rem; }
#WQxNKkKQ7VtyzqRuG8UIrbCbALhlHaZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:14.25rem;left:44.3125rem;height:2.875rem;display:block; }
#DO7LzcqwAvRoU6w8QaGGIgTpJiS0pqJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:17.8125rem;left:41.5625rem; }
#VR6dtvnHlkzkhuqD1sSlwGyOvnJbu0QD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:18rem;left:44.3125rem;height:2.875rem;display:block; }
#Ky5LKffc3BzxqtyTVUTTb5grkkJ5PhK4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:21.5625rem;left:41.5625rem; }
#VSuWr7qFt0GZeqnR09I8psCg0hqbXXv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:21.75rem;left:44.3125rem;height:2.875rem;display:block; }
#Ma1MzevSGpIWwIJmJ8KCpPVC1HBf6K7D { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:4.3134765625rem;left:23.5634765625rem;overflow:hidden;display:block; }
#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { background-color: transparent; background-image: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container > .video-iframe-container { display: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row > .video-iframe-container { display: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .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); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { border-width: 0; border-radius: 0; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#Di2UVAcVd38C55u04176SymqV5nXeXxA { color:#111111;display:block;width:58.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:5.4375rem;left:7.71875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KcJw0DvsapZEinbEomRxN49cwFnmQoae { box-sizing:content-box;height:0.75rem;width:23.1875rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:7.8125rem;left:32.999565124512rem;display:block; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.3125rem;font-family:var(--paragraphs-font-family);height:auto; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .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:var(--paragraphs-font-family);height:auto; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-trigger.adaptive-delivery-prevent-bg, #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-trigger.lazyload, #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-trigger.lazyloading { background-image: none; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN { box-sizing:content-box;height:auto;width:51.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.0625rem;left:9.7802734375rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 { display:block;position:relative; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #oedAKSAkzNdrIXgRpphi6giryUBedRcx {  }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #bNdLifXb6F4UP71hqTEUe97axRRXtEoC { display:block;position:relative; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x { display:none; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #txqd63w6xnelSTHKod06H2T2mEgoFfx3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #rT3lJk4KFLyPQUT1WdB9HGzaytmgk21N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #smISFOd0Ka1sk2QF7mvJ1Bl0TEs5sE9g { display:block;position:relative; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #UTgT851uwsTuXGGtgK6KANiO7v3QaAI3 {  }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #I7ArgdXAMNhglfHpoqLdmng0ConWAhSS { display:none; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #yzBfhXMLQMiz1CrfV3HAXPmMTwrDwEJS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #pRCEhFgCNcKv9gWzihbPVtL9UN1it67c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VrH9N0RU0KTyzTgbSWteCoMSnepMNL86 { display:block;position:relative; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #Esf6mnxxdOMMcsl8z4wDhViBkqP3GOTX {  }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #MApHpc9plpKSF73PKfScEw2dT2RwBpg5 { display:none; }
#HK7RKdhRkDSZ7FIzqeVG4uEvKLRqr6r3 { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:7.8125rem;left:32.4375rem;display:none; }
#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 > .row .container { border-width: 0; border-radius: 0; }#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:none; }#kq5gVumiuKTaUOyZhWeKaWvyzcxhM2IC { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.3376741409302rem;left:15.50456237793rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k > .row .container { border-width: 0; border-radius: 0; }#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#lkiGWy8KCPbyTLLWtxPkJo21tRhcbxoO { 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:14.5605625rem;width:35.8105625rem;top:26.592883110046rem;left:39.189453125rem;overflow:hidden;display:block; }
#ubSV9qqKf7528kDLNLd3x62MUFuMBAZl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.5rem;width:36.25rem;top:25.125rem;left:38.75rem;display:block; }
#Etv1mmPxPvOocuxHdWdc8T5ZvOMN8AIw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:23.125rem;width:36.25rem;top:0.6875rem;left:38.75rem;display:block; }
#qTk0kNiwLizi3DyFEJbD7RknqX07Ndax { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:34.0625rem;top:1.1534290313721rem;left:39.810111999512rem;overflow:hidden;display:block; }
#Fi05tWUwdQnm8Hg4E7uqpp3aeyLeUZR0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:26.5625rem;width:36.25rem;top:16.125rem;left:0rem;display:block; }
#nyRPhiwcpGoN2byHlzdh9hcSqvpr4OCG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4998125rem;width:35rem;top:17.154948234558rem;left:0.625rem;overflow:hidden;display:block; }
#s57oimVct7AsvleKmhbgrbEBfCiwXMG3 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:14.375rem;width:36.25rem;top:0.6875rem;left:0rem;display:block; }
#IpsPq0QhrcRVBDRIfdNMgi15XipEUctH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1870625rem;width:35.2495625rem;top:2.2797307968139rem;left:0.4991340637207rem;overflow:hidden;display:block; }
#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container { background-color: transparent; background-image: none; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container > .video-iframe-container { display: none; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row > .video-iframe-container { display: none; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .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); }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container { border-width: 0; border-radius: 0; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#Ud5QyoWTxHOotCMzrPSGQDL1De1JbKEm { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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:#f5f5f5;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.3125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:11.53125rem;left:18.34375rem;display:block; }
#Uewx1bpLqKFDlZX4HTwUtvvefrcH2G8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvvvHLX9rbmM4RPgxm3og68zGuKehiIb { color:#111111;display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:3.6875rem;left:4.125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container { background-color: transparent; background-image: none; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container > .video-iframe-container { display: none; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row > .video-iframe-container { display: none; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .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); }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container { border-width: 0; border-radius: 0; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#dsFZ0rcQnzAln3wHIUre0I2D59VZDqnb { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
#m6FHxEbEhAcZnQSFmWKZ0gWEZosBnrtp { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:13.4375rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#xrgpAhtitlqiMKf0tFT166n0P5Q9dSZe { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JyzLETndRdELKyJd7iMylUD2HvBOnoAg { display:block; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlMTQnJa5S6GHV7npSmeVtLrVVNVOW0i { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFLkEMofZDblKMHvcg9E2dbOKcohn06 { top:31.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prcTHziNUcftWk4EA8cwUcTFZdZpQLho { top:35.25rem;left:0rem;width:27.5rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdVA4SCTeWP3Ubv4ihJMtPG9Qooo4pW { width:47.75rem;height:1.9375rem;top:23.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhf2JAIoT0K1MoNitTPIANn120IHwla { width:25.8125rem;height:4.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4G2r3pkKh4STR0lSb1SbImxEq5yLmOC { display:block; }
 }@media only screen and (max-width: 763px) { #aIJ4AiGToHTNgZDcfHxP7uno4fGA9spC { top:8.875rem;left:0rem;width:24.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9talSumVBD1ZpGyUl6AkoOHiJJKCcf { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs680o3pdxcq0EIUL1TuZUTsm4OUJGTC { width:40.25rem;height:1.25rem;top:31.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6V5qX4QCvhm1ooMyEfDhuu3a1u0o5wd { top:0.875rem;left:0rem;width:4.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrsEThCatSFQdwGDxof3wmtCTgdr20H { top:8.625rem;left:11.125rem;width:36.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmAGzXsZqmaFUK4JeT8iE8SGsI1Omkle { top:8.625rem;left:11.125rem;width:16.375rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaWONnKW7eBt9eC3atcu0NfHckmJflvP { display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { top:7.8125rem;left:0rem;width:32.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { top:7.8125rem;left:14rem;width:33.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { top:32.0625rem;left:33.0625rem;width:14.6875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9Ng4u154Tnsg9E3Of0EokoDaKL6gHV { top:12.0625rem;left:14.75rem;width:33rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvrNEdHKeBVcv9pUwBJvl9D3JWgdeTC { top:12rem;left:25.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW9mz7PrkT3yAFFfDMxXTDnQZT8qefl1 { top:14.875rem;left:25.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopwGlx9aau4u9i6cRgQVvVcNQnhp2M3 { top:14.9375rem;left:18.6875rem;width:29.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6oNqmv8y6b5hNFEz8z3hSa05x254LhH { top:20.5rem;left:18.6875rem;width:29.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNo6u1tW0ZyHDRx2q2NM1z9yP5H4C4rk { top:17.625rem;left:14.75rem;width:33rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zismXDsW3tMqwpNRC7AtSrw0TT6meKNW { top:17.5625rem;left:25.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u14a023lOIw6dUiz5rQ6gbd8iKOL9eu6 { top:20.4375rem;left:25.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R28JeNOEVLFxK77exzalTKyrQ5FMKAIq { top:23.1875rem;left:15.3125rem;width:32.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9uGWv4VBU6MaqxJGMwX7eacfdFsmMo { top:23.125rem;left:25.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { top:6.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { top:8.625rem;left:0rem;width:47.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { top:1.1875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7EM7h3rAx6JaVXrQwZffZoFcaectcP { top:0rem;left:21.75rem;width:26rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQl5XtKbu46hOVJKlOGLz4CKgDxAoAQQ { top:2.4375rem;left:0rem;width:28.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbm7thBAlykaV2Jl2ykM3vubR2qSEZi { top:2.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh8n1CkGBrTPwhXcT6dFC5v4TTilp7BW { top:6.25rem;left:0rem;width:28.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRqmFVJ5lCqgP2FtkQyctM0KA8Jecl4B { top:6.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PKQHTT5cuIAH0xM7khFVsxGxA1xNTk { top:10.25rem;left:0rem;width:28.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKNcxDtZD5tIrbcXUlwoS8Lc7ahiUwT { top:10.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzVTOT3qbB7NG5RrnPEZyy7TK4OfNN07 { top:13rem;left:0rem;width:28.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXkx0ma1U1AqUBNplOU0L42OCJF9KMq { top:12.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvCWxfLe7DhaT2JE8xVGHL5TddISIO3M { top:16.8125rem;left:0rem;width:28.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8ng3iHb9tdgVLgE5CvzloCbTOZVMQ7 { top:16.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H { display:block; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb9CPuQztDfMQO2Bg4VaWl0lCxJD0UGP { top:7.5rem;left:4.0625rem;width:39.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kQ8BuIhqgccrwPOrdGXESoJ0Ru2Kag { top:9.5625rem;left:11.75rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnp8PixRSTxaEoNxadhhP66wGFZmguQF { display:block; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Nvv349rBp6A7s0IXavkcTJ9GWcUgW2 { top:6.75rem;left:0rem;width:14.125rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHuEGGqXq7UdD3ASNxxTZd9MIAxu5BWa { top:4.8125rem;left:0rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uDX6fdTxNNqr5qJamFUkEUGyTmKT2P { top:7.5625rem;left:0rem;width:34.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FservowU2sEOsbwzq6iPg1dF5KvxfkMh { top:14.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtThGOOdveX70l0ZDLZexCbdRT38gDvE { top:14.5625rem;left:0rem;width:24.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTePXuAQs09wzn44WfTGZQc4kv57JzrG { top:17.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZzC1Ilh3sMXCrIHX6TZl4riiBHmNJCQ { top:17.875rem;left:0rem;width:26rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9TcEx2gpaut2BA1DUS6kZANEhevHtb { top:21.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oyZ0Br9n1vy3QUPnqpsGSirMzp7fxA { top:21.4375rem;left:0rem;width:21rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zxqvr1H4Ls2s6eMIrHVSRsKQNQ8acX { top:4.8125rem;left:23.875rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doUKZmzF7Bny1lAEF7gH65XOtHioHPO1 { top:7.5625rem;left:13.375rem;width:34.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXKiyeT0180D1v5O2ECcy6cDlVhTfTse { top:6.75rem;left:23.875rem;width:15.1875rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6mT7iiZ6ogQ9O3KryAzpK6qdbV57Jp { top:14.0625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQxNKkKQ7VtyzqRuG8UIrbCbALhlHaZ4 { top:14.25rem;left:23.8125rem;width:23.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO7LzcqwAvRoU6w8QaGGIgTpJiS0pqJi { top:17.8125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR6dtvnHlkzkhuqD1sSlwGyOvnJbu0QD { top:18rem;left:23.8125rem;width:23.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky5LKffc3BzxqtyTVUTTb5grkkJ5PhK4 { top:21.5625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSuWr7qFt0GZeqnR09I8psCg0hqbXXv7 { top:21.75rem;left:22rem;width:25.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1MzevSGpIWwIJmJ8KCpPVC1HBf6K7D { top:4.3125rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o { display:block; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Di2UVAcVd38C55u04176SymqV5nXeXxA { top:5.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcJw0DvsapZEinbEomRxN49cwFnmQoae { top:7.8125rem;left:19.374565124512rem;width:23.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN { display:flex;height:auto;width:41.8125rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #oedAKSAkzNdrIXgRpphi6giryUBedRcx {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #bNdLifXb6F4UP71hqTEUe97axRRXtEoC {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #txqd63w6xnelSTHKod06H2T2mEgoFfx3 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #rT3lJk4KFLyPQUT1WdB9HGzaytmgk21N {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #smISFOd0Ka1sk2QF7mvJ1Bl0TEs5sE9g {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #UTgT851uwsTuXGGtgK6KANiO7v3QaAI3 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #I7ArgdXAMNhglfHpoqLdmng0ConWAhSS {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #yzBfhXMLQMiz1CrfV3HAXPmMTwrDwEJS {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #pRCEhFgCNcKv9gWzihbPVtL9UN1it67c {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VrH9N0RU0KTyzTgbSWteCoMSnepMNL86 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #Esf6mnxxdOMMcsl8z4wDhViBkqP3GOTX {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #MApHpc9plpKSF73PKfScEw2dT2RwBpg5 {  }
 }@media only screen and (max-width: 763px) { #HK7RKdhRkDSZ7FIzqeVG4uEvKLRqr6r3 { top:7.8125rem;left:18.8125rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o54zHN6e5PkZAVC5LwUT73vxafhDghd2 { display:block; }#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kq5gVumiuKTaUOyZhWeKaWvyzcxhM2IC { top:3.3125rem;left:1.8795623779297rem;width:42.1875rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k { display:block; }#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkiGWy8KCPbyTLLWtxPkJo21tRhcbxoO { top:26.5625rem;left:12rem;width:35.75rem;height:14.535937808154rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSV9qqKf7528kDLNLd3x62MUFuMBAZl { top:25.125rem;left:11.5rem;width:36.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etv1mmPxPvOocuxHdWdc8T5ZvOMN8AIw { top:0.6875rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk0kNiwLizi3DyFEJbD7RknqX07Ndax { top:1.125rem;left:13.6875rem;width:34.0625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi05tWUwdQnm8Hg4E7uqpp3aeyLeUZR0 { top:16.125rem;left:0rem;width:36.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyRPhiwcpGoN2byHlzdh9hcSqvpr4OCG { top:17.125rem;left:0rem;width:35rem;height:24.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57oimVct7AsvleKmhbgrbEBfCiwXMG3 { top:0.6875rem;left:0rem;width:36.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpsPq0QhrcRVBDRIfdNMgi15XipEUctH { top:2.25rem;left:0rem;width:35.1875rem;height:11.16736588486rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW { display:block; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud5QyoWTxHOotCMzrPSGQDL1De1JbKEm { width:38.3125rem;height:3.4375rem;top:11.5rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uewx1bpLqKFDlZX4HTwUtvvefrcH2G8f { display:block; }
 }@media only screen and (max-width: 763px) { #WvvvHLX9rbmM4RPgxm3og68zGuKehiIb { top:3.6875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy { display:block; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsFZ0rcQnzAln3wHIUre0I2D59VZDqnb { top:1.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6FHxEbEhAcZnQSFmWKZ0gWEZosBnrtp { top:0.4375rem;left:0rem;width:13.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrgpAhtitlqiMKf0tFT166n0P5Q9dSZe { top:3.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #JyzLETndRdELKyJd7iMylUD2HvBOnoAg { display:block; }#JyzLETndRdELKyJd7iMylUD2HvBOnoAg > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlMTQnJa5S6GHV7npSmeVtLrVVNVOW0i { width:20rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #CqFLkEMofZDblKMHvcg9E2dbOKcohn06 { width:5.8115234375rem;height:5.8115234375rem;top:12rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #prcTHziNUcftWk4EA8cwUcTFZdZpQLho { width:6.6875rem;height:0.5rem;top:6.6905388832094rem;left:8.9084208607675rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #VHdVA4SCTeWP3Ubv4ihJMtPG9Qooo4pW { width:20rem;height:1.5625rem;top:18.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rxhf2JAIoT0K1MoNitTPIANn120IHwla { width:20rem;height:3.4375rem;top:20.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4G2r3pkKh4STR0lSb1SbImxEq5yLmOC { display:block; }
 }@media only screen and (max-width: 763px) { #aIJ4AiGToHTNgZDcfHxP7uno4fGA9spC { width:19.875rem;height:0.625rem;top:9.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9talSumVBD1ZpGyUl6AkoOHiJJKCcf { width:20rem;height:5.5rem;top:11.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #gs680o3pdxcq0EIUL1TuZUTsm4OUJGTC { width:20rem;height:2.5rem;top:25.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K6V5qX4QCvhm1ooMyEfDhuu3a1u0o5wd { width:8.9375rem;height:7.875rem;top:0rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrsEThCatSFQdwGDxof3wmtCTgdr20H { width:20rem;height:11.194539249147rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmAGzXsZqmaFUK4JeT8iE8SGsI1Omkle { width:20rem;height:25.125rem;top:29.3125rem;left:0rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xaWONnKW7eBt9eC3atcu0NfHckmJflvP { display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { width:20rem;height:17.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { width:20rem;height:4.125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { width:9.6875rem;height:8.3115234375rem;top:34.875rem;left:10.3125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9Ng4u154Tnsg9E3Of0EokoDaKL6gHV { width:16.75rem;height:2.5rem;top:8.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvrNEdHKeBVcv9pUwBJvl9D3JWgdeTC { display:flex;width:1.75rem;height:1.75rem;top:8.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qW9mz7PrkT3yAFFfDMxXTDnQZT8qefl1 { display:flex;width:1.75rem;height:1.75rem;top:11.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zopwGlx9aau4u9i6cRgQVvVcNQnhp2M3 { width:16.75rem;height:1.25rem;top:12.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6oNqmv8y6b5hNFEz8z3hSa05x254LhH { width:16.875rem;height:1.25rem;top:17.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNo6u1tW0ZyHDRx2q2NM1z9yP5H4C4rk { width:16.8125rem;height:1.25rem;top:14.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zismXDsW3tMqwpNRC7AtSrw0TT6meKNW { display:flex;width:1.75rem;height:1.75rem;top:14.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u14a023lOIw6dUiz5rQ6gbd8iKOL9eu6 { display:flex;width:1.75rem;height:1.75rem;top:16.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R28JeNOEVLFxK77exzalTKyrQ5FMKAIq { width:16.875rem;height:2.5rem;top:19.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9uGWv4VBU6MaqxJGMwX7eacfdFsmMo { display:flex;width:1.75rem;height:1.75rem;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { background-color:#fbfbfb;background-image:none;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { width:20rem;height:6.75rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { width:17.375rem;height:0.6875rem;top:6.125rem;left:1.3125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { width:8.75rem;height:8.75rem;top:43.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7EM7h3rAx6JaVXrQwZffZoFcaectcP { width:20rem;height:20.2392578125rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQl5XtKbu46hOVJKlOGLz4CKgDxAoAQQ { width:17.6875rem;height:4.5rem;top:1.75rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbm7thBAlykaV2Jl2ykM3vubR2qSEZi { display:flex;width:1.75rem;height:1.75rem;top:1.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dh8n1CkGBrTPwhXcT6dFC5v4TTilp7BW { width:17.625rem;height:4.5rem;top:7.4375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRqmFVJ5lCqgP2FtkQyctM0KA8Jecl4B { display:flex;width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n3PKQHTT5cuIAH0xM7khFVsxGxA1xNTk { width:17.75rem;height:3rem;top:12.6875rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKNcxDtZD5tIrbcXUlwoS8Lc7ahiUwT { display:flex;width:1.75rem;height:1.75rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzVTOT3qbB7NG5RrnPEZyy7TK4OfNN07 { width:17.6875rem;height:4.5rem;top:16.75rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXkx0ma1U1AqUBNplOU0L42OCJF9KMq { display:flex;width:1.75rem;height:1.75rem;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RvCWxfLe7DhaT2JE8xVGHL5TddISIO3M { width:17.5rem;height:4.5rem;top:22.0625rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8ng3iHb9tdgVLgE5CvzloCbTOZVMQ7 { display:flex;width:1.75rem;height:1.75rem;top:22.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H { background-color:#fff8e3;background-image:none;display:block; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { background-color: transparent; background-image: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container > .video-iframe-container { display: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row > .video-iframe-container { display: none; }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .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); }#Ha49UTTs3TKRnVAOIem1pWtho4h4kp2H > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb9CPuQztDfMQO2Bg4VaWl0lCxJD0UGP { width:20rem;height:1.6875rem;top:3.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #t1kQ8BuIhqgccrwPOrdGXESoJ0Ru2Kag { width:5.375rem;height:0.625rem;top:5.1875rem;left:7.1875rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #wnp8PixRSTxaEoNxadhhP66wGFZmguQF { display:block; }#wnp8PixRSTxaEoNxadhhP66wGFZmguQF > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Nvv349rBp6A7s0IXavkcTJ9GWcUgW2 { width:10.686875rem;height:3.375rem;top:1.0525169372559rem;left:4.6560333371163rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHuEGGqXq7UdD3ASNxxTZd9MIAxu5BWa { width:15.625rem;height:4.375rem;top:0.57421875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uDX6fdTxNNqr5qJamFUkEUGyTmKT2P { width:20rem;height:15.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FservowU2sEOsbwzq6iPg1dF5KvxfkMh { display:flex;width:1.75rem;height:1.75rem;top:6rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #NtThGOOdveX70l0ZDLZexCbdRT38gDvE { width:17.061625rem;height:3.75rem;top:6rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTePXuAQs09wzn44WfTGZQc4kv57JzrG { display:flex;width:1.74913125rem;height:1.74913125rem;top:10.375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #pZzC1Ilh3sMXCrIHX6TZl4riiBHmNJCQ { width:17.249375rem;height:2.5rem;top:10.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9TcEx2gpaut2BA1DUS6kZANEhevHtb { display:flex;width:1.74913125rem;height:1.74913125rem;top:13.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #o5oyZ0Br9n1vy3QUPnqpsGSirMzp7fxA { width:16.6873125rem;height:3.75rem;top:13.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Zxqvr1H4Ls2s6eMIrHVSRsKQNQ8acX { width:15.625rem;height:4.375rem;top:19.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doUKZmzF7Bny1lAEF7gH65XOtHioHPO1 { width:20rem;height:15.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXKiyeT0180D1v5O2ECcy6cDlVhTfTse { width:13.4375rem;height:3.375rem;top:19.6875rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6mT7iiZ6ogQ9O3KryAzpK6qdbV57Jp { display:flex;width:1.875rem;height:1.875rem;top:25.125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #WQxNKkKQ7VtyzqRuG8UIrbCbALhlHaZ4 { width:16.3748125rem;height:2.5rem;top:24.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO7LzcqwAvRoU6w8QaGGIgTpJiS0pqJi { display:flex;width:1.875rem;height:1.875rem;top:28.4375rem;left:0.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VR6dtvnHlkzkhuqD1sSlwGyOvnJbu0QD { width:15.560546875rem;height:3.75rem;top:27.875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky5LKffc3BzxqtyTVUTTb5grkkJ5PhK4 { display:flex;width:1.75rem;height:1.75rem;top:32.375rem;left:0.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VSuWr7qFt0GZeqnR09I8psCg0hqbXXv7 { width:16.9375rem;height:2.5rem;top:32.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1MzevSGpIWwIJmJ8KCpPVC1HBf6K7D { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o { background-color:#fbfbfb;background-image:none;display:block; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { background-color: transparent; background-image: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container > .video-iframe-container { display: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row > .video-iframe-container { display: none; }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .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); }#HlJC4nA9qIMHNJs9XJTqRIfnNSQHCv0o > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Di2UVAcVd38C55u04176SymqV5nXeXxA { width:20rem;height:1.6875rem;top:2.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #KcJw0DvsapZEinbEomRxN49cwFnmQoae { width:12.125rem;height:0.75rem;top:3.4375rem;left:7.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-heading-text { font-size:1.125rem;height:auto; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto; }
#XEA6NWWkKvgToabTOP4DctLgxo9HHVkN { display:flex;height:auto;width:17.5rem;top:5.998046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #oedAKSAkzNdrIXgRpphi6giryUBedRcx {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #bNdLifXb6F4UP71hqTEUe97axRRXtEoC {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #txqd63w6xnelSTHKod06H2T2mEgoFfx3 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #rT3lJk4KFLyPQUT1WdB9HGzaytmgk21N {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #smISFOd0Ka1sk2QF7mvJ1Bl0TEs5sE9g {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #UTgT851uwsTuXGGtgK6KANiO7v3QaAI3 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #I7ArgdXAMNhglfHpoqLdmng0ConWAhSS {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #yzBfhXMLQMiz1CrfV3HAXPmMTwrDwEJS {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #pRCEhFgCNcKv9gWzihbPVtL9UN1it67c {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #VrH9N0RU0KTyzTgbSWteCoMSnepMNL86 {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #Esf6mnxxdOMMcsl8z4wDhViBkqP3GOTX {  }
 }@media only screen and (max-width: 763px) { #XEA6NWWkKvgToabTOP4DctLgxo9HHVkN #MApHpc9plpKSF73PKfScEw2dT2RwBpg5 {  }
 }@media only screen and (max-width: 763px) { #HK7RKdhRkDSZ7FIzqeVG4uEvKLRqr6r3 { width:6.8120625rem;height:0.74978125rem;top:4.4607219696045rem;left:4.4053819775581rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #o54zHN6e5PkZAVC5LwUT73vxafhDghd2 { display:none; }#o54zHN6e5PkZAVC5LwUT73vxafhDghd2 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kq5gVumiuKTaUOyZhWeKaWvyzcxhM2IC { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k { display:none; }#dKmI64cTH4vTTOcC4P3ZHg8xME9hm82k > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lkiGWy8KCPbyTLLWtxPkJo21tRhcbxoO { width:20rem;height:8.1315rem;top:42.435983181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSV9qqKf7528kDLNLd3x62MUFuMBAZl { width:20rem;height:10rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etv1mmPxPvOocuxHdWdc8T5ZvOMN8AIw { width:20rem;height:14.375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk0kNiwLizi3DyFEJbD7RknqX07Ndax { width:20rem;height:13.02752293578rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi05tWUwdQnm8Hg4E7uqpp3aeyLeUZR0 { width:20rem;height:16.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyRPhiwcpGoN2byHlzdh9hcSqvpr4OCG { width:20rem;height:13.999892857143rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57oimVct7AsvleKmhbgrbEBfCiwXMG3 { width:20rem;height:7.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpsPq0QhrcRVBDRIfdNMgi15XipEUctH { width:20rem;height:6.3465625rem;top:2.0290794372559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW { display:block; }#DAuZzAtp0wuKx07wgO3XycbV4ls3XHLW > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud5QyoWTxHOotCMzrPSGQDL1De1JbKEm { width:20rem;height:3.4375rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uewx1bpLqKFDlZX4HTwUtvvefrcH2G8f { display:block; }
 }@media only screen and (max-width: 763px) { #WvvvHLX9rbmM4RPgxm3og68zGuKehiIb { width:20rem;height:5.25rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy { display:block; }#u2rwtsfMVCRiZaWakAoCHHf3wxHa7ezy > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsFZ0rcQnzAln3wHIUre0I2D59VZDqnb { width:9.3125rem;height:1.125rem;top:7.25rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6FHxEbEhAcZnQSFmWKZ0gWEZosBnrtp { width:13.4375rem;height:5.5625rem;top:0.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrgpAhtitlqiMKf0tFT166n0P5Q9dSZe { width:12.125rem;height:1.125rem;top:9.625rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }