.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:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:11,16,32;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:17.625rem;left:3.4375rem;height:13.875rem;font-style:normal;display:block; }
#roeECHrNhzWgtt316AsClU1JqTpzOKOm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:33.625rem;left:3.4375rem;height:3.375rem;font-style:normal;display:block; }
#EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { background-color:#bcf520;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.9375rem;left:3.4375rem;display:block; }
#UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { background-color:rgba(var(--color-tertiary-0),0.2);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.9375rem;left:23.125rem;display:block; }
#eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:42.25rem;display:block; }
#O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.3125rem;left:51.125rem;display:block; }
#QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.3125rem;left:59.0625rem;display:block; }
#rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:68.25rem;display:block; }
#a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4tb1i6cb5wi09TLEcPHCdyKwZlgzd5e { box-sizing:content-box;height:2.625rem;width:23.3125rem;position:absolute;display:block;z-index:15010;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34rem;left:18.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#GJARSEBUDw49p517hIPuQbikyMuvuZyV { 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:75rem;width:75rem;display:none; }
#w2bDi93KlEtoMLpRSRWWo2Ok5AmfPnh4 { position:absolute;display:block;z-index:15012;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:8.0625rem;width:8.0625rem;top:9.625rem;left:55.6875rem;overflow:hidden;display:block; }
#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { background-color: transparent; background-image: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { display: none; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .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); }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { border-width: 0; border-radius: 0; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { color:#260080;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.34375rem;left:4.5rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4f0h7LTZvarsTLON6XV4n7pikosrCbc { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:14.125rem;left:23.5rem;overflow:hidden;display:block; }
#h94F7eZKb2VLsR3v7MchfMygdy9hFren { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:13.21875rem;left:35rem;display:block; }
#lGWrsRPAHe7QHfgvEoBRbalDuvurCm4H { background-color:#bcf520;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.28125rem;left:4.5rem;display:block; }
#uPrMP0nSgQCnzuSxRA23kIcoa02Waabk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcf520;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container { background-color: transparent; background-image: none; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container > .video-iframe-container { display: none; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row > .video-iframe-container { display: none; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .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); }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container { border-width: 0; border-radius: 0; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container { font-size:0.875rem;font-family:arial;height:95.8125rem;width:75rem;position:relative;display:block; }#lv8Kf9UumU8FozH7gzKVCIRn1FX9ZR3l { color:#7b46f8;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.40625rem;left:3.625rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zo5XTMZa3ANmMu979sXR5lShRd96pky7 { box-sizing:content-box;height:28.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(251,81,162,0.49), #7b46f8);background-image: -moz-linear-gradient(276deg, rgba(251,81,162,0.49), #7b46f8);background-image: -ms-linear-gradient(276deg, rgba(251,81,162,0.49), #7b46f8);background-image: -o-linear-gradient(276deg, rgba(251,81,162,0.49), #7b46f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a27c', endColorstr='#7b46f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a27c', endColorstr='#7b46f8' );";background-image: linear-gradient(276deg, rgba(251,81,162,0.49), #7b46f8);background-size:auto !important;top:23.75rem;left:0rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#tkU5OQBKAqLqI2z3VFmRvt4XWasZEFu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:29.6875rem;left:3.625rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#EwgAtxGnnqXT2dhdcC8hXdOrCRiG9czC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:36.5rem;left:3.625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxoQ5DJETNi6F7NPAiTviUHs8VuDTs5g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:33.6875rem;width:17.3125rem;top:28.25rem;left:19.5rem;overflow:hidden;display:block; }
#iBdlnpO5O25HKkTflvJGF6qBCKPZOqKq { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:30.5625rem;left:23.375rem;overflow:hidden;display:block; }
#J51reTvp54n5xf45vw9HfgIQXP81QsOz { box-sizing:content-box;height:28.6875rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #fb51a2, #e2deff);background-image: -moz-linear-gradient(203deg, #fb51a2, #e2deff);background-image: -ms-linear-gradient(203deg, #fb51a2, #e2deff);background-image: -o-linear-gradient(203deg, #fb51a2, #e2deff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#e2deff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#e2deff' );";background-image: linear-gradient(203deg, #fb51a2, #e2deff);background-size:auto !important;top:60.125rem;left:38.125rem;border-top-left-radius:7.5rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#BVouC796xqBEmRzwD3PhVW3Z9FOCh8m5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:68.125rem;left:57.3125rem;height:6.4619375rem;text-align:left;text-align-last:left;display:block; }
#Rx1biTTQX830i8tDo2i7tpT11ksbweZE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:77.3125rem;left:57.3125rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMr0ZbCsAeEl6S5ZHp2aTQ0l9wGWhUMH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.1875rem;width:25.375rem;top:65.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#ObNQVZQV29F9AmwBqe7nb8tQGTOTET4c { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:64.1875rem;left:22.75rem;overflow:hidden;display:block; }
#udZ86WM1DJM4XMDVpwk7drGq0TX5mkxU { background-color:#fb51a2;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.4375rem;left:39.9375rem;display:block; }
#ouV6mhUMEirXBPTTDo4dOvW7gUQ9qQkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLBSVnfOlvHl1td057a1h4JxLWhToXo4 { background-color:#7b46f8;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:86.3125rem;left:4.875rem;display:block; }
#INItX8QuBkUCht2en5B7tRUWRLwFUMb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUIOOb55BdCEpPy2T5OLTT5WPFNsrP2u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:28.25rem;left:9.125rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#H8JApT11xuXcWl8kyVPqNZQ7TLcZ9aEq { color:#7b46f8;display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:27.875rem;left:39.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZIskLUuZOcDf76VU9slgKQiD8C7LlyS { color:#7b46f8;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:66.96875rem;left:4.8125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTbZPkWTSL11pcv2vcBHLfHnkousHmwf { color:#7b46f8;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:73.09375rem;left:4.8125rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lCxed4dimiI8GPo7Isk3oXcBNVVMstBC { color:#7b46f8;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.5rem;left:40.125rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CsiuaCyB1srTbiW1x7caTVtfNKE86iCa { box-sizing:content-box;height:32rem;width:47.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.125rem;left:0.0625rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#ZiTdTUlt55kynV2x2KpIGNmzm7lDlJCm { box-sizing:content-box;height:28.3125rem;width:42.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:32.5rem;border-top-left-radius:0rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#muWxTvq0CnpMu1LaV50FLv21IPJHcAxs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:66.5380859375rem;left:57.3125rem;height:1.6499rem;text-align:left;text-align-last:left;display:block; }
#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcf520;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; }#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl > .row .container { border-width: 0; border-radius: 0; }#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:none; }#qBafPcct5vKez6yE1PtC02KBNf7fHPrF { color:#efefef;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:17.875rem;left:28.8125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ir176tEzyt3X3RmbOt8oho8DD9lByS50 { box-sizing:content-box;height:7.9375rem;width:20.6875rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875rem;left:4.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3rem;display:block; }
#XuWmZ4Peei2A3qNaLutbTzgruLTpCLFQ { box-sizing:content-box;height:7.375rem;width:20.6875rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:27.0625rem;border-top-right-radius:3rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xIrTnimSIXw97oM80o96KEqIhMkCHPuK { color:#efefef;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:20.625rem;left:7.0625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z2Ocqay76iDC2EaZDiDbMbhAm2fJBXb9 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3rem;box-shadow: none;height:13.3125rem;width:20.6875rem;top:23.0625rem;left:27.0625rem;overflow:hidden;display:block; }
#dsOLVqJQGqJ5L93K3gEGudim63IFfCOX { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:14.5625rem;width:20.625rem;top:25.6875rem;left:4.5rem;overflow:hidden;display:block; }
#edGJIAulB4BQsb5lJtcxZkq6ivVC51mD { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3rem;box-shadow: none;height:13rem;width:20.9375rem;top:25.8125rem;left:49.3125rem;overflow:hidden;display:block; }
#qZw6OqgRkGhA3cV1bK7vmLCmMtm00A66 { box-sizing:content-box;height:7.6875rem;width:20.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.125rem;left:49.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3rem;display:block; }
#NkWqKXgUfQtlDfJy7m4Gd5s280mBcO8v { color:#efefef;display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:20.0625rem;left:52.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PcBQ1gtBQ2AriBmnR7M7T2ongMPRnr1O { box-sizing:content-box;height:42.6875rem;width:71rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:2rem;border-top-left-radius:4rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#cAHdixOG4Q3Gf1IXqvG8O7q3TceQRHyF { color:#7b46f8;display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.6875rem;left:15.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRvU6IIgpQg5CBwEqg7pJ1K9uW2Zibwc { color:#7b46f8;display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:10.1875rem;left:8.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:#bcf520;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:4.0625rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container { background-color: transparent; background-image: none; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container > .video-iframe-container { display: none; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row > .video-iframe-container { display: none; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .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); }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container { border-width: 0; border-radius: 0; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#aUZHZ9DBVr3sdBnx3dZJmvsxVSWtSZUb { box-sizing:content-box;height:11.3125rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:6.4375rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#T6bckZ3eDlyK2dAshHkFgginRr3HL1yT { color:#7b46f8;display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.875rem;left:4.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#in0yigJfeHaNzJ7rTVsyoA8c8U1s66bg { box-sizing:content-box;height:31.8125rem;width:33.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:0rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#TEvD09hckI04vO9nqFBTulkctUAwhWzU { color:#252525;display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.75rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBW99TFPWcblutqCrVGGHLHL2Qoo2VNM { color:#252525;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.75rem;left:4.75rem;height:10.2368125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKl6uBhHAFiZAulfItHNCo6t2xBnua5z { box-sizing:content-box;height:26.4375rem;width:16.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.875rem;left:39.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#XrswAlJXVpnPVwk4T9ZUe4WevCHyAMPQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:2.75rem;top:32rem;left:40.25rem;overflow:hidden;display:block; }
#WiKuwrOeFy2bBDIWhOKepW9VlUqrPqOr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:33rem;left:44.3125rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tkl8uiTbayqm8zIzsEWz95J6yvXRa15y { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:25.9375rem;left:40.25rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vh45EVR3Fb8ua5LlCxKJfrlFbMEN0INv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:23.4375rem;left:40.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcsQkRRTxQPT0nQF9eEiVxDM9o05gPzQ { box-sizing:content-box;height:26.4375rem;width:16.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.875rem;left:57.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#M8LU1JvdbVM5xtbtOUFB5Wg1w9utG2s3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:23.4375rem;left:58.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGU1VpcCvlaLub2uK3HUWJB0gWG81kVo { color:#bcf520;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.4375rem;left:57.5625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nHAdTeObuVOTg5N2fupbv1ZunZiQ9XLP { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.125rem;width:16.375rem;top:9.875rem;left:39.0625rem;overflow:hidden;display:block; }
#yIR4fHP1xM3UBWyAZSBwbn8kt0vAl2RP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:27.625rem;left:58.3125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rh11BJgATABqQSe8S3hrf4ycvVCcQSlf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:33rem;left:61.875rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KlPQipRhUhhBz18qVcTbwpWmuJnhst77 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.1875rem;width:16.375rem;top:9.875rem;left:57.0625rem;overflow:hidden;display:block; }
#Vu9P0M53SQbc2mQUSppvmFf3cpGiP60v { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:2.75rem;top:32.0625rem;left:58.3125rem;overflow:hidden;display:block; }
#QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:40.068359375rem;left:71.875rem; }
#QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container { background-color: transparent; background-image: none; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container > .video-iframe-container { display: none; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row > .video-iframe-container { display: none; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .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); }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container { border-width: 0; border-radius: 0; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#lwTdekTm3lXC9Gya3n0HOkg23Hrw2f9J { box-sizing:content-box;height:28.4375rem;width:16.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:19.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#ezJegIQuHOJ6kr7zlsm8eTkUIwRxgxna { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:37.3125rem;left:24.625rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HuB9vQ3aMW38txSu4AKP0hXOcRsT9agh { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:2.75rem;top:36.375rem;left:20.9375rem;overflow:hidden;display:block; }
#MpeTfWQtw3rfTmnsQa6rd41WAZveO0yH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:28.9375rem;left:1.8125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnzqNLvwJbnKgydix9k8ywJLBIdTRkuz { box-sizing:content-box;height:28.625rem;width:16.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:0.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#bJp3rFgJxIcymMX4hDVpnDPNRuThwInP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:31.625rem;left:20.9375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbeOiVp1BZNKldZ4vU6xm9aWouDmc5OR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:34.75rem;left:6rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrFt3LaEBfLtJ5l05wMaunvQbuHQtuRL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:25.1875rem;left:1.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iA2kfupT4n3fTf2vndFFyCd89hLUQTmL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:25.1875rem;left:21.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EscTTwWbFNBObTryfSthUdJmikIpZ4dC { color:#bcf520;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:41.9375rem;left:0.75rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LIr1LLkIxQCTEzv0TvsGDVwxwKklLoMC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:11.625rem;left:0.75rem;overflow:hidden;display:block; }
#TDeoOA6g2JGXwEGyFHS7nX7nfPWGnR6K { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:11.625rem;left:19.9375rem;overflow:hidden;display:block; }
#REJ59TCJaqNCCnxPI5uJ72S3p4RhA4FF { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:2.75rem;top:33.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#AudBQyDX0WyV7HqTwULHwCQsCRCSS6xJ { box-sizing:content-box;height:11.375rem;width:34rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -moz-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -ms-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -o-linear-gradient(203deg, #fb51a2, #fd8618);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#fd8618' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#fd8618' );";background-image: linear-gradient(203deg, #fb51a2, #fd8618);background-size:auto !important;top:4.375rem;left:41rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#SAVrPVHcBrVqODOh304dgBPOSJOGRqRv { color:#bcf520;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.8125rem;left:46.0625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I383NUu2vwrTJZkv4E31qVTcw60loyx2 { box-sizing:content-box;height:33.6875rem;width:34rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:41rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#qZQpcq3cXHZNZ9fzip8ydC5ubqhxLTTZ { color:#252525;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.125rem;left:46.375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HoDOGdnbMDipe1GA3pRRNkG8E1aH1BwK { color:#333333;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:46.0625rem;height:13.161625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:42.568359375rem;left:14.5rem; }
#J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container { background-color: transparent; background-image: none; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container > .video-iframe-container { display: none; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row > .video-iframe-container { display: none; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .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); }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container { border-width: 0; border-radius: 0; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#euZOUbf5J6Jq03IzqEDOlk9lzQNpxMs1 { color:#252525;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.25rem;height:11.69925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iA5vHxerTMhKWp6W6m8tqlKCqc8Csp7z { box-sizing:content-box;height:32rem;width:34rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:0rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#T4mKT9eNNoF74P3VRmfIZ0w8exb2Uhmm { color:#252525;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.25rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k6VVUFXCVAhdk0TtPeR7t1uCQ8UZ3kx5 { box-sizing:content-box;height:12.5rem;width:34.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:3.9375rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#CuRNmrMocOpQrb1OLqR6GkZiWPzmMTTT { color:#7b46f8;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.8125rem;left:5.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x3c8Tn2PFWx0Udb6L5DcLcoxM1sEf218 { box-sizing:content-box;height:28.4375rem;width:16.375rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.875rem;left:39.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#XUtk7ZRpm6BLkpQmKUSxG56xUWTcACMR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:34.5625rem;left:43.75rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmU2MCt2E7WduFUst04DM3ZneQyiQQee { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:28.875rem;left:40.0625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMnSMW1C1TwUZM46hRE6Vnm8uZIUnWCD { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:33.125rem;left:58.3125rem;overflow:hidden;display:block; }
#WyzvFuSpCcMPOghM8g4wIb3omqXcRRTd { box-sizing:content-box;height:28.625rem;width:16.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.8125rem;left:57.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#peEaWD61JxAwZSaUUf9wWhK5VTLWbTg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:25.5rem;left:58.125rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxads0dI7I1dSvEdzcTlwGDyPJmf5VxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:22.4375rem;left:40.25rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8bply2yxEPbzE1AxrZ9kncpvQZABZo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:34.5625rem;left:63.3125rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M1yFkhUl9VpksxqnDUbgy0wuO7uuasNg { color:#bcf520;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40rem;left:55.875rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ew0CRIkCE04gMeFETspbGZBrIvApxObc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:22.375rem;left:58.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vyXMprv5Lm9Ftmw5hMQAVaAsT7nrKDbi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:8.875rem;left:39.0625rem;overflow:hidden;display:block; }
#aphvxaffEZxqMegR77iNCLEZzfyLm3Gw { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:8.8125rem;left:57.125rem;overflow:hidden;display:block; }
#R5amboMbdwnvdTy7cyVOG1KzeHug8m5D { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:2.75rem;top:33.599609375rem;left:40.0625rem;overflow:hidden;display:block; }
#p080at4J1oiW1iktREJypm6mMhxAQzlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:40.630859375rem;left:70.4375rem; }
#p080at4J1oiW1iktREJypm6mMhxAQzlL > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container { background-color: transparent; background-image: none; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container > .video-iframe-container { display: none; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row > .video-iframe-container { display: none; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .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); }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container { border-width: 0; border-radius: 0; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#v5hdZqewncsDniQoloTaWZl2B6JWNW5K { box-sizing:content-box;height:28.4375rem;width:16.375rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.6875rem;left:1.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#oobtMpG0vL8mqUTdJa1q7n7MTJM03M3O { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:8.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#TkdA22J4AEubVtvPBEd0PEhEXfVRMcpa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:26.5625rem;left:2.5rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e5b5nyNyHcJNxAfQ376weFtGP8RyE3k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:22.25rem;left:2.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgnlTg1kA1bgIyawWTd2qUPHt3FKsouG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:34.375rem;left:7.5rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPJRC5S5iR7DPaEurds9p7zK1T3ca1oA { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:32.75rem;left:2.8125rem;overflow:hidden;display:block; }
#hUORLgTWAPCSW7lQTNLa9WSwy3o0ewxU { box-sizing:content-box;height:28.625rem;width:16.375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.625rem;left:19.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#PtFUekCGopp3oTJzsnfKKBCQuLKrb3IV { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:8.625rem;left:19.625rem;overflow:hidden;display:block; }
#iaZFeMbDI8STkXHB4NFyxBELrAF2x3dt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:25.5625rem;left:20.8125rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gmFKTo2OWg1sRQhQvL4se9ETmfPmnUuG { color:#bcf520;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.8125rem;left:1.5625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpFL4DIvLpW8mLBU7r4PDtuoHlLPuGws { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:22.1875rem;left:20.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hdslTSB6ypdW4UoH5nQzCdUz3xLS7Ifi { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:32.75rem;left:20.75rem;overflow:hidden;display:block; }
#Z4D2J7WvKtpVbH7RT4TmngRAnk7ENGoT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:34.875rem;left:25.4375rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FpcRMUyOwzNfB1z7fsVoDcf071eXKTcA { box-sizing:content-box;height:32rem;width:34rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:41rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#MAHAmZ4HpqZ0H0PDFI5qUcZRIzR6T37L { color:#252525;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.25rem;left:46.0625rem;height:13.16160625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fKtyyczuQNXtaoR9TDxfqe6LEyH0Ty0X { color:#252525;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dhtbrJc40B4ZAza3zK60oWBrRmHBm6LO { box-sizing:content-box;height:11.375rem;width:34rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -moz-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -ms-linear-gradient(203deg, #fb51a2, #fd8618);background-image: -o-linear-gradient(203deg, #fb51a2, #fd8618);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#fd8618' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#fd8618' );";background-image: linear-gradient(203deg, #fb51a2, #fd8618);background-size:auto !important;top:3.875rem;left:41rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#krc6AenE3TqwULHsWWhufQcZJPZTc7bc { color:#bcf520;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.3125rem;left:46.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:40.443359375rem;left:15.3125rem; }
#CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b46f8;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; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container { background-color: transparent; background-image: none; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container > .video-iframe-container { display: none; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row > .video-iframe-container { display: none; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .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); }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container { border-width: 0; border-radius: 0; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#PdLHFQAdAbzE5nTxGwDDScT3KEMBMnkL { box-sizing:content-box;height:32rem;width:34rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:0.5625rem;border-top-left-radius:4rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#xQlPqKU8XIffwg73xF1eKwJsqRUDVS3P { color:#252525;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16.1875rem;left:5.8125rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4TZMNTO0U5gP6TeNu2PcpaGiGo8Tx00 { box-sizing:content-box;height:12.5rem;width:34.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:0.8125rem;left:0.5625rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#REzU5tRbHKdShAfGRCPLfZaiPoE92RGV { color:#7b46f8;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:5.9375rem;left:5.9375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u7rf76Iba37BMTrPSpR3Q4LGfRl1WBaU { box-sizing:content-box;height:28.4375rem;width:16.375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:40.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#OpcdO3vOoHkIsthkr3pbMpSfHMQA9TMP { box-sizing:content-box;height:28.625rem;width:16.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.375rem;left:58.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#kHcwFv3ZrEDtmHvH7pz7hlr8BLR0GosD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:14rem;left:41.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oAdfqXtICcTB6SMKFAJFqAVmhPrltLUz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:13.9375rem;left:59.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WNHuXR1oghAHSKyobQN4EmB6m8L9Zqv3 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:0.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#exAfEXXNH2NvXIb6rlgkxtBQ9sRIz4WJ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.25rem;width:16.375rem;top:0.375rem;left:58.625rem;overflow:hidden;display:block; }
#EAAX68SmonJgJ2h3vEHLkphH4L7ekGSK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:18.6875rem;left:41.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAhZrhB1eeVdqrgVnkD3yzDMLtNTpt7p { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:17.875rem;left:59.8125rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXfXg410gzZ2tuUfTQOITSK0bhtH7n59 { color:#252525;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.6728515625rem;left:5.875rem;height:11.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W6tmteqEZCyZ2PgGXuuLDDtRMWN311TC { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:23.9375rem;left:41.75rem;overflow:hidden;display:block; }
#bcynyKRL4tqHAfBCho30zuxBeTSfncgO { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:3.6875rem;top:23.9375rem;left:60rem;overflow:hidden;display:block; }
#vU4O2FPB17AdHneLanqbuT7Fm3xR9Bsg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:25.375rem;left:46.5625rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlWPGmb6StHd6JVFFQIob2IlJtcTZNB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:25.375rem;left:65rem;height:0.82470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zd6uLmqQDAKdgiQXbSO1WMCqS2rRQmWS { color:#bcf520;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36rem;left:54.84375rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:36.630859375rem;left:69.71875rem; }
#ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#b34k31iBQ4iadBkOaFz1Lb7kcUTFJfIh { background-color:#09d1b3;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.375rem;left:34.6875rem;display:none; }
#FZbIucTkbg3bm85Eom5GT3iAWZDa9zZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb51a2;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; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container { background-color: transparent; background-image: none; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container > .video-iframe-container { display: none; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row > .video-iframe-container { display: none; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .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); }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container { border-width: 0; border-radius: 0; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:#bcf520;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.0625rem;left:3.5rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmOP3yU7aFcv6melZaEWhkTW6asuBvFT { color:#bcf520;display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.67578125rem;left:3.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRFUz7qZalbT6bMUvZggn44fdFLhD23R { box-sizing:content-box;height:5.375rem;width:7.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:52.375rem;left:28.875rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#QPhJneW4TPpl7ctRqbt01al79UC7ayTl { color:#7b46f8;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:53.0625rem;left:30.3125rem;height:3.98095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8yOKinwluok4fMlS85II3NnyZr59b6M { color:#efefef;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:54.8125rem;left:38.6875rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3m1N86MyKo4gtTr6HrsPKsmLG6hs9zg { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:52.375rem;left:38.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ac7PBlgTezUBeIxBnRQsJFmTQFH6JP1l { background-color:#7b46f8;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.375rem;left:38.6875rem;display:block; }
#f5Xd3dAsxfVTpGcSmb9CE1A1HJs9HpLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sc2232Tf93DCfXofcCVHBIRKU1ZPvHmM { background-color:#7b46f8;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:62.25rem;left:38.6875rem;display:block; }
#EEbnF6TrIAdNzbwGswDDTbO8ngJBqdKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thAN8zFEOaZ7GOOl4HOP3aTAWAvJaDxX { box-sizing:content-box;height:5.375rem;width:7.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:36.6875rem;left:28.875rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#wnBBpGC2bsxv1lSPFtGdnC8y8qNV31tl { color:#7b46f8;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:37.375rem;left:30.3125rem;height:3.98095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMlObq6MeeZ4X58Ef9GkQNIVlpcXkIiQ { color:#efefef;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.125rem;left:38.6875rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T2y78k6SPKhM96g6EsxmGNlhFyOeh9s4 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:36.6875rem;left:38.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AId0ucvruu4TgaTZBAnsH9rQ7LIU8NKB { box-sizing:content-box;height:5.375rem;width:7.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(203deg, #bcf520, #8affe9);background-image: -moz-linear-gradient(203deg, #bcf520, #8affe9);background-image: -ms-linear-gradient(203deg, #bcf520, #8affe9);background-image: -o-linear-gradient(203deg, #bcf520, #8affe9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#8affe9' );";background-image: linear-gradient(203deg, #bcf520, #8affe9);background-size:auto !important;top:21.9375rem;left:28.875rem;border-top-left-radius:3rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;display:block; }
#waxSmdVeiRRSLBaJwwAHK6dFnycNzhUG { color:#7b46f8;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:22.625rem;left:30.3125rem;height:3.98095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4VuvyJX6J8nIdtvG3XzFtELTbuxBVib { color:#efefef;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.375rem;left:38.6875rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fafCLB6uMRgDiMtAiq6p6LrTvTTPence { background-color:#7b46f8;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.0625rem;left:38.6875rem;display:block; }
#gLSupX3zWCfmMfo8sqrByo3EWAu4XTZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7KLluHSwJE3dmUbswLNauZaQ7bo41SP { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.9375rem;left:38.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb51a2;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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#CCEdIqg8JEeInh0rChQaEIGJNNcn6zIP { position:absolute;display:block;z-index:14998;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-primary-2),0.4) ;height:28.6875rem;width:51.8125rem;top:3.6875rem;left:21rem;overflow:hidden;display:block; }
#U62A1i41KxnpTmBJuZ92mCKX6XUusThR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.125rem;left:25.3125rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLCSVNQeb4QgTXSTgIKkVWyNZQGhsp8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:10.1875rem;left:25.5rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#puthHWlwaQxuenw2mPiKTT5QJupT8gIr { background-color:rgba(var(--color-tertiary-0),0.2);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.5625rem;left:5.875rem;display:block; }
#qV1sOz7CRvpoM0v4MQtJEkrMfHe207fV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRZ1T1STJCUlkAM9xi73ze3tXNCZTFTN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:7.75rem;left:31.6875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#PTr2zlRDGDy6ttQCuIIQXkeVlxhsGaTW { box-sizing:content-box;height:28.875rem;width:34rem;position:absolute;display:block;z-index:14997;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:2.125rem;border-top-left-radius:6.5625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.25rem;display:block; }
#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container { background-color: transparent; background-image: none; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container > .video-iframe-container { display: none; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row > .video-iframe-container { display: none; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .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); }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container { border-width: 0; border-radius: 0; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#PPBSuhpzTRghkEa60qIxlcEsbQ6Dw3oX { color:#09d1b3;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.8125rem;left:4.1875rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bk9EioxoKTKGQCRQuTTtuZ5kilguypze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:42.5rem;left:6.5625rem; }
#Si8LogIQcfMkV7dhGoVETh3vdcKnHCEA { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:36.1875rem;left:10.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UWgw8lRrCPBHR95c6Glub5MBsPx33zBa { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:42.875rem;left:10.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9VDg2Wps6g0v2o5TyLoGlb4vHtTE7P0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:36.1875rem;left:6.5625rem; }
#mQATKmhmMwLoFlAHyHT9d5sT6vWGK4Fd { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:32.6875rem;left:10.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RFsP62ZGTp59udziophpebBHtuJWRocd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:32.3125rem;left:6.5625rem; }
#CpK0VDKzTx98DCCpiSfb3ZM1Ksvdy0nc { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:29.25rem;left:10.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOqE8O4dBZIEUqt3ieQG8u6z79Csicue { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:28.875rem;left:6.5625rem; }
#UhT2TC8rAWhkO413bQOQXZvWyZIST1t7 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:25.8125rem;left:10.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RD6lsGLnS39HThbvBgJJC0k4OzZkobM8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:25.4375rem;left:6.5625rem; }
#TIvqsz3936fxyLqmhddUSD8JaUO5TZUV { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:22.5rem;left:10.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bB4gv81k3M467QaPTXUOgEkfH3zT7t4F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:21.9375rem;left:6.5625rem; }
#pPa5lzFQnp79CMp8ztmMOIGfuoo599xg { position:absolute;display:block;z-index:15063;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:27.1875rem;width:40.3125rem;top:10.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#KepNgGkMkzQTS6ImwiqQysMHLVuPkAXG { color:rgba(255,255,255,0.31);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:39.75rem;left:34.6875rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X31rFJterIyR1BTJA1kPaDUbS1iiBent { background-color:#09d1b3;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.375rem;left:34.6875rem;display:block; }
#JI5dbLUdrDs6CSvSQA04WuwcM13bTbeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h425PN64L3lXefh9ToIvEvCelrlzXoUE { position:absolute;display:block;z-index:15065;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:8.0625rem;width:8.0625rem;top:7.03125rem;left:60.375rem;overflow:hidden;display:block; }
#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container { background-color: transparent; background-image: none; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container > .video-iframe-container { display: none; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row > .video-iframe-container { display: none; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .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); }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container { border-width: 0; border-radius: 0; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#mWmUqsMBnZ20ItdDo5S1AVTBs0frr2PM { box-sizing:content-box;height:26.8125rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#CbUgkyBScWTFGc40V8RIzNDinu60N40H { color:#bcf520;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:15.8125rem;left:4.6875rem;height:9.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container { background-color: transparent; background-image: none; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container > .video-iframe-container { display: none; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row > .video-iframe-container { display: none; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .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); }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container { border-width: 0; border-radius: 0; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#CfD6RSFkTFdGKNLCDQTerPonyxnQo5tk { box-sizing:content-box;height:33.375rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#VuxxEItZOsPqdtVvSHltaH1v7uPE9ZPa { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.4375rem;left:40.5rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHVsKttwaaVJfrqmWw0VA9r9WK45vSML { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:15.0625rem;width:7.875rem;top:16.3125rem;left:25.375rem;overflow:hidden;display:block; }
#Ht7TAsvAPWRreQd1t9FkgKpaR76AlguT { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb51a2, #bcf520);background-image: -moz-linear-gradient(180deg, #fb51a2, #bcf520);background-image: -ms-linear-gradient(180deg, #fb51a2, #bcf520);background-image: -o-linear-gradient(180deg, #fb51a2, #bcf520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#bcf520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#bcf520' );";background-image: linear-gradient(180deg, #fb51a2, #bcf520);background-size:auto !important;top:5.25rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#NiyHvRvxLdcryBfDl5hm6FWHS5aSfB2N { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:15.0625rem;width:18.9375rem;top:9.9375rem;left:11.6875rem;overflow:hidden;display:block; }
#BL1TxAAXsVnoId5OWtvbDss7Hbf6C4Ko { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#lRLynSkvbWJCQiEQvu1tJiol63gdz7F6 { color:#bcf520;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.5rem;left:40.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#buNWq01veZeUfh0KRRowFcJbhGIyvBEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container { background-color: transparent; background-image: none; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container > .video-iframe-container { display: none; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row > .video-iframe-container { display: none; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .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); }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container { border-width: 0; border-radius: 0; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#iholkWKI3JC2ya3URTSKKfI3lsBpFDmT { box-sizing:content-box;height:33.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#H31pXCf31z80IHVnOcScz1fol67VirDS { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.0625rem;left:5.875rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSQg5y8Kol4h9h3ObXvTkeFlkbwmsZq9 { color:#bcf520;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.125rem;left:5.875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTZ8ieuvmZ8hKy9XspPTBSktsCrOXlAJ { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8affe9, #bcf520);background-image: -moz-linear-gradient(180deg, #8affe9, #bcf520);background-image: -ms-linear-gradient(180deg, #8affe9, #bcf520);background-image: -o-linear-gradient(180deg, #8affe9, #bcf520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affe9', endColorstr='#bcf520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affe9', endColorstr='#bcf520' );";background-image: linear-gradient(180deg, #8affe9, #bcf520);background-size:auto !important;top:6.4375rem;left:47.5625rem;border-top-left-radius:0.75rem;border-top-right-radius:15rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#hnQ63x6E7TkvngZXrumLPfxgUz1Is85r { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.5) ;height:21.4375rem;width:14.875rem;top:10.9375rem;left:45.25rem;overflow:hidden;display:block; }
#aSVOfzL3SDz7ktvNxR7JolpXOFuoCLAF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:12.0625rem;left:41.75rem;overflow:hidden;display:block; }
#K888b0qy427Ur976GPZukmEUnSiNyNS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container { background-color: transparent; background-image: none; }#K888b0qy427Ur976GPZukmEUnSiNyNS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container > .video-iframe-container { display: none; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row > .video-iframe-container { display: none; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .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); }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container { border-width: 0; border-radius: 0; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#CmLOZmbsiMVJdt4kcL2k0TJfUqkEx6nt { box-sizing:content-box;height:33.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #fb51a2, #7b46f8);background-image: -moz-linear-gradient(360deg, #fb51a2, #7b46f8);background-image: -ms-linear-gradient(360deg, #fb51a2, #7b46f8);background-image: -o-linear-gradient(360deg, #fb51a2, #7b46f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#7b46f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb51a2', endColorstr='#7b46f8' );";background-image: linear-gradient(360deg, #fb51a2, #7b46f8);background-size:auto !important;top:5.625rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 3.375rem rgba(0,0,0,0.5) ;height:15.75rem;width:18rem;top:13rem;left:11.5625rem;overflow:hidden;display:block; }
#CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.8125rem;left:40.5rem;height:12.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { color:#bcf520;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.3125rem;left:40.5rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container { background-color: transparent; background-image: none; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container > .video-iframe-container { display: none; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row > .video-iframe-container { display: none; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .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); }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container { border-width: 0; border-radius: 0; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#lBuR4biZik2t3JEbMNpKLI4TcmX7vf2w { box-sizing:content-box;height:33.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#7b46f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#dzLKAsJemMuT0nZ1y2y7HXEwvJpur7Xy { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.8125rem;left:5.875rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZB0yIugHe4TWF8X8CPPZDr49fdwb54es { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.5rem;top:12.0625rem;left:41.75rem;overflow:hidden;display:block; }
#sPmmOtLaBQrTz03Zwt7UL0TKJr0QbB1L { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bcf520, #fb51a2);background-image: -moz-linear-gradient(180deg, #bcf520, #fb51a2);background-image: -ms-linear-gradient(180deg, #bcf520, #fb51a2);background-image: -o-linear-gradient(180deg, #bcf520, #fb51a2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#fb51a2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcf520', endColorstr='#fb51a2' );";background-image: linear-gradient(180deg, #bcf520, #fb51a2);background-size:auto !important;top:6.4375rem;left:47.5625rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#TQ1xd5eoRT8tmAe7ynAQpFR6We7pCumG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 4.9375rem rgba(0,0,0,0.5) ;height:16.125rem;width:18.125rem;top:14.3125rem;left:44.5rem;overflow:hidden;display:block; }
#AQJibLwEPXyfd4OLwbucqqIzE47NF5zF { color:#bcf520;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.125rem;left:5.875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4ff;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; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container { background-color: transparent; background-image: none; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container > .video-iframe-container { display: none; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row > .video-iframe-container { display: none; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .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); }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container { border-width: 0; border-radius: 0; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#Pb1JDfO3TB7lqr1h8orIf8FsvZnx85b3 { background-color:#09d1b3;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.3125rem;left:27.875rem;display:block; }
#gdB0nSychuXPgfLBUQiy0ZImPpiH9kci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container { background-color: transparent; background-image: none; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container > .video-iframe-container { display: none; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row > .video-iframe-container { display: none; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .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); }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container { border-width: 0; border-radius: 0; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#sboxD5lbAtEZwmuWPHTm14iCoT8FDPVK { color:#7b46f8;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10.375rem;left:3.8125rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container { background-color: transparent; background-image: none; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container > .video-iframe-container { display: none; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row > .video-iframe-container { display: none; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .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); }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container { border-width: 0; border-radius: 0; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#ThoGC5MoPvJI8ELrBS8uMyuevHA4yTrO { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:23.9375rem;width:75rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#iznlA2LDFzJpqMz2i8KHwgRXbE2zMZrv { 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:8.5rem;width:8.0625rem;top:20.375rem;left:4.75rem;overflow:hidden;display:block; }
#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container { background-color: transparent; background-image: none; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container > .video-iframe-container { display: none; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row > .video-iframe-container { display: none; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .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); }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container { border-width: 0; border-radius: 0; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#ZoTZOt9P8CkQw6cT56FMvbG6HbCbm1hP { box-sizing:content-box;height:8.5625rem;width:26.0625rem;position:absolute;display:block;z-index:15025;background-color:#fb51a2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9375rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.8125rem;display:block; }
#ApdDMaOPEowwrf4NZ6s9tIZhEJZiG2iU { 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:3.125rem;width:2.9375rem;top:2.875rem;left:21.625rem;overflow:hidden;display:block; }
#HSVuEsdE9pv5ZfWgXNGR2lUHUmkTgiXZ { color:#bcf520;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.3125rem;left:3.4375rem;height:3.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container { background-color: transparent; background-image: none; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container > .video-iframe-container { display: none; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row > .video-iframe-container { display: none; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .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); }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container { border-width: 0; border-radius: 0; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#mMm7hQHCZzGRKfEw9AoMOhXiqGwCmVDu { box-sizing:content-box;height:18.25rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Lu3tnTiNW3TTcwWcFBpaitgpwC4eH0Zo { box-sizing:content-box;height:18.3125rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:19.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#NyhKslV39cfsLh4JZQtrL7rNrlvAy633 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MedLyC4qGTVn3qHHX3qgzZ8d6GZ5XCZ3 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#l87eeMTlnUgKympQWTKWcouF7pHtlQpR { box-sizing:content-box;height:18.3125rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:38.5rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#hyS09XCTxngapVNaTdTmilCAKi4Crpln { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0.1875rem;left:38.5rem;overflow:hidden;display:block; }
#KdTEysTQTTDHr0UJPekl8i3ZG2I0IzqW { box-sizing:content-box;height:18.4375rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:#bcf520;background-image:none;top:0.1875rem;left:57.5rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#H9cvKET7MbwTUNB76XouDzwaruaOvope { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:.9;letter-spacing:0;top:7.9375rem;left:59.375rem;height:4.0488375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3QcQeSnXP56S33Lwm3uLJ9Rm73GQbZf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:12.875rem;left:1.875rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TePH2IrHZcItfueLvLdr347tNzQ7dIQR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:12.875rem;left:20.9375rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WEvp1mGVc8BQUdiktWTH1sLTVGw2PsEM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:12.875rem;left:40.375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZToRr39RnfOi4noE622GPRKrQGwfrR3s { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0.1875rem;left:0rem;overflow:hidden;display:none; }
#FZHUeeSVXIHHTgbTZK0hA9fZkC6FW1Ns { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0.1875rem;left:19.0625rem;overflow:hidden;display:none; }
#H277GdXSR0OEdxMATTilaECfCaG34XWT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0.1875rem;left:38.5rem;overflow:hidden;display:none; }
#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container { background-color: transparent; background-image: none; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container > .video-iframe-container { display: none; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row > .video-iframe-container { display: none; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .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); }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container { border-width: 0; border-radius: 0; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#Cwqq7T6QI1x90SD7O2ANM0NOJ3c4KLfU { box-sizing:content-box;height:11.125rem;width:26.875rem;position:absolute;display:block;z-index:15027;background-color:#bcf520;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.8125rem;display:block; }
#RaK257V1wMPBuNSTUG7pNUyqTIdJFH3u { color:#7b46f8;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:3.8125rem;left:3.4375rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RGWHQFsEgLfpFFw7vRiw7ifI5yODzvOT { 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:3.125rem;width:2.9375rem;top:2.3125rem;left:22.75rem;overflow:hidden;display:block; }
#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container { background-color: transparent; background-image: none; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container > .video-iframe-container { display: none; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row > .video-iframe-container { display: none; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .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); }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container { border-width: 0; border-radius: 0; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#McydcDtkrdqXFOGgZI16QEPArRvk65r5 { box-sizing:content-box;height:18.25rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Hywhssc1IlhsiB1ZV7sBqhyTbleOwJtw { box-sizing:content-box;height:18.3125rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:19.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#PkRAwbnTv81oFBMQIwDBfUDIPKgrAxFI { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r38HaZsmgLDT9dBRxVmfnUbR0W7uIxOv { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#mon9TcRizT6AUmwv3BUikxw0JZk2aRfw { box-sizing:content-box;height:18.3125rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:38.5rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#AziZoxgWrBwF8holM9vD7IZZEQF8e8OC { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:0rem;left:38.5rem;overflow:hidden;display:block; }
#TtvxssHaIBcrt7T3EDSP5PxsD4Nv1Vuy { box-sizing:content-box;height:18.1875rem;width:17.5rem;position:absolute;display:block;z-index:15031;background-color:#fb51a2;background-image:none;top:0.0625rem;left:57.5rem;border-top-left-radius:0.75rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#MGWEoO7RGu7F479BL0h37UIypBXC0FI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:8.4375rem;left:59.375rem;height:4.0488375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuGekS5PFpGusnLXHRIEJQHE8iTTS872 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:12.4375rem;left:20.9375rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTv4zTf2ryWKRm3UuaDNlFvZTXKOIJCU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:13.875rem;left:1.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LX6LxC6xyoMiPtxI9R84wuO7HdGb5XDC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:13.875rem;left:40.375rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AeOnC7vA72VfNZys2BRb8txm4DvnIMLA { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:5.412109375rem;left:0rem;overflow:hidden;display:none; }
#FyanCnSzTHcEX0TATUEuxQ2t7gDa6qJI { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:5.412109375rem;left:19.34375rem;overflow:hidden;display:none; }
#TGU3RaTwBKdPDG5XEK39p4bMi6Q4K91O { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;height:9.875rem;width:17.5625rem;top:4.4375rem;left:38.75rem;overflow:hidden;display:none; }
#LZdwnzwMTekcsLagJ6IZdMEK61c092xF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container { background-color: transparent; background-image: none; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container > .video-iframe-container { display: none; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row > .video-iframe-container { display: none; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .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); }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container { border-width: 0; border-radius: 0; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#gOu51Gyiep0mAqqk3G52B13KpkDil3ns { background-color:#fb51a2;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.4375rem;left:26.5625rem;display:block; }
#STbE6DgoC0MTpTkvnbF6B4oFKW14eNOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OW4T0E9HTcl0eLT78kxALXsyItdUdetU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { background-color: transparent; background-image: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { border-width: 0; border-radius: 0; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:0rem;height:2.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { color:rgba(var(--color-primary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.375rem;left:12.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .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; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .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; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .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); }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .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); }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .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; }#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .accordion-trigger.adaptive-delivery-prevent-bg, #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .accordion-trigger.lazyload, #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .accordion-trigger.lazyloading { background-image: none; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC { box-sizing:content-box;height:auto;width:51.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(123,70,248,0.12);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:14rem;left:10.59375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Mogrh3MoWseoT0sKXo1spdPmw7IVKrwc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cJBvmoB7yTSzsDlgzKpxPpE9iAtCeoai { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #aZ9gxDCT3o64q68O0LuaGHfJbuWpTBOP { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PFT3GWFzKIPuvNnLwAScKJtwLsqsPaB7 {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cGkPPG21HWD2hy3bGf9yDBddqRoemT9T {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #J7KZcR1if0z7VeZLor0isW0qvZGMlWh5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #LE2rIH78oWTGMIHh0h8VDAC8QtSCLC9f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WmVkHDo90O3X8KTTarQCTzA3PJEBRFsk { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cwIDZzShaJScmpVQQ6prmCUAeS0CrxQV {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #FzuFgkkgM0PkotZ2RKqUF5058Z5Q95UB { display:none; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #vq64OwQ2pZ2qTZfFxHkN3MJdMoFswLQI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #XSEFWtalKSQBoGpXRQaonHlGMJx0N3pf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #rCH6B2RnqqPU3Emg3vtf2fBFDTnSgMa5 { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #uGu0QOC4TLfUDUbJdwz3eEGklqBJMZku {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #u18GKSgNhbq4WEarksxIecFaXJyQkz6a { display:none; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #bWlHgvXJ4UUORMxxMIkM1Xxw4tOcIGqR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #iLK45bVEfn8oKTwa0sqtZrBca32UQBe3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #yaqou3sWGZQqreaLlEqEIl3RvHKBdxi8 { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #MiuB71Bc8HqXhMAyPSTPBMQl3PIvRmbB {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #entQc9QmzEWzeZT6sDqxfk3kgg0TPqEP { display:none; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #dcmnV3NmTlIrBrqxkQDgNIHyeWqDZBEF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #eh5B1dlddzXp22n2cbbX65PD42swz1cZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #kJcC4xA4PwtLQQETULWRib6PNXmZN1MU { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #qkxrWU3zslxxWviSxdcyqd0CqGPCcCVu {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PaaHtdxTQ3MxvJgCvfO8e6eqpW0oUMvZ { display:none; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #smgVwFC1eWzhNDn2KkL9Z8nPHWzr6pW0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #I5BqbugPlUeyzs5W1NT9rURX6vgBWEOG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WRhtwfz5zsmTMQcTQ342SW6wcFi4SNt7 { display:block;position:relative; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #n6rSygHO4aDPquAQHTBmHLboGXxAkqoD {  }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Rr05I210BvwSLgqD5VIuWuSF7673UEnG { display:none; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#MV591xzmStREXTQoxuOFLc70eLJbUsxR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.8125rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:7.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4oUawHDCocPg7szPoIgFlJm5OA604C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { box-sizing:content-box;height:3rem;width:3rem;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-0),0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.375rem;left:66.375rem;display:block; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.1875rem;left:67.1875rem; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:30.5rem;height:13.875rem;top:17.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:11.125rem;height:2.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:41.5625rem;height:3.375rem;top:33.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:17.9375rem;height:3.125rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { width:13.6875rem;height:3.125rem;top:40.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:7.9375rem;height:3.125rem;top:2.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:6.625rem;height:3.125rem;top:2.3125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:8.125rem;height:3.125rem;top:2.3125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:6.75rem;height:3.125rem;top:2.5rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #Z4tb1i6cb5wi09TLEcPHCdyKwZlgzd5e { top:34rem;left:4.6875rem;width:23.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJARSEBUDw49p517hIPuQbikyMuvuZyV { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2bDi93KlEtoMLpRSRWWo2Ok5AmfPnh4 { top:9.625rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:25.3125rem;height:18.75rem;top:14.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4f0h7LTZvarsTLON6XV4n7pikosrCbc { width:29.5rem;height:19.1875rem;top:14.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94F7eZKb2VLsR3v7MchfMygdy9hFren { top:13.1875rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGWrsRPAHe7QHfgvEoBRbalDuvurCm4H { width:17.9375rem;height:3.125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPrMP0nSgQCnzuSxRA23kIcoa02Waabk { display:block; }
 }@media only screen and (max-width: 763px) { #ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG { display:block; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv8Kf9UumU8FozH7gzKVCIRn1FX9ZR3l { width:25.3125rem;height:9.375rem;top:7.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo5XTMZa3ANmMu979sXR5lShRd96pky7 { width:32.5625rem;height:28.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkU5OQBKAqLqI2z3VFmRvt4XWasZEFu6 { width:22.625rem;height:5.625rem;top:29.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwgAtxGnnqXT2dhdcC8hXdOrCRiG9czC { width:13.8125rem;height:4.75rem;top:36.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxoQ5DJETNi6F7NPAiTviUHs8VuDTs5g { width:17.3125rem;height:33.6875rem;top:28.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdlnpO5O25HKkTflvJGF6qBCKPZOqKq { width:29.5rem;height:19.1875rem;top:30.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51reTvp54n5xf45vw9HfgIQXP81QsOz { width:36.875rem;height:28.6875rem;top:60.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVouC796xqBEmRzwD3PhVW3Z9FOCh8m5 { width:14.375rem;height:6.4375rem;top:68.125rem;left:33.375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx1biTTQX830i8tDo2i7tpT11ksbweZE { width:14.375rem;height:4.75rem;top:77.3125rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMr0ZbCsAeEl6S5ZHp2aTQ0l9wGWhUMH { width:25.375rem;height:24.1875rem;top:65.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObNQVZQV29F9AmwBqe7nb8tQGTOTET4c { width:29.5rem;height:19.1875rem;top:64.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZ86WM1DJM4XMDVpwk7drGq0TX5mkxU { width:15.1875rem;height:3.125rem;top:47.4375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouV6mhUMEirXBPTTDo4dOvW7gUQ9qQkO { display:block; }
 }@media only screen and (max-width: 763px) { #rLBSVnfOlvHl1td057a1h4JxLWhToXo4 { width:12.625rem;height:3.125rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INItX8QuBkUCht2en5B7tRUWRLwFUMb8 { display:block; }
 }@media only screen and (max-width: 763px) { #TUIOOb55BdCEpPy2T5OLTT5WPFNsrP2u { width:22.625rem;height:1.3125rem;top:28.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JApT11xuXcWl8kyVPqNZQ7TLcZ9aEq { width:29.8125rem;height:3.75rem;top:27.875rem;left:17.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIskLUuZOcDf76VU9slgKQiD8C7LlyS { width:25.3125rem;height:3.75rem;top:66.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbZPkWTSL11pcv2vcBHLfHnkousHmwf { width:25.3125rem;height:11.125rem;top:73.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCxed4dimiI8GPo7Isk3oXcBNVVMstBC { width:29.5rem;height:11.125rem;top:33.5rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiuaCyB1srTbiW1x7caTVtfNKE86iCa { top:60.125rem;left:0rem;width:47.1875rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTdTUlt55kynV2x2KpIGNmzm7lDlJCm { top:23.75rem;left:5.25rem;width:42.5rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWxTvq0CnpMu1LaV50FLv21IPJHcAxs { width:14.375rem;height:1.625rem;top:66.5rem;left:33.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl { display:block; }#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBafPcct5vKez6yE1PtC02KBNf7fHPrF { width:16.25rem;height:3.375rem;top:17.875rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir176tEzyt3X3RmbOt8oho8DD9lByS50 { top:17.875rem;left:0rem;width:20.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWmZ4Peei2A3qNaLutbTzgruLTpCLFQ { top:15.75rem;left:13.4375rem;width:20.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrTnimSIXw97oM80o96KEqIhMkCHPuK { width:16.25rem;height:3.375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Ocqay76iDC2EaZDiDbMbhAm2fJBXb9 { top:23.0625rem;left:13.4375rem;width:20.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOLVqJQGqJ5L93K3gEGudim63IFfCOX { top:25.6875rem;left:0rem;width:20.625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edGJIAulB4BQsb5lJtcxZkq6ivVC51mD { top:25.8125rem;left:26.8125rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZw6OqgRkGhA3cV1bK7vmLCmMtm00A66 { top:18.125rem;left:27.0625rem;width:20.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWqKXgUfQtlDfJy7m4Gd5s280mBcO8v { width:17.25rem;height:4.5rem;top:20.0625rem;left:30.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcBQ1gtBQ2AriBmnR7M7T2ongMPRnr1O { top:2.25rem;left:0rem;width:47.75rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHdixOG4Q3Gf1IXqvG8O7q3TceQRHyF { width:43.5625rem;height:2.125rem;top:6.6875rem;left:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRvU6IIgpQg5CBwEqg7pJ1K9uW2Zibwc { width:47.75rem;height:1.5625rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:29.1875rem;height:6.25rem;top:3.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js { display:block; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUZHZ9DBVr3sdBnx3dZJmvsxVSWtSZUb { width:33.75rem;height:11.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6bckZ3eDlyK2dAshHkFgginRr3HL1yT { width:19.75rem;height:4.5rem;top:9.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #in0yigJfeHaNzJ7rTVsyoA8c8U1s66bg { top:10.5625rem;left:0rem;width:33.8125rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvD09hckI04vO9nqFBTulkctUAwhWzU { width:28.6875rem;height:3.5625rem;top:21.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBW99TFPWcblutqCrVGGHLHL2Qoo2VNM { width:26.5625rem;height:10.1875rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKl6uBhHAFiZAulfItHNCo6t2xBnua5z { width:16.375rem;height:26.4375rem;top:9.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrswAlJXVpnPVwk4T9ZUe4WevCHyAMPQ { width:2.75rem;height:2.75rem;top:32rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKuwrOeFy2bBDIWhOKepW9VlUqrPqOr { width:7.25rem;height:0.8125rem;top:33rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkl8uiTbayqm8zIzsEWz95J6yvXRa15y { width:14.375rem;height:3.1875rem;top:25.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh45EVR3Fb8ua5LlCxKJfrlFbMEN0INv { width:15.625rem;height:1.5rem;top:23.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsQkRRTxQPT0nQF9eEiVxDM9o05gPzQ { width:16.375rem;height:26.4375rem;top:9.875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LU1JvdbVM5xtbtOUFB5Wg1w9utG2s3 { width:14.5rem;height:3rem;top:23.4375rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU1VpcCvlaLub2uK3HUWJB0gWG81kVo { width:12.6875rem;height:4.375rem;top:39.4375rem;left:35.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHAdTeObuVOTg5N2fupbv1ZunZiQ9XLP { width:16.375rem;height:12.125rem;top:9.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIR4fHP1xM3UBWyAZSBwbn8kt0vAl2RP { width:14.375rem;height:3.1875rem;top:27.625rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh11BJgATABqQSe8S3hrf4ycvVCcQSlf { width:7.25rem;height:0.8125rem;top:33rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPQipRhUhhBz18qVcTbwpWmuJnhst77 { width:16.375rem;height:12.1875rem;top:9.875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu9P0M53SQbc2mQUSppvmFf3cpGiP60v { width:2.75rem;height:2.75rem;top:32.0625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 { top:40.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK { display:block; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTdekTm3lXC9Gya3n0HOkg23Hrw2f9J { width:16.375rem;height:28.4375rem;top:11.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezJegIQuHOJ6kr7zlsm8eTkUIwRxgxna { width:7.25rem;height:0.8125rem;top:37.3125rem;left:16.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuB9vQ3aMW38txSu4AKP0hXOcRsT9agh { width:2.75rem;height:2.75rem;top:36.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeTfWQtw3rfTmnsQa6rd41WAZveO0yH { width:14.375rem;height:3.1875rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnzqNLvwJbnKgydix9k8ywJLBIdTRkuz { width:16.375rem;height:28.625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJp3rFgJxIcymMX4hDVpnDPNRuThwInP { width:14.375rem;height:3.1875rem;top:31.625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbeOiVp1BZNKldZ4vU6xm9aWouDmc5OR { width:7.25rem;height:0.8125rem;top:34.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFt3LaEBfLtJ5l05wMaunvQbuHQtuRL { width:15.625rem;height:3rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2kfupT4n3fTf2vndFFyCd89hLUQTmL { width:15.625rem;height:4.5rem;top:25.1875rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscTTwWbFNBObTryfSthUdJmikIpZ4dC { width:12.6875rem;height:4.375rem;top:41.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIr1LLkIxQCTEzv0TvsGDVwxwKklLoMC { width:16.375rem;height:12.25rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDeoOA6g2JGXwEGyFHS7nX7nfPWGnR6K { width:16.375rem;height:12.25rem;top:11.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJ59TCJaqNCCnxPI5uJ72S3p4RhA4FF { width:2.75rem;height:2.75rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudBQyDX0WyV7HqTwULHwCQsCRCSS6xJ { width:34rem;height:11.375rem;top:4.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAVrPVHcBrVqODOh304dgBPOSJOGRqRv { width:19.4375rem;height:4.5rem;top:7.8125rem;left:25.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I383NUu2vwrTJZkv4E31qVTcw60loyx2 { top:9.875rem;left:13.75rem;width:34rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQpcq3cXHZNZ9fzip8ydC5ubqhxLTTZ { width:25.625rem;height:3.5625rem;top:21.125rem;left:22.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoDOGdnbMDipe1GA3pRRNkG8E1aH1BwK { width:25.9375rem;height:13.125rem;top:27rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 { top:42.5625rem;left:7.6875rem;width:3.125rem;height:3.125rem;display:block; }
#J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #E8QhXABTRE0COZFegWT2tTrLD1kCV0Al { display:block; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euZOUbf5J6Jq03IzqEDOlk9lzQNpxMs1 { width:27.125rem;height:11.6875rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA5vHxerTMhKWp6W6m8tqlKCqc8Csp7z { top:8rem;left:0rem;width:34rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4mKT9eNNoF74P3VRmfIZ0w8exb2Uhmm { width:27.25rem;height:3.5625rem;top:19.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6VVUFXCVAhdk0TtPeR7t1uCQ8UZ3kx5 { width:34.0625rem;height:12.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRNmrMocOpQrb1OLqR6GkZiWPzmMTTT { width:16.5625rem;height:6.75rem;top:6.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3c8Tn2PFWx0Udb6L5DcLcoxM1sEf218 { width:16.375rem;height:28.4375rem;top:8.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtk7ZRpm6BLkpQmKUSxG56xUWTcACMR { width:7.25rem;height:0.8125rem;top:34.5625rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU2MCt2E7WduFUst04DM3ZneQyiQQee { width:14.375rem;height:3.1875rem;top:28.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMnSMW1C1TwUZM46hRE6Vnm8uZIUnWCD { width:3.6875rem;height:3.6875rem;top:33.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyzvFuSpCcMPOghM8g4wIb3omqXcRRTd { width:16.375rem;height:28.625rem;top:8.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peEaWD61JxAwZSaUUf9wWhK5VTLWbTg1 { width:14.375rem;height:4.75rem;top:25.5rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxads0dI7I1dSvEdzcTlwGDyPJmf5VxQ { width:15.625rem;height:4.5rem;top:22.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8bply2yxEPbzE1AxrZ9kncpvQZABZo3 { width:9.25rem;height:0.8125rem;top:34.5625rem;left:38.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1yFkhUl9VpksxqnDUbgy0wuO7uuasNg { width:12.6875rem;height:4.375rem;top:40rem;left:35.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew0CRIkCE04gMeFETspbGZBrIvApxObc { width:13.75rem;height:1.5rem;top:22.375rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyXMprv5Lm9Ftmw5hMQAVaAsT7nrKDbi { width:16.375rem;height:12.25rem;top:8.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aphvxaffEZxqMegR77iNCLEZzfyLm3Gw { width:16.375rem;height:12.25rem;top:8.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5amboMbdwnvdTy7cyVOG1KzeHug8m5D { width:2.75rem;height:2.75rem;top:33.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p080at4J1oiW1iktREJypm6mMhxAQzlL { top:40.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#p080at4J1oiW1iktREJypm6mMhxAQzlL > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KUTTpeOTsfHqvelFmenHQS1onQ74BRsF { display:block; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5hdZqewncsDniQoloTaWZl2B6JWNW5K { width:16.375rem;height:28.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oobtMpG0vL8mqUTdJa1q7n7MTJM03M3O { width:16.375rem;height:12.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdA22J4AEubVtvPBEd0PEhEXfVRMcpa { width:14.375rem;height:3.1875rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5b5nyNyHcJNxAfQ376weFtGP8RyE3k1 { width:15.625rem;height:1.5rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgnlTg1kA1bgIyawWTd2qUPHt3FKsouG { width:15.625rem;height:0.8125rem;top:34.375rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPJRC5S5iR7DPaEurds9p7zK1T3ca1oA { width:3.6875rem;height:3.6875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUORLgTWAPCSW7lQTNLa9WSwy3o0ewxU { width:16.375rem;height:28.625rem;top:8.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtFUekCGopp3oTJzsnfKKBCQuLKrb3IV { width:16.375rem;height:12.25rem;top:8.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaZFeMbDI8STkXHB4NFyxBELrAF2x3dt { width:14.375rem;height:6.375rem;top:25.5625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmFKTo2OWg1sRQhQvL4se9ETmfPmnUuG { width:12.6875rem;height:4.375rem;top:39.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpFL4DIvLpW8mLBU7r4PDtuoHlLPuGws { width:15.625rem;height:3rem;top:22.1875rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdslTSB6ypdW4UoH5nQzCdUz3xLS7Ifi { width:3.6875rem;height:3.6875rem;top:32.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D2J7WvKtpVbH7RT4TmngRAnk7ENGoT { width:15.625rem;height:0.8125rem;top:34.875rem;left:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpcRMUyOwzNfB1z7fsVoDcf071eXKTcA { top:10.375rem;left:13.75rem;width:34rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAHAmZ4HpqZ0H0PDFI5qUcZRIzR6T37L { width:25.9375rem;height:13.125rem;top:24.25rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKtyyczuQNXtaoR9TDxfqe6LEyH0Ty0X { width:12.4375rem;height:3.5625rem;top:18.375rem;left:25.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhtbrJc40B4ZAza3zK60oWBrRmHBm6LO { width:34rem;height:11.375rem;top:3.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krc6AenE3TqwULHsWWhufQcZJPZTc7bc { width:19.4375rem;height:4.5rem;top:7.3125rem;left:25.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ { top:40.4375rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
#CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 { display:block; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdLHFQAdAbzE5nTxGwDDScT3KEMBMnkL { top:4.875rem;left:0rem;width:34rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlPqKU8XIffwg73xF1eKwJsqRUDVS3P { width:27.25rem;height:3.5625rem;top:16.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TZMNTO0U5gP6TeNu2PcpaGiGo8Tx00 { width:34.0625rem;height:12.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzU5tRbHKdShAfGRCPLfZaiPoE92RGV { width:21rem;height:4.5rem;top:5.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7rf76Iba37BMTrPSpR3Q4LGfRl1WBaU { width:16.375rem;height:28.4375rem;top:0.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpcdO3vOoHkIsthkr3pbMpSfHMQA9TMP { width:16.375rem;height:28.625rem;top:0.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcwFv3ZrEDtmHvH7pz7hlr8BLR0GosD { width:10.375rem;height:3rem;top:14rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAdfqXtICcTB6SMKFAJFqAVmhPrltLUz { width:13.75rem;height:3rem;top:13.9375rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHuXR1oghAHSKyobQN4EmB6m8L9Zqv3 { width:16.375rem;height:12.25rem;top:0.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exAfEXXNH2NvXIb6rlgkxtBQ9sRIz4WJ { width:16.375rem;height:12.25rem;top:0.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAAX68SmonJgJ2h3vEHLkphH4L7ekGSK { width:14.375rem;height:3.1875rem;top:18.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhZrhB1eeVdqrgVnkD3yzDMLtNTpt7p { width:14.375rem;height:4.75rem;top:17.875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXfXg410gzZ2tuUfTQOITSK0bhtH7n59 { width:27.125rem;height:11.6875rem;top:22.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6tmteqEZCyZ2PgGXuuLDDtRMWN311TC { width:3.6875rem;height:3.6875rem;top:23.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcynyKRL4tqHAfBCho30zuxBeTSfncgO { width:3.6875rem;height:3.6875rem;top:23.9375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4O2FPB17AdHneLanqbuT7Fm3xR9Bsg { width:7.25rem;height:0.8125rem;top:25.375rem;left:26.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlWPGmb6StHd6JVFFQIob2IlJtcTZNB5 { width:9.25rem;height:0.8125rem;top:25.375rem;left:38.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6uLmqQDAKdgiQXbSO1WMCqS2rRQmWS { width:12.6875rem;height:4.375rem;top:36rem;left:34.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 { top:36.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #b34k31iBQ4iadBkOaFz1Lb7kcUTFJfIh { width:18.375rem;height:3.125rem;top:50.375rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZbIucTkbg3bm85Eom5GT3iAWZDa9zZh { display:block; }
 }@media only screen and (max-width: 763px) { #PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 { display:block; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:26.4375rem;height:12.5rem;top:4.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmOP3yU7aFcv6melZaEWhkTW6asuBvFT { width:17.75rem;height:3.5625rem;top:22.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRFUz7qZalbT6bMUvZggn44fdFLhD23R { width:7.125rem;height:5.375rem;top:52.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPhJneW4TPpl7ctRqbt01al79UC7ayTl { width:4.25rem;height:3.9375rem;top:53.0625rem;left:19.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8yOKinwluok4fMlS85II3NnyZr59b6M { width:27.125rem;height:5.8125rem;top:54.8125rem;left:20.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3m1N86MyKo4gtTr6HrsPKsmLG6hs9zg { width:27.25rem;height:1.75rem;top:52.375rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7PBlgTezUBeIxBnRQsJFmTQFH6JP1l { width:20.125rem;height:3.125rem;top:47.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Xd3dAsxfVTpGcSmb9CE1A1HJs9HpLm { display:block; }
 }@media only screen and (max-width: 763px) { #Sc2232Tf93DCfXofcCVHBIRKU1ZPvHmM { width:12.625rem;height:3.125rem;top:62.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEbnF6TrIAdNzbwGswDDTbO8ngJBqdKe { display:block; }
 }@media only screen and (max-width: 763px) { #thAN8zFEOaZ7GOOl4HOP3aTAWAvJaDxX { width:7.125rem;height:5.375rem;top:36.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBBpGC2bsxv1lSPFtGdnC8y8qNV31tl { width:4.25rem;height:3.9375rem;top:37.375rem;left:19.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlObq6MeeZ4X58Ef9GkQNIVlpcXkIiQ { width:27.125rem;height:7.25rem;top:39.125rem;left:20.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2y78k6SPKhM96g6EsxmGNlhFyOeh9s4 { width:33.5625rem;height:1.75rem;top:36.6875rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AId0ucvruu4TgaTZBAnsH9rQ7LIU8NKB { width:7.125rem;height:5.375rem;top:21.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxSmdVeiRRSLBaJwwAHK6dFnycNzhUG { width:4.25rem;height:3.9375rem;top:22.625rem;left:19.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4VuvyJX6J8nIdtvG3XzFtELTbuxBVib { width:27.125rem;height:4.375rem;top:24.375rem;left:20.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fafCLB6uMRgDiMtAiq6p6LrTvTTPence { width:12.625rem;height:3.125rem;top:30.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSupX3zWCfmMfo8sqrByo3EWAu4XTZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #w7KLluHSwJE3dmUbswLNauZaQ7bo41SP { width:27.25rem;height:1.75rem;top:21.9375rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCEdIqg8JEeInh0rChQaEIGJNNcn6zIP { width:47.625rem;height:26.368968636912rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62A1i41KxnpTmBJuZ92mCKX6XUusThR { width:12.4375rem;height:7.9375rem;top:16.125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCSVNQeb4QgTXSTgIKkVWyNZQGhsp8Z { width:18.625rem;height:2.8125rem;top:10.1875rem;left:11.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puthHWlwaQxuenw2mPiKTT5QJupT8gIr { width:12rem;height:3.125rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1sOz7CRvpoM0v4MQtJEkrMfHe207fV { display:block; }
 }@media only screen and (max-width: 763px) { #TRZ1T1STJCUlkAM9xi73ze3tXNCZTFTN { width:14.8125rem;height:1.4375rem;top:7.75rem;left:18.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTr2zlRDGDy6ttQCuIIQXkeVlxhsGaTW { top:3.6875rem;left:0rem;width:34rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 { display:block; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPBSuhpzTRghkEa60qIxlcEsbQ6Dw3oX { width:26.4375rem;height:12.5rem;top:4.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9EioxoKTKGQCRQuTTtuZ5kilguypze { top:42.5rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si8LogIQcfMkV7dhGoVETh3vdcKnHCEA { width:17.0625rem;height:4.875rem;top:36.1875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWgw8lRrCPBHR95c6Glub5MBsPx33zBa { width:16.875rem;height:1.625rem;top:42.875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VDg2Wps6g0v2o5TyLoGlb4vHtTE7P0 { top:36.1875rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQATKmhmMwLoFlAHyHT9d5sT6vWGK4Fd { width:21.375rem;height:1.625rem;top:32.6875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFsP62ZGTp59udziophpebBHtuJWRocd { top:32.3125rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpK0VDKzTx98DCCpiSfb3ZM1Ksvdy0nc { width:19.5625rem;height:1.625rem;top:29.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOqE8O4dBZIEUqt3ieQG8u6z79Csicue { top:28.875rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhT2TC8rAWhkO413bQOQXZvWyZIST1t7 { width:17.875rem;height:1.625rem;top:25.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD6lsGLnS39HThbvBgJJC0k4OzZkobM8 { top:25.4375rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvqsz3936fxyLqmhddUSD8JaUO5TZUV { width:17.5rem;height:1.625rem;top:22.5rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB4gv81k3M467QaPTXUOgEkfH3zT7t4F { top:21.9375rem;left:0rem;width:2.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPa5lzFQnp79CMp8ztmMOIGfuoo599xg { top:10.6875rem;left:0rem;width:40.3125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KepNgGkMkzQTS6ImwiqQysMHLVuPkAXG { width:26.4375rem;height:6.875rem;top:39.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31rFJterIyR1BTJA1kPaDUbS1iiBent { width:18.375rem;height:3.125rem;top:50.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI5dbLUdrDs6CSvSQA04WuwcM13bTbeV { display:block; }
 }@media only screen and (max-width: 763px) { #h425PN64L3lXefh9ToIvEvCelrlzXoUE { top:7rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J { display:block; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWmUqsMBnZ20ItdDo5S1AVTBs0frr2PM { top:3rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbUgkyBScWTFGc40V8RIzNDinu60N40H { width:28.875rem;height:9.9375rem;top:15.8125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI { display:block; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfD6RSFkTFdGKNLCDQTerPonyxnQo5tk { top:1.25rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxxEItZOsPqdtVvSHltaH1v7uPE9ZPa { width:29.75rem;height:11.1875rem;top:14.4375rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVsKttwaaVJfrqmWw0VA9r9WK45vSML { width:7.875rem;height:15.0625rem;top:16.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht7TAsvAPWRreQd1t9FkgKpaR76AlguT { width:21.875rem;height:21.5rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiyHvRvxLdcryBfDl5hm6FWHS5aSfB2N { width:18.9375rem;height:15.0625rem;top:9.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1TxAAXsVnoId5OWtvbDss7Hbf6C4Ko { width:29.5rem;height:19.1875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRLynSkvbWJCQiEQvu1tJiol63gdz7F6 { width:28.75rem;height:5rem;top:6.5rem;left:19rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buNWq01veZeUfh0KRRowFcJbhGIyvBEx { display:block; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iholkWKI3JC2ya3URTSKKfI3lsBpFDmT { top:1.625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H31pXCf31z80IHVnOcScz1fol67VirDS { width:29.75rem;height:11.1875rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSQg5y8Kol4h9h3ObXvTkeFlkbwmsZq9 { width:28.75rem;height:5rem;top:7.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ8ieuvmZ8hKy9XspPTBSktsCrOXlAJ { width:21.875rem;height:21.5rem;top:6.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQ63x6E7TkvngZXrumLPfxgUz1Is85r { width:14.875rem;height:21.4375rem;top:10.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSVOfzL3SDz7ktvNxR7JolpXOFuoCLAF { width:29.5rem;height:19.1875rem;top:12.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K888b0qy427Ur976GPZukmEUnSiNyNS0 { display:block; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmLOZmbsiMVJdt4kcL2k0TJfUqkEx6nt { top:1.625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { width:29.5rem;height:19.1875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:21.875rem;height:21.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:18rem;height:15.75rem;top:13rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:29.75rem;height:12.75rem;top:14.8125rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:28.75rem;height:5rem;top:7.3125rem;left:19rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR { display:block; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBuR4biZik2t3JEbMNpKLI4TcmX7vf2w { top:1.625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzLKAsJemMuT0nZ1y2y7HXEwvJpur7Xy { width:29.75rem;height:11.1875rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB0yIugHe4TWF8X8CPPZDr49fdwb54es { width:29.5rem;height:19.1875rem;top:12.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPmmOtLaBQrTz03Zwt7UL0TKJr0QbB1L { width:21.875rem;height:21.5rem;top:6.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1xd5eoRT8tmAe7ynAQpFR6We7pCumG { width:18.125rem;height:16.125rem;top:14.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJibLwEPXyfd4OLwbucqqIzE47NF5zF { width:30rem;height:7.5rem;top:7.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 { display:block; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb1JDfO3TB7lqr1h8orIf8FsvZnx85b3 { width:19.25rem;height:3.125rem;top:3.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdB0nSychuXPgfLBUQiy0ZImPpiH9kci { display:block; }
 }@media only screen and (max-width: 763px) { #qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 { display:block; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sboxD5lbAtEZwmuWPHTm14iCoT8FDPVK { width:29.75rem;height:9.375rem;top:10.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpnznKpLpKstXaZOoJbhTTIKT98lyaBM { display:block; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThoGC5MoPvJI8ELrBS8uMyuevHA4yTrO { top:1.4375rem;left:0rem;width:47.75rem;height:15.240208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznlA2LDFzJpqMz2i8KHwgRXbE2zMZrv { top:20.375rem;left:0rem;width:8.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI { display:block; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoTZOt9P8CkQw6cT56FMvbG6HbCbm1hP { top:1.9375rem;left:0rem;width:26.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApdDMaOPEowwrf4NZ6s9tIZhEJZiG2iU { top:2.875rem;left:14.8125rem;width:2.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSVuEsdE9pv5ZfWgXNGR2lUHUmkTgiXZ { width:11.5625rem;height:3.875rem;top:4.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz { display:block; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMm7hQHCZzGRKfEw9AoMOhXiqGwCmVDu { width:17.5rem;height:18.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu3tnTiNW3TTcwWcFBpaitgpwC4eH0Zo { width:17.5rem;height:18.3125rem;top:0.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhKslV39cfsLh4JZQtrL7rNrlvAy633 { top:0rem;left:0rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedLyC4qGTVn3qHHX3qgzZ8d6GZ5XCZ3 { top:0rem;left:6.3125rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l87eeMTlnUgKympQWTKWcouF7pHtlQpR { width:17.5rem;height:18.3125rem;top:0.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyS09XCTxngapVNaTdTmilCAKi4Crpln { top:0.1875rem;left:18.25rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTEysTQTTDHr0UJPekl8i3ZG2I0IzqW { width:17.5rem;height:18.4375rem;top:0.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cvKET7MbwTUNB76XouDzwaruaOvope { width:13.75rem;height:4rem;top:7.9375rem;left:34rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QcQeSnXP56S33Lwm3uLJ9Rm73GQbZf { width:13.75rem;height:2.6875rem;top:12.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePH2IrHZcItfueLvLdr347tNzQ7dIQR { width:13.75rem;height:4rem;top:12.875rem;left:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvp1mGVc8BQUdiktWTH1sLTVGw2PsEM { width:13.75rem;height:1.3125rem;top:12.875rem;left:22.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToRr39RnfOi4noE622GPRKrQGwfrR3s { top:0.1875rem;left:0rem;width:17.5625rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZHUeeSVXIHHTgbTZK0hA9fZkC6FW1Ns { top:0.1875rem;left:6.3125rem;width:17.5625rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H277GdXSR0OEdxMATTilaECfCaG34XWT { top:0.1875rem;left:18.25rem;width:17.5625rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 { display:block; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cwqq7T6QI1x90SD7O2ANM0NOJ3c4KLfU { top:1.125rem;left:0rem;width:26.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaK257V1wMPBuNSTUG7pNUyqTIdJFH3u { width:17.5625rem;height:5.8125rem;top:3.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGWHQFsEgLfpFFw7vRiw7ifI5yODzvOT { top:2.3125rem;left:15.9375rem;width:2.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn { display:block; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McydcDtkrdqXFOGgZI16QEPArRvk65r5 { width:17.5rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hywhssc1IlhsiB1ZV7sBqhyTbleOwJtw { width:17.5rem;height:18.3125rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRAwbnTv81oFBMQIwDBfUDIPKgrAxFI { top:0rem;left:0rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r38HaZsmgLDT9dBRxVmfnUbR0W7uIxOv { top:0rem;left:6.3125rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mon9TcRizT6AUmwv3BUikxw0JZk2aRfw { width:17.5rem;height:18.3125rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AziZoxgWrBwF8holM9vD7IZZEQF8e8OC { top:0rem;left:18.25rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvxssHaIBcrt7T3EDSP5PxsD4Nv1Vuy { width:17.5rem;height:18.1875rem;top:0.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGWEoO7RGu7F479BL0h37UIypBXC0FI9 { width:13.75rem;height:4rem;top:8.4375rem;left:34rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuGekS5PFpGusnLXHRIEJQHE8iTTS872 { width:13.75rem;height:4rem;top:12.4375rem;left:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv4zTf2ryWKRm3UuaDNlFvZTXKOIJCU { width:13.75rem;height:1.3125rem;top:13.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX6LxC6xyoMiPtxI9R84wuO7HdGb5XDC { width:13.75rem;height:2.6875rem;top:13.875rem;left:22.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOnC7vA72VfNZys2BRb8txm4DvnIMLA { top:5.375rem;left:0rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyanCnSzTHcEX0TATUEuxQ2t7gDa6qJI { top:5.375rem;left:6.3125rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU3RaTwBKdPDG5XEK39p4bMi6Q4K91O { top:4.4375rem;left:18.25rem;width:17.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZdwnzwMTekcsLagJ6IZdMEK61c092xF { display:block; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOu51Gyiep0mAqqk3G52B13KpkDil3ns { width:21.875rem;height:3.125rem;top:3.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbE6DgoC0MTpTkvnbF6B4oFKW14eNOi { display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:47.75rem;height:2.9375rem;top:4.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { width:47.75rem;height:1.5625rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC { display:flex;height:auto;width:43.5rem;top:3.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Mogrh3MoWseoT0sKXo1spdPmw7IVKrwc {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cJBvmoB7yTSzsDlgzKpxPpE9iAtCeoai {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #aZ9gxDCT3o64q68O0LuaGHfJbuWpTBOP {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PFT3GWFzKIPuvNnLwAScKJtwLsqsPaB7 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cGkPPG21HWD2hy3bGf9yDBddqRoemT9T {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #J7KZcR1if0z7VeZLor0isW0qvZGMlWh5 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #LE2rIH78oWTGMIHh0h8VDAC8QtSCLC9f {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WmVkHDo90O3X8KTTarQCTzA3PJEBRFsk {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cwIDZzShaJScmpVQQ6prmCUAeS0CrxQV {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #FzuFgkkgM0PkotZ2RKqUF5058Z5Q95UB {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #vq64OwQ2pZ2qTZfFxHkN3MJdMoFswLQI {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #XSEFWtalKSQBoGpXRQaonHlGMJx0N3pf {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #rCH6B2RnqqPU3Emg3vtf2fBFDTnSgMa5 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #uGu0QOC4TLfUDUbJdwz3eEGklqBJMZku {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #u18GKSgNhbq4WEarksxIecFaXJyQkz6a {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #bWlHgvXJ4UUORMxxMIkM1Xxw4tOcIGqR {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #iLK45bVEfn8oKTwa0sqtZrBca32UQBe3 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #yaqou3sWGZQqreaLlEqEIl3RvHKBdxi8 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #MiuB71Bc8HqXhMAyPSTPBMQl3PIvRmbB {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #entQc9QmzEWzeZT6sDqxfk3kgg0TPqEP {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #dcmnV3NmTlIrBrqxkQDgNIHyeWqDZBEF {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #eh5B1dlddzXp22n2cbbX65PD42swz1cZ {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #kJcC4xA4PwtLQQETULWRib6PNXmZN1MU {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #qkxrWU3zslxxWviSxdcyqd0CqGPCcCVu {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PaaHtdxTQ3MxvJgCvfO8e6eqpW0oUMvZ {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #smgVwFC1eWzhNDn2KkL9Z8nPHWzr6pW0 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #I5BqbugPlUeyzs5W1NT9rURX6vgBWEOG {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WRhtwfz5zsmTMQcTQ342SW6wcFi4SNt7 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #n6rSygHO4aDPquAQHTBmHLboGXxAkqoD {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Rr05I210BvwSLgqD5VIuWuSF7673UEnG {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:10.8125rem;height:2.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:17.125rem;height:7.9375rem;top:6.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.125rem;height:1.75rem;top:3.75rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;display:block; }
#GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { width:3rem;height:3rem;top:6.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { width:1.375rem;height:1.375rem;top:7.1875rem;left:46.375rem;display:block; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f92b7f89-3926-46f0-9c20-033eb8fba99a/Document.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:17.125rem;height:5.8125rem;top:6.75rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #roeECHrNhzWgtt316AsClU1JqTpzOKOm { width:7.5rem;height:1.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:9.4375rem;height:2.19921875rem;top:13.80029296875rem;left:0.78125rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:16.8125rem;height:3.125rem;top:39.69921875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #MkVlTMPtO1mrm2ukr3WiAA9nsMNnvwQS { width:13.75rem;height:3.125rem;top:24.26171875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG4WWkfwUsGXLQATZOndRxADSDrB30uV { display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:7.125rem;height:2.625rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:5.0625rem;height:2.625rem;top:4.5625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:7.625rem;height:2.625rem;top:4.5625rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #rQyTSwLlySHhzIZeqWBFDQkGtfRdlPwP { width:5.4375rem;height:2.625rem;top:7.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9onLB72brClq5looQ3WR5CwrN9h2pqD { display:block; }
 }@media only screen and (max-width: 763px) { #Z4tb1i6cb5wi09TLEcPHCdyKwZlgzd5e { width:13.25rem;height:2.9375rem;top:13.43115234375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJARSEBUDw49p517hIPuQbikyMuvuZyV { top:17.24365234375rem;left:12.625rem;width:7.375rem;height:7.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w2bDi93KlEtoMLpRSRWWo2Ok5AmfPnh4 { width:8.0625rem;height:8.0625rem;top:48.44921875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPkMVyl7VhEpJia46gEFg38D1f6cPtpd { display:block; }#NPkMVyl7VhEpJia46gEFg38D1f6cPtpd > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmCloJmCg0zZPiG6aBp3bG76pRtTLspD { width:17.3125rem;height:14.3994375rem;top:4.17919921875rem;left:0rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F4f0h7LTZvarsTLON6XV4n7pikosrCbc { width:14.125rem;height:9.125rem;top:6.81689453125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h94F7eZKb2VLsR3v7MchfMygdy9hFren { height:11.25rem;width:20rem;top:22.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGWrsRPAHe7QHfgvEoBRbalDuvurCm4H { width:17.9375rem;height:3.125rem;top:34.8291015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPrMP0nSgQCnzuSxRA23kIcoa02Waabk { display:block; }
 }@media only screen and (max-width: 763px) { #ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG { display:block; }#ZNOxvZiK7hXIgfRLMmrTNE0ZhFdttnGG > .row .container { width:20rem;height:168.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv8Kf9UumU8FozH7gzKVCIRn1FX9ZR3l { width:20rem;height:7.1996875rem;top:5.2421875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zo5XTMZa3ANmMu979sXR5lShRd96pky7 { width:20rem;height:31.4375rem;top:16.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkU5OQBKAqLqI2z3VFmRvt4XWasZEFu6 { width:16rem;height:5.625rem;top:20.125rem;left:2rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwgAtxGnnqXT2dhdcC8hXdOrCRiG9czC { width:16rem;height:3.19921875rem;top:26.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxoQ5DJETNi6F7NPAiTviUHs8VuDTs5g { width:13.5rem;height:25.9375rem;top:30.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdlnpO5O25HKkTflvJGF6qBCKPZOqKq { width:14.125rem;height:9.125rem;top:1.9296875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51reTvp54n5xf45vw9HfgIQXP81QsOz { width:20rem;height:30.6875rem;top:92.375rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVouC796xqBEmRzwD3PhVW3Z9FOCh8m5 { width:14.375rem;height:7.01175rem;top:97.625rem;left:1.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx1biTTQX830i8tDo2i7tpT11ksbweZE { width:14.375rem;height:4.798825rem;top:106.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMr0ZbCsAeEl6S5ZHp2aTQ0l9wGWhUMH { width:18.375rem;height:17.5rem;top:113.3125rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ObNQVZQV29F9AmwBqe7nb8tQGTOTET4c { width:14.5625rem;height:9.4375rem;top:121.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZ86WM1DJM4XMDVpwk7drGq0TX5mkxU { width:13.8125rem;height:3.125rem;top:83.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouV6mhUMEirXBPTTDo4dOvW7gUQ9qQkO { display:block; }
 }@media only screen and (max-width: 763px) { #rLBSVnfOlvHl1td057a1h4JxLWhToXo4 { width:12.625rem;height:3.125rem;top:161.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INItX8QuBkUCht2en5B7tRUWRLwFUMb8 { display:block; }
 }@media only screen and (max-width: 763px) { #TUIOOb55BdCEpPy2T5OLTT5WPFNsrP2u { width:10.25rem;height:1.3496125rem;top:18.0625rem;left:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JApT11xuXcWl8kyVPqNZQ7TLcZ9aEq { width:14.4375rem;height:5.625rem;top:59.5rem;left:1.875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aZIskLUuZOcDf76VU9slgKQiD8C7LlyS { width:13.625rem;height:3.8994125rem;top:140.5625rem;left:1.875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JTbZPkWTSL11pcv2vcBHLfHnkousHmwf { width:16.4375rem;height:11.474125rem;top:147.125rem;left:1.8125rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lCxed4dimiI8GPo7Isk3oXcBNVVMstBC { width:15.5625rem;height:14.0239375rem;top:66.875rem;left:1.875rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CsiuaCyB1srTbiW1x7caTVtfNKE86iCa { width:20rem;height:32rem;top:134.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTdTUlt55kynV2x2KpIGNmzm7lDlJCm { width:20rem;height:31.4375rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWxTvq0CnpMu1LaV50FLv21IPJHcAxs { width:14.375rem;height:1.6499rem;top:96.0380859375rem;left:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl { display:none; }#ZJWFLbVDJbdtMEOb3dXCFFGVhKRimykl > .row .container { width:20rem;height:259.71142578125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qBafPcct5vKez6yE1PtC02KBNf7fHPrF { width:16.25rem;height:4.048825rem;top:213.8125rem;left:1.875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ir176tEzyt3X3RmbOt8oho8DD9lByS50 { width:20rem;height:7.9375rem;top:187.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWmZ4Peei2A3qNaLutbTzgruLTpCLFQ { width:20rem;height:7.375rem;top:212.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrTnimSIXw97oM80o96KEqIhMkCHPuK { width:16.25rem;height:4.048825rem;top:189.125rem;left:3rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Ocqay76iDC2EaZDiDbMbhAm2fJBXb9 { width:17.0625rem;height:11rem;top:218.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOLVqJQGqJ5L93K3gEGudim63IFfCOX { width:16.875rem;height:11.875rem;top:194.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edGJIAulB4BQsb5lJtcxZkq6ivVC51mD { width:17.125rem;height:10.625rem;top:241.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZw6OqgRkGhA3cV1bK7vmLCmMtm00A66 { width:20rem;height:7.6875rem;top:233.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWqKXgUfQtlDfJy7m4Gd5s280mBcO8v { width:16.625rem;height:5.3984375rem;top:235.0625rem;left:1.6875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PcBQ1gtBQ2AriBmnR7M7T2ongMPRnr1O { width:20rem;height:87.75rem;top:171.96142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHdixOG4Q3Gf1IXqvG8O7q3TceQRHyF { width:20rem;height:1.94970625rem;top:175.875rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FRvU6IIgpQg5CBwEqg7pJ1K9uW2Zibwc { width:16.0625rem;height:3.82470625rem;top:180.1875rem;left:1.96875rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:17.9375rem;height:4rem;top:2.8125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js { display:block; }#ABC1Wd8TGy1547OVdOX7CBlC4QukT1Js > .row .container { width:20rem;height:118.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUZHZ9DBVr3sdBnx3dZJmvsxVSWtSZUb { width:20rem;height:11.3125rem;top:1.5625rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6bckZ3eDlyK2dAshHkFgginRr3HL1yT { width:15.8745rem;height:4.0004875rem;top:5.2177734375rem;left:1.483154296875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #in0yigJfeHaNzJ7rTVsyoA8c8U1s66bg { width:20rem;height:31.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvD09hckI04vO9nqFBTulkctUAwhWzU { width:16.4375rem;height:5.5rem;top:20.1875rem;left:1.8125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lBW99TFPWcblutqCrVGGHLHL2Qoo2VNM { width:15.5rem;height:14.625rem;top:27.625rem;left:1.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MKl6uBhHAFiZAulfItHNCo6t2xBnua5z { width:16.3125rem;height:30rem;top:56.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrswAlJXVpnPVwk4T9ZUe4WevCHyAMPQ { width:3.6875rem;height:3.6875rem;top:81.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKuwrOeFy2bBDIWhOKepW9VlUqrPqOr { width:8.4375rem;height:0.6875rem;top:83.125rem;left:7.4375rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tkl8uiTbayqm8zIzsEWz95J6yvXRa15y { width:14.3125rem;height:3.19921875rem;top:73rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh45EVR3Fb8ua5LlCxKJfrlFbMEN0INv { width:15.625rem;height:1.125rem;top:70.5625rem;left:2.6875rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QcsQkRRTxQPT0nQF9eEiVxDM9o05gPzQ { width:16.375rem;height:26.4375rem;top:88.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LU1JvdbVM5xtbtOUFB5Wg1w9utG2s3 { width:14.5rem;height:1.125rem;top:102rem;left:3rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TGU1VpcCvlaLub2uK3HUWJB0gWG81kVo { width:12.6875rem;height:3.375rem;top:50.1875rem;left:1.6875rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nHAdTeObuVOTg5N2fupbv1ZunZiQ9XLP { width:16.3125rem;height:12.0625rem;top:56.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIR4fHP1xM3UBWyAZSBwbn8kt0vAl2RP { width:14.375rem;height:3.19921875rem;top:106.1875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh11BJgATABqQSe8S3hrf4ycvVCcQSlf { width:7.25rem;height:0.6875rem;top:111.5625rem;left:6.625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KlPQipRhUhhBz18qVcTbwpWmuJnhst77 { width:16.375rem;height:12.1875rem;top:88.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu9P0M53SQbc2mQUSppvmFf3cpGiP60v { width:2.75rem;height:2.75rem;top:110.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:15.1875rem; }
#QgUeKuhTuHE6Pd5T7vpEowDryhz0vAI4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK { display:block; }#Glv8mruHdPqntgIaQoK4D9GWT3zZGxiK > .row .container { width:20rem;height:118.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTdekTm3lXC9Gya3n0HOkg23Hrw2f9J { width:16.375rem;height:28.4375rem;top:83.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezJegIQuHOJ6kr7zlsm8eTkUIwRxgxna { width:7.25rem;height:0.6875rem;top:109.1875rem;left:6.3125rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HuB9vQ3aMW38txSu4AKP0hXOcRsT9agh { width:2.75rem;height:2.75rem;top:108.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeTfWQtw3rfTmnsQa6rd41WAZveO0yH { width:14.375rem;height:3.19921875rem;top:70.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnzqNLvwJbnKgydix9k8ywJLBIdTRkuz { width:16.375rem;height:28.625rem;top:53.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJp3rFgJxIcymMX4hDVpnDPNRuThwInP { width:14.375rem;height:3.19921875rem;top:103.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbeOiVp1BZNKldZ4vU6xm9aWouDmc5OR { width:7.25rem;height:0.6875rem;top:76.375rem;left:6.875rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VrFt3LaEBfLtJ5l05wMaunvQbuHQtuRL { width:15.625rem;height:2.25rem;top:66.8125rem;left:2.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iA2kfupT4n3fTf2vndFFyCd89hLUQTmL { width:15.625rem;height:2.25rem;top:97.0625rem;left:2.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EscTTwWbFNBObTryfSthUdJmikIpZ4dC { width:12.6875rem;height:3.375rem;top:47.5rem;left:1.625rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LIr1LLkIxQCTEzv0TvsGDVwxwKklLoMC { width:16.375rem;height:12.25rem;top:53.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDeoOA6g2JGXwEGyFHS7nX7nfPWGnR6K { width:16.375rem;height:12.25rem;top:83.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJ59TCJaqNCCnxPI5uJ72S3p4RhA4FF { width:2.75rem;height:2.75rem;top:75.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudBQyDX0WyV7HqTwULHwCQsCRCSS6xJ { width:20rem;height:11.375rem;top:2.3125rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAVrPVHcBrVqODOh304dgBPOSJOGRqRv { width:19.4375rem;height:4rem;top:5.75rem;left:0.5625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I383NUu2vwrTJZkv4E31qVTcw60loyx2 { width:20rem;height:28.4375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQpcq3cXHZNZ9fzip8ydC5ubqhxLTTZ { width:16.5rem;height:4.125rem;top:19.5rem;left:1.75rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HoDOGdnbMDipe1GA3pRRNkG8E1aH1BwK { width:16.3125rem;height:14.625rem;top:24.71875rem;left:1.84375rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 { display:flex;width:3.125rem;height:3.125rem;top:47.625rem;left:15.375rem; }
#J5GPoH6DQl1vEIKATblJpr5aLTHgsTS8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #E8QhXABTRE0COZFegWT2tTrLD1kCV0Al { display:block; }#E8QhXABTRE0COZFegWT2tTrLD1kCV0Al > .row .container { width:20rem;height:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euZOUbf5J6Jq03IzqEDOlk9lzQNpxMs1 { width:15.3125rem;height:12.375rem;top:26.25rem;left:1.75rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iA5vHxerTMhKWp6W6m8tqlKCqc8Csp7z { width:20rem;height:25rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4mKT9eNNoF74P3VRmfIZ0w8exb2Uhmm { width:11.875rem;height:5.5rem;top:19.25rem;left:1.75rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k6VVUFXCVAhdk0TtPeR7t1uCQ8UZ3kx5 { width:20rem;height:12.5rem;top:1.5rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRNmrMocOpQrb1OLqR6GkZiWPzmMTTT { width:16.5625rem;height:4rem;top:5.75rem;left:1.75rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x3c8Tn2PFWx0Udb6L5DcLcoxM1sEf218 { width:16.375rem;height:28.4375rem;top:50.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtk7ZRpm6BLkpQmKUSxG56xUWTcACMR { width:7.25rem;height:0.6875rem;top:76.5625rem;left:6.3125rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lmU2MCt2E7WduFUst04DM3ZneQyiQQee { width:14.375rem;height:3.19921875rem;top:70.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMnSMW1C1TwUZM46hRE6Vnm8uZIUnWCD { width:3.6875rem;height:3.6875rem;top:105.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyzvFuSpCcMPOghM8g4wIb3omqXcRRTd { width:16.375rem;height:28.625rem;top:81.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peEaWD61JxAwZSaUUf9wWhK5VTLWbTg1 { width:14.375rem;height:4.798825rem;top:97.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxads0dI7I1dSvEdzcTlwGDyPJmf5VxQ { width:15.625rem;height:2.25rem;top:64.4375rem;left:2.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D8bply2yxEPbzE1AxrZ9kncpvQZABZo3 { width:9.25rem;height:0.6875rem;top:107rem;left:8rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #M1yFkhUl9VpksxqnDUbgy0wuO7uuasNg { width:12.6875rem;height:3.375rem;top:44.1875rem;left:1.75rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ew0CRIkCE04gMeFETspbGZBrIvApxObc { width:13.75rem;height:1.125rem;top:94.8125rem;left:3rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vyXMprv5Lm9Ftmw5hMQAVaAsT7nrKDbi { width:16.375rem;height:12.25rem;top:50.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aphvxaffEZxqMegR77iNCLEZzfyLm3Gw { width:16.375rem;height:12.25rem;top:81.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5amboMbdwnvdTy7cyVOG1KzeHug8m5D { width:2.75rem;height:2.75rem;top:74.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p080at4J1oiW1iktREJypm6mMhxAQzlL { display:flex;width:3.125rem;height:3.125rem;top:44.3125rem;left:15.25rem; }
#p080at4J1oiW1iktREJypm6mMhxAQzlL > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KUTTpeOTsfHqvelFmenHQS1onQ74BRsF { display:block; }#KUTTpeOTsfHqvelFmenHQS1onQ74BRsF > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5hdZqewncsDniQoloTaWZl2B6JWNW5K { width:16.375rem;height:28.4375rem;top:51.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oobtMpG0vL8mqUTdJa1q7n7MTJM03M3O { width:16.375rem;height:12.25rem;top:51.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdA22J4AEubVtvPBEd0PEhEXfVRMcpa { width:14.375rem;height:3.19921875rem;top:69.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5b5nyNyHcJNxAfQ376weFtGP8RyE3k1 { width:15.625rem;height:1.125rem;top:65.5rem;left:2.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tgnlTg1kA1bgIyawWTd2qUPHt3FKsouG { width:3.5625rem;height:0.68774375rem;top:77.5rem;left:8.1875rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XPJRC5S5iR7DPaEurds9p7zK1T3ca1oA { width:3.6875rem;height:3.6875rem;top:76rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUORLgTWAPCSW7lQTNLa9WSwy3o0ewxU { width:16.375rem;height:28.625rem;top:81.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtFUekCGopp3oTJzsnfKKBCQuLKrb3IV { width:16.375rem;height:12.25rem;top:81.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaZFeMbDI8STkXHB4NFyxBELrAF2x3dt { width:14.375rem;height:6.3984375rem;top:98.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmFKTo2OWg1sRQhQvL4se9ETmfPmnUuG { width:12.6875rem;height:3.375rem;top:45.74853515625rem;left:1.81201171875rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TpFL4DIvLpW8mLBU7r4PDtuoHlLPuGws { width:15.625rem;height:2.25rem;top:95.1875rem;left:2.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hdslTSB6ypdW4UoH5nQzCdUz3xLS7Ifi { width:3.6875rem;height:3.6875rem;top:105.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D2J7WvKtpVbH7RT4TmngRAnk7ENGoT { width:7.5rem;height:0.68774375rem;top:107.875rem;left:7.0625rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FpcRMUyOwzNfB1z7fsVoDcf071eXKTcA { width:20rem;height:27.25rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAHAmZ4HpqZ0H0PDFI5qUcZRIzR6T37L { width:16.3125rem;height:14.625rem;top:25.625rem;left:1.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fKtyyczuQNXtaoR9TDxfqe6LEyH0Ty0X { width:12.4375rem;height:2.75rem;top:21rem;left:1.8125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dhtbrJc40B4ZAza3zK60oWBrRmHBm6LO { width:20rem;height:11.375rem;top:2.1875rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krc6AenE3TqwULHsWWhufQcZJPZTc7bc { width:19.4375rem;height:4.0004875rem;top:5.625rem;left:0.5625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ { display:flex;width:3.125rem;height:3.125rem;top:45.87353515625rem;left:15.375rem; }
#CVz99F7pRiNKZH3J9Vb3eHdstI9TaNBJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 { display:block; }#ODBWkwtcimDKtOl2hTD14Hhkmu2BAGi0 > .row .container { width:20rem;height:118.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdLHFQAdAbzE5nTxGwDDScT3KEMBMnkL { width:20rem;height:26.4375rem;top:16.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlPqKU8XIffwg73xF1eKwJsqRUDVS3P { width:16.5rem;height:4.125rem;top:19.5625rem;left:1.5rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W4TZMNTO0U5gP6TeNu2PcpaGiGo8Tx00 { width:20rem;height:12.5rem;top:1.74755859375rem;left:0rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzU5tRbHKdShAfGRCPLfZaiPoE92RGV { width:17.12475rem;height:4.0004875rem;top:6.49951171875rem;left:1.435546875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u7rf76Iba37BMTrPSpR3Q4LGfRl1WBaU { width:16.375rem;height:28.4375rem;top:51.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpcdO3vOoHkIsthkr3pbMpSfHMQA9TMP { width:16.375rem;height:28.625rem;top:81.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcwFv3ZrEDtmHvH7pz7hlr8BLR0GosD { width:10.375rem;height:2.25rem;top:65.0625rem;left:2.75rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oAdfqXtICcTB6SMKFAJFqAVmhPrltLUz { width:13.75rem;height:2.25rem;top:94.75rem;left:2.75rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WNHuXR1oghAHSKyobQN4EmB6m8L9Zqv3 { width:16.375rem;height:12.25rem;top:51.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exAfEXXNH2NvXIb6rlgkxtBQ9sRIz4WJ { width:16.375rem;height:12.25rem;top:81.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAAX68SmonJgJ2h3vEHLkphH4L7ekGSK { width:14.375rem;height:3.19921875rem;top:69.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhZrhB1eeVdqrgVnkD3yzDMLtNTpt7p { width:14.375rem;height:4.798825rem;top:98.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXfXg410gzZ2tuUfTQOITSK0bhtH7n59 { width:17.562rem;height:13.5rem;top:25.375rem;left:1.25rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W6tmteqEZCyZ2PgGXuuLDDtRMWN311TC { width:3.6875rem;height:3.6875rem;top:75.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcynyKRL4tqHAfBCho30zuxBeTSfncgO { width:3.6875rem;height:3.6875rem;top:105.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4O2FPB17AdHneLanqbuT7Fm3xR9Bsg { width:7.25rem;height:0.68774375rem;top:77.1875rem;left:7.375rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dlWPGmb6StHd6JVFFQIob2IlJtcTZNB5 { width:9.25rem;height:0.68774375rem;top:106.9375rem;left:7.75rem;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6uLmqQDAKdgiQXbSO1WMCqS2rRQmWS { width:12.6875rem;height:3.375rem;top:45.996826171875rem;left:1.5rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 { display:flex;width:3.125rem;height:3.125rem;top:46.12158203125rem;left:14.9375rem; }
#ZwZnyTTmSER7UPx1OEFpFz8CmNQL2d29 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #b34k31iBQ4iadBkOaFz1Lb7kcUTFJfIh { width:18.375rem;height:3.125rem;top:113rem;left:0.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FZbIucTkbg3bm85Eom5GT3iAWZDa9zZh { display:block; }
 }@media only screen and (max-width: 763px) { #PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 { display:block; }#PkK0kCylGWHcI0K7ZoDuRhq1e5mi5ZB3 > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:20rem;height:8rem;top:9.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmOP3yU7aFcv6melZaEWhkTW6asuBvFT { width:17.75rem;height:2.75rem;top:20.75rem;left:0rem;font-size:1.375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRFUz7qZalbT6bMUvZggn44fdFLhD23R { width:7.125rem;height:5.375rem;top:84.9375rem;left:6.4375rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPhJneW4TPpl7ctRqbt01al79UC7ayTl { width:4.25rem;height:2rem;top:87.4375rem;left:7.875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c8yOKinwluok4fMlS85II3NnyZr59b6M { width:20rem;height:6.75rem;top:94.25rem;left:0rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3m1N86MyKo4gtTr6HrsPKsmLG6hs9zg { width:20rem;height:1.375rem;top:91.625rem;left:0rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac7PBlgTezUBeIxBnRQsJFmTQFH6JP1l { width:19rem;height:3.125rem;top:78.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Xd3dAsxfVTpGcSmb9CE1A1HJs9HpLm { display:block; }
 }@media only screen and (max-width: 763px) { #Sc2232Tf93DCfXofcCVHBIRKU1ZPvHmM { width:12.625rem;height:3.125rem;top:102.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEbnF6TrIAdNzbwGswDDTbO8ngJBqdKe { display:block; }
 }@media only screen and (max-width: 763px) { #thAN8zFEOaZ7GOOl4HOP3aTAWAvJaDxX { width:7.125rem;height:5.375rem;top:55.4375rem;left:6.4375rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBBpGC2bsxv1lSPFtGdnC8y8qNV31tl { width:4.25rem;height:2rem;top:58rem;left:7.875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pMlObq6MeeZ4X58Ef9GkQNIVlpcXkIiQ { width:20rem;height:7.875rem;top:67.6875rem;left:0rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2y78k6SPKhM96g6EsxmGNlhFyOeh9s4 { width:20rem;height:2.75rem;top:63.25rem;left:0rem;font-size:1.375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AId0ucvruu4TgaTZBAnsH9rQ7LIU8NKB { width:7.125rem;height:5.375rem;top:26.8125rem;left:6.4375rem;z-index:14994;border-top-left-radius:0.75rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxSmdVeiRRSLBaJwwAHK6dFnycNzhUG { width:4.25rem;height:2rem;top:29.0625rem;left:7.875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o4VuvyJX6J8nIdtvG3XzFtELTbuxBVib { width:20rem;height:4.5rem;top:38.75rem;left:0rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fafCLB6uMRgDiMtAiq6p6LrTvTTPence { width:12.625rem;height:3.125rem;top:46.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLSupX3zWCfmMfo8sqrByo3EWAu4XTZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #w7KLluHSwJE3dmUbswLNauZaQ7bo41SP { width:20rem;height:2.75rem;top:34.375rem;left:0rem;font-size:1.375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCEdIqg8JEeInh0rChQaEIGJNNcn6zIP { width:14.375rem;height:8.0625rem;top:31.375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U62A1i41KxnpTmBJuZ92mCKX6XUusThR { width:16rem;height:0;top:43.8125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fLCSVNQeb4QgTXSTgIKkVWyNZQGhsp8Z { width:16rem;height:0;top:37.875rem;left:4rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #puthHWlwaQxuenw2mPiKTT5QJupT8gIr { width:12rem;height:3.125rem;top:25.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qV1sOz7CRvpoM0v4MQtJEkrMfHe207fV { display:block; }
 }@media only screen and (max-width: 763px) { #TRZ1T1STJCUlkAM9xi73ze3tXNCZTFTN { width:16rem;height:0;top:35.4375rem;left:4rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PTr2zlRDGDy6ttQCuIIQXkeVlxhsGaTW { width:20rem;height:28.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 { display:block; }#X0tEIkzmEtVXwIIe8QF9XZvfvtRFT2x1 > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPBSuhpzTRghkEa60qIxlcEsbQ6Dw3oX { width:20rem;height:6rem;top:6.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9EioxoKTKGQCRQuTTtuZ5kilguypze { display:flex;width:2.3125rem;height:2.4375rem;top:45.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si8LogIQcfMkV7dhGoVETh3vdcKnHCEA { width:12.6875rem;height:3.75rem;top:38.21875rem;left:4.65625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UWgw8lRrCPBHR95c6Glub5MBsPx33zBa { width:9.6875rem;height:2.5rem;top:45.5rem;left:4.65625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G9VDg2Wps6g0v2o5TyLoGlb4vHtTE7P0 { display:flex;width:2.3125rem;height:2.4375rem;top:38.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mQATKmhmMwLoFlAHyHT9d5sT6vWGK4Fd { width:11.75rem;height:2.5rem;top:32.96875rem;left:4.65625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RFsP62ZGTp59udziophpebBHtuJWRocd { display:flex;width:2.3125rem;height:2.4375rem;top:33rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CpK0VDKzTx98DCCpiSfb3ZM1Ksvdy0nc { width:7.6875rem;height:2.5rem;top:27.53125rem;left:4.65625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NOqE8O4dBZIEUqt3ieQG8u6z79Csicue { display:flex;width:2.3125rem;height:2.4375rem;top:27.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UhT2TC8rAWhkO413bQOQXZvWyZIST1t7 { width:12.125rem;height:1.25rem;top:22.1875rem;left:4.65625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RD6lsGLnS39HThbvBgJJC0k4OzZkobM8 { display:flex;width:2.3125rem;height:2.4375rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TIvqsz3936fxyLqmhddUSD8JaUO5TZUV { width:12.3125rem;height:1.25rem;top:17.90625rem;left:4.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bB4gv81k3M467QaPTXUOgEkfH3zT7t4F { display:flex;width:2.3125rem;height:2.4375rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pPa5lzFQnp79CMp8ztmMOIGfuoo599xg { width:20rem;height:13.4375rem;top:58.75rem;left:0rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #KepNgGkMkzQTS6ImwiqQysMHLVuPkAXG { width:16.375rem;height:3.625rem;top:52.375rem;left:1.8125rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X31rFJterIyR1BTJA1kPaDUbS1iiBent { width:18.375rem;height:3.125rem;top:73.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI5dbLUdrDs6CSvSQA04WuwcM13bTbeV { display:block; }
 }@media only screen and (max-width: 763px) { #h425PN64L3lXefh9ToIvEvCelrlzXoUE { width:6.3125rem;height:6.3125rem;top:56.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J { display:block; }#uOF408VvwDiTnS1qGEx9aE3V4e4M1K4J > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWmUqsMBnZ20ItdDo5S1AVTBs0frr2PM { width:20rem;height:14.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbUgkyBScWTFGc40V8RIzNDinu60N40H { width:16.125rem;height:6rem;top:5.5rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI { display:block; }#IWLFLZSwBKWdeAWzPIF6TdcIszJApUPI > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfD6RSFkTFdGKNLCDQTerPonyxnQo5tk { width:20rem;height:58.4375rem;top:-4.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxxEItZOsPqdtVvSHltaH1v7uPE9ZPa { width:15.5625rem;height:20.7949375rem;top:29.24755859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVsKttwaaVJfrqmWw0VA9r9WK45vSML { width:7.875rem;height:15.0625rem;top:61.54296875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht7TAsvAPWRreQd1t9FkgKpaR76AlguT { width:12.875rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiyHvRvxLdcryBfDl5hm6FWHS5aSfB2N { width:15.75rem;height:12.4375rem;top:4rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1TxAAXsVnoId5OWtvbDss7Hbf6C4Ko { width:20rem;height:13.0078125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRLynSkvbWJCQiEQvu1tJiol63gdz7F6 { width:12.9375rem;height:6.2988125rem;top:20.74853515625rem;left:1.875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #buNWq01veZeUfh0KRRowFcJbhGIyvBEx { display:block; }#buNWq01veZeUfh0KRRowFcJbhGIyvBEx > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iholkWKI3JC2ya3URTSKKfI3lsBpFDmT { width:20rem;height:56.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H31pXCf31z80IHVnOcScz1fol67VirDS { width:17.3125rem;height:19.1953125rem;top:33.546875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSQg5y8Kol4h9h3ObXvTkeFlkbwmsZq9 { width:12.5625rem;height:8.3984375rem;top:22.875rem;left:2.0625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ8ieuvmZ8hKy9XspPTBSktsCrOXlAJ { width:12.875rem;height:12.3125rem;top:7.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQ63x6E7TkvngZXrumLPfxgUz1Is85r { width:9.5625rem;height:13.8125rem;top:4.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSVOfzL3SDz7ktvNxR7JolpXOFuoCLAF { width:20rem;height:13.0078125rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K888b0qy427Ur976GPZukmEUnSiNyNS0 { display:block; }#K888b0qy427Ur976GPZukmEUnSiNyNS0 > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmLOZmbsiMVJdt4kcL2k0TJfUqkEx6nt { width:20rem;height:54.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHXDq7dGEgUp4kt3qxAxTczDRiuoG0Ng { width:20rem;height:13.0078125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:12.875rem;height:12.3125rem;top:2.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:14.375rem;height:12.5rem;top:8.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:16.4375rem;height:19.1953rem;top:31.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:14.4375rem;height:6.29883125rem;top:24.3125rem;left:1.8125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR { display:block; }#PKaTMxTn0C731N6WdoFc66ZGH9FB4XJR > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBuR4biZik2t3JEbMNpKLI4TcmX7vf2w { width:20rem;height:53.875rem;top:1.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzLKAsJemMuT0nZ1y2y7HXEwvJpur7Xy { width:17.1875rem;height:15.996125rem;top:32.796875rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB0yIugHe4TWF8X8CPPZDr49fdwb54es { width:20rem;height:13.0078125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPmmOtLaBQrTz03Zwt7UL0TKJr0QbB1L { width:12.875rem;height:12.3125rem;top:3.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1xd5eoRT8tmAe7ynAQpFR6We7pCumG { width:11.4375rem;height:10.125rem;top:10.2578125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJibLwEPXyfd4OLwbucqqIzE47NF5zF { width:15.5rem;height:8.3984375rem;top:22.900390625rem;left:1.96875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 { display:block; }#tulWA0nkQgZUFuMHVlnzAkz8RHKHoka1 > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb1JDfO3TB7lqr1h8orIf8FsvZnx85b3 { width:19.25rem;height:3.125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdB0nSychuXPgfLBUQiy0ZImPpiH9kci { display:block; }
 }@media only screen and (max-width: 763px) { #qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 { display:block; }#qoKcmChe6K9NKbvxuS9QJB8rP8NP2oG0 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sboxD5lbAtEZwmuWPHTm14iCoT8FDPVK { width:18.5625rem;height:6rem;top:10.1875rem;left:0.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpnznKpLpKstXaZOoJbhTTIKT98lyaBM { display:block; }#EpnznKpLpKstXaZOoJbhTTIKT98lyaBM > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThoGC5MoPvJI8ELrBS8uMyuevHA4yTrO { width:20rem;height:6.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznlA2LDFzJpqMz2i8KHwgRXbE2zMZrv { width:5.25rem;height:5.5625rem;top:8.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI { display:block; }#BJJJky98TJIqWrnmKmr0mMlTdpeQl9nI > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoTZOt9P8CkQw6cT56FMvbG6HbCbm1hP { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApdDMaOPEowwrf4NZ6s9tIZhEJZiG2iU { width:2.9375rem;height:3.125rem;top:2.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSVuEsdE9pv5ZfWgXNGR2lUHUmkTgiXZ { width:12.0625rem;height:3.875rem;top:6.375rem;left:1.9375rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz { display:block; }#nPgO1PdxRiSq4ZoxvhdG3wt8A2FsR5gz > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMm7hQHCZzGRKfEw9AoMOhXiqGwCmVDu { width:17.5rem;height:15.9375rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu3tnTiNW3TTcwWcFBpaitgpwC4eH0Zo { width:17.5rem;height:15.9375rem;top:17.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhKslV39cfsLh4JZQtrL7rNrlvAy633 { width:17.5625rem;height:9.875rem;top:0rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MedLyC4qGTVn3qHHX3qgzZ8d6GZ5XCZ3 { width:17.5625rem;height:9.875rem;top:17.1875rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l87eeMTlnUgKympQWTKWcouF7pHtlQpR { width:17.5rem;height:15.9375rem;top:34.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyS09XCTxngapVNaTdTmilCAKi4Crpln { width:17.5625rem;height:9.875rem;top:34.375rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdTEysTQTTDHr0UJPekl8i3ZG2I0IzqW { width:17.5rem;height:15.9375rem;top:51.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cvKET7MbwTUNB76XouDzwaruaOvope { width:13.75rem;height:4.0488375rem;top:58.181640625rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QcQeSnXP56S33Lwm3uLJ9Rm73GQbZf { width:13.75rem;height:2.69921875rem;top:12.375rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePH2IrHZcItfueLvLdr347tNzQ7dIQR { width:13.75rem;height:4.048825rem;top:28.0625rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvp1mGVc8BQUdiktWTH1sLTVGw2PsEM { width:13.75rem;height:1.3496125rem;top:48.0625rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToRr39RnfOi4noE622GPRKrQGwfrR3s { width:17.5625rem;height:9.875rem;top:0rem;left:1.21875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FZHUeeSVXIHHTgbTZK0hA9fZkC6FW1Ns { width:17.5625rem;height:9.875rem;top:17.1875rem;left:1.21875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #H277GdXSR0OEdxMATTilaECfCaG34XWT { width:17.5625rem;height:9.875rem;top:34.375rem;left:1.21875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 { display:block; }#vmO6oqC5tIQbUMTBxwWdpMwoqy62VsG5 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cwqq7T6QI1x90SD7O2ANM0NOJ3c4KLfU { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaK257V1wMPBuNSTUG7pNUyqTIdJFH3u { width:18.25rem;height:5.8125rem;top:7.375rem;left:0.875rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RGWHQFsEgLfpFFw7vRiw7ifI5yODzvOT { width:2.9375rem;height:3.125rem;top:2.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn { display:block; }#kTKW3MbRTFkzaw0sxBowW0HaWQPOgCsn > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McydcDtkrdqXFOGgZI16QEPArRvk65r5 { width:17.5rem;height:18.25rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hywhssc1IlhsiB1ZV7sBqhyTbleOwJtw { width:17.5rem;height:18.3125rem;top:20.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRAwbnTv81oFBMQIwDBfUDIPKgrAxFI { width:17.5625rem;height:9.875rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r38HaZsmgLDT9dBRxVmfnUbR0W7uIxOv { width:17.5625rem;height:9.875rem;top:20.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mon9TcRizT6AUmwv3BUikxw0JZk2aRfw { width:17.5rem;height:18.3125rem;top:40.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AziZoxgWrBwF8holM9vD7IZZEQF8e8OC { width:17.5625rem;height:9.875rem;top:40.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtvxssHaIBcrt7T3EDSP5PxsD4Nv1Vuy { width:17.5rem;height:18.1875rem;top:59.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGWEoO7RGu7F479BL0h37UIypBXC0FI9 { width:13.75rem;height:4.0488375rem;top:68.25rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuGekS5PFpGusnLXHRIEJQHE8iTTS872 { width:13.75rem;height:4.048825rem;top:33.1875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTv4zTf2ryWKRm3UuaDNlFvZTXKOIJCU { width:13.75rem;height:1.3496125rem;top:15.125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX6LxC6xyoMiPtxI9R84wuO7HdGb5XDC { width:13.75rem;height:2.69921875rem;top:54.1875rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOnC7vA72VfNZys2BRb8txm4DvnIMLA { width:17.5625rem;height:9.875rem;top:1.25rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyanCnSzTHcEX0TATUEuxQ2t7gDa6qJI { width:17.5625rem;height:9.875rem;top:20.75rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGU3RaTwBKdPDG5XEK39p4bMi6Q4K91O { width:17.5625rem;height:9.875rem;top:40.3125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZdwnzwMTekcsLagJ6IZdMEK61c092xF { display:block; }#LZdwnzwMTekcsLagJ6IZdMEK61c092xF > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOu51Gyiep0mAqqk3G52B13KpkDil3ns { width:19rem;height:3.125rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STbE6DgoC0MTpTkvnbF6B4oFKW14eNOi { display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:18.3125rem;height:4.79980625rem;top:2.625rem;left:0.84375rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEhbpITgTRHXTAgJcUFTcZpLnVSyXXMm { width:20rem;height:3.19921875rem;top:8.69970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC { display:flex;height:auto;width:17.5rem;top:13.4233375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Mogrh3MoWseoT0sKXo1spdPmw7IVKrwc {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cJBvmoB7yTSzsDlgzKpxPpE9iAtCeoai {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #aZ9gxDCT3o64q68O0LuaGHfJbuWpTBOP {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PFT3GWFzKIPuvNnLwAScKJtwLsqsPaB7 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cGkPPG21HWD2hy3bGf9yDBddqRoemT9T {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #J7KZcR1if0z7VeZLor0isW0qvZGMlWh5 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #LE2rIH78oWTGMIHh0h8VDAC8QtSCLC9f {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WmVkHDo90O3X8KTTarQCTzA3PJEBRFsk {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #cwIDZzShaJScmpVQQ6prmCUAeS0CrxQV {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #FzuFgkkgM0PkotZ2RKqUF5058Z5Q95UB {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #vq64OwQ2pZ2qTZfFxHkN3MJdMoFswLQI {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #XSEFWtalKSQBoGpXRQaonHlGMJx0N3pf {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #rCH6B2RnqqPU3Emg3vtf2fBFDTnSgMa5 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #uGu0QOC4TLfUDUbJdwz3eEGklqBJMZku {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #u18GKSgNhbq4WEarksxIecFaXJyQkz6a {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #bWlHgvXJ4UUORMxxMIkM1Xxw4tOcIGqR {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #iLK45bVEfn8oKTwa0sqtZrBca32UQBe3 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #yaqou3sWGZQqreaLlEqEIl3RvHKBdxi8 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #MiuB71Bc8HqXhMAyPSTPBMQl3PIvRmbB {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #entQc9QmzEWzeZT6sDqxfk3kgg0TPqEP {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #dcmnV3NmTlIrBrqxkQDgNIHyeWqDZBEF {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #eh5B1dlddzXp22n2cbbX65PD42swz1cZ {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #kJcC4xA4PwtLQQETULWRib6PNXmZN1MU {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #qkxrWU3zslxxWviSxdcyqd0CqGPCcCVu {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #PaaHtdxTQ3MxvJgCvfO8e6eqpW0oUMvZ {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #smgVwFC1eWzhNDn2KkL9Z8nPHWzr6pW0 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #I5BqbugPlUeyzs5W1NT9rURX6vgBWEOG {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #WRhtwfz5zsmTMQcTQ342SW6wcFi4SNt7 {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #n6rSygHO4aDPquAQHTBmHLboGXxAkqoD {  }
 }@media only screen and (max-width: 763px) { #UmmWkNASHZEJdlHLvRxkmLRloS6qK7yC #Rr05I210BvwSLgqD5VIuWuSF7673UEnG {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:5.6875rem;height:1.25rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:18.125rem;height:1.79980625rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.125rem;height:7.99805rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.125rem;height:1.79980625rem;top:28.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:3rem;height:3rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:0.8125rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #K5I8XNTHUTEWAzOqq3m5AOoNradG4hCg { width:3rem;height:3rem;top:31.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:5.25rem; }
#GHBlBuQ7Snzl49ZUVD4EDC8M44Vup6qX > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #bfSgASarRrJfvTIVmuD4W4oT0rWi12XD { width:3rem;height:3rem;top:31.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcukBh4JH6bqnpGh2WQCOZABRGCFokd { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:9.625rem; }
#RdcukBh4JH6bqnpGh2WQCOZABRGCFokd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }