.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:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@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:#411751;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); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;background-color:#411751;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;z-index:auto;display:block; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { background-color: transparent; background-image: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container > .video-iframe-container { display: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container { display: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .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); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { border-width: 0; border-radius: 0; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#O3QBLJPgiAoguslAKV9pz1nGtvmQ6UhC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#Gc86N7VisdgtQDVVksBVbT9VMzdlcHWv { z-index:15015;top:1.4375rem;left:47.625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;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: 0rem 0rem 0.625rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.473625rem;height:2.5996125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bxc0LGe47yEauytvFpTFq8QU9dEQTaGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfuhcg5uvT19kgw4I6p8KQtqXVM2WEAb { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.625rem;top:1.25rem;left:61.9375rem;overflow:hidden;display:block; }
#puGuPyGl5GdTAHFeI8sbXxW5ybiB01QV { position:absolute;display:block;z-index:15016;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.5rem;width:5.1875rem;top:0.75rem;left:2.5367183685302rem;overflow:hidden;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(0deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(0deg, #411751, #2e0a3f);background-image: -o-linear-gradient(0deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(0deg, #411751, #2e0a3f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:8.875rem;width:6.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:1.65625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(170,158,13,0.06) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:2.25rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(207,181,255,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(207,181,255,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(207,181,255,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(207,181,255,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb5ff99', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb5ff99', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(207,181,255,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:1.6549491882324rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15317;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.25rem rgba(146,0,0,0.64);top:4.9986972808838rem;left:9.03125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { box-sizing:content-box;height:2.375rem;width:11.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3463535308838rem;left:2.8111991882324rem;border-top-left-radius:0.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.625rem;display:block; }
#Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { position:absolute;display:block;z-index:15321;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.875rem;width:5.4375rem;top:3.1302070617676rem;left:2.5625rem;overflow:hidden;display:block; }
#KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.625rem;left:12.25rem;overflow:hidden;display:block; }
#eV57aTFZQkfzOxZsA500MV926oHP42Kx { position:absolute;display:block;z-index:15327;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:0.69140625rem;left:52.8984375rem;overflow:hidden;display:block; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;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:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { color:#f0869d;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15294;line-height:1.2;letter-spacing:0;top:4.622917175293rem;left:41.500005722046rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxIliTTkR9MEgbPAHQE7CHs0lsOWVCp0 { position:absolute;display:block;z-index:14979;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:7.5rem;width:7.5rem;top:13.067708015442rem;left:28.371097564698rem;overflow:hidden;display:block; }
#LkqkSovLg3AAXwWXveR2UX8ESr9l0zCT { position:absolute;display:block;z-index:15327;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:5.8958320617676rem;left:29.964847564698rem;overflow:hidden;display:block; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FiVo8FCWlTApevsotcgL8E6EGSRT1THi { position:absolute;display:block;z-index:15323;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:11.9375rem;width:7.5625rem;top:0rem;left:37.000866889954rem;overflow:hidden;display:none; }
#VsakeZ7sSSI1VWf86ccHNPETa8bSmTVr { color:#b3f086;display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15162;line-height:1;letter-spacing:0;top:10.593750476837rem;left:42.312505722046rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTKxEw1LPRtC3k7QWJZFciG7lBI2w27b { position:absolute;display:block;z-index:15322;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:21.25rem;width:21.625rem;top:1.2955722808838rem;left:12.375rem;overflow:hidden;display:block; }
#NfxoLUwwrTr7GO8yr5iEHRAtk9nvVtQK { box-sizing:content-box;height:19.875rem;width:19.875rem;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:14980;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #719eff, #59a421);background-image: -moz-linear-gradient(180deg, #719eff, #59a421);background-image: -ms-linear-gradient(180deg, #719eff, #59a421);background-image: -o-linear-gradient(180deg, #719eff, #59a421);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#719eff', endColorstr='#59a421' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#719eff', endColorstr='#59a421' );";background-image: linear-gradient(180deg, #719eff, #59a421);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:13.125rem;display:block; }
#gT5GVuShHI0VAQFMrxee2yTQaMlop8Ki { position:absolute;display:block;z-index:15366;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5625rem;top:12.005208015442rem;left:9.55078125rem;overflow:hidden;display:block; }
#QnPkgo03nsdGv9txu7kaWqTU4LcfmMZq { position:absolute;display:block;z-index:15367;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:3.8541660308838rem;left:32.208332061767rem;overflow:hidden;display:block; }
#ccBBGPqe9OJQQesT0qeyNqocFqWAOKch { position:absolute;display:block;z-index:15365;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.5rem;width:3.5rem;top:19.12890625rem;left:15.578125rem;overflow:hidden;display:block; }
#gRyBoPkJ2Q5lDvaakh2LWEeqUULaTo1o { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15353;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:3.125rem;display:none; }
#XMqEOh6grT8RimPIT3xrJuAnTBfB47Pm { color:#f0869d;display:block;width:16.9965rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15174;line-height:1;letter-spacing:0;top:14.505208492279rem;left:49.345487594604rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NvpwLkFFwdVhV8PW7d3RvV9IJbftVF9m { z-index:15171;top:18.233506679535rem;left:45.720487594604rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:#f0869d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2456875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#boNmsgLAKwrErH6eE7eHhzM8siKPNey6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;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; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container { background-color: transparent; background-image: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container > .video-iframe-container { display: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row > .video-iframe-container { display: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .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); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container { border-width: 0; border-radius: 0; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#G5fIO9TeEbqTpa9Lkz5I9klo83TQEvtD { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wt6iOthqUAWy7PL9vfLneG7bVrnz2ont { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#eXcRh5EEmzeMmXTcwPC4TOwEcR9G3o17 { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#eBysqCKPKIxSihUa5G1I6yzWwEKVnCvz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OFlCWgdP6JRBLhD1zpLkFaaxltUefCty { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#I618U4ssJzQdI8zTF6ExeWk19wJqgTIk { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hFDso6WI8M1K1e91LOIOBJ7TkHTDx3Uc { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PUHcaZwOW3M2ixppTDtebcuqlwXfRbGr { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#JZ1TnXaLIiPJSWPpvU8UufJ7GD2mZik1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yT1mAlbiT9wCK8Z11vZOzcxnLNFHHTu4 { box-sizing:content-box;height:4.375rem;width:30.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:6.3017578125rem;left:3.9345703125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#AN7zK0awmWlGTgRcHNFGFa02gTH6CpwN { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zhKf3VgzdTTdMLhDkSGJvDcvCgB53CuO { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:7.76953125rem;left:8.7490234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4G8rU0g9tI0NoNmiHx9F8dJ4vvczgId { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#nygtvsnrxCZam4zUPoRqTomgXbCpkLFD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hbEUE5aaFXXQrpAkRmfDqwUI0NqFdTlv { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#rxp8ZAtXIfv9x3s22EmQp1T5ATE73fyJ { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#lkWRnE2Mhx8HCkl0FAlAbip02g8DhaPl { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lWVwmezsP4FGHfoE2Tt257kaUOlyR6uu { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#JNXVOT2Q3BHeTb92SArIBcKJZ3AJqHtM { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#baLLO3SsnUoc2PzIU5NJInePq0TycKRg { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oTA8t4dRwOFXZSguBDi9obCS0GuVXNx9 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NexM9HNimKynlMBn2DF0z36NfhqKxRto { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fR8ebcTHJ1MkFJI19V0R8Dp1xrMw4A5z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QrWJbOU04mMCil0bNxyTQpIIAPQPZ1ie { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SDlONRgF0sibAnn4QSux0zFBEPBK4HnT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d750KHTzQbqIHVLzIBI8Tk0BZXnc4aGO { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GzhtC00OwTSc1Fvs4fqKRQ1WwnQ47s8k { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#mwxW6GvLuTIELavzbST4TDp8pPvQDZ0m { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WVTx5PaRAf5lSV9vg4FtaR81uwvlOuUk { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wbofvWEHWHPdExtDr1oGJgBW5rulGw8l { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#GsA7rWs7R3anqqXebRcSIbaETZifcPT9 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#M0FktTdMrN7LLP5gFPfaAA1dJTbkXZp3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dSG64Oi5ICkeK9RhpdwmTG5TQLMrrXx2 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yKbfB3iLWgdUAvPva6pVozmhn5VNvlwu { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15353;line-height:1.5;letter-spacing:0;top:7.61328125rem;left:15.0810546875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKaElCfzbxlmIH2IVBOAEFiezsngdMTP { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:37.4375rem;left:28.90625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xH8pPR1EXoSRZsdDmUyFLsUB1RiwCLuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#caQIA0tg74uLTAiqwNZKaG4uWH2ZhlbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#l6PAslRZlJ2EEVlaxLTpXQxSKUnQX2o0 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qlHSOUTfTazJUlSfzOCTaGHpXrGCs5k7 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#PQMH9Lg8WFLAXPyKJOkLVoHna49ptktU { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zb4V4aBysmQgVkr9dp8UadDqLMM5QTGd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620125rem;width:2.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:12.3134765625rem;left:5.9970703125rem; }
#k0d0fwTOrVATMUPJPOAOITLx4eyTcp0c { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:6.154296875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsInLEXsG1NtvfvNuBJgeP1TyLInqPJC { box-sizing:content-box;height:4.375rem;width:49.8125rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:12.1259765625rem;left:9.37109375rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#Tlh48EdJHbc65Eb1XpF7TvTUatKWWoSw { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:#ffbf0f;background-image:none;top:13.21875rem;left:10.435546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vUyddqHWRfd8WTHzkei3qvIVfBwR2Qt2 { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:13.4189453125rem;left:11.154296875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3TE8JqWrlVUwyurK4npz5EsLW9V9DRm { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:13.5634765625rem;left:13.68359375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uzvl4hwRa4BVakH3iSoxPIMtuz58Ox2B { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lTJ6RihdcmTG0KBBWmcTpzZE4HyntNZd { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:13.0380859375rem;left:35.625rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLO4DShAMOIotDifKGCI70zfH8rFa8hR { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#S3ATgORPJdGepSsuXazxnDEOzymyXI3e { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15355;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:3.125rem;display:block; }
#d4R51aXSOUsP3GQvozhNJ4cwkK3ZxKV6 { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.5;letter-spacing:0;top:19.125rem;left:18.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8VVoMP80OzlrOaW474oWVoqfOgCRlnC { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:25rem;left:24.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llWqiJdyAK5QTtVeFNqPK9uy55By0VxU { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15111;line-height:1.5;letter-spacing:0;top:30.5625rem;left:29.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFI0neW9BIL9a7J9R9rXNoWhVFqS8VyO { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:24.875rem;left:28.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmbSUqtdMdgnS9NChoykthhTgtBA1Nss { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:30.375rem;left:41.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCAgaPQR8s6si4TpnJca177Z52hSspxy { color:#d3adc8;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AoRk9wg4RFaJg0UFEEQcQDRUaWCx72by { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15355;opacity:1;top:1.1875rem;left:3.9375rem; }
#JTNAirwJFeTpfaJEHUUkIb5Nbn7uQITB { z-index:15015;top:18.812501907349rem;left:61.375003814698rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;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: 0rem 0rem 0.625rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U5Lo7ZgzX12TeN6m7dOln6VBO1zTdP1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOex6r1gDSZHRsXOqJpeRlTLhda6aNTn { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:7.3017578125rem;left:37rem;display:block; }
#gXOSLRFSqmAW5rrPvAdohS5iKZhlB2mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPrVAiVLJoCDoaWR1kcmIxug3BDE0KWT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:8.3642578125rem;left:48.84375rem; }
#heh6lQOflAU5kAcg9BzQJ7qARhRXJ0z1 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kqEUrEI2lT4hBbc8gCWJIK0WLTD1x7pW { box-sizing:content-box;height:4.375rem;width:39.5rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:17.8125rem;left:15.125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#UkLvK9MqiACSEGCOD8synThNMTXW4LQm { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15109;background-color:#ffbf0f;background-image:none;top:18.875rem;left:16.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ByAThse1WZh16VDIUmSRbfTTQfG72rao { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:19.125rem;left:16.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eci7QuCeUf22FoNl15uDvLoZzeL8Tpf6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:18.5rem;left:11.87109375rem; }
#k6ev82T3XAWPCbJJE15T3wBVRAnfV0uX { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.5;letter-spacing:0;top:16.708333969116rem;left:62.686199188231rem;height:1.6875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eW8lgeduQvJnA8qh8ymaZdrUGTK2Pyld { box-sizing:content-box;height:4.375rem;width:19.9375rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:23.5rem;left:20rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#qn1A1bv5y7qolTezWLTnouL27yOKqdpB { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15112;background-color:#ffbf0f;background-image:none;top:24.5625rem;left:21.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H0TJQFSRctBQ9Tr1QxXietbfT1VfTsIs { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:24.8125rem;left:21.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kuwBiwaX6aRFQNT7LMPKnJoxLrfGKuk2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:24.375rem;left:16.71875rem; }
#lzC6s5UemCgpCg4d9DSfPzvJ25DeD9OP { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15113;line-height:1.5;letter-spacing:0;top:30.562501907349rem;left:55.468753814698rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVCzvhM7PEsI4IBzWCLBwGwvvlXJrO9G { box-sizing:content-box;height:4.5rem;width:41.625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:29.250001907349rem;left:25.125003814698rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#Hdp81gL4SGX7ZW4bPz2LVfDxmsOeS8NH { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15115;background-color:#ffbf0f;background-image:none;top:30.3125rem;left:26.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCqxTTH9ZPNnFlTVmVM83qWxbl4OBdCq { color:#2e0a3f;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.5625rem;left:26.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SyE8r1T7FeqcAb0XzIum1cPuTQ01Fuc9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:30.21875rem;left:21.75rem; }
#HTOwriCHe0cuaddhItMkn8XS4PQSaKgR { position:absolute;display:block;z-index:15360;height:1.5rem;width:5.5rem;top:13.1572265625rem;left:28.3095703125rem;display:block; }
#myU7TtA5iydMpm7DTlDRUgQNaz5WQrBS { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XokUgncgv9aWI9ITgvyhETdVyQgvsPq1 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#CWMsAgmUikn2FXMMZH1Lp8yG3GQqba1X { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZWMvkJwGDSWqB8Sg5w55eHUIFIT1cwDa { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ld9FqVU0P19Za6T8eViGTuXO9PspG3zy { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:7.3720703125rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#n4STvONP0sdveB0mbXQZT2TUz68GHgDx { position:absolute;display:block;z-index:15322;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.875rem;width:5.4375rem;top:18.375001907349rem;left:55.500003814698rem;overflow:hidden;display:block; }
#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(360deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(360deg, #411751, #2e0a3f);background-image: -o-linear-gradient(360deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(360deg, #411751, #2e0a3f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container { background-color: transparent; background-image: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container > .video-iframe-container { display: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row > .video-iframe-container { display: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .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); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container { border-width: 0; border-radius: 0; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#lXvOOoMeR0ZimCi1LTsCK28o7ZcnETSK { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ODk1Z27vCHW5zhONIAQz5ceIb39Df9Ff { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XThbecKGTITFQQUKBwgkzO4PIAfA2Vef { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#DfNsiacK1fFfN17TcaK9MdE1t3oDQ3li { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#X2OVz8tuLLfrVoA6WsCqpFJQ23vnALgo { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VA7Dw3yapGorwoIZoTuNkpcG9dTAoc43 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#nxBXiFhFLCen0W1QrOfM9Uu9cQLD2oTn { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FulJqoekEVMPObg7evkH8ThXwPndNGrP { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rAsvOGh7oxGu4uZ1VFrR5T84ET3aS0cZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UqB6ccyzPyEIninZ4Gnr9wAolSN3ybar { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#Myibt0stJw2ybLZTD8gGGDwar5SBl5QK { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#lcWtKDAD5iX2zvAmsmlCT6dpSKumZGDe { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SsDixlCLyffn5KhwB8C1fP8a5lZseDfL { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#X3Kf5eHi6fJpaEVUTqR4OWMCqWxOgJEg { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QNJumLmm85lrpXiqH2AK439KSEyDxnIL { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vxUPygLfJdGJB69bOX7XbOOdT7ombAQ3 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v2brEVeGPP5UHMk0Drq1KJo8fk9vLbEx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PL9pUlXmz5bgMgH9P5Tvn1gX3IuSDLTU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UJ665Z4CEfNPPCMocMR9L3nR8i9d0yos { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DvARkDx21Z4amwpzJRU13pE9aFlo1MF9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xLgTCLUCcFdnoapAoFqQ0TPQkNJoWVwu { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m3e76QxCcv0LwrGwkdyoOImbAbpv1vIF { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bN4iQkhLPK6MDNg3qpaLPPGFlHlB6Vpw { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#C1RP4VLdI1tkRzUnMSFafQleTRgPKm2X { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#vMdQXp293w2mO1zNvsmDrrRnRt2Sslq0 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v1sFgpTsX334N3sfAkf0hfn4qGoAO67o { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BqCd10uLoZ5fhd5FDJAyia8hAdiK4s8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#z7uqhGwJSIrWUPgcTv3RbDixherb9XOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#wRK69LJXOZ9rIaId5t3I0hKO6BrIfDiw { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sd26AXeePBqiVbf5arV87xbvlAcxnmud { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#GIsK6LqvRLFgxirv3URz9syZoteERiIP { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xePwLM7fMusQhasCe1gaDwflOOvRatZc { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TXobhDtpJBddyLPnMtMEZv2ePrp40a8D { position:absolute;display:block;z-index:15357;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.875rem;width:39.3125rem;top:8.7500009536744rem;left:18.504167556762rem;display:block; }
#zm70VOGsER8UuqrfHVchHAPu3lvDuDQW { box-sizing:content-box;height:28.1875rem;width:44.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d33' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.1), rgba(240,134,157,0.2));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;top:6.9375009536744rem;left:15.812501907349rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ItAwU0Ti8pcZtxDApNhUwm5fxTMb1be3 { position:absolute;display:block;z-index:15339;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:7.75rem;width:4.9375rem;top:18.187500953674rem;left:59.125005722046rem;overflow:hidden;display:block; }
#LG2XB8GirKxCzu4giRqTnx5sftVydw57 { position:absolute;display:block;z-index:15343;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:10.25rem;width:6.875rem;top:16.937500953674rem;left:11.360418319702rem;overflow:hidden;display:block; }
#RmMyM984zS4yixhGXd6tboxIq2USxlEq { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:31.411461830139rem;left:27.031251907349rem;overflow:hidden;display:block; }
#glsUlkwrpJb3ikqPZ7Dk9uQoRVVNPPcE { position:absolute;display:block;z-index:15336;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.625rem;width:3.6875rem;top:32.566670417786rem;left:53.750005722046rem;overflow:hidden;display:block; }
#WJSEusT8cz8me3h9fvB1EoOh8ENoWiJE { position:absolute;display:block;z-index:15340;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:5.8125rem;width:5.8125rem;top:5.3125009536743rem;left:21.218751907349rem;overflow:hidden;display:block; }
#SvLx4bgFviO97zsNOoG6ReGPtdETa6bT { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15356;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.562500953674rem;left:3.125rem;display:block; }
#NM9NMxKPFqFVkdSR2T5Xka1oTA0vObhs { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.125rem;height:2.75rem;text-decoration:none;z-index:15358;text-align:center;text-align-last:center;top:31.580208778381rem;left:32.750001907349rem;display:block; }
#U3nVrXZR1eTy3UFV15qHLFd9yeRylKny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OW5Htziac3vlr46vKwron8Wa1Vhws57c { color:#d3adc8;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:1.8708267211914rem;left:24.656251907349rem;height:3.8993rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi { background-color: transparent; background-image: none; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container > .video-iframe-container { display: none; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row > .video-iframe-container { display: none; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .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); }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi { border-width: 0; border-radius: 0; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbcp006xbwWfDrd6mkF2bZVUTeXJhGQ9 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MTECTTRWbzfJhd2JPQOI6MRSvCxyk3O6 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JKw3btRGfPvm41Hfeivdfo29kQhou9GG { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nPT8HZR3pt5UDuUnDZlnoQJLUlH0P2W2 { box-sizing:content-box;height:9.0625rem;width:28.0625rem;position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -moz-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -ms-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -o-linear-gradient(119deg, #9b4ca0, #58195d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );";background-image: linear-gradient(119deg, #9b4ca0, #58195d);background-size:auto !important;top:0.625rem;left:43.4345703125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid rgba(251,203,253,0.48);border-left:0.1875rem solid rgba(251,203,253,0.48);border-right:0.1875rem solid rgba(251,203,253,0.48);border-bottom:0.1875rem solid rgba(251,203,253,0.48);box-shadow: 0rem 0rem 0.75rem rgba(188,30,116,0.22) ;display:block; }
#NHFhgZTPEPKgUlTUrCHKha0Q299c6fsA { z-index:15165;top:6.1416015625rem;left:59.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pAcLE0n2yPms5k1Z0ta4Cx7kQI2r78hI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJmVIn8SvQC0I3q5buVPaDfz79ziMLPS { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:mukta;font-size:2.125rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:1.3876953125rem;left:49.0322265625rem;height:5.5243rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qmn6eZInt3utZHyRNazm9UTS240Ad16o { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:49.46875rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TL0wyMUkb7DHeVg5yo5cdP0usuGpbTQW { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.99935rem;top:2.29296875rem;left:44.09765625rem;overflow:hidden;display:block; }
#gDrJ5i1P7qiBrOgCOmDr8L3Xf0PLpTlO { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p { position:relative;display:block; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p { background-color: transparent; background-image: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container > .video-iframe-container { display: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row > .video-iframe-container { display: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .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); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p { border-width: 0; border-radius: 0; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aFhTtx2MVQs1eIP7OWddi505fIaPvLNd { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8134765625rem;left:4.55859375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOJGrnJ2BNlXB8gEdetkzumqL1Fq2cIb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.880859375rem;left:4.4951171875rem; }
#gZx9J2mwlVk43M0dukc6VZmbmTQr81z3 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:6.322265625rem;left:6.9326171875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKZmORKMZ31OaZviOSv2RCPDG0CzHSVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.3818359375rem;left:4.4951171875rem; }
#KRd56lVG1swWEq7RbayZZQJNTZ8Xfqbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.0107421875rem;left:4.4951171875rem; }
#MQgTK5eGKdXk3JBy5fbQ3QrlazI1kV2v { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.8505859375rem;left:50.017578125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1e76NqSFHMbksSTaeTDE2wegU3bCCDC { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #db6402;border-left:0.0625rem solid #db6402;border-right:0.0625rem solid #db6402;border-bottom:0.0625rem solid #db6402;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: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.75rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:54.111328125rem;display:block; }
#IfTSexUm2NxCPo9XxHgge3k1M5F5dkEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gR1vTKm4fi3P2AhcROepcgQ8snMuSJmg { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.509765625rem;left:45.1220703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Ubc1Uc0tA5TBtG6xntbJVJiJHSz8Af5M { position:absolute;display:block;z-index:15163;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:16rem;width:12.0625rem;top:0rem;left:34.2626953125rem;overflow:hidden;display:block; }
#BRXBU1Cogt4g2vcR7lXWT2CMbkbWK84D { box-sizing:content-box;height:14rem;width:71.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:2.0087890625rem;left:1.6875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { background-color: transparent; background-image: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container > .video-iframe-container { display: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container { display: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .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); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { border-width: 0; border-radius: 0; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#oALfriVR6GWt2UpvZtysIowfJ6O68gDf { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.408203125rem;left:6.21484375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVh8PsPQXqs4Ff09sxhaoErKu6nSpTW8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.533203125rem;left:70.0625rem; }
#nktA7FMgUusAGQ3VzesBATbgtL0EuKTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#B9vwBBKLlztTBZi2JsLccbDsKH3oIktn { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.861328125rem;left:9.7119140625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJSO4Ze3P6gfvr4afCdoRViy7L3goUr1 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.625rem;left:1.775390625rem;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { background-color: transparent; background-image: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container > .video-iframe-container { display: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container { display: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .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); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { border-width: 0; border-radius: 0; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#O9VCKblUHNTVirVk98PGACxXxWmPJqrJ { color:#ffbf0f;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#aoRINlIlNLcXXdMnQyZe6TicBWWCSc4T { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.5000004768369rem;height:2.9236125rem;font-style:normal;display:block; }
#nosDmfKJ0GTg5oiNdBcEE8P1CEkeKwtL { color:#ffbf0f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#VkhrLsl515sUoiUELsXIFNlcNPlJL7DM { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.5rem;height:2.9236125rem;font-style:normal;display:block; }
#uEKT72F2vGIZzibzcwrDuJzATSNkmSl2 { color:#ffbf0f;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.5625rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nuNPFgwmq7ofuU3kdLKOWMsHb05Tm74h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#ZHTEtmhW0VS7aPKpSPnoarHAiOcGk0Q1 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#Ctv42xzvyoy9v5JumeM1ZOL4DTVUHaNi { color:#ffbf0f;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:20.0625rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#FPh3ZI0oWz5U3nOPJcTs7HJQh3aSTuog { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.5625rem;left:7.4375rem;height:2.9236125rem;font-style:normal;display:block; }
#DB0pCvOkkHg4w8UlyNlcq3CIV2nngnwS { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#IQPahNgCEoOKh0mpVDcfOs57aZBdMXX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { background-color: transparent; background-image: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container > .video-iframe-container { display: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container { display: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .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); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { border-width: 0; border-radius: 0; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ki4Ee40BuMl2TzgIGKTOHThnkM2kNbUl { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5559921264649rem;left:45.125rem;height:1.13715rem;font-style:normal;display:block; }
#RoBMfv7xZqQvJkJINypb74G0iDPVTf4p { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#ESeWVemBed8emSUGWtLeVOeHnwi5g7nb { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#magCnUTDRbX5thmSSrrT6kotvpFL4Hoh { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:1.125rem;left:1.75rem;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row .container { border-width: 0; border-radius: 0; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#Dz29x8ICaqAhWRnTnVklhoS2Pm9A7KuI { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7434883117676rem;left:43.062503814698rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#crDTZ6GSo7wzSJqAiTTckalTETXHe9bk { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#LDroBNbCse8Se20WNZXNNhcEDUtZNKx5 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbcN4ESW6oCLNlt3oCGMUwWITdc6pVSH { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:1.4375rem;left:1.75rem;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL { border-top:0.0625rem solid #f0869d;border-left:0;border-right:0;border-bottom:0;background-color:#2e1b36;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; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container { background-color: transparent; background-image: none; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container > .video-iframe-container { display: none; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row > .video-iframe-container { display: none; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .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); }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container { border-width: 0; border-radius: 0; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#KZiTN9msMEGZHTZkniq75QbGCcyiVEe7 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:3.125rem;left:5.9375rem;height:6rem;font-style:normal;display:block; }
#hpp5lMKByhsQTpRbdTWvd4T8HsTMaiL5 { color:#e1dce3;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.9375rem;height:2.925rem;display:block; }
#zycHT4GTkXkdPwZeAiNe5pdkH2D8c6vo { color:#e1dce3;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:5.9375rem;height:3.9rem;display:block; }
#mVshmDiXA5PkPK2yf5WH7Dwm74hOwMHT { color:#e1dce3;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.875rem;left:5.9375rem;height:1.95rem;display:block; }
#qroGn1Hgi3BaIGbRQJ8c3Qomy7Actqyd { color:#ffbf0f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:13.1875rem;left:5.9375rem;height:1.5rem;font-style:normal;display:block; }
#T7CZBuv7a59asI1nWRxL5tRrLIOByElV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:22.9375rem;left:5.9375rem;height:3rem;font-style:normal;display:block; }
#FFHUTCD6oEFJi3qbIIJBXOPspphh3qTu { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:8.330078125rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#MHK5OWrao0oiCBwCXaaLMUvWFzH5rdVA { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:11.6875rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#O1bkdLWZeorMNNlO7UT7zngOv30ZR6rn { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.125rem;left:24.0625rem;height:1.4625rem;font-style:normal;display:block; }
#fJnvGoGcJl6Nte8FRrRqn5Rh6NfkP1Kv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:24rem;height:1.4625rem;font-style:normal;display:block; }
#z4JstzqBsrKGzcAKFyVLealcKy6Ll8Ji { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:22.125rem;left:24rem;height:1.4625rem;font-style:normal;display:block; }
#Uw61pOkHAnB8s9J6RC4Pxu5MaFXDmOQz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:16.0625rem;left:58.1875rem;height:1.3rem;font-style:normal;display:block; }
#xDwksTebE7V40zUaElJ1pFGLXAzxRM9z { color:#e1dce3;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:18.875rem;left:58.1875rem;height:2.925rem;display:block; }
#eblWD4EiQN6OtD61r4etPBL4ViQpZUfH { box-sizing:content-box;height:30.375rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#f0869d;background-image:none;top:1.65625rem;left:21.7783203125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#IOP6a8pNC0kr83xWTHDbAQuxsBdAu1gl { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:8.517578125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yogwH1UuosA0b5JQWPdN8zAX6AfnyHOD { position:absolute;display:block;z-index:15043;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.5rem;width:3.25rem;top:3.125rem;left:1.40625rem;overflow:hidden;display:block; }
#d4Q1nhzMdQ3Xpv25OKQ8g8OJd5ECQhT7 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:12.8125rem;left:0.65625rem;overflow:hidden;display:block; }
#f17iVeOQBgacnOTLraUF2eSyKioRSL0z { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:22.625rem;left:1.03125rem;overflow:hidden;display:block; }
#Te4KX1Hy8tDE7J887aVT7IkXomABNPRL { color:#c9c1cc;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:9.4375rem;left:58.1875rem;height:1.70625rem;font-style:normal;display:block; }
#cMq9tOqPU7gxMwNfIillXOzqaIi39rlF { position:absolute;display:block;z-index:15046;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:1.6875rem;width:1.6875rem;top:9.478515625rem;left:68.0625rem;overflow:hidden;display:block; }
#ERPCli8DIi3w0ksgx3Is8BqQ77UNcVqT { position:absolute;display:block;z-index:15047;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:1.1875rem;width:1.6875rem;top:9.791015625rem;left:71.5rem;overflow:hidden;display:block; }
#MJi8cDV5KBbMRC0aN3dAZH1WmQui5noe { position:absolute;display:block;z-index:15048;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:5.625rem;width:11.875rem;top:15.82421875rem;left:44.09375rem;overflow:hidden;display:block; }
#I3mKoacPIgJuAO0uAvh5mKP5mqkaTawA { box-sizing:content-box;height:0.0625rem;width:32rem;position:absolute;display:block;z-index:15049;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:43rem;display:block; }
#kHLxbeDynqb4E0lEDah59yhQ6XiHBZgl { box-sizing:content-box;height:0.0625rem;width:20.625rem;position:absolute;display:block;z-index:15050;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:0rem;display:block; }
#TKR9lLiXkBRpnmgDAUtAFMFPcCElFAyt { box-sizing:content-box;height:0.0625rem;width:20.625rem;position:absolute;display:block;z-index:15051;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:0rem;display:block; }
#kbOLO3oJ8LX8b2GOBZEbxxaFUN5QXUEI { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#zpbCPGZaiKQnc0TW0FJafoMm0ozBnAnP { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#zlfeVGlJGhSdD22qHiICu2nLL3xZtl9f { box-sizing:content-box;height:17.125rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#f0869d;background-image:none;top:17.955078125rem;left:41.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;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; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 { position:relative;z-index:auto;display:none; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 { border-width: 0; border-radius: 0; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IFqgfbKsoK513Mhcs15fB6gFfuOAkf2U { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ezoJdCTEnxEEGCiGFPVMuQ8Z7UM50IFH { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x0Q8epEGTBi0D7Je2epr7GPesDPXuLCO { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dMfTTGUxSSd2iqESV1BBtrElc693PMlD { display:block; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3QBLJPgiAoguslAKV9pz1nGtvmQ6UhC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc86N7VisdgtQDVVksBVbT9VMzdlcHWv { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxc0LGe47yEauytvFpTFq8QU9dEQTaGS { display:block; }
 }@media only screen and (max-width: 763px) { #rfuhcg5uvT19kgw4I6p8KQtqXVM2WEAb { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puGuPyGl5GdTAHFeI8sbXxW5ybiB01QV { top:0.75rem;left:0rem;width:5.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:6.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { top:4.9375rem;left:0rem;width:4.8125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { top:4.3125rem;left:0rem;width:11.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { top:3.125rem;left:0rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { top:15.625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV57aTFZQkfzOxZsA500MV926oHP42Kx { top:0.6875rem;left:39.2734375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { top:4.5625rem;left:15.0625rem;width:32.6875rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxIliTTkR9MEgbPAHQE7CHs0lsOWVCp0 { top:13.0625rem;left:14.746097564698rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkqkSovLg3AAXwWXveR2UX8ESr9l0zCT { top:5.875rem;left:16.339847564698rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:13.875rem;left:0rem;width:19.875rem;height:2.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiVo8FCWlTApevsotcgL8E6EGSRT1THi { top:0rem;left:23.375866889954rem;width:7.5625rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsakeZ7sSSI1VWf86ccHNPETa8bSmTVr { top:10.5625rem;left:16.8125rem;width:30.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTKxEw1LPRtC3k7QWJZFciG7lBI2w27b { top:1.25rem;left:0rem;width:21.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfxoLUwwrTr7GO8yr5iEHRAtk9nvVtQK { top:2.4375rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5GVuShHI0VAQFMrxee2yTQaMlop8Ki { top:12rem;left:0rem;width:2.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPkgo03nsdGv9txu7kaWqTU4LcfmMZq { top:3.8125rem;left:18.583332061767rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBBGPqe9OJQQesT0qeyNqocFqWAOKch { top:19.125rem;left:1.953125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyBoPkJ2Q5lDvaakh2LWEeqUULaTo1o { top:32.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMqEOh6grT8RimPIT3xrJuAnTBfB47Pm { top:14.5rem;left:30.8125rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvpwLkFFwdVhV8PW7d3RvV9IJbftVF9m { top:18.1875rem;left:23.5625rem;width:24.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boNmsgLAKwrErH6eE7eHhzM8siKPNey6 { display:block; }
 }@media only screen and (max-width: 763px) { #JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX { display:block; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5fIO9TeEbqTpa9Lkz5I9klo83TQEvtD { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt6iOthqUAWy7PL9vfLneG7bVrnz2ont { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXcRh5EEmzeMmXTcwPC4TOwEcR9G3o17 { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBysqCKPKIxSihUa5G1I6yzWwEKVnCvz { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFlCWgdP6JRBLhD1zpLkFaaxltUefCty { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I618U4ssJzQdI8zTF6ExeWk19wJqgTIk { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFDso6WI8M1K1e91LOIOBJ7TkHTDx3Uc { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUHcaZwOW3M2ixppTDtebcuqlwXfRbGr { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ1TnXaLIiPJSWPpvU8UufJ7GD2mZik1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT1mAlbiT9wCK8Z11vZOzcxnLNFHHTu4 { top:6.25rem;left:0rem;width:30.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN7zK0awmWlGTgRcHNFGFa02gTH6CpwN { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKf3VgzdTTdMLhDkSGJvDcvCgB53CuO { top:7.75rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4G8rU0g9tI0NoNmiHx9F8dJ4vvczgId { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nygtvsnrxCZam4zUPoRqTomgXbCpkLFD { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEUE5aaFXXQrpAkRmfDqwUI0NqFdTlv { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxp8ZAtXIfv9x3s22EmQp1T5ATE73fyJ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkWRnE2Mhx8HCkl0FAlAbip02g8DhaPl { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWVwmezsP4FGHfoE2Tt257kaUOlyR6uu { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNXVOT2Q3BHeTb92SArIBcKJZ3AJqHtM { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #baLLO3SsnUoc2PzIU5NJInePq0TycKRg { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTA8t4dRwOFXZSguBDi9obCS0GuVXNx9 { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NexM9HNimKynlMBn2DF0z36NfhqKxRto { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fR8ebcTHJ1MkFJI19V0R8Dp1xrMw4A5z { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrWJbOU04mMCil0bNxyTQpIIAPQPZ1ie { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDlONRgF0sibAnn4QSux0zFBEPBK4HnT { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d750KHTzQbqIHVLzIBI8Tk0BZXnc4aGO { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzhtC00OwTSc1Fvs4fqKRQ1WwnQ47s8k { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwxW6GvLuTIELavzbST4TDp8pPvQDZ0m { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVTx5PaRAf5lSV9vg4FtaR81uwvlOuUk { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbofvWEHWHPdExtDr1oGJgBW5rulGw8l { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsA7rWs7R3anqqXebRcSIbaETZifcPT9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0FktTdMrN7LLP5gFPfaAA1dJTbkXZp3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSG64Oi5ICkeK9RhpdwmTG5TQLMrrXx2 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKbfB3iLWgdUAvPva6pVozmhn5VNvlwu { top:7.5625rem;left:1.4560546875rem;width:18.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaElCfzbxlmIH2IVBOAEFiezsngdMTP { top:37.4375rem;left:15.281253814698rem;width:18.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8pPR1EXoSRZsdDmUyFLsUB1RiwCLuT { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #caQIA0tg74uLTAiqwNZKaG4uWH2ZhlbL { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6PAslRZlJ2EEVlaxLTpXQxSKUnQX2o0 { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlHSOUTfTazJUlSfzOCTaGHpXrGCs5k7 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQMH9Lg8WFLAXPyKJOkLVoHna49ptktU { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zb4V4aBysmQgVkr9dp8UadDqLMM5QTGd { top:12.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0d0fwTOrVATMUPJPOAOITLx4eyTcp0c { top:7.5rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsInLEXsG1NtvfvNuBJgeP1TyLInqPJC { top:12.125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlh48EdJHbc65Eb1XpF7TvTUatKWWoSw { top:13.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyddqHWRfd8WTHzkei3qvIVfBwR2Qt2 { top:13.375rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TE8JqWrlVUwyurK4npz5EsLW9V9DRm { top:13.5625rem;left:0.05859375rem;width:14.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzvl4hwRa4BVakH3iSoxPIMtuz58Ox2B { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTJ6RihdcmTG0KBBWmcTpzZE4HyntNZd { top:13rem;left:22rem;width:21.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLO4DShAMOIotDifKGCI70zfH8rFa8hR { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3ATgORPJdGepSsuXazxnDEOzymyXI3e { top:39.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4R51aXSOUsP3GQvozhNJ4cwkK3ZxKV6 { top:19.125rem;left:4.8125rem;width:35.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VVoMP80OzlrOaW474oWVoqfOgCRlnC { top:25rem;left:10.625rem;width:5.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llWqiJdyAK5QTtVeFNqPK9uy55By0VxU { top:30.5625rem;left:15.6875rem;width:17.875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFI0neW9BIL9a7J9R9rXNoWhVFqS8VyO { top:24.875rem;left:14.8125rem;width:9.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmbSUqtdMdgnS9NChoykthhTgtBA1Nss { top:30.375rem;left:27.625rem;width:19.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCAgaPQR8s6si4TpnJca177Z52hSspxy { top:1.5625rem;left:0rem;width:21.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRk9wg4RFaJg0UFEEQcQDRUaWCx72by { top:1.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNAirwJFeTpfaJEHUUkIb5Nbn7uQITB { top:18.8125rem;left:37.125rem;width:10.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Lo7ZgzX12TeN6m7dOln6VBO1zTdP1d { display:block; }
 }@media only screen and (max-width: 763px) { #KOex6r1gDSZHRsXOqJpeRlTLhda6aNTn { width:11.25rem;height:2.5rem;top:7.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXOSLRFSqmAW5rrPvAdohS5iKZhlB2mp { display:block; }
 }@media only screen and (max-width: 763px) { #vPrVAiVLJoCDoaWR1kcmIxug3BDE0KWT { top:8.3125rem;left:35.21875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heh6lQOflAU5kAcg9BzQJ7qARhRXJ0z1 { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqEUrEI2lT4hBbc8gCWJIK0WLTD1x7pW { top:17.8125rem;left:1.5rem;width:39.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkLvK9MqiACSEGCOD8synThNMTXW4LQm { top:18.875rem;left:2.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByAThse1WZh16VDIUmSRbfTTQfG72rao { top:19.125rem;left:3.25rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eci7QuCeUf22FoNl15uDvLoZzeL8Tpf6 { top:18.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ev82T3XAWPCbJJE15T3wBVRAnfV0uX { top:16.6875rem;left:40.0625rem;width:7.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW8lgeduQvJnA8qh8ymaZdrUGTK2Pyld { top:23.5rem;left:6.375rem;width:19.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn1A1bv5y7qolTezWLTnouL27yOKqdpB { top:24.5625rem;left:7.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TJQFSRctBQ9Tr1QxXietbfT1VfTsIs { top:24.8125rem;left:8.0625rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuwBiwaX6aRFQNT7LMPKnJoxLrfGKuk2 { top:24.375rem;left:3.09375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzC6s5UemCgpCg4d9DSfPzvJ25DeD9OP { top:30.5625rem;left:37.125rem;width:10.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCzvhM7PEsI4IBzWCLBwGwvvlXJrO9G { top:29.25rem;left:6rem;width:41.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdp81gL4SGX7ZW4bPz2LVfDxmsOeS8NH { top:30.3125rem;left:12.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqxTTH9ZPNnFlTVmVM83qWxbl4OBdCq { top:30.5625rem;left:13.1875rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyE8r1T7FeqcAb0XzIum1cPuTQ01Fuc9 { top:30.1875rem;left:8.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTOwriCHe0cuaddhItMkn8XS4PQSaKgR { top:13.125rem;left:14.6845703125rem;width:5.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myU7TtA5iydMpm7DTlDRUgQNaz5WQrBS { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XokUgncgv9aWI9ITgvyhETdVyQgvsPq1 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWMsAgmUikn2FXMMZH1Lp8yG3GQqba1X { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWMvkJwGDSWqB8Sg5w55eHUIFIT1cwDa { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld9FqVU0P19Za6T8eViGTuXO9PspG3zy { top:7.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4STvONP0sdveB0mbXQZT2TUz68GHgDx { top:18.375rem;left:41.875003814698rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs { display:block; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXvOOoMeR0ZimCi1LTsCK28o7ZcnETSK { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODk1Z27vCHW5zhONIAQz5ceIb39Df9Ff { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XThbecKGTITFQQUKBwgkzO4PIAfA2Vef { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfNsiacK1fFfN17TcaK9MdE1t3oDQ3li { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2OVz8tuLLfrVoA6WsCqpFJQ23vnALgo { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA7Dw3yapGorwoIZoTuNkpcG9dTAoc43 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxBXiFhFLCen0W1QrOfM9Uu9cQLD2oTn { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FulJqoekEVMPObg7evkH8ThXwPndNGrP { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsvOGh7oxGu4uZ1VFrR5T84ET3aS0cZ { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqB6ccyzPyEIninZ4Gnr9wAolSN3ybar { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myibt0stJw2ybLZTD8gGGDwar5SBl5QK { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWtKDAD5iX2zvAmsmlCT6dpSKumZGDe { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsDixlCLyffn5KhwB8C1fP8a5lZseDfL { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Kf5eHi6fJpaEVUTqR4OWMCqWxOgJEg { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNJumLmm85lrpXiqH2AK439KSEyDxnIL { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxUPygLfJdGJB69bOX7XbOOdT7ombAQ3 { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2brEVeGPP5UHMk0Drq1KJo8fk9vLbEx { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL9pUlXmz5bgMgH9P5Tvn1gX3IuSDLTU { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJ665Z4CEfNPPCMocMR9L3nR8i9d0yos { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvARkDx21Z4amwpzJRU13pE9aFlo1MF9 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLgTCLUCcFdnoapAoFqQ0TPQkNJoWVwu { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3e76QxCcv0LwrGwkdyoOImbAbpv1vIF { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN4iQkhLPK6MDNg3qpaLPPGFlHlB6Vpw { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1RP4VLdI1tkRzUnMSFafQleTRgPKm2X { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMdQXp293w2mO1zNvsmDrrRnRt2Sslq0 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1sFgpTsX334N3sfAkf0hfn4qGoAO67o { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqCd10uLoZ5fhd5FDJAyia8hAdiK4s8T { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7uqhGwJSIrWUPgcTv3RbDixherb9XOq { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRK69LJXOZ9rIaId5t3I0hKO6BrIfDiw { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sd26AXeePBqiVbf5arV87xbvlAcxnmud { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIsK6LqvRLFgxirv3URz9syZoteERiIP { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xePwLM7fMusQhasCe1gaDwflOOvRatZc { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXobhDtpJBddyLPnMtMEZv2ePrp40a8D { top:8.75rem;left:4.8791675567627rem;width:39.3125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm70VOGsER8UuqrfHVchHAPu3lvDuDQW { top:6.9375rem;left:2.1875019073486rem;width:44.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAwU0Ti8pcZtxDApNhUwm5fxTMb1be3 { top:18.1875rem;left:42.8125rem;width:4.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2XB8GirKxCzu4giRqTnx5sftVydw57 { top:16.9375rem;left:0rem;width:6.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmMyM984zS4yixhGXd6tboxIq2USxlEq { top:31.375rem;left:13.406251907349rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsUlkwrpJb3ikqPZ7Dk9uQoRVVNPPcE { top:32.5625rem;left:40.125005722046rem;width:3.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJSEusT8cz8me3h9fvB1EoOh8ENoWiJE { top:5.3125rem;left:7.5937519073488rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvLx4bgFviO97zsNOoG6ReGPtdETa6bT { top:37.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM9NMxKPFqFVkdSR2T5Xka1oTA0vObhs { width:11.125rem;height:2.75rem;top:31.5625rem;left:19.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3nVrXZR1eTy3UFV15qHLFd9yeRylKny { display:block; }
 }@media only screen and (max-width: 763px) { #OW5Htziac3vlr46vKwron8Wa1Vhws57c { top:1.8125rem;left:11.031251907349rem;width:27.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi { display:block; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbcp006xbwWfDrd6mkF2bZVUTeXJhGQ9 { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTECTTRWbzfJhd2JPQOI6MRSvCxyk3O6 { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKw3btRGfPvm41Hfeivdfo29kQhou9GG { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPT8HZR3pt5UDuUnDZlnoQJLUlH0P2W2 { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHFhgZTPEPKgUlTUrCHKha0Q299c6fsA { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAcLE0n2yPms5k1Z0ta4Cx7kQI2r78hI { display:block; }
 }@media only screen and (max-width: 763px) { #LJmVIn8SvQC0I3q5buVPaDfz79ziMLPS { top:1.375rem;left:24.6875rem;width:23.0625rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmn6eZInt3utZHyRNazm9UTS240Ad16o { top:3.9375rem;left:25.5rem;width:22.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0wyMUkb7DHeVg5yo5cdP0usuGpbTQW { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrJ5i1P7qiBrOgCOmDr8L3Xf0PLpTlO { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p { display:block; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFhTtx2MVQs1eIP7OWddi505fIaPvLNd { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJGrnJ2BNlXB8gEdetkzumqL1Fq2cIb { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZx9J2mwlVk43M0dukc6VZmbmTQr81z3 { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZmORKMZ31OaZviOSv2RCPDG0CzHSVH { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRd56lVG1swWEq7RbayZZQJNTZ8Xfqbq { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQgTK5eGKdXk3JBy5fbQ3QrlazI1kV2v { top:6.8125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e76NqSFHMbksSTaeTDE2wegU3bCCDC { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTSexUm2NxCPo9XxHgge3k1M5F5dkEK { display:block; }
 }@media only screen and (max-width: 763px) { #gR1vTKm4fi3P2AhcROepcgQ8snMuSJmg { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubc1Uc0tA5TBtG6xntbJVJiJHSz8Af5M { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRXBU1Cogt4g2vcR7lXWT2CMbkbWK84D { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 { display:block; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oALfriVR6GWt2UpvZtysIowfJ6O68gDf { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVh8PsPQXqs4Ff09sxhaoErKu6nSpTW8 { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktA7FMgUusAGQ3VzesBATbgtL0EuKTz { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9vwBBKLlztTBZi2JsLccbDsKH3oIktn { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJSO4Ze3P6gfvr4afCdoRViy7L3goUr1 { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm { display:block; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9VCKblUHNTVirVk98PGACxXxWmPJqrJ { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoRINlIlNLcXXdMnQyZe6TicBWWCSc4T { top:3.375rem;left:0rem;width:41.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nosDmfKJ0GTg5oiNdBcEE8P1CEkeKwtL { top:12.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkhrLsl515sUoiUELsXIFNlcNPlJL7DM { top:15.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEKT72F2vGIZzibzcwrDuJzATSNkmSl2 { top:6.5625rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuNPFgwmq7ofuU3kdLKOWMsHb05Tm74h { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTEtmhW0VS7aPKpSPnoarHAiOcGk0Q1 { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctv42xzvyoy9v5JumeM1ZOL4DTVUHaNi { top:20.0625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPh3ZI0oWz5U3nOPJcTs7HJQh3aSTuog { top:22.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0pCvOkkHg4w8UlyNlcq3CIV2nngnwS { top:9.0625rem;left:0rem;width:42.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQPahNgCEoOKh0mpVDcfOs57aZBdMXX2 { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 { display:none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ki4Ee40BuMl2TzgIGKTOHThnkM2kNbUl { top:2.5rem;left:19.4375rem;width:28.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoBMfv7xZqQvJkJINypb74G0iDPVTf4p { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESeWVemBed8emSUGWtLeVOeHnwi5g7nb { top:2.125rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #magCnUTDRbX5thmSSrrT6kotvpFL4Hoh { top:1.125rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL { display:block; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz29x8ICaqAhWRnTnVklhoS2Pm9A7KuI { top:2.6875rem;left:20.375rem;width:27.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crDTZ6GSo7wzSJqAiTTckalTETXHe9bk { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDroBNbCse8Se20WNZXNNhcEDUtZNKx5 { top:2.4375rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbcN4ESW6oCLNlt3oCGMUwWITdc6pVSH { top:1.4375rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL { display:block; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZiTN9msMEGZHTZkniq75QbGCcyiVEe7 { top:3.125rem;left:1.375rem;width:14.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpp5lMKByhsQTpRbdTWvd4T8HsTMaiL5 { top:15.5625rem;left:1.375rem;width:13.5rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycHT4GTkXkdPwZeAiNe5pdkH2D8c6vo { top:26.5625rem;left:1.375rem;width:13.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVshmDiXA5PkPK2yf5WH7Dwm74hOwMHT { top:6.875rem;left:1.375rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroGn1Hgi3BaIGbRQJ8c3Qomy7Actqyd { top:13.1875rem;left:1.375rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7CZBuv7a59asI1nWRxL5tRrLIOByElV { top:22.9375rem;left:1.375rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFHUTCD6oEFJi3qbIIJBXOPspphh3qTu { top:8.3125rem;left:11.125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHK5OWrao0oiCBwCXaaLMUvWFzH5rdVA { top:11.6875rem;left:4.25rem;width:11.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1bkdLWZeorMNNlO7UT7zngOv30ZR6rn { top:15.125rem;left:10.4375rem;width:5.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJnvGoGcJl6Nte8FRrRqn5Rh6NfkP1Kv { top:18.625rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4JstzqBsrKGzcAKFyVLealcKy6Ll8Ji { top:22.125rem;left:3.5625rem;width:12.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw61pOkHAnB8s9J6RC4Pxu5MaFXDmOQz { top:16.0625rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDwksTebE7V40zUaElJ1pFGLXAzxRM9z { top:18.875rem;left:31.375rem;width:16.25rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eblWD4EiQN6OtD61r4etPBL4ViQpZUfH { top:1.625rem;left:15.8125rem;width:0.0625rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOP6a8pNC0kr83xWTHDbAQuxsBdAu1gl { top:8.5rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yogwH1UuosA0b5JQWPdN8zAX6AfnyHOD { top:3.125rem;left:0rem;width:3.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Q1nhzMdQ3Xpv25OKQ8g8OJd5ECQhT7 { top:12.8125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17iVeOQBgacnOTLraUF2eSyKioRSL0z { top:22.625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te4KX1Hy8tDE7J887aVT7IkXomABNPRL { top:9.4375rem;left:35.125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMq9tOqPU7gxMwNfIillXOzqaIi39rlF { top:9.4375rem;left:45.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERPCli8DIi3w0ksgx3Is8BqQ77UNcVqT { top:9.75rem;left:45.9375rem;width:1.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJi8cDV5KBbMRC0aN3dAZH1WmQui5noe { top:15.8125rem;left:19.875rem;width:11.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mKoacPIgJuAO0uAvh5mKP5mqkaTawA { top:12.8125rem;left:0rem;width:32rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHLxbeDynqb4E0lEDah59yhQ6XiHBZgl { top:10.625rem;left:0rem;width:20.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKR9lLiXkBRpnmgDAUtAFMFPcCElFAyt { top:20.4375rem;left:0rem;width:20.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbOLO3oJ8LX8b2GOBZEbxxaFUN5QXUEI { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpbCPGZaiKQnc0TW0FJafoMm0ozBnAnP { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlfeVGlJGhSdD22qHiICu2nLL3xZtl9f { top:17.9375rem;left:28.0625rem;width:0.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moIDol3T9xyn91m7DH5XidzU82FzhFf3 { display:block; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFqgfbKsoK513Mhcs15fB6gFfuOAkf2U { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezoJdCTEnxEEGCiGFPVMuQ8Z7UM50IFH { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0Q8epEGTBi0D7Je2epr7GPesDPXuLCO { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#411751;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dMfTTGUxSSd2iqESV1BBtrElc693PMlD { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { background-color: transparent; background-image: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container > .video-iframe-container { display: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container { display: none; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .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); }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { border-width: 0; border-radius: 0; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMfTTGUxSSd2iqESV1BBtrElc693PMlD > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3QBLJPgiAoguslAKV9pz1nGtvmQ6UhC { top:1.0921859741211rem;left:16.498437464238rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gc86N7VisdgtQDVVksBVbT9VMzdlcHWv { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bxc0LGe47yEauytvFpTFq8QU9dEQTaGS { display:block; }
 }@media only screen and (max-width: 763px) { #rfuhcg5uvT19kgw4I6p8KQtqXVM2WEAb { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #puGuPyGl5GdTAHFeI8sbXxW5ybiB01QV { width:4.1875rem;height:2.75rem;top:0.53750002384186rem;left:7.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:34.25rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:6.1875rem;height:13.5625rem;top:0rem;left:0.34114587306976rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { width:4.8125rem;height:0.8125rem;top:11.9375rem;left:14.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { width:6.625rem;height:1.625rem;top:11.5rem;left:12.4375rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { width:3.625rem;height:2.625rem;top:50.843752384186rem;left:11.020833969116rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { width:3.5rem;height:3.5rem;top:2rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV57aTFZQkfzOxZsA500MV926oHP42Kx { width:3.3125rem;height:3.3125rem;top:10.684895992279rem;left:2.3125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { width:20rem;height:4.125rem;top:15.812500476837rem;left:0.093750059604644rem;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HxIliTTkR9MEgbPAHQE7CHs0lsOWVCp0 { width:4.8125rem;height:4.8125rem;top:22.187499761581rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkqkSovLg3AAXwWXveR2UX8ESr9l0zCT { width:4.6875rem;height:4.6875rem;top:26.347654819489rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:14.312499761581rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FiVo8FCWlTApevsotcgL8E6EGSRT1THi { width:4.75rem;height:7.875rem;top:0.6875rem;left:15.25rem;z-index:15323;display:none; }
 }@media only screen and (max-width: 763px) { #VsakeZ7sSSI1VWf86ccHNPETa8bSmTVr { width:14.0625rem;height:2.59895625rem;top:20.500000476837rem;left:2.7500000596046rem;font-size:1rem;color:#b3f086;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTKxEw1LPRtC3k7QWJZFciG7lBI2w27b { width:14.5rem;height:14.25rem;top:0.75rem;left:2.3125rem;z-index:15368;display:block; }
 }@media only screen and (max-width: 763px) { #NfxoLUwwrTr7GO8yr5iEHRAtk9nvVtQK { width:13.5rem;height:13.5rem;top:1.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5GVuShHI0VAQFMrxee2yTQaMlop8Ki { width:2.5625rem;height:2.5rem;top:32.458334445953rem;left:-2.82421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnPkgo03nsdGv9txu7kaWqTU4LcfmMZq { width:2.125rem;height:2.125rem;top:8.6432290077212rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBBGPqe9OJQQesT0qeyNqocFqWAOKch { width:1.9375rem;height:1.9375rem;top:7.9518227577213rem;left:1.98828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyBoPkJ2Q5lDvaakh2LWEeqUULaTo1o { width:16.875rem;height:0.0625rem;top:32.916665554047rem;left:1.6250000596046rem;z-index:15354;display:block; }
 }@media only screen and (max-width: 763px) { #XMqEOh6grT8RimPIT3xrJuAnTBfB47Pm { width:11.5625rem;height:1.625rem;top:25.66579914093rem;left:4.2187500596046rem;font-size:1.25rem;color:#f0869d;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NvpwLkFFwdVhV8PW7d3RvV9IJbftVF9m { top:28.354166984558rem;left:0.50000005960464rem;width:19rem;height:3.125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #boNmsgLAKwrErH6eE7eHhzM8siKPNey6 { display:block; }
 }@media only screen and (max-width: 763px) { #JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX { display:block; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX { background-color: transparent; background-image: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container > .video-iframe-container { display: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row > .video-iframe-container { display: none; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .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); }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVCRhfXGV2lQNVRx1hpzCJkiLRQswsVX > .row .container { width:20rem;height:73.25rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5fIO9TeEbqTpa9Lkz5I9klo83TQEvtD { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #wt6iOthqUAWy7PL9vfLneG7bVrnz2ont { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #eXcRh5EEmzeMmXTcwPC4TOwEcR9G3o17 { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #eBysqCKPKIxSihUa5G1I6yzWwEKVnCvz { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #OFlCWgdP6JRBLhD1zpLkFaaxltUefCty { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #I618U4ssJzQdI8zTF6ExeWk19wJqgTIk { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFDso6WI8M1K1e91LOIOBJ7TkHTDx3Uc { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUHcaZwOW3M2ixppTDtebcuqlwXfRbGr { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JZ1TnXaLIiPJSWPpvU8UufJ7GD2mZik1 { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT1mAlbiT9wCK8Z11vZOzcxnLNFHHTu4 { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #AN7zK0awmWlGTgRcHNFGFa02gTH6CpwN { width:2.1875rem;height:2.1875rem;top:9rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKf3VgzdTTdMLhDkSGJvDcvCgB53CuO { width:7.25rem;height:1.5125rem;top:7.8154296875rem;left:6.125rem;font-size:1.375rem;text-align:justify;text-align-last:initial;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y4G8rU0g9tI0NoNmiHx9F8dJ4vvczgId { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nygtvsnrxCZam4zUPoRqTomgXbCpkLFD { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hbEUE5aaFXXQrpAkRmfDqwUI0NqFdTlv { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxp8ZAtXIfv9x3s22EmQp1T5ATE73fyJ { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lkWRnE2Mhx8HCkl0FAlAbip02g8DhaPl { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lWVwmezsP4FGHfoE2Tt257kaUOlyR6uu { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNXVOT2Q3BHeTb92SArIBcKJZ3AJqHtM { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #baLLO3SsnUoc2PzIU5NJInePq0TycKRg { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #oTA8t4dRwOFXZSguBDi9obCS0GuVXNx9 { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #NexM9HNimKynlMBn2DF0z36NfhqKxRto { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #fR8ebcTHJ1MkFJI19V0R8Dp1xrMw4A5z { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #QrWJbOU04mMCil0bNxyTQpIIAPQPZ1ie { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #SDlONRgF0sibAnn4QSux0zFBEPBK4HnT { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #d750KHTzQbqIHVLzIBI8Tk0BZXnc4aGO { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #GzhtC00OwTSc1Fvs4fqKRQ1WwnQ47s8k { width:18.375rem;height:11.8125rem;top:5.9609375rem;left:0.8125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mwxW6GvLuTIELavzbST4TDp8pPvQDZ0m { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WVTx5PaRAf5lSV9vg4FtaR81uwvlOuUk { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wbofvWEHWHPdExtDr1oGJgBW5rulGw8l { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #GsA7rWs7R3anqqXebRcSIbaETZifcPT9 { width:18.375rem;height:15.5625rem;top:18.333332061767rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M0FktTdMrN7LLP5gFPfaAA1dJTbkXZp3 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #dSG64Oi5ICkeK9RhpdwmTG5TQLMrrXx2 { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #yKbfB3iLWgdUAvPva6pVozmhn5VNvlwu { width:10rem;height:2.9236125rem;top:9.904296875rem;left:6.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bKaElCfzbxlmIH2IVBOAEFiezsngdMTP { width:14.246125rem;height:1.16875rem;top:68.1250038147rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xH8pPR1EXoSRZsdDmUyFLsUB1RiwCLuT { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #caQIA0tg74uLTAiqwNZKaG4uWH2ZhlbL { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #l6PAslRZlJ2EEVlaxLTpXQxSKUnQX2o0 { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qlHSOUTfTazJUlSfzOCTaGHpXrGCs5k7 { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #PQMH9Lg8WFLAXPyKJOkLVoHna49ptktU { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Zb4V4aBysmQgVkr9dp8UadDqLMM5QTGd { display:flex;width:2.5rem;height:2.5rem;top:12.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0d0fwTOrVATMUPJPOAOITLx4eyTcp0c { width:0.8125rem;height:1.5125rem;top:9.375rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dsInLEXsG1NtvfvNuBJgeP1TyLInqPJC { width:19.875rem;height:4.375rem;top:12.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Tlh48EdJHbc65Eb1XpF7TvTUatKWWoSw { width:2.125rem;height:2.125rem;top:61.78255rem;left:1.2512969970703rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUyddqHWRfd8WTHzkei3qvIVfBwR2Qt2 { width:0.8125rem;height:1.5125rem;top:25.625rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #t3TE8JqWrlVUwyurK4npz5EsLW9V9DRm { width:10.5625rem;height:3.025rem;top:19.9765625rem;left:5.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uzvl4hwRa4BVakH3iSoxPIMtuz58Ox2B { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lTJ6RihdcmTG0KBBWmcTpzZE4HyntNZd { width:13.0625rem;height:4.72395625rem;top:28rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RLO4DShAMOIotDifKGCI70zfH8rFa8hR { width:18.375rem;height:9.625rem;top:56.212238311767rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S3ATgORPJdGepSsuXazxnDEOzymyXI3e { width:16.875rem;height:0.0625rem;top:71.3750038147rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4R51aXSOUsP3GQvozhNJ4cwkK3ZxKV6 { width:13.5rem;height:4.5rem;top:36.59375rem;left:5.28125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m8VVoMP80OzlrOaW474oWVoqfOgCRlnC { width:5.75rem;height:1.375rem;top:50.812503814698rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #llWqiJdyAK5QTtVeFNqPK9uy55By0VxU { width:13.25rem;height:3.0875rem;top:58.798175811767rem;left:5.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kFI0neW9BIL9a7J9R9rXNoWhVFqS8VyO { width:9.6875rem;height:1.65rem;top:52.375003814698rem;left:5.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MmbSUqtdMdgnS9NChoykthhTgtBA1Nss { width:9.125rem;height:1.65rem;top:60.187503814698rem;left:9.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tCAgaPQR8s6si4TpnJca177Z52hSspxy { width:14.75rem;height:1.625rem;top:1.83203125rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #AoRk9wg4RFaJg0UFEEQcQDRUaWCx72by { display:flex;width:1.8125rem;height:1.8125rem;top:1.75rem;left:1.5rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #JTNAirwJFeTpfaJEHUUkIb5Nbn7uQITB { top:45.250003814698rem;left:7.28125rem;width:10.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Lo7ZgzX12TeN6m7dOln6VBO1zTdP1d { display:block; }
 }@media only screen and (max-width: 763px) { #KOex6r1gDSZHRsXOqJpeRlTLhda6aNTn { width:11.25rem;height:2.5rem;top:13.7021484375rem;left:4.375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #gXOSLRFSqmAW5rrPvAdohS5iKZhlB2mp { display:block; }
 }@media only screen and (max-width: 763px) { #vPrVAiVLJoCDoaWR1kcmIxug3BDE0KWT { display:flex;width:1.5rem;height:1.5rem;top:8.3125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #heh6lQOflAU5kAcg9BzQJ7qARhRXJ0z1 { width:2.1875rem;height:2.1875rem;top:25.25rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #kqEUrEI2lT4hBbc8gCWJIK0WLTD1x7pW { width:19.875rem;height:4.375rem;top:17.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #UkLvK9MqiACSEGCOD8synThNMTXW4LQm { width:2.125rem;height:2.125rem;top:18.875rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByAThse1WZh16VDIUmSRbfTTQfG72rao { width:0.8125rem;height:1.5125rem;top:39.274738311767rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #Eci7QuCeUf22FoNl15uDvLoZzeL8Tpf6 { display:flex;width:2.5rem;height:2.5rem;top:18.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6ev82T3XAWPCbJJE15T3wBVRAnfV0uX { width:12.6875rem;height:1.35rem;top:42.1875rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eW8lgeduQvJnA8qh8ymaZdrUGTK2Pyld { width:19.875rem;height:4.375rem;top:23.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #qn1A1bv5y7qolTezWLTnouL27yOKqdpB { width:2.125rem;height:2.125rem;top:24.5625rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0TJQFSRctBQ9Tr1QxXietbfT1VfTsIs { width:0.8125rem;height:1.5125rem;top:51.555988311767rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #kuwBiwaX6aRFQNT7LMPKnJoxLrfGKuk2 { display:flex;width:2.5rem;height:2.5rem;top:24.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzC6s5UemCgpCg4d9DSfPzvJ25DeD9OP { width:10.625rem;height:1.375rem;top:61.993488311767rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AVCzvhM7PEsI4IBzWCLBwGwvvlXJrO9G { width:19.875rem;height:4.5rem;top:29.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Hdp81gL4SGX7ZW4bPz2LVfDxmsOeS8NH { width:2.125rem;height:2.125rem;top:30.3125rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCqxTTH9ZPNnFlTVmVM83qWxbl4OBdCq { width:0.8125rem;height:1.5125rem;top:60.332035064698rem;left:2.75rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2e0a3f;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #SyE8r1T7FeqcAb0XzIum1cPuTQ01Fuc9 { display:flex;width:2.5rem;height:2.5rem;top:30.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTOwriCHe0cuaddhItMkn8XS4PQSaKgR { width:5.5rem;height:1.5rem;top:23.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myU7TtA5iydMpm7DTlDRUgQNaz5WQrBS { width:2.1875rem;height:2.1875rem;top:59.930988311767rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #XokUgncgv9aWI9ITgvyhETdVyQgvsPq1 { width:18.375rem;height:6.375rem;top:49.312503814698rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14997;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CWMsAgmUikn2FXMMZH1Lp8yG3GQqba1X { width:2.1875rem;height:2.1875rem;top:51.187503814698rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ZWMvkJwGDSWqB8Sg5w55eHUIFIT1cwDa { width:18.375rem;height:14.375rem;top:34.5rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14998;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ld9FqVU0P19Za6T8eViGTuXO9PspG3zy { width:2.1875rem;height:2.1875rem;top:38.875rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #n4STvONP0sdveB0mbXQZT2TUz68GHgDx { width:5.4375rem;height:3.875rem;top:44.717449188233rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs { display:block; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs { background-color: transparent; background-image: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container > .video-iframe-container { display: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row > .video-iframe-container { display: none; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .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); }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POyt56n8v9TVgerqlH2Kwqnn9LR1TKTs > .row .container { width:20rem;height:26.3125rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXvOOoMeR0ZimCi1LTsCK28o7ZcnETSK { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ODk1Z27vCHW5zhONIAQz5ceIb39Df9Ff { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #XThbecKGTITFQQUKBwgkzO4PIAfA2Vef { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #DfNsiacK1fFfN17TcaK9MdE1t3oDQ3li { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2OVz8tuLLfrVoA6WsCqpFJQ23vnALgo { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA7Dw3yapGorwoIZoTuNkpcG9dTAoc43 { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nxBXiFhFLCen0W1QrOfM9Uu9cQLD2oTn { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FulJqoekEVMPObg7evkH8ThXwPndNGrP { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rAsvOGh7oxGu4uZ1VFrR5T84ET3aS0cZ { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UqB6ccyzPyEIninZ4Gnr9wAolSN3ybar { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Myibt0stJw2ybLZTD8gGGDwar5SBl5QK { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lcWtKDAD5iX2zvAmsmlCT6dpSKumZGDe { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SsDixlCLyffn5KhwB8C1fP8a5lZseDfL { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3Kf5eHi6fJpaEVUTqR4OWMCqWxOgJEg { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #QNJumLmm85lrpXiqH2AK439KSEyDxnIL { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #vxUPygLfJdGJB69bOX7XbOOdT7ombAQ3 { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #v2brEVeGPP5UHMk0Drq1KJo8fk9vLbEx { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #PL9pUlXmz5bgMgH9P5Tvn1gX3IuSDLTU { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #UJ665Z4CEfNPPCMocMR9L3nR8i9d0yos { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #DvARkDx21Z4amwpzJRU13pE9aFlo1MF9 { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xLgTCLUCcFdnoapAoFqQ0TPQkNJoWVwu { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #m3e76QxCcv0LwrGwkdyoOImbAbpv1vIF { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #bN4iQkhLPK6MDNg3qpaLPPGFlHlB6Vpw { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #C1RP4VLdI1tkRzUnMSFafQleTRgPKm2X { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #vMdQXp293w2mO1zNvsmDrrRnRt2Sslq0 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #v1sFgpTsX334N3sfAkf0hfn4qGoAO67o { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #BqCd10uLoZ5fhd5FDJAyia8hAdiK4s8T { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #z7uqhGwJSIrWUPgcTv3RbDixherb9XOq { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #wRK69LJXOZ9rIaId5t3I0hKO6BrIfDiw { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sd26AXeePBqiVbf5arV87xbvlAcxnmud { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #GIsK6LqvRLFgxirv3URz9syZoteERiIP { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xePwLM7fMusQhasCe1gaDwflOOvRatZc { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TXobhDtpJBddyLPnMtMEZv2ePrp40a8D { height:10.5rem;width:19.0625rem;top:8.0000038146975rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm70VOGsER8UuqrfHVchHAPu3lvDuDQW { width:19.8125rem;height:14.875rem;top:7.4375038146975rem;left:0.0625rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(240,134,157,0.24));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(240,134,157,0.24));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(240,134,157,0.24));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(240,134,157,0.24));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='#f0869d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='#f0869d3d' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),0), rgba(240,134,157,0.24));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ItAwU0Ti8pcZtxDApNhUwm5fxTMb1be3 { width:4.9375rem;height:7.75rem;top:18.1875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LG2XB8GirKxCzu4giRqTnx5sftVydw57 { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #RmMyM984zS4yixhGXd6tboxIq2USxlEq { width:6rem;height:6rem;top:87.916671752931rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #glsUlkwrpJb3ikqPZ7Dk9uQoRVVNPPcE { width:2rem;height:2rem;top:6.3166668415069rem;left:16.520833790303rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #WJSEusT8cz8me3h9fvB1EoOh8ENoWiJE { width:2.875rem;height:2.875rem;top:21.769792795181rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvLx4bgFviO97zsNOoG6ReGPtdETa6bT { width:20rem;height:0.0625rem;top:24.635419368744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM9NMxKPFqFVkdSR2T5Xka1oTA0vObhs { width:11.08333375rem;height:2.70833375rem;top:19.062503814698rem;left:4.4375002980232rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #U3nVrXZR1eTy3UFV15qHLFd9yeRylKny { display:block; }
 }@media only screen and (max-width: 763px) { #OW5Htziac3vlr46vKwron8Wa1Vhws57c { width:20rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gsiCuJyhZiFxxSCUQkzrESLiT3R6uEmi > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbcp006xbwWfDrd6mkF2bZVUTeXJhGQ9 { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #MTECTTRWbzfJhd2JPQOI6MRSvCxyk3O6 { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #JKw3btRGfPvm41Hfeivdfo29kQhou9GG { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #nPT8HZR3pt5UDuUnDZlnoQJLUlH0P2W2 { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #NHFhgZTPEPKgUlTUrCHKha0Q299c6fsA { top:6.083984375rem;left:8.0685771107675rem;width:10.625rem;height:2.37413125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #pAcLE0n2yPms5k1Z0ta4Cx7kQI2r78hI { display:block; }
 }@media only screen and (max-width: 763px) { #LJmVIn8SvQC0I3q5buVPaDfz79ziMLPS { width:14.124375rem;height:3.736975rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmn6eZInt3utZHyRNazm9UTS240Ad16o { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL0wyMUkb7DHeVg5yo5cdP0usuGpbTQW { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrJ5i1P7qiBrOgCOmDr8L3Xf0PLpTlO { width:17.25rem;height:1.5434rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p { background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container { background-color: transparent; background-image: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container > .video-iframe-container { display: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row > .video-iframe-container { display: none; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .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); }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container { border-width: 0; border-radius: 0; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbrgLPtyEvAxaRLPCPgGR5Fffxe8B99p > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFhTtx2MVQs1eIP7OWddi505fIaPvLNd { width:13.8125rem;height:1.35rem;top:1.4622402191162rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MOJGrnJ2BNlXB8gEdetkzumqL1Fq2cIb { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #gZx9J2mwlVk43M0dukc6VZmbmTQr81z3 { width:16.749125rem;height:5.51041875rem;top:3.0221357345581rem;left:2.6223959922791rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #TKZmORKMZ31OaZviOSv2RCPDG0CzHSVH { display:flex;width:0.99935rem;height:0.99935rem;top:5.2122402191162rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KRd56lVG1swWEq7RbayZZQJNTZ8Xfqbq { display:flex;width:0.99935rem;height:0.99935rem;top:7.0247402191163rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MQgTK5eGKdXk3JBy5fbQ3QrlazI1kV2v { width:10.1875rem;height:3.675rem;top:11.833333969116rem;left:9.078125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a1e76NqSFHMbksSTaeTDE2wegU3bCCDC { width:5.865625rem;height:1.36458125rem;top:15.8359375rem;left:8.9401044845581rem;font-size:0.875rem;color:#ffffff;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;background-color:#e69f1d;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IfTSexUm2NxCPo9XxHgge3k1M5F5dkEK { display:block; }
 }@media only screen and (max-width: 763px) { #gR1vTKm4fi3P2AhcROepcgQ8snMuSJmg { width:20rem;height:7.0625rem;top:10.962240219116rem;left:-0.061197876930237rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ubc1Uc0tA5TBtG6xntbJVJiJHSz8Af5M { width:7.3125rem;height:9.625rem;top:8.5221366882325rem;left:0.875rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BRXBU1Cogt4g2vcR7lXWT2CMbkbWK84D { width:20rem;height:17.75rem;top:0.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -moz-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -ms-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -o-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );";background-image: linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { background-color: transparent; background-image: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container > .video-iframe-container { display: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container { display: none; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .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); }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { border-width: 0; border-radius: 0; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEAq8t15o4dsI4AbHhUifCFcB6cfb0Q7 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oALfriVR6GWt2UpvZtysIowfJ6O68gDf { width:4.5625rem;height:1.78125rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MVh8PsPQXqs4Ff09sxhaoErKu6nSpTW8 { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #nktA7FMgUusAGQ3VzesBATbgtL0EuKTz { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9vwBBKLlztTBZi2JsLccbDsKH3oIktn { width:10.6875rem;height:1.59375rem;top:1.2968788146973rem;left:3.995834171772rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RJSO4Ze3P6gfvr4afCdoRViy7L3goUr1 { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm { background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { background-color: transparent; background-image: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container > .video-iframe-container { display: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container { display: none; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .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); }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { border-width: 0; border-radius: 0; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZxe8QwuqUgMNT0FxDD2gH57rNAdbEbm > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9VCKblUHNTVirVk98PGACxXxWmPJqrJ { width:18.5rem;height:1rem;top:1.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #aoRINlIlNLcXXdMnQyZe6TicBWWCSc4T { width:17.3125rem;height:3.41145625rem;top:3.3125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nosDmfKJ0GTg5oiNdBcEE8P1CEkeKwtL { width:18.25rem;height:2.4rem;top:11.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VkhrLsl515sUoiUELsXIFNlcNPlJL7DM { width:18.3125rem;height:4.5486125rem;top:14.875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uEKT72F2vGIZzibzcwrDuJzATSNkmSl2 { width:18.375rem;height:1.2rem;top:7.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nuNPFgwmq7ofuU3kdLKOWMsHb05Tm74h { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHTEtmhW0VS7aPKpSPnoarHAiOcGk0Q1 { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Ctv42xzvyoy9v5JumeM1ZOL4DTVUHaNi { width:17.6875rem;height:1.2rem;top:20.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FPh3ZI0oWz5U3nOPJcTs7HJQh3aSTuog { width:17.75rem;height:4.5486125rem;top:22.8125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DB0pCvOkkHg4w8UlyNlcq3CIV2nngnwS { width:17.5rem;height:2.275rem;top:8.55989074707rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IQPahNgCEoOKh0mpVDcfOs57aZBdMXX2 { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { background-color: transparent; background-image: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container > .video-iframe-container { display: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container { display: none; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .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); }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { border-width: 0; border-radius: 0; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zv5TpSG9SJEV2LpsF2eZAHO8mWdBMRl6 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki4Ee40BuMl2TzgIGKTOHThnkM2kNbUl { width:18.25rem;height:2.1111125rem;top:2.3411445617676rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoBMfv7xZqQvJkJINypb74G0iDPVTf4p { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ESeWVemBed8emSUGWtLeVOeHnwi5g7nb { width:6.25rem;height:1.38125rem;top:0.66015625rem;left:6.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #magCnUTDRbX5thmSSrrT6kotvpFL4Hoh { width:19.875rem;height:4.9375rem;top:0.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row .container { border-width: 0; border-radius: 0; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBAsXunmq8A2yC1AmryG1l4ToT5C5EBL > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dz29x8ICaqAhWRnTnVklhoS2Pm9A7KuI { width:15.8125rem;height:0;top:23.1396484375rem;left:3.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #crDTZ6GSo7wzSJqAiTTckalTETXHe9bk { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #LDroBNbCse8Se20WNZXNNhcEDUtZNKx5 { width:6.25rem;height:0;top:20.6669921875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #IbcN4ESW6oCLNlt3oCGMUwWITdc6pVSH { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL { display:block; }#Ifdiqg3SuTeVkfhpdhXPxQaT31Tv67DL > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZiTN9msMEGZHTZkniq75QbGCcyiVEe7 { width:11.3125rem;height:4.5rem;top:1.0000000521541rem;left:7.5145831108094rem;font-size:0.75rem;font-family:mukta;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hpp5lMKByhsQTpRbdTWvd4T8HsTMaiL5 { width:11.5625rem;height:2.4375rem;top:8.6854171082375rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #zycHT4GTkXkdPwZeAiNe5pdkH2D8c6vo { width:12.5rem;height:2.4375rem;top:14.744791917503rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #mVshmDiXA5PkPK2yf5WH7Dwm74hOwMHT { width:12.5rem;height:1.625rem;top:3.2812501713634rem;left:7.5rem;font-size:0.625rem;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #qroGn1Hgi3BaIGbRQJ8c3Qomy7Actqyd { width:12.5rem;height:1.125rem;top:6.9510421082375rem;left:7.5rem;font-size:0.75rem;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #T7CZBuv7a59asI1nWRxL5tRrLIOByElV { width:12.5rem;height:1.125rem;top:13.138542108238rem;left:7.5rem;font-size:0.75rem;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #FFHUTCD6oEFJi3qbIIJBXOPspphh3qTu { width:4.125rem;height:0.975rem;top:20.778126649559rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MHK5OWrao0oiCBwCXaaLMUvWFzH5rdVA { width:7.0625rem;height:0.975rem;top:22.6875rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O1bkdLWZeorMNNlO7UT7zngOv30ZR6rn { width:5.75rem;height:0.975rem;top:24.625000886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fJnvGoGcJl6Nte8FRrRqn5Rh6NfkP1Kv { width:11.8125rem;height:0.975rem;top:26.562500886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z4JstzqBsrKGzcAKFyVLealcKy6Ll8Ji { width:7.125rem;height:0.975rem;top:28.437500886619rem;left:1.9375000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uw61pOkHAnB8s9J6RC4Pxu5MaFXDmOQz { width:7.875rem;height:0.975rem;top:38.0625rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #xDwksTebE7V40zUaElJ1pFGLXAzxRM9z { width:18.0625rem;height:1.625rem;top:39.6875rem;left:1.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;font-family:mukta;color:#e1dce3;display:block; }
 }@media only screen and (max-width: 763px) { #eblWD4EiQN6OtD61r4etPBL4ViQpZUfH { width:0.125rem;height:18.75rem;top:112.37395625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOP6a8pNC0kr83xWTHDbAQuxsBdAu1gl { width:18.75rem;height:0.0625rem;top:5.6291670128703rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yogwH1UuosA0b5JQWPdN8zAX6AfnyHOD { width:2.3125rem;height:2.5rem;top:1.8750001713634rem;left:2.254166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Q1nhzMdQ3Xpv25OKQ8g8OJd5ECQhT7 { width:4.75rem;height:4.75rem;top:6.6541700363156rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17iVeOQBgacnOTLraUF2eSyKioRSL0z { width:2.875rem;height:2.875rem;top:13.936464309693rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te4KX1Hy8tDE7J887aVT7IkXomABNPRL { width:8.3125rem;height:1.70625rem;top:45.45703125rem;left:2.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #cMq9tOqPU7gxMwNfIillXOzqaIi39rlF { width:1.6875rem;height:1.6875rem;top:45.466796875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERPCli8DIi3w0ksgx3Is8BqQ77UNcVqT { width:1.6875rem;height:1.1875rem;top:45.7158203125rem;left:14.826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJi8cDV5KBbMRC0aN3dAZH1WmQui5noe { width:9.0625rem;height:4.25rem;top:32.685418128967rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mKoacPIgJuAO0uAvh5mKP5mqkaTawA { width:20rem;height:0.0625rem;top:43.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHLxbeDynqb4E0lEDah59yhQ6XiHBZgl { width:20rem;height:0.0625rem;top:42.936461381614rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKR9lLiXkBRpnmgDAUtAFMFPcCElFAyt { width:20rem;height:0.0625rem;top:55.136458329856rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbOLO3oJ8LX8b2GOBZEbxxaFUN5QXUEI { width:18.75rem;height:0.0625rem;top:11.933333806694rem;left:0.67916685342787rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zpbCPGZaiKQnc0TW0FJafoMm0ozBnAnP { width:18.75rem;height:0.0625rem;top:18.683334283531rem;left:0.74166685342787rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zlfeVGlJGhSdD22qHiICu2nLL3xZtl9f { width:18.75rem;height:0.0625rem;top:31.183335237205rem;left:0.74166685342787rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #moIDol3T9xyn91m7DH5XidzU82FzhFf3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#moIDol3T9xyn91m7DH5XidzU82FzhFf3 > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IFqgfbKsoK513Mhcs15fB6gFfuOAkf2U { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #ezoJdCTEnxEEGCiGFPVMuQ8Z7UM50IFH { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #x0Q8epEGTBi0D7Je2epr7GPesDPXuLCO { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }