.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:231,226,236;--color-primary-1:182,167,198;--color-primary-2:133,109,160;--color-primary-3:103,72,136;--color-primary-4:98,63,117;--color-secondary-0:255,247,217;--color-secondary-1:255,228,128;--color-secondary-2:254,201,1;--color-secondary-3:127,101,1;--color-secondary-4:38,30,0;--color-tertiary-0:255,255,255;--color-tertiary-1:254,249,245;--color-tertiary-2:152,149,147;--color-tertiary-3:91,89,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),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); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { background-color: transparent; background-image: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container > .video-iframe-container { display: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container { display: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .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); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { border-width: 0; border-radius: 0; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:41.5rem;display:block; }
#BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcx9fascaB1J9PvJEKI2fFJqxaC9c8qu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:51.6875rem;display:block; }
#UG7tJ6FBPd2h60HqTVaJf14ObF6LsfRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRq3PV0o53X0qHn1BO3QP8JtcDWSVuyJ { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:60.5rem;display:block; }
#wfvpxnmdV08n4tbpTU98592oAMTmdu4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0xM8CmvWcPdCM0VC1gNl8oxMB5XVtXX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:none; }
#OHMfNSTkLzM68Qvb0WnTXni7VM4HXrFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EP5AH8uykBorRaDUFcKT8WVua141ESFq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:none; }
#vdEZd7EGqmzSZwLrXTlhoSG7BkNf8dww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI2wNDqMpszr9koveST5igA1SxwKn5A8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.625rem;left:39.6875rem;overflow:hidden;display:block; }
#uUVDnQ01TbI1tB3M2SL2uTN9Dyr7iob3 { position:absolute;display:block;z-index:15020;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.4375rem;width:18.75rem;top:0.5rem;left:0.03125rem;overflow:hidden;display:block; }
#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#6c4785;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:12.5625rem;left:0rem;height:11.996525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.5rem;left:0rem;height:17.9980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.2587890625rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.25rem;left:67rem;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15018;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.625rem;left:55.4375rem;display:block; }
#iLrAPsT6lXQXyCBFTaR7n11chvCQsviJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:11rem;left:38.1875rem;overflow:hidden;display:block; }
#muuT93QFGzwVL3aqcaAccFy3RlZWq6Cg { color:rgba(var(--color-primary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.943359375rem;left:0rem;height:1.3808625rem;display:block; }
#D883ITccEwpA0tIQrmTyAOUhCigPJBXd { position:absolute;display:block;z-index:15023;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.3125rem;width:42.3125rem;top:12.375rem;left:32.6875rem;overflow:hidden;display:block; }
#HJsbAq4mpkAF6z5Fz0Vs6MobMTElNozt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:11.9375rem;top:25.75rem;left:40.9951171875rem;overflow:hidden;display:block; }
#USTrymJuApKPE4EkRtNJhb9zyD8AC6ap { box-sizing:content-box;height:0.75rem;width:35.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.6875rem;left:0rem;display:block; }
#eVQiXhXwrQZ9iB64BT4kSkXwMmvFe6WO { box-sizing:content-box;height:0.75rem;width:35.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.6875rem;left:0rem;display:none; }
#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX { 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; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { background-color: transparent; background-image: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container > .video-iframe-container { display: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container { display: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .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); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { border-width: 0; border-radius: 0; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#xb8fg2soZC4xyhAMIe3JKa4O2t62ik5I { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:11.185974121094rem;left:1.4995670318604rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IiPanxQIh2pawo9Fs9tITuBabymfNZwt { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.06206875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.390193462372rem;left:1.4995670318604rem;display:block; }
#gXFWsGUDU4pohGSFWrTVzCAt69gcGh9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZqdNKbbo5sw8lydhyp6dhqy116CCVFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9025669097901rem;left:1.4995670318604rem;height:4.8741375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#f6eefb;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .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; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.1875rem;color:#000000;height:auto;line-height:1.3;overflow:hidden; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .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);color:#000000;height:auto;line-height:1.5;overflow:hidden; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .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_4aa88f52799268ad065c8e5891960ba8c5073b2a.svg");background-size:contain !important; }#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .accordion-trigger.adaptive-delivery-prevent-bg, #Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .accordion-trigger.lazyload, #Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 .accordion-trigger.lazyloading { background-image: none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 { box-sizing:content-box;height:auto;width:35.4373125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.8710942268369rem;left:36.43772315979rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #tUiX4m7WvVZgrztHBR1L6yIfkurHNTKL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #Jbh3ILKrPgppEi8ZMp6ylkL3hmrG6Nuh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #iPgi86olHz6V57hO7KI3IJT6Mdc9KSxp { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #oSlcc40Tcmevp86NEfkfyKCQk4lWxyya {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #kIX9TgT4ufoc7BENWJH3IP1V8nbO2Z0i {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #HWpSC3STTzwn86QAnlouplPU9xmO3Imx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #qSpmExTkKxLFJSFobIGomSXu1ifyxsiV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #X0M5VAd0WLxrk32NBph4cxBAhvO2gOBq { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #PBcZDoWhcwn9RXqT6gpByBs8Ru9EZOck {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #SA7ZN8KQOsN2xPoadRWStMvLlZOWAm5d { display:none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #iM0h7GV7w2GxyrlXQhR1GflgNOFUV9mP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #dlkz5wqVlNXB5dFRPWPclyhSqds5WeDV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #WHcHPSuPDPFNWHASplLXxQPQfBd6zSkq { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #bBTaMnIudhEJTTbhxn6WGH7yXmJgpetb {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #WrVfD2dS9q9XWMCpTb1FHeK7g0796xw9 { display:none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #Hk51JfmnoXr0DpwmvP6IbwUFsFabOboe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #ZstgE84uK9VfS0beW2DM7cfnulhtSxwb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #XF6gb676gTMQkp3uiD5WTXldAqHHmaPf { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #UqCEnGHb4lvmTzUztGtr02vDX8gnv2Or {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #IGGV6paCIJoxcy9vFgpexRgTKBU81WfO { display:none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #nPLfKl2SaqFea8t7tccfo5s0elaCwEGV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #GLuSPzKUPLQNUl7a5V4r2OPkuhUBJntH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #KrVzohsCJflaoMhde4omXqOL7doJO4Fu { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #aEWW6m18rEDEKkQzAikT9vFnrRzZtUMz {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #VIEqt2111ZQ5VU3COPTndP2figXTQpS0 { display:none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #CpxCHSTHpJEodQkuoDfMl1F6KAQuvQ4i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #KUmJQyztTOhwqeL7IIdNxs3LTR5Exikx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #Ex0tbALiKDGrSngRbyIvpXvDsx6P8x1T { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #InrKbvSyTWgGX12EDE1p1O8cmSTw8Or2 {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #QiMNNoIfyJbgI9g5Ts7fMVxuGJBf5Es9 { display:none; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #SZxFDLo32S2oSrHl5nEEJeFP0nCkQL1Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #lQNUmogEZUZH0Fv6K6VWrRyXcDV18fhU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #vMAxlngebq1FQtNXkgPlMaIK3aB58w32 { display:block;position:relative; }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #CazrpF9SNRAMBbbprNcKcV0wKLHmWhPa {  }
#Ai56vTVs4ZFex4ikiHhdIe3rAdKX7071 #qQfrpshZcFIOZ4SgG1bMvr8mMtfwszPT { display:none; }
#RuGebU1G4O7VKQN5AE6McH4LNtTn3lcr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:30.722657680511rem;left:1.4995670318604rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row .container { background-color: transparent; background-image: none; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row .container > .video-iframe-container { display: none; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row > .video-iframe-container { display: none; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .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); }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row .container { border-width: 0; border-radius: 0; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNEMyCO7He4onMoFM2zlNzpuXPNWD1BM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Q4adaHW1Ckyhb46LgIUJeFQKkHtVFakR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2456569671631rem;left:27.156034469604rem;height:1.7871125rem;display:block; }
#s5c4irgf2yFCn9ChPOoTMstJVTr5rihp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.2148418426514rem;left:9.9989147186281rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UV0wrLip1kSm4s1sFDwC6pFTgLlk5vDi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.037109375rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hO5QnHb066twWfdLlQIr1QrrFlTgBEAW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#fec901;background-image:none;top:1.5114994049073rem;left:24.840497970581rem;display:block; }
#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { background-color: transparent; background-image: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container > .video-iframe-container { display: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container { display: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .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); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { border-width: 0; border-radius: 0; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Nt9tlNvA7CumK7UGNdkIMxsru4gEZhns { color:#333333;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:12.5625rem;left:0.90625rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEkhr9lUB15JuIUOHF2TPUWqpCDEGrl3 { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:12.5625rem;left:18.84375rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6shnkkfEEkArUmklVI6PWzJlLQfQLEh { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:12.5625rem;left:38.21875rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUxxMWap3GLG0OEKm3OPZEiVSt9UWEFO { color:#333333;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:12.5625rem;left:59.25rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dct3bv3csfmzeMg103RL1JiBdfGAyzPT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.5625rem;left:24.71875rem;overflow:hidden;display:block; }
#Ii275LBGkFrA9TnxBpSuUFDdTS5zVRK5 { position:absolute;display:block;z-index:15016;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:6.1875rem;width:6.1875rem;top:3.375rem;left:43.59375rem;overflow:hidden;display:block; }
#KRpFGO8EgqZJBUANPCAdyGpMil6ETudG { position:absolute;display:block;z-index:15017;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:6.5625rem;width:6.5625rem;top:2.875rem;left:5.21875rem;overflow:hidden;display:block; }
#Q1ShTeF4eqAWpwdrTeG66uJ0etkpZhAu { position:absolute;display:block;z-index:15018;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.875rem;width:5.875rem;top:3.53125rem;left:63.375rem;overflow:hidden;display:block; }
#ZT471dUKKnTk2Er3npFzgXTtQ0K7TGwL { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.1875rem;left:5.84375rem;display:block; }
#mGJZF62TU4xHZ6G2TNxxOf3UT1zbV5qc { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.65625rem;left:23.53125rem;display:block; }
#qrv4mZPXWz8Fml4sTIZmOltQCTSOTTxP { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.65625rem;left:42.53125rem;display:block; }
#dDpwGql2hxheLm9b0y555sAhhnqwIWdU { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.65625rem;left:62.59375rem;display:block; }
#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row .container { background-color: transparent; background-image: none; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row .container > .video-iframe-container { display: none; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row > .video-iframe-container { display: none; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .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); }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row .container { border-width: 0; border-radius: 0; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fphyOOmn3ZadkMQnhvl4h78TKvfrNtEu > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#HTsF1TyUJi3GCSAoonTpIvs55uaSLEEP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.212890625rem;left:7.5000019073488rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAd1wSlTZe4edCARtu0F2e3zaNpxFqNc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.5000019073488rem;left:17.312284469604rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row .container { background-color: transparent; background-image: none; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row .container > .video-iframe-container { display: none; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row > .video-iframe-container { display: none; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .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); }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row .container { border-width: 0; border-radius: 0; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUwQghiW4qHpRUKUxhB0lU3GxWEISsay > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#enRyVIHabGM5Nu79UXOh9uHAdwDhhqkx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlkRuFEwDZMQaEDHuxWZ39AFa2WgK6Nv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.4375rem;left:2.4375rem;height:8.4364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huhKueLtfIyVUINMzT5QOKux6gV0XdrU { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.4375rem;left:20.9375rem;height:8.4364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLxPQcZciwlRRVyatl4FwnsIxLhP3OM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.75rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWAJeKPx1G3pAFwWZwbL8K42I7sMKQTP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:2.4045143127441rem;left:56.938369750976rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLfHbT4hIdR1MSe2iXGnTue53mBrxRem { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:5.9342441558838rem;left:58.6875rem;height:6.749125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tsb2ccWBRDyQOXG6oii0AOfTsepdcppe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1885852813721rem;left:40.06077003479rem;height:3.736975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHSrtLA1iEdUe0Nyssg7ghZ9iCQZaAgf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.4366321563719rem;left:40.06077003479rem;height:8.4364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpPI16sJNX7swwbp6u4dmlRV1ue9mCVz { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#fec901;background-image:none;top:3.433162689209rem;left:0.58919334411621rem;display:block; }
#T1uFHv17uVUAqHPUUCbG0v77Kg6Hpt6A { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#fec901;background-image:none;top:3.433162689209rem;left:18.874784469604rem;display:block; }
#T9MMC5VgOohhVdPZvxHM2mzdELBdTAf7 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#fec901;background-image:none;top:3.4320735931396rem;left:37.500001907349rem;display:block; }
#OTvEJIr6isES1NdXBVQWrJSNwqdeEU3r { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#fec901;background-image:none;top:3.4320735931396rem;left:56.81858253479rem;display:block; }
#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm { 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; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { background-color: transparent; background-image: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container > .video-iframe-container { display: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container { display: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .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); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { border-width: 0; border-radius: 0; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ { 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; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { background-color: transparent; background-image: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container > .video-iframe-container { display: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container { display: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .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); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { border-width: 0; border-radius: 0; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#eQQk36WKO0XJ5PFCXnQqh1Sx29CsX0xV { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:18.625rem;height:1.7871125rem;display:block; }
#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm { 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; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row .container { background-color: transparent; background-image: none; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row .container > .video-iframe-container { display: none; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row > .video-iframe-container { display: none; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .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); }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row .container { border-width: 0; border-radius: 0; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzKNrKdAZHUQu2yg5nJm6uFLNvcybnPm > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#SODBp1ULOrv64PvQfKsuAmT0aRZhsh2i { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.0625rem;left:4.8125rem;height:16.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fdWs1u67fxGm4h6CuEolOl83ZRtpNGAF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.79296875rem;left:4.8125rem;height:4.0625rem;font-style:normal;display:block; }
#zsbeXir9fqOfPzsJXGEErADUmKZHwHGk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:28.3125rem;width:31.25rem;top:11.28125rem;left:40.117464539007rem;overflow:hidden;display:block; }
#R1QCrqtcq3yLkq24ZN77wCG4u3UEggyi { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.5rem;left:38.34375rem;display:block; }
#W0u2rT3tA0XFVfAF8kRvsnIpU9kkiAxs { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.71875rem;left:4.8125rem;display:block; }
#I48sTtZ7p4Hpu4BTTf2382Nuv2bcm6yb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5PV2TBmFZSJpK7uasCmTMwrJvrXchA5 { position:absolute;display:block;z-index:15029;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:9.8125rem;width:9.8125rem;top:36.0625rem;left:44.4375rem;overflow:hidden;display:block; }
#kcIFy0a4glI3aoDhGAJHm7SdU6fnwLSW { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15028;background-color:#f8f9fb;background-image:none;top:34.625rem;left:42.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { background-color: transparent; background-image: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container > .video-iframe-container { display: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container { display: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .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); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { border-width: 0; border-radius: 0; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#TnDGemiVa64SluH68RIVX5yZHtWbAxzR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.3125rem;left:41.375rem;height:11.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#P09BNX26Qm50VcFTSoJK0p5brpmIBx8O { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.6875rem;left:41.375rem;height:2.03125rem;font-style:normal;display:block; }
#MonJcJxvxVEp4JJViNQRAuN8WupX0Mru { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:25.625rem;width:34.8125rem;top:10.125rem;left:2.0184360166139rem;overflow:hidden;display:block; }
#GPwgUX8nRcOK4xxTRhKfUzi8Pc1lFeQi { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.25rem;left:33.71875rem;display:block; }
#imP2EFpPFodCstG5m4kJwhhPiWuIZm8o { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.0625rem;left:41.375rem;display:block; }
#lyS7wd27ZTHHEZWz2T7IuPpkHd3EOL41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBLCQTLGW6ClP35cGyD08cZG0wbS4LzT { position:absolute;display:block;z-index:15030;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:10.25rem;width:10.25rem;top:33.25rem;left:21.875rem;overflow:hidden;display:block; }
#VkE6qgV3yTqryThcQv6qXoMbiF91Qh6W { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15029;background-color:#f8f9fb;background-image:none;top:31.625rem;left:20.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW { 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; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { background-color: transparent; background-image: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container > .video-iframe-container { display: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container { display: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .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); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { border-width: 0; border-radius: 0; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#kMz1eOMLeUVaeOP0mnEW096DOEI5Uvgz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.3125rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cPVG0WuheBISsfNASUgMOmVCwDxwIc5r { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:17.375rem;width:17.4375rem;top:25.125rem;left:47.8125rem;overflow:hidden;display:block; }
#g4dq4iTsU51ChPgRebSAUNzhSg0oD7pE { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.75rem;left:4.3125rem;display:block; }
#SpOoTNeTkLdvRQJVd4MpQgWlyz6Cixz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWntAxIa1gzLyI6k5pB4lFZlRLQ76Hk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.3125rem;height:4.0625rem;font-style:normal;display:block; }
#N1gTfpZSwg4veRTmh23EkUmR2Agg3nF4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:20rem;width:37rem;top:13.0625rem;left:36.723599282457rem;overflow:hidden;display:block; }
#pvlcld9a1AuRyO7qGHr0DFuXTHgmL0Ti { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.986328125rem;left:69.47265625rem;display:block; }
#PX3iFAuzy6D3mbXs0uRhgSLQs1eA0z40 { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15030;background-color:#f8f9fb;background-image:none;top:7.1875rem;left:48.72265625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Be01lsn3fgluGyTrKgSG5nqo6cZfri82 { position:absolute;display:block;z-index:15031;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:9.8125rem;width:9.8125rem;top:9.0625rem;left:50.31640625rem;overflow:hidden;display:block; }
#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { background-color: transparent; background-image: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container > .video-iframe-container { display: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container { display: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .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); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { border-width: 0; border-radius: 0; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { font-size:0.875rem;font-family:arial;height:79rem;width:75rem;position:relative;display:block; }#cIe1xI15w7ni30J8fy8iXBLphvTUEl2s { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:21.5rem;width:66.375rem;top:37.125rem;left:4.3125rem;overflow:hidden;display:block; }
#ovlzDKorCwn8JtXRJRHxzoN0SIJpHQcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.0625rem;left:32.875rem; }
#T3ZvLObtbasGTccSe5PxGgXPDzqudzrK { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.875rem;height:2.03125rem;font-style:normal;display:block; }
#kbMHdUFb8G7CnrbIrdV8VEyaROeZIwvV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.9375rem;left:32.875rem;height:1.625rem;font-style:normal;display:block; }
#zrTodnReHtKpcczzRZEPhBtvzGxFmGRC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.4375rem;left:32.875rem;height:3.75rem;font-style:normal;display:block; }
#vtCL7OnRhHSwutseHegOe5RRu1duuIDF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:14.375rem;left:35.875rem;height:1.625rem;font-style:normal;display:block; }
#asQ7uHEEqEDguiTWvoR7tKVxcdTns2Hw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.8125rem;left:32.875rem; }
#WwTvgLt2andredJtXwd65K89TcusD3ET { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5625rem;left:35.875rem;height:3.2487rem;font-style:normal;display:block; }
#Re0lxxoi4A9VFKGETnLtN7hsnLZSSZTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.15625rem;left:32.875rem; }
#VMoJIEpMiHzohHyenEF6gIOcL1MkdMLK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:21.9375rem;left:35.875rem;height:4.87305rem;font-style:normal;display:block; }
#sorA82WLTqU4ThBLaoNZf9OTBshypTdO { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.3125rem;left:6.84765625rem;display:block; }
#x1csNwLmAPQMw0nQALWXR52tb9QQaUTK { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:70.25rem;left:26.625rem;display:block; }
#HdkrBtxszcq2BB5b2lfmdkRuSQpaKPTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmzpOZcSx4DS42hHbAVWpIBqkCVFmWMz { box-sizing:content-box;height:17.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15031;background-color:#f8f9fb;background-image:none;top:10.9375rem;left:8rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qJ4xLFhrlk9XIhRA1Hqn67uXDLT3Dwi4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:13.8125rem;left:10.3125rem;overflow:hidden;display:block; }
#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C { 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; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { background-color: transparent; background-image: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container > .video-iframe-container { display: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container { display: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .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); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { border-width: 0; border-radius: 0; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#ixSJIMOsQLg86p9rHFTm4u5TKMupAad1 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.25rem;left:23.21875rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AF9bwT6oJAwQH6rwZEmLeFVvacPn9GTs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:22.5rem;width:62.1875rem;top:27.5rem;left:5.40625rem;overflow:hidden;display:block; }
#pNVeuTWEuowscs7MXPg4Mgh8S5bff6N1 { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.4375rem;left:26.6875rem;display:block; }
#NuWAVWRXx9PH79W5d5OTxJnkeX4Jblay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXgSJBAqKQoHMKpAF09PtgdubpWMo16L { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.9375rem;left:23.21875rem;height:2.03125rem;font-style:normal;display:block; }
#Dgxt7QdCvXihNH7XSLuLA3XQ2ionhrhN { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;top:47.4375rem;left:65.16015625rem;display:block; }
#M9Hu8kencsg89CTMRBlrDNTGpodbXSTe { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15031;background-color:#f8f9fb;background-image:none;top:8.1875rem;left:5.22265625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#XOpKTbc0mNTF6Hzl5VyTGZXL7lBbc2uc { position:absolute;display:block;z-index:15032;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:9.5625rem;width:9.5625rem;top:9.90625rem;left:6.94140625rem;overflow:hidden;display:block; }
#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { position:relative;display:block; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { background-color: transparent; background-image: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container > .video-iframe-container { display: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row > .video-iframe-container { display: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .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); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { border-width: 0; border-radius: 0; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PJdekUB9OmzChIHifJwxt7GZRl73LPEs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:7.5rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { position:relative;display:block; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { background-color: transparent; background-image: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container > .video-iframe-container { display: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row > .video-iframe-container { display: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .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); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { border-width: 0; border-radius: 0; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VqH3wTMIwug6CHcfpBePpA6XMkfyJACX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:20.65625rem;height:1.7871125rem;display:block; }
#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH { position:relative;display:block; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH { background-color: transparent; background-image: none; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row .container > .video-iframe-container { display: none; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row > .video-iframe-container { display: none; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .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); }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH { border-width: 0; border-radius: 0; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yCB8oMzCAdmTDRUsJIV1T21blxgzDliH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:71.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hxHAZy3iWDyKiGfAKmWFmrWyioAzhAT1 { position:absolute;display:block;z-index:15008;background-color:#1d8705;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.125rem;left:25.9375rem;display:block; }
#ZRsrepQtbzSveKIvdxuJwygr6UxpxPQP { position:absolute;display:block;z-index:15010;background-color:#0a70b1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.125rem;left:44.6875rem;display:block; }
#IhyeKzPvrB6FFJBFaBmoLg5oDP1lGOpl { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.8845843076706rem;left:58.46897315979rem;height:1.9249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MfMf2ZFbGm3ClME7tdtAz9nePGTTHUtR { position:absolute;display:block;z-index:15001;background-color:#f6eefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:73.125rem;top:15.601128578186rem;left:0rem;display:block; }
#KTBhQJGHaMCuIWmhXeVADrOfTO34FBfk { color:#000000;display:block;width:15.686875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.690538406372rem;left:1.71875rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#Mp0LLpHe0M7fOGioLLx4oDmJ7CIEKmAd { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.688368797302rem;left:1.71875rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#F9ugZMZ4IA6l9Cqt21yTe1PBGbCpNpSc { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:2.1;letter-spacing:0;top:22.391493797302rem;left:1.71875rem;height:2.10069375rem;text-align:left;text-align-last:left;display:block; }
#aTAtxRK12vtERMzE7oeQtT8aWJnO3TqJ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.925131797791rem;left:1.71875rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#y3pOXqTaKSySMWE0DOou0lOiVOsslP7x { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #623f75;border-left:0.25rem solid #623f75;border-right:0.25rem solid #623f75;border-bottom:0.25rem solid #623f75;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:66.375rem;width:14.6875rem;top:2.312255859375rem;left:58.186853408814rem;display:block; }
#B3SGgzHCWwIPOGGW6emIJ2tbKsahnoel { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:33.3125rem;left:65rem; }
#qAeXQUkdFZ0Sm1nZVeysdhH6oQt3lOg0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:13.109809875488rem;left:65.00000190735rem; }
#fkHzVPM1H0OopcqOWKeClG6ihAx3DLyH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:17.444684028626rem;left:65.00000190735rem; }
#f56qTSZiHbXmAr1MtDOu5wp3hEtCSCul { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:22.875rem;left:65rem; }
#qGMveF1TuGSBXIsBlScVRU8TQ6D19Wuf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:27.625rem;left:65rem; }
#kLhpOfWWH7BffrDTMigPPgbUIX3RqkHW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:17.444684028626rem;left:46.250001907349rem; }
#tqn91M8WMyqqpxGxzhxSZtpLN2XzwfOz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:12.85915851593rem;left:27.500001907349rem; }
#Jy9hWVPbTposVbETmClpLhzSmy577gb0 { color:#000000;display:block;width:14.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:8.8704767227175rem;left:20.656469345092rem;height:1.9487875rem;font-style:normal;display:block; }
#s9ELnhPaEv7SZH2RrgFfqunSTw6nFTAE { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:8.8704767227175rem;left:41.531038284302rem;height:1.9487875rem;font-style:normal;display:block; }
#gLmdDTiS0NnIpBQVnTku88OXoPm63Oli { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:33.091364860534rem;left:1.71875rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#ouNcZEfZKTPywNyEwmfl9qw74uFLm69e { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.649047851562rem;left:1.71875rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#JrEJahlUNOXgJoTP5hfCTnfIR1krQNen { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:43.044292449951rem;left:1.5299491882324rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#a47Lim5vtnEX8Svz5D4DNuDxsTNfUIFA { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:48.448134422303rem;left:1.5299491882324rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#kpNXATEKA8ZWFT7e1nUFf8whXrS8zWbf { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:53.420776367188rem;left:1.5299491882324rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#eyRU1GoNPFD3S2gS1T9nCaECLaSxSIv3 { color:#000000;display:block;width:16.624375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:58.294707298279rem;left:1.5614166259766rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#sxgo1bl8q8NMS3BI7rgBL9mVr3hBgOLc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:17.444684028626rem;left:27.500001907349rem; }
#xMdlTph1ecq9sixv6Au6MXF5MdVHTbWn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:22.8125rem;left:27.5rem; }
#RczHOPTlo4oE8aasJqimNcgdWvMZuHym { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:27.5625rem;left:27.5rem; }
#wkTmyWID6LHcRUhLGkvo9oWkKitv80K1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:33.0625rem;left:27.5rem; }
#BnVQsNGIwWVzZhIkOd6mEwFmF5cTNxzC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:38.3125rem;left:27.5rem; }
#Q0VV5dZndda1y8aRfFFKByxwldVZmqdD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:49.121109962463rem;left:27.500001907349rem; }
#JI28VpFAOooGq1n1IGeridKECE37a7CS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:54.093983650207rem;left:27.500001907349rem; }
#kblxZTIHrSiimilck1woCSfEro7GIufq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:58.968115806579rem;left:27.500001907349rem; }
#UEeyhZBAbUXTeLqJPHyg5Bfqp5kdmswc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:27.625rem;left:46.25rem; }
#Qf5R0ddlL2SFiWEk354DTDoP1UW5wF32 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:12.85915851593rem;left:46.250001907349rem; }
#BTC5h9To2ewUNxJqQ8g7fplPCVwJr9F8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:22.8125rem;left:46.25rem; }
#ht7vMBKWUBOORsKfc7Bz3Ukb2g1XOMxd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:33.3125rem;left:46.25rem; }
#TZzcWBNMGeNQR0Ei16CH7IHO0FQGo3Gg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:38.3125rem;left:46.25rem; }
#GDiwsX6AAGmgUaoHDabbZqM4hvRA0ZHa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:43.6875rem;left:46.25rem; }
#r0WeN1wD5gPl45704HIoO3tthJHuMC8b { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:49.121109962463rem;left:46.250001907349rem; }
#fuvd6tbA0RSfNrTIAxitZo1tINEgBLis { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:58.96812915802rem;left:46.250001907349rem; }
#WsS0NhRMgJuZB7xN4ONDs7OIdas21BPT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:54.093983650207rem;left:46.250001907349rem; }
#kIyKGrzcacJSy44Cg50UZL0EcFa9eTBT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:38.3125rem;left:65rem; }
#DS99Mft9IOO0ozdF3pkTTthoxMGx2c5E { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:43.6875rem;left:65rem; }
#SzUcOkABAMkKWgsFlcoqxSEB77JuItCX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:49.121109962463rem;left:65.00000190735rem; }
#nFICf704fgKqV9roQH6ag2TtucPhsqOK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:54.093983650207rem;left:65.00000190735rem; }
#y6GK9mR2EZwKKbIic4qKxs0PZCAEkaNd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:58.968103408814rem;left:65.00000190735rem; }
#tzKTKTqw4lZ7y8z7wRMaukyuhsBqU1d9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:43.6875rem;left:27.5rem; }
#upop0WIRFilosZqlShb14ikboLlSJ3Cz { position:absolute;display:block;z-index:15002;background-color:#f6eefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:73.125rem;top:25.817275047302rem;left:0rem;display:block; }
#c41MX3OD8TvGRqpi1SiUJ3xMKMEAqqkn { position:absolute;display:block;z-index:15003;background-color:#f6eefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:73.125rem;top:36.584202766419rem;left:0rem;display:block; }
#Xg4cJhgrl19zAmMDG11Tc2SAMZhKI1xw { position:absolute;display:block;z-index:15004;background-color:#f6eefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:73.125rem;top:47.337241172791rem;left:0rem;display:block; }
#rvtn5CsbzKy8uEoU1uOkOq8RdQW1csBd { position:absolute;display:block;z-index:15005;background-color:#f6eefb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:73.125rem;top:57.274309158325rem;left:0rem;display:block; }
#phm33ET3hkZpqLN63s02I5FCL85DlWhn { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.436875rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:64.180793762206rem;left:60.906038284302rem;display:block; }
#puE5uoTuFGM8HQdA9QtOAWTDu7ZuSCFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlTfvGVv2XZPAPxaRTBkrDeUm9pLrEDh { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.99956875rem;top:3.28125rem;left:63.624132156375rem;overflow:hidden;display:block; }
#Uk9aHMLdwONTgoGMbXmrl7m4UTxdbu6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.125rem;left:45.6875rem; }
#n7BdebxylQExpUt5z3sGc2exC0DnMiW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:4.0928821563721rem;left:26.905382156372rem; }
#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { background-color: transparent; background-image: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container > .video-iframe-container { display: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container { display: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .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); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { border-width: 0; border-radius: 0; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#dgNt2o9lWxE15FJl5fyvZTMTVGMvtX0i { color:rgba(var(--color-primary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4991455078125rem;left:3.4993495941162rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkSHaGtMR9IbWcQHdX04owRE7We7AoT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.946183204651rem;left:3.4993495941162rem;height:10.30815625rem;text-align:left;text-align-last:left;display:block; }
#RNLT7mVqU0rTu8BMeEeCdRyE637zWDDT { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.686625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.561633110046rem;left:3.4993495941162rem;display:block; }
#C8QBcIlmpTJSkpGAHvBrOWM1FLlSCbsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEuIod2C16XaZLFt3eB4ov4b9klOyZsL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.700535774231rem;left:52.617189407349rem;height:1.8684875rem;font-style:normal;display:block; }
#m71renbRZR4KVklxflA3UML3ucnlwhHK { box-sizing:content-box;height:4.8125rem;width:20.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:25.000000953674rem;left:49.525792852895rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TqnqdFfSm0VSC5CdKrBLOFvZ3WJh28rA { position:absolute;display:block;z-index:15020;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.875rem;width:31.5625rem;top:4.1875rem;left:41.75rem;overflow:hidden;display:block; }
#z6DlMAMOIkvhDJ1GfpyTV4l0DSeGMXJv { box-sizing:content-box;height:21.9375rem;width:21.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.8125rem;left:47.875rem;display:block; }
#wDNvnNSpxml7R2Ddl8GmfTyG4rtPeoqA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.632378578186rem;left:3.4993495941162rem;height:6.18489375rem;text-align:left;text-align-last:left;display:block; }
#iO5yFPqlsplI8LT3rRQs3ZO1sL8TBsOe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:27.873917579651rem;left:51.873918533325rem;height:1.38020625rem;font-style:normal;display:block; }
#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { position:relative;display:block; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { background-color: transparent; background-image: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .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); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { border-width: 0; border-radius: 0; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMQhKLN2gCN7mRiJPrmHKf8TW6bieISH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:18.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#mUZmoDveX1NRviSMX1h2mIOrCl3VJuBp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hryNsBW62szu2UqsmR3wTehMC0SzrlUe { 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; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { background-color: transparent; background-image: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .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); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { border-width: 0; border-radius: 0; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#Fses0tTDmWAVnJd6I4tx2ZEK3TIo2QXg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#E0lkK8y5MsuhB0TlM6E4ETN6IDc3qC5i { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.5810546875rem;left:27.9375rem;display:block; }
#IwfIUA77NRVqn3ualXXKIZmLhiIbOpeu { position:absolute;display:block;z-index:15017;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:19.9873046875rem;left:22.0625rem;display:block; }
#DmldXbOt9fNIK4al6zwR2gK4wk59fE6i { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.875rem;left:28.8125rem;display:block; }
#WyNRQQf3W801Xrt98zukv4eXzR6G6gxC { position:absolute;display:block;z-index:15018;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.875rem;top:43.4873046875rem;left:40.1875rem;display:block; }
#qTTtg4Ozgq2GGCzhy5ntuN4Vv71tBdp8 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:35.5498046875rem;left:39.75rem;display:block; }
#SJZRfT3qTqsMTvScgdX6cRIZD7ItVKHX { position:absolute;display:block;z-index:15035;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:35.7373046875rem;left:40.125rem;display:block; }
#OODCkHXW0wJo16RqJwPST8NSVvmePGLr { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.25rem;top:5.2998046875rem;left:9.0625rem;display:block; }
#DoArEeyW51LdTmsn89W5BGD1T3DZARGc { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:0.125rem;top:20.0625rem;left:22.0625rem;display:block; }
#NKA01yWX2SCSyTZfevy5lKONLlR4ffTT { position:absolute;display:block;z-index:15011;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:28.1875rem;left:0.25rem;display:block; }
#sn6AWTAl13lhWmTIpJddkFGnNDqAG8JQ { position:absolute;display:block;z-index:15019;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.4375rem;top:40.1123046875rem;left:21.25rem;display:block; }
#ZpPrv8AauuMZHDHKgrsxEmx4XqhzlQLH { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:26.5rem;left:40.375rem;display:block; }
#pQIIioTnUHLiEOc6RXf0kPUqtAp2qtt3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.5625rem;top:26.4736328125rem;left:40.4375rem;display:block; }
#sa2FRJrz2XS9gad2q13xoitDOsTSdDe7 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.9873046875rem;left:44.46875rem;display:block; }
#HrGZBPNepg3pw5UObBV3Fcu9sXHGWwpy { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.875rem;left:33.25rem;display:block; }
#aQOkNaXeOvn38G8tBBzcCiJiPWc54diW { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:29.0625rem;left:39.9375rem;display:block; }
#h2zPLngZXKxDko81ypM6G5sINDisnt29 { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#dkdvyZF6MTK3scuUaOG2JBnR4W6h30tM { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#PaRp5e9FgUIpiDMLo3T6ybiLrIr9iSHB { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#ur3uIqLshG4RQgRi72EA7UUhfGryrsUd { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#yDe7ClST2SwDs77KnexpX961UPhM2Tga { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#VI8RiUIb4tyE99UdZDRM7TV9vg4A5lLZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:28.875rem;top:15.4560546875rem;left:22.0625rem;overflow:hidden;display:block; }
#llxCM60pAE4F0AopAf1rdZ61Cvr8PxqI { position:absolute;display:block;z-index:15034;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:10.75rem;width:7.4375rem;top:27.375rem;left:36.6875rem;overflow:hidden;display:block; }
#ssDOabIvtdAgrZkqP8iL5yo79ye5HVIt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:2.625rem;left:8.125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y8n3VkAwVImP0aifrDB0KUvLP4gnPL4O { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.6376953125rem;left:47.6875rem;height:1.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bmTyToWWvVT9IET1fr8uVKSkBd0kCkOO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:6.4375rem;left:47.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kyDQPqf3qW9Pz2ehgtC4UTSkC50K39lM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:41.125rem;left:46rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hOuImLTKrar4Rz1ECLM5miSu9oTETTNs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:44.5rem;left:46.25rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#punMeW9NTf0NyWMTNKO0TMELItx9Erx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:25.63671875rem;left:0rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tpw1FfIMqlTHunAlRkxcbZZhzavXwQUT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29.3125rem;left:0rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uOnDTbGFQPz5axbFqwR5LMxasbQwt8a1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:21.98046875rem;left:52.1875rem;height:3.6002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDpoRx08WSsu6BXd5iI1rc8BV5ilKxkn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:27.8125rem;left:52.125rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KcovXzoGkDpNmFvJ9N2p8Q5a2ZNVeP9e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:37.75rem;left:12.5rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6TJeAws4q3xBopilLu7ux8IgqphgTpA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:41.125rem;left:9.25rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C99lZOSvyNpKJUwvBWTIJTXIpBN7oQM4 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:0.125rem;top:5.4248046875rem;left:29.1875rem;display:block; }
#TEAPAT70LpA3COTwKkOkwyJCiA61wQTC { position:absolute;display:block;z-index:15019;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.25rem;top:5.2998046875rem;left:44.9375rem;display:block; }
#ePk0lc9qELB4N5sSk5mJXZANDXQoKL9s { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:0.125rem;top:5.2998046875rem;left:44.875rem;display:block; }
#dei4LD2hu6N9aNpWsFStTuaAmE3sSiAV { position:absolute;display:block;z-index:15004;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.125rem;top:24.8125rem;left:33.625rem;display:block; }
#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ { position:relative;display:block; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ { background-color: transparent; background-image: none; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row .container > .video-iframe-container { display: none; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row > .video-iframe-container { display: none; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .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); }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ { border-width: 0; border-radius: 0; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LCwpglJaMqhl0O3IM0p36EolQxkpoNwQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LOsuwUpyHfaZHrJ5tdmO8TI8CJ4NJTiC { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.9053821563721rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#sVpdgVrcM0AOLVwwn6xnQPsxcID6736T { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#fec901;background-image:none;top:2.7506513595581rem;left:13.685983657837rem;display:block; }
#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS { position:relative;display:block; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS { background-color: transparent; background-image: none; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row .container > .video-iframe-container { display: none; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row > .video-iframe-container { display: none; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .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); }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS { border-width: 0; border-radius: 0; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZSpTOVNhHUshv6o3TCcF2ktteef3TfWS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvDEQRBSFGIvB6bPhI1Fht2tEMMfOVOy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#UeddKbWOpwt1JnSESThIzUuSvb6O8pco { 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:4.4375rem;width:11.3125rem;top:2.3741321563721rem;left:16.356336593628rem;overflow:hidden;display:block; }
#nZsNobZciTTwtriEQ64bElm9f7CyaUfC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7.3125rem;top:2.4055991172791rem;left:7.4804706573488rem;overflow:hidden;display:block; }
#QCOmnMvRThvMRBCNqgTT4nc0F48axrnu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:13.5625rem;top:3.4375rem;left:25.749784469604rem;overflow:hidden;display:block; }
#TJI2clu15GPHiBmel47XT71zUd3AJnxM { 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:3.125rem;width:15.8125rem;top:1.8120660781861rem;left:59.187288284302rem;overflow:hidden;display:block; }
#fgrxKntqXtp5iFmVWwsKrLFzfSfI2FrF { position:absolute;display:block;z-index:15003;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.75rem;width:6.25rem;top:2.0616321563721rem;left:38.750001907349rem;overflow:hidden;display:block; }
#NHhEpkDV2JUTyOqt1XOKyMN4SLbB6B5a { position:absolute;display:block;z-index:15004;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:6.625rem;width:11.9375rem;top:1.1241321563721rem;left:46.124132156372rem;overflow:hidden;display:block; }
#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eefb;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; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row .container { background-color: transparent; background-image: none; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row .container > .video-iframe-container { display: none; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row > .video-iframe-container { display: none; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .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); }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row .container { border-width: 0; border-radius: 0; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNNcg7NFbxvv1UsO2BLwJNftVQUocLwV > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#dqEGsmOKVTTxyOeokl3xxclsvZaohEkD { color:#623f75;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9t7rQfShilgPsfuAG7b6eCWxhnLK0ox { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.060546875rem;left:11.592882156372rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Nxm4OCrDrkQoPx4JMfbmQhuz1kT94l0U { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.939682006836rem;left:2.3433170318604rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eefb;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; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row .container { background-color: transparent; background-image: none; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row .container > .video-iframe-container { display: none; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row > .video-iframe-container { display: none; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .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); }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row .container { border-width: 0; border-radius: 0; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3MHxktcIMc3Q3eigDGvE6PevXgcCNGI > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#ukD1yb9T00f3WZ9BwTeFNfdbLWtDDLP1 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.24392414093rem;left:5.9982662200928rem;height:2.7604125rem;text-align:left;text-align-last:left;display:block; }
#Iq7UEBXDbUdaIzaLX20byG3w5K0zP4wn { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.264975547791rem;left:5.9991321563721rem;height:1.38020625rem;text-align:left;text-align-last:left;display:block; }
#gopg7NZvI6IXeBSxQvw8tWOxvt489ofD { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:17.158204078674rem;left:6.0913639068604rem;height:3.1857625rem;text-align:left;text-align-last:left;display:block; }
#BFa3IBX1ZippSlZl0ak4fXG4PfrII6yq { color:#000000;display:block;width:19.9370625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.616105079651rem;left:6.0620670318604rem;height:3.1857625rem;text-align:left;text-align-last:left;display:block; }
#abnvXvmsT4nUN8c6EoNt8fHhGn9Tnys1 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:27.807076454163rem;left:6.0284290313721rem;height:3.1857625rem;text-align:left;text-align-last:left;display:block; }
#OD6TR6to11CiMeuBdGGx6T0htugLrAX2 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:32.991539955139rem;left:5.8125019073486rem;height:3.1857625rem;text-align:left;text-align-last:left;display:block; }
#UiEXHyQhyvJo6HTWOEaABa7oBUUKUZfC { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:1.0557727813721rem;left:3.9995670318604rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vl6UTzkXqnE63Pu6IFwUTP3329a7E42R { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.0557727813721rem;left:28.999567031861rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQJCGdiOBdbqmOs9bKGfwKUpQcXKyO16 { color:#623f75;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.0557727813721rem;left:53.873704910278rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwOdCXTTyF2HoQVm9AMTN9VfHcq49iaO { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:75rem;top:6.1578025817871rem;left:0rem;display:block; }
#GlNkitTGJUalWksCZRkKnvqrsDxUHzB6 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#fec901;background-image:none;top:7.9969625473025rem;left:3.1241321563721rem;display:block; }
#c9TJGhmS7BOIaZ59eWVOlcClDq88al0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:13.173829078674rem;left:2.9678821563721rem; }
#DTi7o9r5qdzscpOPX69wgBPglyTsbQ6t { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:75rem;top:16.282553672791rem;left:0rem;display:block; }
#LlKlWFds4AniFXv1XCTTuC2sgN35Hv8X { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:75rem;top:26.93142414093rem;left:0rem;display:block; }
#fhUbgTJF2gTIbP40DSp45TftcuTvzZfH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.967665672302rem;left:2.9678821563721rem; }
#SwcXnackChdwQH49yWB5KLKu73fdski3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:23.427735328674rem;left:2.9678821563721rem; }
#qO0o4X0D3yTuOO8o1KHTubIVpxhWEkm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:28.617623329163rem;left:2.9678821563721rem; }
#JsCXPs8yxa8ltxTvMLXVkLRsFMDKZMkN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:33.802086830139rem;left:2.9678821563721rem; }
#IaEMwoXiUTHlyJVcFZMFXrzPM0A1lHWm { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:7.56618976593rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXr46OTQIuFpmCDDm54TMl988oyyT3Te { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:12.89822101593rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrlbCzTQEDwWBhDToLFq5yS7RBCz7Cb2 { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.694228172302rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgTH6BTwgD3TfO6FkaKymlfDm9gbE7B3 { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.15212726593rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XC7aeXkBeQdncPrMRV6rJv161Oexa6lr { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:28.343102455139rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2S5uvFwi5OS1iyqgKHBySCBucgK88mC { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:33.527562141419rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvIev7v8dB9UxPdy1LdedchgB9hH08cD { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.56618976593rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noTZsGZNneufFbSlR0MaiuEobbvR5gGP { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:17.694228172302rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eipC2KIrBAQHn3IRllO78lo2vH1N9p5q { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:23.15212726593rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIUqOrS35N6GbhzaxoxszX0SsyN1ofKz { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:28.343102455139rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swzpQRkR2C9LINoDcn4PPPxzmV7hSDTD { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:33.527562141419rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5JSGzuUmIT5UQbTIWcTLupdFZxe22qu { position:absolute;display:block;z-index:15009;background-color:#623f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:75rem;top:42.306457519531rem;left:0rem;display:block; }
#kJb51VXU4tQoMB3KssDN87GGezTttXzi { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:43.946838378906rem;left:12.683378219604rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNDTT4E0FNSsRrhDXTJBNKs84hywa7L8 { color:#ffffff;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:43.743957519531rem;left:28.999567031861rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gd3yo1c3k8I4s7qxAZFXPHaK6wPdzFTG { color:#fec901;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:43.743957519531rem;left:53.999567031861rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsnekBaWZ25hZzeKpemOJcnQDQLDbh6d { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9147138595581rem;left:0rem;display:block; }
#kh3twV8rMgubwPCGKFC1CzvBQ96o6O1T { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.250854492188rem;left:0rem;display:block; }
#v7361Fkg8Tm3eA0e27a93g2USGsLDEcf { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.187927246094rem;left:0rem;display:block; }
#eoVpL3z727EVsAhux5oWUvCw9pfg7GK4 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6855625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:50.122615814209rem;left:54.249132156372rem;display:block; }
#xsa8l82WWuFHPZWF3oNFg8AEZ7L9yayi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXL3O0m5lBXphJqczMdIciqTLDf4l7Xw { color:#00d306;display:block;width:6.06228125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:12.898254394531rem;left:59.380212783814rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZV8afvGOy9c4ccfSsrp3ipWOrprfyrP { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:75rem;top:37.306425094604rem;left:0rem;display:block; }
#tMc2Ia9tK88el02XHOKXwyTh4aIN1KNB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:38.991538047791rem;left:2.9676647186279rem; }
#VHfG3xd8GQJ0Z4zCTVR7cXHZ578Fb3TI { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:38.993491172791rem;left:6.0275630950928rem;height:1.59288125rem;text-align:left;text-align-last:left;display:block; }
#umAtmgwu0lFvOAyE0DhF6yP0EmTrKg0o { color:#623f75;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:38.717015266419rem;left:28.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAcduxUyDCA1BQiGsKvIA83zQPKbOu7P { color:#00d306;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:38.717015266419rem;left:53.999567031861rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVe3ddglReThgimo4qvcvAlhhmMtyhWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row .container { background-color: transparent; background-image: none; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row .container > .video-iframe-container { display: none; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row > .video-iframe-container { display: none; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .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); }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row .container { border-width: 0; border-radius: 0; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVe3ddglReThgimo4qvcvAlhhmMtyhWz > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#dFFAu2d6TLMWphAEtGUAsrwfrb7bNEBC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8741455078125rem;left:39.687501907349rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qngDZqDE7TrXTJqeQJfaNBkvfZppeEEm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.811401367188rem;left:43.130426406861rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yRwuWdukrfyKOWgko7wK85rCrXgeOO6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.484130859375rem;left:39.463975906372rem; }
#cEOvVMvt1kgefUWWgDDQgTNzViLWHBw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.3748125rem;width:21.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4.8741321563721rem;left:8.0620670318606rem; }
#FGhpk2PDeh3d5hii7c2Wx7Ewt9DUisNE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.311rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.795355796814rem;left:43.130426406861rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eefb;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; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row .container { background-color: transparent; background-image: none; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row .container > .video-iframe-container { display: none; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row > .video-iframe-container { display: none; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .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); }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row .container { border-width: 0; border-radius: 0; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDIgvk4wRJbpgp3V4s2zQLIwhaQ2RS5s > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#Bbh4BTpKLdzNHkJ0xJHvhpvEnpSqEOH8 { color:#623f75;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJR4ZQHwJwLmPT4Xuzwt0DwBK63FvWcD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.934246063233rem;left:8.4993495941163rem;height:6.18489375rem;text-align:center;text-align-last:center;display:block; }
#nryPrAmsoklzIrws233Oi3WntSVnMhT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eefb;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row .container { background-color: transparent; background-image: none; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row .container > .video-iframe-container { display: none; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row > .video-iframe-container { display: none; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .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); }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row .container { border-width: 0; border-radius: 0; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#nryPrAmsoklzIrws233Oi3WntSVnMhT4 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#yv1HQQbkmw6mWREeek9yRDcf8lMOIJio { box-sizing:content-box;height:40.0625rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#623f75;background-image:none;top:4.375rem;left:7.4370670318606rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#XFKCQOcacFW8XzHtw0ylyTnApyRGNixT { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:unbounded;font-size:2.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.5607638359069rem;left:11.499567031861rem;height:3.0750875rem;text-align:left;text-align-last:left;display:block; }
#CVL68TSQ2wJOv0zm9wcetLsHp5QT7wMg { box-sizing:content-box;height:18.311625rem;width:18.311625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #623f75, #150726);background-image: -moz-linear-gradient(180deg, #623f75, #150726);background-image: -ms-linear-gradient(180deg, #623f75, #150726);background-image: -o-linear-gradient(180deg, #623f75, #150726);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#623f75', endColorstr='#150726' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#623f75', endColorstr='#150726' );";background-image: linear-gradient(180deg, #623f75, #150726);background-size:auto !important;top:1.3194437026977rem;left:52.045358657837rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem -0.1875rem 0.8125rem rgba(246,238,251,0.48) ;display:block; }
#g4VbqRmKur0IOULL4GuV0g7dWQSG46Vm { color:#f6eefb;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.191841006279rem;left:35.492624282837rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iksoD5E2aNfQvVRUJhZdQu0N9HvmTdpr { color:#fec901;display:block;width:29.561625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:300;z-index:15030;line-height:1.1;letter-spacing:0;top:25.625001788139rem;left:35.492624282837rem;height:2.95573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fq5APvpsp9RolpFlAhGh1eTQfaw26y69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:14.6875rem;left:11.5rem; }
#KzdK2uMVCVxpBUPmfIQ1LZfT32VnKKBa { color:#fef9f5;display:block;width:15.7498125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.75rem;left:14.5625rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#P9pq6wSymGTAcQbM5PLNT7p65OeqikTd { background-color:#fec901;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.310333251953rem;left:35.777443529173rem;display:block; }
#kivuxvQgV7iX1uVPJ05a9ODfSozKnZXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBPwyMds8xlnLDbkMgHEfwRlruPfTcRv { color:#fec901;display:block;width:20.686875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:6.4236106872556rem;left:50.856119155884rem;height:8.09895rem;text-align:center;text-align-last:center;display:block; }
#Z8ktMHtIP8tRCGhqJlCIxphfLBNAvs7w { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#fec901;background-image:none;top:12.1875rem;left:11.5rem;display:block; }
#VI0e9BRB92nDbzPxJ58V2ixtixCcouHJ { color:#fec901;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.936849594116rem;left:14.375001907349rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#aNmlNHIi2VDlfZsTLzIdqb0mTFTtrCxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:18rem;left:11.5rem; }
#iKw28NeXSiqBzUUCr93CTTeRm1WMymvp { color:#fef9f5;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:17.25rem;left:14.625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#uQLCLfo17OAot8RyL5v9L142BFH3i3On { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:22.874351501465rem;left:11.499567031861rem; }
#Gf8NKUtUpLGAFXaME4Qm26MwoiI5ySeA { color:#fef9f5;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:21.875rem;left:14.624567031861rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#XEnaIMStwMVghvSDfCfRsZ8McWG0I33H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:27.311634063721rem;left:11.499567031861rem; }
#aX4miUN5uZ0HaAcBuBTFnXziiekT9HLL { color:#fef9f5;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:26.5rem;left:14.561632156372rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#qGOfEzxQFzethe2qaGVGzbvy89cxr27l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:31.749134063721rem;left:11.499567031861rem; }
#vhpX6cZHmTe5yznP54u11z8IBa0RNgwp { color:#fef9f5;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:30.936401367188rem;left:14.375001907349rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#BUdGyh7UPSlQ97pnL3VXc7pEV7n9pNaM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:35.562503814698rem;left:11.499567031861rem; }
#DrwSNDVvTXuoOEHMTREK4HySiqDzscS9 { color:#fef9f5;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:35.561416625976rem;left:14.375001907349rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#Q9GxgETFIh4WPxQoXXHKehFA8bogdghW { box-sizing:content-box;height:8.5rem;width:13.875rem;position:absolute;display:block;z-index:15025;background-color:#fec901;background-image:none;top:39.592231750488rem;left:13.812067031861rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#mk3cf5sHeQiiI8Sk28TsfRIIyPu7ETR6 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:40.342014312744rem;left:14.498914718628rem;height:3.413625rem;text-align:center;text-align-last:center;display:block; }
#O0CMMdGWRGUHA9DT4oJL9AvTOF7sAOhp { color:#000000;display:block;width:3.99956875rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:43.462677001953rem;left:18.749132156372rem;height:4.40538125rem;text-align:left;text-align-last:left;display:block; }
#QSICK6rNGV1WTk0miEcnFDgtmANacCTF { color:#fef9f5;display:block;width:29.1873125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.270618319511rem;left:35.678171157837rem;height:2.7604125rem;text-align:left;text-align-last:left;display:block; }
#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { background-color: transparent; background-image: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container > .video-iframe-container { display: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container { display: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .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); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { border-width: 0; border-radius: 0; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#Fgb7Agt8E2F8flPC39bwhW0UxOgzULZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.75rem;left:14.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VN7rS9TnHZukvZeFApq7iy1yqs9kUHGP { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:17.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { background-color: transparent; background-image: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container > .video-iframe-container { display: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container { display: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .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); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { border-width: 0; border-radius: 0; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-4),1);background-image:none;vertical-align:top; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .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; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);height:auto;line-height:1.5;overflow:hidden; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-1),1);line-height:1.5;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .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_d9e9fde249bac2377a3229f70d2df91273ce6aac.svg");background-size:contain !important; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.adaptive-delivery-prevent-bg, #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.lazyload, #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.lazyloading { background-image: none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD { box-sizing:content-box;height:auto;width:62.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.625rem;left:5.21875rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cNp6bOvBVMlJK5LrfTWoN2fesRyD1KGw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZzUJKOiGi02NmGq8TllOEoZaDg39GZV9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TpC5LzIyGtbUFk9yOngMz0d3Cd03ARbk { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WKrzfpXGE3PmZ3a1OUmA24QFwAIUJJ55 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rQmAbnatA3CoxOda5pDJ0EyHHHHfyVSM {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #AKxz8G8IkJIxElmg7GWX6m0zlXMyXX3e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pxVF3IGDSHk5iK7oJIJRE4iUWJkXM09V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #xqNFkFe52yB8t0e4O6wQKslwO9TpXRnz { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XFcc88ApasD6tbImAseADIDhACsoUTWU {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HM4Ufv9Sr4vkvulGWfB6sNNaIXvQipBD { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XzOhwZMMpFMGifImtZTJOPInCHm1d0V5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v167abQcPP3cdPT8OvHPwbbaTWk6dzDI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #L5WrHF3rDkJEu471H9ETINxVi3mJePXD { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UEfChgAEg3lpXwiPXeeFBc53BZqWcqgH {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #dgVDh4wptReuPXPSWdC6VAoovAmCvHIB { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #eH5XyDQi3voZ2vuxNPGcEIcCvz3RLsDK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZH7FaRVSy4ZKNupEEZiA0cEM6NEtHXg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZTlZ2eqsm4CfxDPzSdQFVNdOwQELkktQ { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #SnCRtFsddf2sbCCu2BMKR4vtlDghnl1S {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cohGKreqm3ApX4NJo8H189TKXvs3CGOu { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ErnIrLa1P5sRhgQvmfciTgve8JH7xyEp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #r97JI0aNszs65kmPDVvPrWRoAhvobxF9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ONVV25nnuqbh65LTyiU5hpA7sXbIeqcW { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #KLXiR62eTfJgXZNTEnnX101RfBOMf734 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #JLAxgNoTPsqDDf0bfVqCy50xfEUPWo0A { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WgXyqhUBxwqneObdf4TTTm8X3r30TB98 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #D4kA4bndXwnSRAOF6vbf1fIUmlIeFK9d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HpruDfsTN3v60Hxz0Ts9OrIk8rncXvGA { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TAi2TF4zIrlVhk0yUd4zuKJsVghy1DbM {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZBxhaGZ5y06HMW19hFOMBMviDNQIpSn { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #tPercwX8odf0cmSh4RVo5LVGUFEm9Lke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #z7hEe4qzvqnX9f28UxoTwGomQoJeoRnU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #vnCbgzC8yqHtBCSI1fU98A9adzHzrJMF { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #inGT5XwWqoFIHOSNG4N6yszzfQZwfdh8 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #VnmpaBJ2OUHTqLylMgVyLNkES1L5ORdq { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cN6Xe1apICGkEZGGhSUFvTk7WLtOTGuz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v216Nd8NUQ3Hs9BZPIrBZz0a10twzAaN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #hwLdR4r1p2CccJz24W7TbXyAI8aThT6i { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pnzDXNsIlOgZXaTLsD0ou5THmtctwn5d {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WcACrB3IgUMU8pJx4qysZzR5NiiT9BOn { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9iTp9AaDBWxF2cHtvBsKhTlK47wLMvy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bCcmNqDcGd3Qldv82k5FHalTFD0dAJQX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #F6gOLggeIoqgsVnmgmPQNDmC8UyFvFyD { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ISnB03hBtpHyspaT9ipfcZrEIAurDl7h {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #mUvEPUl590R78CJXmEi7SkOG0JXQR7y9 { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9eVRLvFFKD50hOSvdQnsSuMn0048h5v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #sGiFHZzgIM5ELhnBGWisPq4onJKaLhLR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #BzJVHx55GV8lOGBmRlWRzrPrAxtn1TZv { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #e3HFxKKCzos24bhhVTHVnRlMVkgItnnc {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #OKqh2FLnMsTxO1e6kl0QFCWa1sET819t { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #QNAU0T9GKpL05RkZ4QCKtRQO6xArlqHr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rlJvaKXHEZNgLxbhNamq2FAuFw1PwXR4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #uUw67pmQsnhkTZp2T19cdvXv3mmkHiqg { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #qyusVlf1tVQC4JEhBmOf3PVnEJla13wB {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #Iue7HQU4oRHqmuAybpqFwaJ7U3owwIv9 { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UeZEqW3Xn8D29Pm4lbhl1cZddZWA8nMX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #CgEA1FOMH3D79rFIaEd1zbWcIvhOnaSk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #q3a0tdcQ6KFXb06FE4WwhSaebwRMW6WU { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #iXAnW9vRT6foDghBSDhQd3auei132X7c {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bzTukXE6Ml9B0CBx6GCh1l0isihtDNC2 { display:none; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#oSe4LvTSco9oHlEZcS98MrQhc83P05zx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.3098945617676rem;left:0rem;height:6.1870625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { background-color: transparent; background-image: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container > .video-iframe-container { display: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container { display: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .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); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { border-width: 0; border-radius: 0; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-form-header {  }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.6875rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.6875rem;height:3.75rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.6; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:first-of-type{padding-top:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:last-of-type{padding-bottom:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:42.4375rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp {display:block;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:42.4375rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ctPPSX8ea9dFSNNDvVm0lOycbElTTXcL { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uOTTzTg2h32aOAxatDTCFWENEF7GO53l { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #cVgQ6Ag7HZ45ZS79PBUeOuSiXuyiPFzM { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTmIyQoEncbeufvCcPMZcdTZF856JRdh { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #RVKTaxMulW5W79E2UV6PdRwfbSr3a6NH { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gklpAcIQ9stQncpPzBNosMt6H9Mdy8pT { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #XNp47amyyKPMP6UcLzfm6dxuF5Lwz5JS { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #p5Ucg3gkEP9JEEbTl7nu6wsA0yV80130 { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTl9EJsRUmU86ZGZJtBDF4E6tVDNO6IW { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dsIvmneeOuf0kGnMAeO1V6OSc2PBen5I { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dw7e3n5OqQ9PbVoWMND6ivbn1UXBsOSx { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ahIQVgQsoSXTBQXwadoMvys2G6g1aLMc { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ohzsZB7evrz1l0TlLH1Zws6WMSBJvWDQ { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #bS3ZpXGLyiL8c0D0gUgns1mcZKqtVi61 { position:relative;z-index:2; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #IV7ppu5iFPfuhVto58BkM4BQAN9GAR9y { position:relative; }
#rfSKOnrfPemTgAPREGCcV35xm5EOb0Ib { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #b5seZX9b4yr4NdLfFQ4wCAK5P7JwP9Kc { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gyCMdJIpPAP0zctsZVHT0t6obda8WGGn { position:relative; }
#hwnOucS6yuHbt97isiiHVKmgl40ig2D8 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-secondary-2),1) ;height:40.375rem;width:28.6875rem;top:7.875rem;left:39.6875rem;display:block; }
#iIhDJuVuAwcVebJD7RTaeRzZ1CzC92tV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:28.75rem;top:7.875rem;left:39.6875rem;display:block; }
#L22WQILXeoPvTlX321dpeVS7Z98NF8p1 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.846801757812rem;left:3.4993495941162rem;height:28.0284375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtVTB2vA2TWS7WWCUJGs7xOpWZ87oTgM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.398654937744rem;left:44.375001907349rem;height:2.7615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcHsrnq4qVGAKBoRy3Bu0DkSlTJxgrwB { color:rgba(var(--color-tertiary-1),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:7.0846252441406rem;left:3.4993495941162rem;height:9.84375rem;display:block; }
#pzWE3SNAMxnppgLMWmQgPPfhn5NTsKSt { color:rgba(var(--color-tertiary-1),1);display:block;width:31.0623125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:36.628690481186rem;left:6.1241321563721rem;height:1.9694rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ { 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; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { background-color: transparent; background-image: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container > .video-iframe-container { display: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container { display: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .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); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { border-width: 0; border-radius: 0; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#TT6925FTub76A9Ldite3tT2f4nkkxTAS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.4248046875rem;left:58.375rem;height:3.4982625rem;font-style:normal;display:block; }
#P7OMprTEgr9op9id647gdQLdmyCmbJZp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.75rem;left:35.1875rem;display:block; }
#POQP2kPSN2fw2XyFcLVhzpe1oWeQMxTo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.099609375rem;left:56.0625rem;opacity:1; }
#I6zKUqwZuc1MU81J96LDaKdJzXqsBZqz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.9248046875rem;left:4.625rem;height:3.5612rem;font-style:normal;display:block; }
#JZXdXTNAzuBW4ViE02kE6zauATiyimTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.4865455627441rem;left:35.061849594116rem; }
#Skz68p5aqaBN0BfiwLhaHtZ1mg6sTul5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:8.537109375rem;left:35.21875rem; }
#PC2xpSWhIrwayO0UneBUfLTMEsRlHKt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.7345924377441rem;left:37.936197280884rem;height:1.74913125rem;font-style:normal;display:block; }
#oEef3puhHJKf8BWsbdtoKcCip3B04ERm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.3916015625rem;left:37.9375rem;height:1.75rem;font-style:normal;display:block; }
#Fcu6yCbuKULaskD0WCvmZSr9ZuSJQkb5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.75rem;top:3.4873046875rem;left:4.625rem;overflow:hidden;display:block; }
