.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:227,233,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:67,55,153;--color-primary-4:33,23,71;--color-secondary-0:237,237,237;--color-secondary-1:195,195,195;--color-secondary-2:134,134,134;--color-secondary-3:67,67,67;--color-secondary-4:20,20,20;--color-tertiary-0:255,255,255;--color-tertiary-1:248,184,208;--color-tertiary-2:232,17,99;--color-tertiary-3:116,9,50;--color-tertiary-4:23,2,10;--headlines-font-family:"made tomy";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f3bbcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1e58;background-image:url("https://images.assets-landingi.com/uc/bd633445-6f39-4a95-af89-2f212e924eea/influes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.339062500745rem;left:10.936718940735rem;height:2.6125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FcSsJhcOghQ9NPElTk9wvx5G8MNiOlTc { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.901562500745rem;left:10.936718940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uaTMmTbmBmFO4nnLWHIOyE0XOpOBOnbg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:15.5625rem;top:2.1875rem;left:29.718750953674rem;overflow:hidden;display:block; }
#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1e58;background-image:url("https://images.assets-landingi.com/uc/bd633445-6f39-4a95-af89-2f212e924eea/influes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.adaptive-delivery-prevent-bg, #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.lazyload, #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.lazyloading { background-image: none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { border-width: 0; border-radius: 0; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:none; }#LRuG1nMTWPgtAQn5EMOz5ozHSM7m7oRu { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.339062500745rem;left:10.936718940735rem;height:2.6125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vEhTOGNv7NT9ivc11yf8sgPPJ7FMZ3zz { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.901562500745rem;left:10.936718940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EhQdsACmKtfqbeN5t64hVMuG4dsyaKlV { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:15.5625rem;top:2.1875rem;left:29.718750953674rem;overflow:hidden;display:none; }
#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/95fd6dda-f929-48eb-a9ec-fc33bf65cb33/Frame662.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.adaptive-delivery-prevent-bg, #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.lazyload, #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.lazyloading { background-image: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { background-color: transparent; background-image: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container > .video-iframe-container { display: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container { display: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .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); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { border-width: 0; border-radius: 0; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#Vfh0iyWQ2QPcyQGnwsBdtZ0C0K1oqTM7 { color:#df086f;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:7.3468780517575rem;left:1.9375rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WXUsBVxqLHatH4NiGi0PVTtnSHWgbUIS { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:10.520314788446rem;left:4.34765625rem;height:18.55469375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BrkP5P8exmbXmJ6qsPVVOCXTL0oaImTy { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:36.25rem;width:23.4375rem;top:0.49921873770654rem;left:48.960156440735rem;overflow:hidden;display:block; }
#FVzpJ8e2iB18WER3BLUAIgDBwSTMOSDD { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:13.1875rem;top:2.8710942268372rem;left:27.592968940735rem;overflow:hidden;display:block; }
#cGZg4OMNNaGaTqutBtkvpkliihJ43T5H { position:absolute;display:block;z-index:15039;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:9.3125rem;width:8.125rem;top:29.082813262939rem;left:45.125000953674rem;overflow:hidden;display:block; }
#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { 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:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { background-color: transparent; background-image: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .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); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { border-width: 0; border-radius: 0; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:7.186718940735rem;left:14.905468940735rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOJuipsX59285TXesbPPTAPMF4DhKpMe { color:rgba(var(--color-tertiary-3),0.4);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.9992189407349rem;left:14.905468940735rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdai712uTXkDfeEqRlaZUku44FbGaZk2 { color:rgba(var(--color-tertiary-4),0.59);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:19.28750038147rem;left:58.737504005432rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImhOchZdCq3f15MpyuaLHT0EHTX5vg66 { box-sizing:content-box;height:11.9375rem;width:16.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);top:14.875rem;left:57.625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#o24DX78srhTuvLKokDUO3A7MhzkTLvcA { box-sizing:content-box;height:5.9375rem;width:5.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:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:63.375rem;display:block; }
#l730pDTiu7oEUtHGDzdTPInqBp0gy6cx { color:rgba(var(--color-tertiary-4),0.59);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:19.25625038147rem;left:39.487500190735rem;height:4.94791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tv9knQZxOfOt6nCNooJ5GPwazvvryBn0 { box-sizing:content-box;height:11.9375rem;width:16.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);top:14.875rem;left:38.375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#i4roV7hIFcwHKowbOB62gUivgR6CvIzO { box-sizing:content-box;height:5.9375rem;width:5.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:15031;background-color:#df086f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:44.125rem;display:block; }
#iWSeeyH1FnphZdbkJLvdu3xU1WBSBi0u { color:rgba(var(--color-tertiary-4),0.59);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:19.25625038147rem;left:20.549218177796rem;height:4.94791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyffkAMquB8imoMPTccoVfF3TtSm3GXT { box-sizing:content-box;height:11.9375rem;width:16.75rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);top:15.1875rem;left:19.4375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#iI9RmwyTJGOGJ2Exnv9BvshmqzteHfEV { box-sizing:content-box;height:5.9375rem;width:5.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:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:25.1875rem;display:block; }
#L1ApkvcxKeh2ffMJoXPwV8Kx0zUL7SbA { color:rgba(var(--color-tertiary-4),0.59);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:19.875rem;left:1.125rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXHkzBltSTySqTELDUP8rOpcooBqhJaQ { box-sizing:content-box;height:11.9375rem;width:16.75rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);top:14.875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#TCBtuFZZNfWR3vcLoNlcmgi2PHxcpGDg { box-sizing:content-box;height:5.9375rem;width:5.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:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:5.75rem;display:block; }
#D7lOtMe4Dkxuw47Je6VKBTr2y90J3GgA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:13.28125rem;left:26.299218177796rem; }
#bUXyuolIrfqIKDIfa1koLxrgw0rrvf71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:13.34375rem;left:45.300000190735rem; }
#kXHmDyGEirAy1SetSAJCzGdyJTe15qFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.375rem;left:64.581254005431rem; }
#pvnvSQQSKC3Z0wkmb3URNMng5VPx8JEz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.9375rem;left:6.530468940735rem; }
#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container { background-color: transparent; background-image: none; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container > .video-iframe-container { display: none; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row > .video-iframe-container { display: none; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .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); }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container { border-width: 0; border-radius: 0; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#KQSWdMuxJ7oBReZzfsG9BZ9FKtg2LzTL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20rem;width:72.0625rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#lA5KNmDUK3Vbw1bLsJsXMtTX8wKo12Tu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:31.625rem;display:none; }
#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffffff, #f84488);background-image: -moz-linear-gradient(16deg, #ffffff, #f84488);background-image: -ms-linear-gradient(16deg, #ffffff, #f84488);background-image: -o-linear-gradient(16deg, #ffffff, #f84488);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f84488' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f84488' );";background-image: linear-gradient(16deg, #ffffff, #f84488);background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container { background-color: transparent; background-image: none; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container > .video-iframe-container { display: none; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row > .video-iframe-container { display: none; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .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); }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container { border-width: 0; border-radius: 0; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#q0SlJMeAwUFMQTvJAESD8wMW1xrnZFip { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.625rem;left:28.8125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lg0UkaHoSHielNX08xSiQHu4ADuBNQEL { box-sizing:content-box;height:4.375rem;width:25.75rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:5.875rem;left:25.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#X2C1qMVsTuoFm760vGHS35nCMdXQiw0P { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.43593788147rem;left:22.312500953674rem;display:block; }
#lRus2nB6CU7KkM2uUKBzGIwaMr4HBapg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AucNxVxQ1F9skV7oguF914uEp5OwDub5 { color:rgba(var(--color-tertiary-3),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:2.4999976158142rem;left:12.624218940735rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a4kIT2mmHRAiTSigpVLQdKoqBm0Tpb9s { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:12.25rem;left:28.8125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eDKsrmyD5w221mRcqNlZHdoTkL84Pcav { box-sizing:content-box;height:4.375rem;width:25.75rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:11.5rem;left:25.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qxafBIG5xR5PN0oPZvaDCtdUINI5U4sB { 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:15047;opacity:1;top:18.3125rem;left:26.25rem; }
#A0L9i5EJzKzeJWNRVN9x1EpkCoc7nIuv { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.8125rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2X1iH7EzBHhuDsB64PG781yXTaoINq5 { box-sizing:content-box;height:4.375rem;width:25.75rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(204deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(204deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:17.125rem;left:25.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ACM4tKBa6NosTuaLfR62qGyc623GwD6X { 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:15048;opacity:1;top:12.6875rem;left:26.25rem; }
#pv76aLd4lWekwdTXwAU8BqunWFsWBoDx { 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:15049;opacity:1;top:7.0625rem;left:26.25rem; }
#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { background-color: transparent; background-image: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .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); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { border-width: 0; border-radius: 0; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { color:#df086f;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.5625rem;left:20.375rem;height:5.22395625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { color:rgba(var(--color-tertiary-4),0.4);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.3125rem;left:14.9375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { background-color: transparent; background-image: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container > .video-iframe-container { display: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container { display: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .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); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { border-width: 0; border-radius: 0; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { font-size:0.875rem;font-family:arial;height:98.4375rem;width:75rem;position:relative;display:block; }#MVPL6wz23WpKGrHxWk7x8UBIxPOfwR60 { box-sizing:content-box;height:4.375rem;width:52.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.0242195129394rem;left:11.092968940735rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#RXAEW3OL6UNFU7esI445O8cvUXBq6E2u { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:3.2250003814698rem;left:16.280468940735rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ir055HgtgnUZocGQ1oFvStmche3v5tm9 { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:11.125rem;left:16.25rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eykuBkUZTBdnHBNkJPqu2GzifIXJS3tm { box-sizing:content-box;height:4.375rem;width:52.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.875rem;left:11.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#CqkTvJqS5EpQ64pMX90zce5lpScv2G52 { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:19rem;left:16.25rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kz7EiZr2JlvoiyPN87chXSB5VMQusrp6 { box-sizing:content-box;height:4.375rem;width:52.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:17.75rem;left:11.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#nG4tKg36oaErdzSyWybaoc3AArEpO28a { box-sizing:content-box;height:13.25rem;width:52.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:25.550003051757rem;left:11.092968940735rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#G4G9sqGDcJ2NJHcb0TwVuFZUEHz6Zm4e { color:rgba(var(--color-tertiary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:27.175007343292rem;left:16.280468940735rem;height:4.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hAaHPp9rdBz7t6GnWtFf3DQnBfexyDFE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:28.200000524521rem;left:19.592968940735rem; }
#cpfhBmETVUvDbs2F0lgTaECELNS4pmFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:28.199207067489rem;left:22.217968940735rem; }
#MdT4zSc8etDNmBweFPWTsZf7KofQhtLo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:28.199219226837rem;left:24.842968940735rem; }
#ckpSviXaTuP9ErtfnR6ndTlWtJsHJlSr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:28.199219226837rem;left:27.467968940735rem; }
#WIoNR9OoSWZpq0TDIbiTq22M68nRR3TC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:28.199219226837rem;left:30.092968940735rem; }
#N79GTmTc6O82bXWRyApdcR5RRpqxUBdr { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:31.85000038147rem;left:16.280468940735rem;height:4.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:47.4375rem;left:16.25rem;height:14.557275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI li:before{  }
#Geh9hnixUgiga7tmfz4L3Q5cTlIS5anK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:43.8125rem;left:27.5rem; }
#PhNPOcGBnJlMg1qcV5sKycDoFV4WT8vC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:43.8125rem;left:24.875rem; }
#JPtrmP9UTWzx2fQLANyporViSmGoaCeQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:43.8125rem;left:22.25rem; }
#UNdZPWkdJsp48AxxwPo3rgt3Rf69RT8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:43.8125rem;left:19.5625rem; }
#V4PRmKszld5xbhVd1O4PIKrQKp1S5mwA { color:rgba(var(--color-tertiary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:42.75rem;left:16.25rem;height:4.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJ1iyvkyQkyDgO6b8ZD7JSRVkEP4Vay5 { box-sizing:content-box;height:22.375rem;width:52.3125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:41.125rem;left:11.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#udQKLm924LMCETsWy323luGyKokdGrX1 { box-sizing:content-box;height:11.9375rem;width:52.3125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:79.6875rem;left:11.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#qG539Cx3EZhXTSfdT8xZTWcrWpJZ1Bpe { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:86rem;left:16.3125rem;height:3.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UovqRkGyAVcFyyvTLX5ZvfG0kyXTfTKH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:81.375rem;left:8.8929681777956rem;height:4.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ffd57VSodwD1qqEOf6oKERMPkcGlh9E4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:82.375rem;left:26.3125rem; }
#Tk8B7Mok33uaAWtLXzTDGPD7X6qLXqmA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:82.400001525881rem;left:19.592968940735rem; }
#i0sQNgqG8n1C4MxAakwfEwvs2uM7wP5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:82.375rem;left:28.9375rem; }
#T9XQ4Ax03lhUgQAkMG8N0lTlMOhv5K22 { box-sizing:content-box;height:10.8125rem;width:52.3125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:66.375rem;left:11.0625rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;border-top:0.25rem solid #e81163;border-left:0.25rem solid #e81163;border-right:0.25rem solid #e81163;border-bottom:0.25rem solid #e81163;display:block; }
#TO2egVfGmvSRL22iUWxovgEuVllPsNlE { color:rgba(var(--color-tertiary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:68rem;left:16.3125rem;height:4.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UyPng3zW8ZcN6fkHzKpMHZSwFkN9K2OT { color:rgba(var(--color-tertiary-4),0.59);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:72.6875rem;left:16.3125rem;height:2.47395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8taSOi3R7xKdiDofiUK7EkQg7ULviJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:69.0625rem;left:19.625rem; }
#btO6fgrrMZQNE9e7ieIMT71XaZ2aWbQl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:69.0625rem;left:22.375rem; }
#CFbT9cHGAoVdnmDT4qB0sTLh83Sctqdq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:69.0625rem;left:25rem; }
#Lvu9gNF5QEBcmNTfRDCQl5NxrLDBGbhZ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:81.375rem;left:17.5625rem;height:4.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { background-color: transparent; background-image: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .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); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { border-width: 0; border-radius: 0; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-primary-2),1);padding-top:0.636875rem;padding-right:0.571875rem;padding-bottom:0.636875rem;padding-left:0.571875rem;display:block;align-items:center;width:3.431875rem;min-width:3.431875rem;height:3.423125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.549375rem;font-weight:400;line-height:54.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.398125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:4.5775rem;height:0;position:relative;font-family:var(--paragraphs-font-family);font-size:0.955625rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.3125rem;height:5.095rem;padding-top:0.261875rem;padding-right:0.26rem;padding-bottom:0.261875rem;padding-left:0.26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:72.903648376462rem;left:27.477210998535rem;z-index:15020;display:none; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #GgtWeVq38CTWHVM3AuQxCHgTHyNHkdWR { display:flex;position:relative;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bSIIU84KRIbSEQzCD7XDH6a2fNOJa9Mr { width:auto; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bS8HBP3JFufPlPm4f712yzKseMdcNXC3 {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #FR8IAsU3J93BPtg5GSwCRQ82V8Ip2u39 { display:flex;position:relative;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #BFPwKZtShhirPq9gJEkz4ssdZm49dg5H {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #ttW2ME1VT2mkBmsiZ6FbB81ZbdDzw3rh {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #xeqFkZ763x32TsMS7XXa4Sccfwfgf2SQ { display:flex;position:relative;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #mr6vzTiFMb2sqzB0DGsQ6zHKgKhsT3Qb {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #Mn9LJDsy5LyzT29QumPH9gD82bU7OJoK {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #nC8I1Gsca3XxbNZWCBnecO56orGpu7RT { display:flex;position:relative;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #R47QNuN201lKOGqwdLA3fkTMxGmxB4Bv {  }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #EnW1NWWxHnSLPRaBsDx9VU4TB1wRdmFC {  }
#KTw9NBiBfaXordPbDywEDCUwyTs6asmp { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.25rem;left:25.375rem;height:5.22395625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgTahiJ2nk18z65TSlNeoiL1oEzfVzsi { color:rgba(var(--color-tertiary-4),0.59);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:9rem;left:15.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEauMKl3TBHOwM2CA0MbVnUTm7XNi9Q7 { z-index:15003;top:14.4375rem;left:28.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmafUQ4J8OcmGm6dVlHJ1EkuSpclL8a6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN { 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:none; }#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN > .row .container { border-width: 0; border-radius: 0; }#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:none; }#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .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; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-trigger.adaptive-delivery-prevent-bg, #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-trigger.lazyload, #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-trigger.lazyloading { background-image: none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H { box-sizing:content-box;height:auto;width:58.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);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:13.6875rem;left:9.40625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F1A6tskUp9tM7GQ53rJ5ChFXO8KJV7dy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #HaWBbFI6GXZ7wkKKtmviKhdVPETfVAXM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Pm2cZGyqnRLqcBx8Kqrp65gDsx7tXRal { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #XtwM3L17QxN4FxL48ZEPBL3qGug1FodT {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #i3bhMWktJ7UVD22OzH4T01OZIErEqtEg {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #cobhcuck8LuH6wzKDReJWvXHoNHmtzVA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #KmW4EayuGUVrcV7at0BS1G7XHxR7tiWk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #rpVqCxp8tRghfXnGgz5aU9nnFd1CkHME { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ZeHuq1uzfTEKUD1VOXzhGVT2gQ5Ok13J {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iAmcA5vo7R34HzcBzEQzCp23bV44V1c4 { display:none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #L5uuOobul7EJQD4HVuyFATXIOcTFeCaB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #TfvlXlVOKIKH80o3OrAbIALRLPGEAobO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ti6y9RTmQhZpPEkeTDSmtK4gsw8GKWBQ { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #tJs5HLLqz1PA9dQoGCFhZGDo9epvVDi1 {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F5iUb2CtW94OVzVPOPlJlBKu3rRVspiF { display:none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #PnnFVHnrDXkmyHct7ssWMZ9TdDHH09cO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Jg0sJFmatDQgHsNx2b8rLguJlHXCdpZt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #oVKRVvtAKWL6my0DATLnuHBvhUdSWPty { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #mU3QDErIKwVRRzk8g75bBcEGHrszUSe1 {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #SaoBvi9hut2qDV67ibKSqFyLCdlWTGJ4 { display:none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #izqeJGOr3ppwPiKcOBXfbAv79ICh4y6I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #AdSe58hMRzUAAcgFLdooVmd5mWCXmGIu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #JIfh1tzeZXo3Z196r9aX3KW2md16dCol { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #d2lyQQdriKgGvEZ7ZQ1rEgbN5ZvapyMp {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #huE2P14AGZVrt6kUfRx5yTZ2zC9QsVsJ { display:none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xS2LDp9mk76SoOXne53MR2FpMVxdhGJc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iy5Xput5sdv9QCTqoWUJ4r02cP0ggufL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #sWq9IzLMteIgBPMPb7poZKTZ8kpRqfiU { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xSo0c4TQxuKn55ei79GPHZEL8U9nlzg6 {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yTELNHTlqAk57KQucZ58u1EqZGKSAlwy { display:none; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #lgIPK7KxCrSglADTS0hXXtgitFOIcToc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #CO4MTsBcZ5xgfFanrZ8rKoihA5a6rlQW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #pUc30Ofx1TKaZhPr7us7aS8tTrw8o1qL { display:block;position:relative; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yMU30gym5h5pxI7Lulkx1c960ESLg5Fy {  }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Isbh2RxRLwBbhLzT5bzEpZFMyP1tRQaT { display:none; }
#afyFUDVokkdQaGUQUOgXldgwaEfHs4HN { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:3.9375rem;left:16.125rem;height:3.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kL5JJSXmH7tZ7PBt6C9quylDtXpUHSWC { color:rgba(var(--color-secondary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:6.63671875rem;left:16.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { background-color: transparent; background-image: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .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); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { border-width: 0; border-radius: 0; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:50.25rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;top:6.5rem;left:63.375rem; }
#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:6.5rem;left:66.3125rem; }
#XTCF3AD2D2PnmtUUs3wiJyuhqeUGEodL { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.875rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:6.5625rem;left:69.3125rem; }
#uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:3.5rem;left:63.5rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#hkeZZxUreZw9wow5R265SGZsTyuhnQdN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5rem;left:50.25rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:9.3125rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcSsJhcOghQ9NPElTk9wvx5G8MNiOlTc { top:11.875rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTMmTbmBmFO4nnLWHIOyE0XOpOBOnbg { top:2.1875rem;left:16.093750953674rem;width:15.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska { display:none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LRuG1nMTWPgtAQn5EMOz5ozHSM7m7oRu { top:9.3125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhTOGNv7NT9ivc11yf8sgPPJ7FMZ3zz { top:6.375rem;left:0rem;width:20rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQdsACmKtfqbeN5t64hVMuG4dsyaKlV { top:2.1875rem;left:16.093750953674rem;width:15.5625rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC { display:block; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vfh0iyWQ2QPcyQGnwsBdtZ0C0K1oqTM7 { top:7.3125rem;left:0rem;width:41.375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUsBVxqLHatH4NiGi0PVTtnSHWgbUIS { top:10.5rem;left:0rem;width:43.4375rem;height:18.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkP5P8exmbXmJ6qsPVVOCXTL0oaImTy { top:0.4375rem;left:24.3125rem;width:23.4375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVzpJ8e2iB18WER3BLUAIgDBwSTMOSDD { top:2.8125rem;left:13.967968940735rem;width:13.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZg4OMNNaGaTqutBtkvpkliihJ43T5H { top:29.0625rem;left:31.500000953674rem;width:8.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { top:7.125rem;left:1.2804689407349rem;width:45.1875rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { top:5.9375rem;left:1.2804689407349rem;width:45.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdai712uTXkDfeEqRlaZUku44FbGaZk2 { top:19.25rem;left:32.625rem;width:15.125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImhOchZdCq3f15MpyuaLHT0EHTX5vg66 { top:14.875rem;left:30.375rem;width:16.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24DX78srhTuvLKokDUO3A7MhzkTLvcA { top:12.125rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l730pDTiu7oEUtHGDzdTPInqBp0gy6cx { top:19.25rem;left:25.862500190735rem;width:15.125rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9knQZxOfOt6nCNooJ5GPwazvvryBn0 { top:14.875rem;left:24.75rem;width:16.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4roV7hIFcwHKowbOB62gUivgR6CvIzO { top:12.125rem;left:30.5rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSeeyH1FnphZdbkJLvdu3xU1WBSBi0u { top:19.25rem;left:6.9242181777956rem;width:15.125rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyffkAMquB8imoMPTccoVfF3TtSm3GXT { top:15.1875rem;left:5.8125rem;width:16.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9RmwyTJGOGJ2Exnv9BvshmqzteHfEV { top:12.4375rem;left:11.5625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ApkvcxKeh2ffMJoXPwV8Kx0zUL7SbA { top:19.875rem;left:0rem;width:15.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXHkzBltSTySqTELDUP8rOpcooBqhJaQ { top:14.875rem;left:0rem;width:16.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBtuFZZNfWR3vcLoNlcmgi2PHxcpGDg { top:12.125rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7lOtMe4Dkxuw47Je6VKBTr2y90J3GgA { top:13.25rem;left:12.674218177796rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUXyuolIrfqIKDIfa1koLxrgw0rrvf71 { top:13.3125rem;left:31.675000190735rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHmDyGEirAy1SetSAJCzGdyJTe15qFT { top:13.375rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvnvSQQSKC3Z0wkmb3URNMng5VPx8JEz { top:12.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brgSpItNxUJZ47AIcQbzxwbkFOriSWFN { display:block; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQSWdMuxJ7oBReZzfsG9BZ9FKtg2LzTL { top:2.0625rem;left:0rem;width:47.75rem;height:13.252385082394rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5KNmDUK3Vbw1bLsJsXMtTX8wKo12Tu { width:31.625rem;height:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT9qKndnbP0t0NWnWhb3ShSDKECCl677 { display:block; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SlJMeAwUFMQTvJAESD8wMW1xrnZFip { top:6.625rem;left:15.1875rem;width:17.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0UkaHoSHielNX08xSiQHu4ADuBNQEL { width:25.75rem;height:4.375rem;top:5.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C1qMVsTuoFm760vGHS35nCMdXQiw0P { width:30.375rem;height:2.8125rem;top:23.375rem;left:8.6875009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRus2nB6CU7KkM2uUKBzGIwaMr4HBapg { display:block; }
 }@media only screen and (max-width: 763px) { #AucNxVxQ1F9skV7oguF914uEp5OwDub5 { top:2.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4kIT2mmHRAiTSigpVLQdKoqBm0Tpb9s { top:12.25rem;left:15.1875rem;width:17.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDKsrmyD5w221mRcqNlZHdoTkL84Pcav { width:25.75rem;height:4.375rem;top:11.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxafBIG5xR5PN0oPZvaDCtdUINI5U4sB { top:18.3125rem;left:12.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0L9i5EJzKzeJWNRVN9x1EpkCoc7nIuv { top:17.875rem;left:15.1875rem;width:17.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2X1iH7EzBHhuDsB64PG781yXTaoINq5 { width:25.75rem;height:4.375rem;top:17.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACM4tKBa6NosTuaLfR62qGyc623GwD6X { top:12.6875rem;left:12.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv76aLd4lWekwdTXwAU8BqunWFsWBoDx { top:7.0625rem;left:12.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { top:3.5rem;left:6.7499990463256rem;width:34.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { top:2.3125rem;left:1.3124990463257rem;width:45.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { display:block; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVPL6wz23WpKGrHxWk7x8UBIxPOfwR60 { width:47.25rem;height:4.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXAEW3OL6UNFU7esI445O8cvUXBq6E2u { top:3.1875rem;left:2.6554689407349rem;width:42.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir055HgtgnUZocGQ1oFvStmche3v5tm9 { top:11.125rem;left:2.625rem;width:42.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eykuBkUZTBdnHBNkJPqu2GzifIXJS3tm { width:47.25rem;height:4.375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkTvJqS5EpQ64pMX90zce5lpScv2G52 { top:19rem;left:2.6249990463257rem;width:42.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7EiZr2JlvoiyPN87chXSB5VMQusrp6 { width:47.25rem;height:4.375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG4tKg36oaErdzSyWybaoc3AArEpO28a { width:47.25rem;height:13.25rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4G9sqGDcJ2NJHcb0TwVuFZUEHz6Zm4e { top:27.125rem;left:2.6554689407349rem;width:2.6875rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaHPp9rdBz7t6GnWtFf3DQnBfexyDFE { top:28.1875rem;left:5.9679689407349rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpfhBmETVUvDbs2F0lgTaECELNS4pmFX { top:28.1875rem;left:8.592968940735rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdT4zSc8etDNmBweFPWTsZf7KofQhtLo { top:28.1875rem;left:11.217968940735rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckpSviXaTuP9ErtfnR6ndTlWtJsHJlSr { top:28.1875rem;left:13.842968940735rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIoNR9OoSWZpq0TDIbiTq22M68nRR3TC { top:28.1875rem;left:16.467968940735rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N79GTmTc6O82bXWRyApdcR5RRpqxUBdr { top:31.8125rem;left:2.6554689407349rem;width:42.9375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI { top:47.4375rem;left:2.625rem;width:42.9375rem;height:;font-size:1.125rem;display:block; }#V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI li:before{  }
 }@media only screen and (max-width: 763px) { #Geh9hnixUgiga7tmfz4L3Q5cTlIS5anK { top:43.8125rem;left:13.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhNPOcGBnJlMg1qcV5sKycDoFV4WT8vC { top:43.8125rem;left:11.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPtrmP9UTWzx2fQLANyporViSmGoaCeQ { top:43.8125rem;left:8.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNdZPWkdJsp48AxxwPo3rgt3Rf69RT8X { top:43.8125rem;left:5.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PRmKszld5xbhVd1O4PIKrQKp1S5mwA { top:42.75rem;left:2.625rem;width:2.6875rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1iyvkyQkyDgO6b8ZD7JSRVkEP4Vay5 { width:47.25rem;height:22.375rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udQKLm924LMCETsWy323luGyKokdGrX1 { width:47.25rem;height:11.9375rem;top:79.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG539Cx3EZhXTSfdT8xZTWcrWpJZ1Bpe { top:86rem;left:2.6875rem;width:42.9375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UovqRkGyAVcFyyvTLX5ZvfG0kyXTfTKH { top:81.375rem;left:0rem;width:18.625rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffd57VSodwD1qqEOf6oKERMPkcGlh9E4 { top:82.375rem;left:12.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8B7Mok33uaAWtLXzTDGPD7X6qLXqmA { top:82.375rem;left:5.9679689407349rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0sQNgqG8n1C4MxAakwfEwvs2uM7wP5K { top:82.375rem;left:15.3125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9XQ4Ax03lhUgQAkMG8N0lTlMOhv5K22 { width:47.25rem;height:10.8125rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2egVfGmvSRL22iUWxovgEuVllPsNlE { top:68rem;left:2.6875rem;width:2.6875rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyPng3zW8ZcN6fkHzKpMHZSwFkN9K2OT { top:72.6875rem;left:2.6875rem;width:42.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8taSOi3R7xKdiDofiUK7EkQg7ULviJ6 { top:69.0625rem;left:6rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btO6fgrrMZQNE9e7ieIMT71XaZ2aWbQl { top:69.0625rem;left:8.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFbT9cHGAoVdnmDT4qB0sTLh83Sctqdq { top:69.0625rem;left:11.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvu9gNF5QEBcmNTfRDCQl5NxrLDBGbhZ { top:81.375rem;left:3.9375rem;width:14.625rem;height:4.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { display:block; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #GgtWeVq38CTWHVM3AuQxCHgTHyNHkdWR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bSIIU84KRIbSEQzCD7XDH6a2fNOJa9Mr {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bS8HBP3JFufPlPm4f712yzKseMdcNXC3 {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #FR8IAsU3J93BPtg5GSwCRQ82V8Ip2u39 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #BFPwKZtShhirPq9gJEkz4ssdZm49dg5H {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #ttW2ME1VT2mkBmsiZ6FbB81ZbdDzw3rh {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #xeqFkZ763x32TsMS7XXa4Sccfwfgf2SQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #mr6vzTiFMb2sqzB0DGsQ6zHKgKhsT3Qb {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #Mn9LJDsy5LyzT29QumPH9gD82bU7OJoK {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #nC8I1Gsca3XxbNZWCBnecO56orGpu7RT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #R47QNuN201lKOGqwdLA3fkTMxGmxB4Bv {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #EnW1NWWxHnSLPRaBsDx9VU4TB1wRdmFC {  }
 }@media only screen and (max-width: 763px) { #KTw9NBiBfaXordPbDywEDCUwyTs6asmp { top:3.25rem;left:11.75rem;width:24.3125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTahiJ2nk18z65TSlNeoiL1oEzfVzsi { top:9rem;left:2.125rem;width:43.4375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEauMKl3TBHOwM2CA0MbVnUTm7XNi9Q7 { top:14.4375rem;left:14.4375rem;width:18.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmafUQ4J8OcmGm6dVlHJ1EkuSpclL8a6 { display:block; }
 }@media only screen and (max-width: 763px) { #UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN { display:block; }#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H { display:flex;height:auto;width:45.25rem;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F1A6tskUp9tM7GQ53rJ5ChFXO8KJV7dy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #HaWBbFI6GXZ7wkKKtmviKhdVPETfVAXM {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Pm2cZGyqnRLqcBx8Kqrp65gDsx7tXRal {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #XtwM3L17QxN4FxL48ZEPBL3qGug1FodT {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #i3bhMWktJ7UVD22OzH4T01OZIErEqtEg {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #cobhcuck8LuH6wzKDReJWvXHoNHmtzVA {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #KmW4EayuGUVrcV7at0BS1G7XHxR7tiWk {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #rpVqCxp8tRghfXnGgz5aU9nnFd1CkHME {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ZeHuq1uzfTEKUD1VOXzhGVT2gQ5Ok13J {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iAmcA5vo7R34HzcBzEQzCp23bV44V1c4 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #L5uuOobul7EJQD4HVuyFATXIOcTFeCaB {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #TfvlXlVOKIKH80o3OrAbIALRLPGEAobO {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ti6y9RTmQhZpPEkeTDSmtK4gsw8GKWBQ {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #tJs5HLLqz1PA9dQoGCFhZGDo9epvVDi1 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F5iUb2CtW94OVzVPOPlJlBKu3rRVspiF {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #PnnFVHnrDXkmyHct7ssWMZ9TdDHH09cO {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Jg0sJFmatDQgHsNx2b8rLguJlHXCdpZt {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #oVKRVvtAKWL6my0DATLnuHBvhUdSWPty {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #mU3QDErIKwVRRzk8g75bBcEGHrszUSe1 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #SaoBvi9hut2qDV67ibKSqFyLCdlWTGJ4 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #izqeJGOr3ppwPiKcOBXfbAv79ICh4y6I {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #AdSe58hMRzUAAcgFLdooVmd5mWCXmGIu {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #JIfh1tzeZXo3Z196r9aX3KW2md16dCol {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #d2lyQQdriKgGvEZ7ZQ1rEgbN5ZvapyMp {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #huE2P14AGZVrt6kUfRx5yTZ2zC9QsVsJ {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xS2LDp9mk76SoOXne53MR2FpMVxdhGJc {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iy5Xput5sdv9QCTqoWUJ4r02cP0ggufL {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #sWq9IzLMteIgBPMPb7poZKTZ8kpRqfiU {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xSo0c4TQxuKn55ei79GPHZEL8U9nlzg6 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yTELNHTlqAk57KQucZ58u1EqZGKSAlwy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #lgIPK7KxCrSglADTS0hXXtgitFOIcToc {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #CO4MTsBcZ5xgfFanrZ8rKoihA5a6rlQW {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #pUc30Ofx1TKaZhPr7us7aS8tTrw8o1qL {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yMU30gym5h5pxI7Lulkx1c960ESLg5Fy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Isbh2RxRLwBbhLzT5bzEpZFMyP1tRQaT {  }
 }@media only screen and (max-width: 763px) { #afyFUDVokkdQaGUQUOgXldgwaEfHs4HN { top:3.9375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL5JJSXmH7tZ7PBt6C9quylDtXpUHSWC { top:6.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { top:6.3125rem;left:33.9375rem;width:13.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { width:1.625rem;height:1.875rem;top:6.5rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.625rem;height:1.875rem;top:6.5rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCF3AD2D2PnmtUUs3wiJyuhqeUGEodL { width:1.5625rem;height:1.875rem;top:6.5625rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { top:3.5rem;left:40.5625rem;width:7.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeZZxUreZw9wow5R265SGZsTyuhnQdN { top:3.5rem;left:36.625rem;width:10.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd633445-6f39-4a95-af89-2f212e924eea/influes.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:19.375rem;height:4.5375rem;top:10.41796875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FcSsJhcOghQ9NPElTk9wvx5G8MNiOlTc { width:20rem;height:4.4rem;top:14.906247711182rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uaTMmTbmBmFO4nnLWHIOyE0XOpOBOnbg { width:15.5625rem;height:6.5rem;top:20.555468940735rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da57f80f-ce3b-4017-a16e-29eae83ec57e/Prancheta12.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.adaptive-delivery-prevent-bg, #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.lazyload, #Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska.lazyloading { background-image: none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { background-color: transparent; background-image: none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container > .video-iframe-container { display: none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row > .video-iframe-container { display: none; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .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); }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { border-width: 0; border-radius: 0; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#Z33x0fVfTvxo3WGCGEu4kqCEtLrB1Ska > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRuG1nMTWPgtAQn5EMOz5ozHSM7m7oRu { width:19.375rem;height:1.30625rem;top:5.10546875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vEhTOGNv7NT9ivc11yf8sgPPJ7FMZ3zz { width:20rem;height:;top:6.4109363555906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EhQdsACmKtfqbeN5t64hVMuG4dsyaKlV { width:9.4375rem;height:3.875rem;top:0.56249952316284rem;left:5.2812500596046rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/95fd6dda-f929-48eb-a9ec-fc33bf65cb33/Frame662.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.adaptive-delivery-prevent-bg, #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.lazyload, #nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC.lazyloading { background-image: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { background-color: transparent; background-image: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container > .video-iframe-container { display: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container { display: none; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .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); }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqta1WMLbJ4dHMi5opxpewqsPFdoyLGC > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vfh0iyWQ2QPcyQGnwsBdtZ0C0K1oqTM7 { width:20rem;height:3.7125rem;top:2.1625003814698rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #WXUsBVxqLHatH4NiGi0PVTtnSHWgbUIS { width:20rem;height:30.3875rem;top:9.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BrkP5P8exmbXmJ6qsPVVOCXTL0oaImTy { width:18.75rem;height:29.0625rem;top:42.525001525879rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVzpJ8e2iB18WER3BLUAIgDBwSTMOSDD { width:6.8125rem;height:3.375rem;top:5.2359375953674rem;left:8.8750005364419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cGZg4OMNNaGaTqutBtkvpkliihJ43T5H { width:6.5625rem;height:7.5rem;top:40.712501525879rem;left:0.86250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:20rem;height:75.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { width:13.1875rem;height:3.625rem;top:3.7992186546326rem;left:3.4062500596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { width:20rem;height:1.3rem;top:2.5484375953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vdai712uTXkDfeEqRlaZUku44FbGaZk2 { width:15.125rem;height:4.3875rem;top:65.625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ImhOchZdCq3f15MpyuaLHT0EHTX5vg66 { width:16.8125rem;height:10.5625rem;top:61rem;left:1.625rem;border-top:0.3125rem solid #df086f;border-left:0.3125rem solid #df086f;border-right:0.3125rem solid #df086f;border-bottom:0.3125rem solid #df086f;display:block; }
 }@media only screen and (max-width: 763px) { #o24DX78srhTuvLKokDUO3A7MhzkTLvcA { width:5.9375rem;height:5.9375rem;top:58.25rem;left:7.375rem;background-color:#df086f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l730pDTiu7oEUtHGDzdTPInqBp0gy6cx { width:15.125rem;height:5.85rem;top:47.875rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9knQZxOfOt6nCNooJ5GPwazvvryBn0 { width:16.75rem;height:11.9375rem;top:43.5rem;left:1.625rem;border-top:0.3125rem solid #df086f;border-left:0.3125rem solid #df086f;border-right:0.3125rem solid #df086f;border-bottom:0.3125rem solid #df086f;display:block; }
 }@media only screen and (max-width: 763px) { #i4roV7hIFcwHKowbOB62gUivgR6CvIzO { width:5.9375rem;height:5.9375rem;top:40.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSeeyH1FnphZdbkJLvdu3xU1WBSBi0u { width:15.125rem;height:5.85rem;top:30.3125rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cyffkAMquB8imoMPTccoVfF3TtSm3GXT { width:16.75rem;height:11.9375rem;top:26.25rem;left:1.625rem;border-top:0.3125rem solid #df086f;border-left:0.3125rem solid #df086f;border-right:0.3125rem solid #df086f;border-bottom:0.3125rem solid #df086f;display:block; }
 }@media only screen and (max-width: 763px) { #iI9RmwyTJGOGJ2Exnv9BvshmqzteHfEV { width:5.9375rem;height:5.9375rem;top:23.5rem;left:7.375rem;background-color:#df086f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L1ApkvcxKeh2ffMJoXPwV8Kx0zUL7SbA { width:15.125rem;height:2.925rem;top:15.437500476837rem;left:2.4375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LXHkzBltSTySqTELDUP8rOpcooBqhJaQ { width:16.875rem;height:10.25rem;top:10.818750858307rem;left:1.2937501072884rem;border-top:0.3125rem solid #df086f;border-left:0.3125rem solid #df086f;border-right:0.3125rem solid #df086f;border-bottom:0.3125rem solid #df086f;display:block; }
 }@media only screen and (max-width: 763px) { #TCBtuFZZNfWR3vcLoNlcmgi2PHxcpGDg { width:5.9375rem;height:5.9375rem;top:8.125rem;left:7.0625rem;background-color:#df086f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D7lOtMe4Dkxuw47Je6VKBTr2y90J3GgA { display:flex;width:3.625rem;height:3.625rem;top:24.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #bUXyuolIrfqIKDIfa1koLxrgw0rrvf71 { display:flex;width:3.5rem;height:3.5rem;top:41.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #kXHmDyGEirAy1SetSAJCzGdyJTe15qFT { display:flex;width:3.4375rem;height:3.4375rem;top:59.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #pvnvSQQSKC3Z0wkmb3URNMng5VPx8JEz { display:flex;width:4.3125rem;height:4.3125rem;top:8.9375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #brgSpItNxUJZ47AIcQbzxwbkFOriSWFN { display:block; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brgSpItNxUJZ47AIcQbzxwbkFOriSWFN > .row .container { width:20rem;height:20.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQSWdMuxJ7oBReZzfsG9BZ9FKtg2LzTL { width:20rem;height:5.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA5KNmDUK3Vbw1bLsJsXMtTX8wKo12Tu { top:0rem;left:0rem;width:19.9375rem;height:20.4375rem;z-index:15001;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9qKndnbP0t0NWnWhb3ShSDKECCl677 { display:block; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QT9qKndnbP0t0NWnWhb3ShSDKECCl677 > .row .container { width:20rem;height:36.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0SlJMeAwUFMQTvJAESD8wMW1xrnZFip { width:11.8125rem;height:2.925rem;top:8.1875rem;left:5.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0UkaHoSHielNX08xSiQHu4ADuBNQEL { width:15.9375rem;height:4.375rem;top:7.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C1qMVsTuoFm760vGHS35nCMdXQiw0P { width:19.75rem;height:2.8125rem;top:26.625000476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRus2nB6CU7KkM2uUKBzGIwaMr4HBapg { display:block; }
 }@media only screen and (max-width: 763px) { #AucNxVxQ1F9skV7oguF914uEp5OwDub5 { width:19.625rem;height:4.225rem;top:1.7359380722046rem;left:0.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a4kIT2mmHRAiTSigpVLQdKoqBm0Tpb9s { width:11.625rem;height:4.3875rem;top:14.10000038147rem;left:5.5000000596046rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eDKsrmyD5w221mRcqNlZHdoTkL84Pcav { width:16rem;height:5.5625rem;top:13.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxafBIG5xR5PN0oPZvaDCtdUINI5U4sB { display:flex;width:2rem;height:2rem;top:21.75rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #A0L9i5EJzKzeJWNRVN9x1EpkCoc7nIuv { width:10.8125rem;height:2.925rem;top:21.287501096726rem;left:6.0000000596046rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T2X1iH7EzBHhuDsB64PG781yXTaoINq5 { width:15.9375rem;height:4.375rem;top:20.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACM4tKBa6NosTuaLfR62qGyc623GwD6X { display:flex;width:2rem;height:2rem;top:15.293750286102rem;left:2.9375000596046rem; }
 }@media only screen and (max-width: 763px) { #pv76aLd4lWekwdTXwAU8BqunWFsWBoDx { display:flex;width:2rem;height:2rem;top:8.625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { width:20rem;height:4.55rem;top:3.876953125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;color:#df086f;display:block; }
 }@media only screen and (max-width: 763px) { #ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { width:20rem;height:1.4625rem;top:2.416015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { display:block; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { width:20rem;height:126.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVPL6wz23WpKGrHxWk7x8UBIxPOfwR60 { width:19.5rem;height:6.5rem;top:0.87421989440919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXAEW3OL6UNFU7esI445O8cvUXBq6E2u { width:18.4375rem;height:5.85rem;top:1.44921875rem;left:0.78046876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ir055HgtgnUZocGQ1oFvStmche3v5tm9 { width:17.3125rem;height:5.85rem;top:10.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eykuBkUZTBdnHBNkJPqu2GzifIXJS3tm { width:19.5rem;height:7.625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkTvJqS5EpQ64pMX90zce5lpScv2G52 { width:17.9375rem;height:4.3875rem;top:20.0625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kz7EiZr2JlvoiyPN87chXSB5VMQusrp6 { width:19.5rem;height:6.625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG4tKg36oaErdzSyWybaoc3AArEpO28a { width:19.5rem;height:19.375rem;top:31.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4G9sqGDcJ2NJHcb0TwVuFZUEHz6Zm4e { width:2.6875rem;height:5.6875rem;top:32.59375rem;left:2.1125000119209rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hAaHPp9rdBz7t6GnWtFf3DQnBfexyDFE { display:flex;width:2.625rem;height:2.625rem;top:34.125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #cpfhBmETVUvDbs2F0lgTaECELNS4pmFX { display:flex;width:2.625rem;height:2.625rem;top:34.125001907349rem;left:9.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #MdT4zSc8etDNmBweFPWTsZf7KofQhtLo { display:flex;width:2.625rem;height:2.625rem;top:34.125000953674rem;left:12.562500536442rem; }
 }@media only screen and (max-width: 763px) { #ckpSviXaTuP9ErtfnR6ndTlWtJsHJlSr { display:flex;width:2.625rem;height:2.625rem;top:34.125000953674rem;left:15.187500536442rem; }
 }@media only screen and (max-width: 763px) { #WIoNR9OoSWZpq0TDIbiTq22M68nRR3TC { display:flex;width:2.625rem;height:2.625rem;top:34.125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #N79GTmTc6O82bXWRyApdcR5RRpqxUBdr { width:18rem;height:11.7rem;top:37.731249809265rem;left:0.99921876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI { width:18.375rem;height:25.5875rem;top:59.875rem;left:0.81171876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }#V2VsuTi1X8yATXBHoMQgCTF26xPA4CsI li:before{  }
 }@media only screen and (max-width: 763px) { #Geh9hnixUgiga7tmfz4L3Q5cTlIS5anK { display:flex;width:2.625rem;height:2.625rem;top:56.375rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #PhNPOcGBnJlMg1qcV5sKycDoFV4WT8vC { display:flex;width:2.625rem;height:2.625rem;top:56.375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #JPtrmP9UTWzx2fQLANyporViSmGoaCeQ { display:flex;width:2.625rem;height:2.625rem;top:56.375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #UNdZPWkdJsp48AxxwPo3rgt3Rf69RT8X { display:flex;width:2.625rem;height:2.625rem;top:56.375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #V4PRmKszld5xbhVd1O4PIKrQKp1S5mwA { width:2.6875rem;height:5.6875rem;top:54.825000762939rem;left:2.1125000119209rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1iyvkyQkyDgO6b8ZD7JSRVkEP4Vay5 { width:19.5rem;height:32.5rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udQKLm924LMCETsWy323luGyKokdGrX1 { width:19.5rem;height:16.875rem;top:106.11250019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG539Cx3EZhXTSfdT8xZTWcrWpJZ1Bpe { width:18.25rem;height:8.775rem;top:112.29999923706rem;left:0.87421876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UovqRkGyAVcFyyvTLX5ZvfG0kyXTfTKH { width:5.75rem;height:5.6875rem;top:107.17499923706rem;left:1.3750000596046rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ffd57VSodwD1qqEOf6oKERMPkcGlh9E4 { display:flex;width:2.625rem;height:2.625rem;top:108.70624923706rem;left:14.000000536442rem; }
 }@media only screen and (max-width: 763px) { #Tk8B7Mok33uaAWtLXzTDGPD7X6qLXqmA { display:flex;width:2.625rem;height:2.625rem;top:108.70624923706rem;left:5.4875002503395rem; }
 }@media only screen and (max-width: 763px) { #i0sQNgqG8n1C4MxAakwfEwvs2uM7wP5K { display:flex;width:2.625rem;height:2.625rem;top:108.70624923706rem;left:11.375000536442rem; }
 }@media only screen and (max-width: 763px) { #T9XQ4Ax03lhUgQAkMG8N0lTlMOhv5K22 { width:19.5rem;height:14rem;top:89.06250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2egVfGmvSRL22iUWxovgEuVllPsNlE { width:2.6875rem;height:5.6875rem;top:89.75rem;left:2.75rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UyPng3zW8ZcN6fkHzKpMHZSwFkN9K2OT { width:17.875rem;height:7.3125rem;top:94.81250190735rem;left:1.0617187619209rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C8taSOi3R7xKdiDofiUK7EkQg7ULviJ6 { display:flex;width:2.625rem;height:2.625rem;top:91.25rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #btO6fgrrMZQNE9e7ieIMT71XaZ2aWbQl { display:flex;width:2.625rem;height:2.625rem;top:91.25rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #CFbT9cHGAoVdnmDT4qB0sTLh83Sctqdq { display:flex;width:2.625rem;height:2.625rem;top:91.25rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #Lvu9gNF5QEBcmNTfRDCQl5NxrLDBGbhZ { width:10.875rem;height:5.6875rem;top:107.17499923706rem;left:4.5625000596046rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { background-color:#ffffff;background-image:none;display:block; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { background-color: transparent; background-image: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .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); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-number { padding-top:0.315rem;padding-right:0.2825rem;padding-bottom:0.315rem;padding-left:0.2825rem;width:1.69625rem;min-width:1.69625rem;height:1.6925rem;font-size:1.260625rem;line-height:27.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.2625rem;height:0.66875rem;font-size:0.4725rem;line-height:10.7px;top:7%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn { width:11.3125rem;height:3.125rem;display:flex;top:60.5625rem;left:4.375rem;z-index:15028;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #GgtWeVq38CTWHVM3AuQxCHgTHyNHkdWR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bSIIU84KRIbSEQzCD7XDH6a2fNOJa9Mr {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #bS8HBP3JFufPlPm4f712yzKseMdcNXC3 {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #FR8IAsU3J93BPtg5GSwCRQ82V8Ip2u39 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #BFPwKZtShhirPq9gJEkz4ssdZm49dg5H {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #ttW2ME1VT2mkBmsiZ6FbB81ZbdDzw3rh {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #xeqFkZ763x32TsMS7XXa4Sccfwfgf2SQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #mr6vzTiFMb2sqzB0DGsQ6zHKgKhsT3Qb {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #Mn9LJDsy5LyzT29QumPH9gD82bU7OJoK {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #nC8I1Gsca3XxbNZWCBnecO56orGpu7RT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #R47QNuN201lKOGqwdLA3fkTMxGmxB4Bv {  }
 }@media only screen and (max-width: 763px) { #o4k3IylxbznX7te7VuJMHWLKESCJ0Hpn #EnW1NWWxHnSLPRaBsDx9VU4TB1wRdmFC {  }
 }@media only screen and (max-width: 763px) { #KTw9NBiBfaXordPbDywEDCUwyTs6asmp { width:20rem;height:4.225rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bgTahiJ2nk18z65TSlNeoiL1oEzfVzsi { width:20rem;height:9.75rem;top:9.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TEauMKl3TBHOwM2CA0MbVnUTm7XNi9Q7 { top:20.0625rem;left:0.5rem;width:18.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmafUQ4J8OcmGm6dVlHJ1EkuSpclL8a6 { display:block; }
 }@media only screen and (max-width: 763px) { #UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN { background-color:#ffffff;background-image:none;display:none; }#UbRnNBBB3pyNtRNEtqZQ3dBTAxu7gXtN > .row .container { width:20rem;height:51.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-heading-text { font-size:1.0625rem;height:auto; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H .accordion-desc-text { font-size:0.875rem;height:auto; }
#b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H { display:flex;height:auto;width:17.5rem;top:11.46875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F1A6tskUp9tM7GQ53rJ5ChFXO8KJV7dy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #HaWBbFI6GXZ7wkKKtmviKhdVPETfVAXM {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Pm2cZGyqnRLqcBx8Kqrp65gDsx7tXRal {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #XtwM3L17QxN4FxL48ZEPBL3qGug1FodT {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #i3bhMWktJ7UVD22OzH4T01OZIErEqtEg {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #cobhcuck8LuH6wzKDReJWvXHoNHmtzVA {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #KmW4EayuGUVrcV7at0BS1G7XHxR7tiWk {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #rpVqCxp8tRghfXnGgz5aU9nnFd1CkHME {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ZeHuq1uzfTEKUD1VOXzhGVT2gQ5Ok13J {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iAmcA5vo7R34HzcBzEQzCp23bV44V1c4 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #L5uuOobul7EJQD4HVuyFATXIOcTFeCaB {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #TfvlXlVOKIKH80o3OrAbIALRLPGEAobO {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #ti6y9RTmQhZpPEkeTDSmtK4gsw8GKWBQ {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #tJs5HLLqz1PA9dQoGCFhZGDo9epvVDi1 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #F5iUb2CtW94OVzVPOPlJlBKu3rRVspiF {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #PnnFVHnrDXkmyHct7ssWMZ9TdDHH09cO {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Jg0sJFmatDQgHsNx2b8rLguJlHXCdpZt {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #oVKRVvtAKWL6my0DATLnuHBvhUdSWPty {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #mU3QDErIKwVRRzk8g75bBcEGHrszUSe1 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #SaoBvi9hut2qDV67ibKSqFyLCdlWTGJ4 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #izqeJGOr3ppwPiKcOBXfbAv79ICh4y6I {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #AdSe58hMRzUAAcgFLdooVmd5mWCXmGIu {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #JIfh1tzeZXo3Z196r9aX3KW2md16dCol {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #d2lyQQdriKgGvEZ7ZQ1rEgbN5ZvapyMp {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #huE2P14AGZVrt6kUfRx5yTZ2zC9QsVsJ {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xS2LDp9mk76SoOXne53MR2FpMVxdhGJc {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #iy5Xput5sdv9QCTqoWUJ4r02cP0ggufL {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #sWq9IzLMteIgBPMPb7poZKTZ8kpRqfiU {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #xSo0c4TQxuKn55ei79GPHZEL8U9nlzg6 {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yTELNHTlqAk57KQucZ58u1EqZGKSAlwy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #lgIPK7KxCrSglADTS0hXXtgitFOIcToc {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #CO4MTsBcZ5xgfFanrZ8rKoihA5a6rlQW {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #pUc30Ofx1TKaZhPr7us7aS8tTrw8o1qL {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #yMU30gym5h5pxI7Lulkx1c960ESLg5Fy {  }
 }@media only screen and (max-width: 763px) { #b8XyphbBUyTmzzT26HmNmi3TgUUTWQ7H #Isbh2RxRLwBbhLzT5bzEpZFMyP1tRQaT {  }
 }@media only screen and (max-width: 763px) { #afyFUDVokkdQaGUQUOgXldgwaEfHs4HN { width:17.125rem;height:3.75rem;top:0.966796875rem;left:1.4375001192093rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kL5JJSXmH7tZ7PBt6C9quylDtXpUHSWC { width:16.6875rem;height:3.375rem;top:5.2734375rem;left:1.6562501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePZBezT1wOhc3VT5ZhFSGwIRr1dP1gD7 { width:20rem;height:2.275rem;top:4.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { width:1.625rem;height:1.875rem;top:16.22395625rem;left:9.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.625rem;height:1.875rem;top:6rem;left:8.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCF3AD2D2PnmtUUs3wiJyuhqeUGEodL { width:1.5rem;height:1.75rem;top:6.0625rem;left:10.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { width:20rem;height:0;top:8.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hkeZZxUreZw9wow5R265SGZsTyuhnQdN { width:20rem;height:1.6875rem;top:3.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }