.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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 *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #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); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg { 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; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { background-color: transparent; background-image: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container > .video-iframe-container { display: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container { display: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .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); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { border-width: 0; border-radius: 0; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#gZ8CLbKHac79uNq6t1QNavrQa6hEAVTs { 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; }
#KpKbsD6igFIucMfXzO81mu9hNM7mR5k8 { 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; }
#l3X5MDQfdq8n3Csk1i7SIykdPp4VBDrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEbaGBagM0MnzwIN2PBO7npEeXMNgf6t { 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; }
#Gra8J7A2vZ80qatBS2SM7QsTFftyUslU { position:absolute;display:block;z-index:15009;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.25rem;width:7.1875rem;top:0.3125rem;left:3.40625rem;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:27.3125rem;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; }
#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; }
#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; }
#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; }
#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; }
#XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { color:#f0869d;display:block;width:24.6864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15296;line-height:1.2;letter-spacing:0;top:11.072916507721rem;left:48.130208969116rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lxb9tb2bTi97HZbyL81dyEpekEAmqaqg { position:absolute;display:block;z-index:15363;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:1.6875rem;top:0rem;left:16.5908203125rem;overflow:hidden;display:block; }
#Sd7IspmDw31lefyxvXfz1Hotz3rDQlF7 { position:absolute;display:block;z-index:14987;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.75rem;width:3.0625rem;top:6.125rem;left:7.7451171875rem;overflow:hidden;display:block; }
#i0eXXf6PodXfkcDiUT1ybOMiiAuldPOb { position:absolute;display:block;z-index:14989;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.25rem;width:2.8125rem;top:19.935546875rem;left:5.8701171875rem;overflow:hidden;display:block; }
#C7VB3Uotv2oLAHnIRK0IBf5WKylkhg3h { color:#f0869d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15297;line-height:1.2;letter-spacing:0;top:13.875000476837rem;left:49.34792137146rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QymHzbKslP143MTxf4GN1RLrImIX61Ez { position:absolute;display:block;z-index:15370;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.1875rem;width:7.75rem;top:11.572265148163rem;left:29.60546875rem;overflow:hidden;display:none; }
#tbXDAfIQQcq4LhFBSlSUHmXFWdw4memE { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:16.313281536103rem;left:36.150001525879rem;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; }
#aTvEHkKBgy9RqHHPrsekOoIPySBGNruH { position:absolute;display:block;z-index:15330;height:22.0625rem;width:31.25rem;top:2.6250004768372rem;left:9.7156238555906rem;display:block; }
#AWhT6nghyT1nam28Muny1Ez9m83Is6HC { position:absolute;display:block;z-index:15362;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.99706875rem;width:4.43456875rem;top:5.501953125rem;left:39.27734375rem;overflow:hidden;display:block; }
#SbI1m5ZfvB9lFzbm0vEumb7fVR4AQeUR { position:absolute;display:block;z-index:15391;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:11.3125rem;top:1.9375rem;left:54.437500953674rem;overflow:hidden;display:block; }
#G9J9nZPhewdVFUNDDn9sqVRDArOtlxst { z-index:15181;top:21.6875rem;left:48.375rem;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; }
#unWu7SCx5maucSckFbOnTT9wxRzyJTZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4nTgoySau7UTGhFfL2gksCNTkwzhUMv { color:#f0869d;display:block;width:16.9956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15184;line-height:1;letter-spacing:0;top:18.3125rem;left:52rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uc8AOMNWWkR473KEPISepBipChNcfVNL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#uc8AOMNWWkR473KEPISepBipChNcfVNL { background-color: transparent; background-image: none; }#uc8AOMNWWkR473KEPISepBipChNcfVNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row .container > .video-iframe-container { display: none; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row > .video-iframe-container { display: none; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .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); }#uc8AOMNWWkR473KEPISepBipChNcfVNL { border-width: 0; border-radius: 0; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .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; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .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; }#SsTU6lf9Xx8h27LsmyTTPGSlBv3nIpXf { 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; }
#GNpMSNnElAh25JAzrkV3WyDymmUrLhc5 { 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; }
#ZBtxGkxwIWRoHfKyEFSGD3a9V4Hd1KnM { 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; }
#hzFsTcb2aMXVKTpTaDQTEMxBtPDHMWtP { 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; }
#m5KKqnPqKf1O0Avqgc0g4xuOux2AwA7m { 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; }
#s0TmhezTASBOucHoH8sOltTMJdWtKqzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1kAi3TPCvGQFgNnQveLhzUuH3oyGm4t { 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; }
#whKsoGSTs3LyasTeMx5s1es8TLip7Dvt { 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; }
#IxZsJE0n5UtXngsWf6UP5S1J7Uq0Oit7 { 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; }
#sqvWaCmwsGtlT8LR1cx7UDDmIZISys0g { 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; }
#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { 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; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .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); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { border-width: 0; border-radius: 0; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { 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; }
#NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { 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; }
#filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { 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; }
#C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { 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; }
#SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { 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; }
#wMVna2nF4qC75yy171s5JL452X5qH8Af { 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; }
#Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { 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; }
#UEW21m9sDkSsga2kRhyfufvOG1GuPRED { box-sizing:content-box;height:4.375rem;width:36.3125rem;position:absolute;display:block;z-index:15073;background-color:#971b79;background-image:none;top:8.11328125rem;left:1.25rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { 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:#ffffff;background-image:none;top:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { 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; }
#wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { 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; }
#M0LIhNPWfepwdRARaJzzx36xnRVGKsks { 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; }
#bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { 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; }
#fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { 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; }
#XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { 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; }
#gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { 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; }
#awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { 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; }
#ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { 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; }
#oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { 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; }
#GkFp80cqptmbB209yizSdy2tfAT4HkIL { 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; }
#n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { 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; }
#xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { 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; }
#WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { 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; }
#vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { 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; }
#HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { 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; }
#VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { 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; }
#LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { 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; }
#aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { 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; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:32.125rem;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:9.43320274353rem;left:4.935546875rem;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; }
#QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { 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; }
#ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { 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; }
#GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { 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; }
#lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { 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; }
#ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { 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; }
#pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { 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:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;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; }
#BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { color:#141436;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:9.42578125rem;left:2.7804679870606rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { box-sizing:content-box;height:4.375rem;width:28.4375rem;position:absolute;display:block;z-index:14979;background-color:#971b79;background-image:none;top:13.498825073243rem;left:4.6867179870606rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { 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:#ffffff;background-image:none;top:14.59375rem;left:5.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { color:#141436;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:14.79296875rem;left:6.40625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.1;letter-spacing:0;top:15.0625rem;left:8.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { 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; }
#ihEu8VIiFMK78Pfzm7dLJhtKkPFTDU3r { box-sizing:content-box;height:4.375rem;width:38.3125rem;position:absolute;display:block;z-index:15080;background-color:#971b79;background-image:none;top:18.810546875rem;left:8.623046875rem;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;display:block; }
#eZ4rQ671UhsP9Grcf7CsmmFgcBu2yMTA { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:20.187107086182rem;left:12.686325073243rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZ1IrMeUXiR0k2OZex4tfSXDkeZtrLHm { 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:#ffffff;background-image:none;top:19.874217987061rem;left:9.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cOaEp0U3eTsdhfPev58M3fxKCNomGsdg { color:#141436;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:20.125rem;left:10.436325073243rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMnbw4RHFK2CTDb6sCviUFtZtliTyRfb { box-sizing:content-box;height:4.375rem;width:26.5625rem;position:absolute;display:block;z-index:15082;background-color:#971b79;background-image:none;top:23.9990234375rem;left:12.435546875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#AQmWkLUMUQtv1r4WynhfJkhk8xwQk56D { box-sizing:content-box;height:2.1862rem;width:2.1862rem;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:15113;background-color:#ffffff;background-image:none;top:25.1875rem;left:13.499607086182rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lPAPdM6r4lDTxm9iIIUVDagHkB1NXlgL { color:#141436;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:25.437107086182rem;left:14.1875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQXseL4oZZ2EPT2hRoLNP2hw3IILbyKI { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:25.499217987061rem;left:16.70703125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { color:#d3adc8;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:14.546875rem;left:35.501556396484rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;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; }
#O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { 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:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#BbexaeUGRupAxua1wscCZeVko2qZVTLa { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;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; }
#Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { 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:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { color:#d3adc8;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:2rem;left:0.0625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QTlrHeXSRTlKXkyOGGi9TtUR9JTyVCM9 { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15356;background-color:#d3adc8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.562107086182rem;left:34.376556396484rem;display:block; }
#pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56055rem;width:2.56055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15346;opacity:1;top:13.5625rem;left:1.94140625rem; }
#Ecug6bCxc00Hggxd2BtIS5NG5ZLE7QLp { position:absolute;display:block;z-index:15359;height:2.1875rem;width:6.75rem;top:14.59375rem;left:24.127342224121rem;display:block; }
#nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#gO8TteG6pM65QbiCzuaFzolnMCqic6VT { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HFKp4vreOy94nXsJx3GFMOc2UiqTn8qX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56055rem;width:2.56055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15347;opacity:1;top:19.405467987061rem;left:5.6246070861816rem; }
#Zb9aoB3hnnBoDMuwZ3dJmO7F2c234btS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56055rem;width:2.56055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:24.53125rem;left:9.5632781982425rem; }
#ivkGgqp5AToOGO1XfzG5UCLT1CUonS5G { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;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; }
#kFwSQzh1x41KlIFhN2ySMQiNaoMRzAON { 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.1991875rem;height:2.448825rem;text-decoration:none;z-index:15304;text-align:center;text-align-last:center;top:9.0742192268369rem;left:39.000000953674rem;display:block; }
#b4Xihd1CvmsrkXP9EF64f1JtfQX25Axs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPqDM9Ugc4wTqiKw12G54NhJWR3OJBFl { 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.99166625rem;height:2.24166625rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:44.750001907349rem;left:26.687501907349rem;display:block; }
#B7mrfnN2aXTz4ivvegqyNRobwiEowwth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oew5wCFlX3Jx3buUe4U271H9abDvV0KS { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#tAOQdX9lQHLuVfSig8pJKP4vqzaGXDFJ { box-sizing:content-box;height:6.625rem;width:17rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(67,165,62,0.87), rgba(67,165,62,0.22));background-image: -moz-linear-gradient(180deg, rgba(67,165,62,0.87), rgba(67,165,62,0.22));background-image: -ms-linear-gradient(180deg, rgba(67,165,62,0.87), rgba(67,165,62,0.22));background-image: -o-linear-gradient(180deg, rgba(67,165,62,0.87), rgba(67,165,62,0.22));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53edd', endColorstr='#43a53e38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53edd', endColorstr='#43a53e38' );";background-image: linear-gradient(180deg, rgba(67,165,62,0.87), rgba(67,165,62,0.22));background-size:auto !important;box-shadow: 0rem 0rem 1.875rem #b53fb7 ;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:36.1875rem;left:24.25rem;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; }
#rTIZ83oxvIlvOfp9C3yA0ripiCIFTDJ7 { color:#d3adc8;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:38.5rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocIIZSmb0ih11bwS4H3lxpDzwQltZJzx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15349;opacity:1;top:36.707294762134rem;left:15.745832443238rem; }
#VWfTgJumwOI1Xpx2mwAfsZE0E3hCgJV7 { color:#d3adc8;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:52.648964881897rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xok8o69gaqkscN5ffLZLEwGOCDo4ogbX { 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; }
#acyZD5quzE8XLSkaCST4Lk8vutZ98Rxh { position:absolute;display:block;z-index:15392;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.75rem;width:9.4375rem;top:36.05078125rem;left:28.375rem;overflow:hidden;display:block; }
#nLMczHX7JgSu4CRaTTua6ZcI10Xkzlhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15390;opacity:1;top:25.0615234375rem;left:35.0625rem; }
#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil { 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:none; } #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil *:focus-visible, #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil input[type="text"]:focus-visible, #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil input[type="email"]:focus-visible, #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil input[type="tel"]:focus-visible, #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil textarea:focus-visible { outline:0.125rem solid rgba(46,10,63,1);; } #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .row .container { border-width: 0; border-radius: 0; }#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:none; }#rcSG96qFSDGXa2e9iSNGmKO9Etukm2TN { 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; }
#K0MrsTX82w4EsE4iEOMn6FlUz177ZTGK { 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; }
#DgWocPZiFbkEbNJV0TLIZ7NtBeptw3i5 { 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; }
#xpMLV3a6tMBh6SHzJTytUkh1RkHBoupg { 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; }
#ATHpqDrl88n74NTBnvLehThWd7MwBNqV { 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; }
#qCRPnfXsKuGvlkUgfAa6ri9uHIHQZQLf { 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; }
#qwDb02x4CnHbMaFyIpUKENdmTX7RqDhO { 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; }
#yxg1aQDR76OhwNsxAH6TILKDgT8nXHnn { 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; }
#p0itI0qT5tvivOUwy1nomeTTaQ3e6g1h { 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; }
#y5xat9NVlLAmoHZrGNAPBMHBc58dOXha { 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; }
#etH1odkSi90bVeoDHcqJOwiNxFpqSoCU { 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; }
#PaJuZV0xEGi9Ok8AVMJKbvkS8SuPuvSw { 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; }
#GU9OcOcErMDXWg6Z7u6FbidILqGlfTi2 { 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; }
#PAZDHobyUQsxcClQuGE3U2mI76okwzZz { 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; }
#hctBTEBCPf2SdUVTd8c58IHxI9JbPafN { 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; }
#EIm1p3ECUQLRJzhIAdiw3ZNtBqn5AELT { 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; }
#Iiknzf6VCuLXQ30KxtsEHSUsL1hKRfS1 { 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; }
#KwJfKPCTrAXFZVU69yIAMn9SiTtkJTH8 { 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; }
#TdMx0OAck9A8WPoDbafwmIUukB3VI3cW { 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; }
#Tp9GVVelKT5hxQSOB5Bfup42dAZmuwmz { 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; }
#es81PsSGwwenHFZ9wwZcRGUAE3IN0BiH { 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; }
#BMtO35QyXc5KlgZe6khZk6wWR2V0J5JJ { 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; }
#lGmkh9L7fwfHEGPZ7m8QRodoDXJ3ggwx { 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; }
#afntd525Kt3fMzo1sBfVMUXLq1BuhG6n { 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; }
#MORsSuCTfUHlunBs88LUPTxOQCoNhxw0 { 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; }
#EDTSXgpHrUN8ehlC4hu21uMZ8Eq8peIG { 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; }
#pbfehTAG34xhsrLUyZ9oio9rXOQazdz0 { 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; }
#MkORUbFy0sH4GDutbT6nL3a4JOzHKpwe { 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; }
#Qwx7v6RUV1p4TLqqzJIlmbzzPovgi2nk { 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; }
#FgIoVHM4hBOaNOd3psztdCIIXvMC9mZT { 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; }
#PCViQoIJz0qXt2B7BLRnGkwFNhHp7EDf { 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; }
#Np7AKdfkhUyOxEg2sZRbd5lo8xlJrQ1l { 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; }
#vUQSg2t6s7Jl2D4lB5vOyZmMnseZBApM { 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; }
#ToP2TrZNHcegUdfheOikVeByC4JD8Tgw { 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; }
#hUa6L1aU2NDOQcs6NlAGonXpnUQORA6k { box-sizing:content-box;height:19.75rem;width:34.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7d3d7c, rgba(244,128,176,0.52));background-image: -moz-linear-gradient(180deg, #7d3d7c, rgba(244,128,176,0.52));background-image: -ms-linear-gradient(180deg, #7d3d7c, rgba(244,128,176,0.52));background-image: -o-linear-gradient(180deg, #7d3d7c, rgba(244,128,176,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d3d7c', endColorstr='#f480b084' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d3d7c', endColorstr='#f480b084' );";background-image: linear-gradient(180deg, #7d3d7c, rgba(244,128,176,0.52));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.124603271484rem;left:20.436325073243rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hdtzsNzAN0N6eeTdakUVHEB3evFmtBbq { box-sizing:content-box;height:5.625rem;width:13.25rem;position:absolute;display:block;z-index:15010;background-color:#9e538c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.998039245606rem;left:30.873046875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HW4kynOHzT4fAMTdkmdvSaU5UFSomJ9m { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#eETV0EmNZlHXVIU9el1ARq8Lw264DZTz { color:#d3adc8;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:35.494132995606rem;left:1.8433570861816rem;height:1.6253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KlLrkGRacC27DWMo6eG2E1uadCdLlztG { position:absolute;display:block;z-index:15379;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.4375rem;width:2.1875rem;top:17.799217224121rem;left:18.998435974121rem;overflow:hidden;display:block; }
#SUgvddT5Wib4cU7CrbOTZcKULIUHeIsp { position:absolute;display:block;z-index:15381;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.62421875rem;width:1.5rem;top:26.448043823243rem;left:12.305858612061rem;overflow:hidden;display:block; }
#Fprgd3rmv2nEITxOIb88m7HcKEUVZpI2 { position:absolute;display:block;z-index:15370;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.999025rem;width:1.6875rem;top:25.949607849121rem;left:56.811325073243rem;overflow:hidden;display:block; }
#cmnQ31UyzwVdST7ClZ3D9BS2bC3PEBDH { position:absolute;display:block;z-index:15382;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.43671875rem;width:1.3125rem;top:8.7621088027956rem;left:28.124996185302rem;overflow:hidden;display:block; }
#Q8vQX9D3CTny5NI6LAd86t8Rk0hdU9Eq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#cOkvMF9U46wMcwO08ovpnXsTkMpvncQD { position:absolute;display:block;z-index:15369;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.4375rem;width:1.3125rem;top:10.53750038147rem;left:59.750000953674rem;overflow:hidden;display:none; }
#irnDTh91UKCGxGR2tQscUlHL2tkIB7bp { position:absolute;display:block;z-index:15371;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.1875rem;width:32.375rem;top:10.90625rem;left:21.310546875rem;display:block; }
#TPxEUQIW8bguN4FgiifPIaV42VlXp7Mx { color:#d3adc8;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:0.9375rem;left:26.90625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bricKynMHHEqeAmaCNOGs5kdEyz0tLDu { position:absolute;display:block;z-index:15378;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.43671875rem;width:1.3125rem;top:23.037891387939rem;left:17.759765625rem;overflow:hidden;display:block; }
#Z5pdDWTPT29csz268ULZDT6lMlSmwiXG { position:absolute;display:block;z-index:15371;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.99960625rem;width:1.6875rem;top:7.4789056777956rem;left:47.060150146484rem;overflow:hidden;display:block; }
#LUTOJNEiNIcc5XT0SRBq0yQ0dOnUTKu4 { position:absolute;display:block;z-index:15384;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.81171875rem;width:13.3125rem;top:4.4187498092651rem;left:31.748046875rem;overflow:hidden;display:block; }
#DsAoxussu1TJ608S2Ui9vApuAvo62NIW { position:absolute;display:block;z-index:14989;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.312125rem;width:7.8105625rem;top:17.796092987061rem;left:50.762107849121rem;overflow:hidden;display:block; }
#STO1tm8gg9okltWdTJ6Tw0UyK5FbrOB6 { position:absolute;display:block;z-index:14990;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.5625rem;width:10.374625rem;top:15.733592987061rem;left:7.8703117370606rem;overflow:hidden;display:block; }
#eIuaUlSTwVUgNfLNdSPpv9TbFFge4TuL { position:absolute;display:block;z-index:14990;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.49921875rem;width:3.31171875rem;top:14.371875762939rem;left:56.811325073243rem;overflow:hidden;display:block; }
#WC47sty1rfq2ZTRLyRoopc27QNuQ2qQN { position:absolute;display:block;z-index:14991;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.06171875rem;width:3.81210625rem;top:24.010543823243rem;left:18.182811737061rem;overflow:hidden;display:block; }
#o3wmLby0NRCzotw2GLLx5vATuXpiOmsd { 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:8.9491875rem;height:2.261325rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:30.362887620926rem;left:33.07421875rem;display:block; }
#WAZfUmNxXCDI16asxNMDCkNKtffdBFxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 { position:relative;display:block; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 { background-color: transparent; background-image: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container > .video-iframe-container { display: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row > .video-iframe-container { display: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .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); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 { border-width: 0; border-radius: 0; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .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; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .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; }#B3ndydBrIhDG2nTT0rorTB76VsT0nazD { 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; }
#UAZUsG5KAfO6ShkmASI25Ov3Rc1TyybU { 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; }
#Sndu6JhPWaRVngMiu3aKqefGOQib6ANd { 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; }
#A2CixFyWeDa6UWns2ppJoV49JRdiMKlr { 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; }
#AtDGb53Hy9vtXOP6p4gpyNudFHIqEOOW { 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; }
#dV0QflkPpIvbAcf6fEEXJ1JFFUM1Xizd { 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; }
#VHPGf41LNwwReLFfWeEnmXWKG4htV4tT { 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; }
#rbQD9ghQSZ4ba3NJQkcgpZKo5sTKCCSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqNIlRIl8xhSS2XwLtr1ardCyRLvVt2Q { 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; }
#saiNTTuzyAO1HuZmtEaeHK8vt9LvS1lS { 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; }
#SfcPffBI4grFlXvRwXdniV9JZNwpfTJk { 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; }
#gH2Mkc3boplwNlksZxELMnGds9UN7VIK { 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; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { background-color: transparent; background-image: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container > .video-iframe-container { display: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container { display: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .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); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { border-width: 0; border-radius: 0; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#NQmTmrx5XNBBcGtoq5SbZlr26O1ATK5P { 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; }
#wzZCOMloUmPEiTFyU16pZ7FwaEwgV7zP { 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; }
#bgph154iDw1HvgmUZyphHHrueeTPFKSK { 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; }
#ODhwD4HDEvUyXmltw7Pm5sVmHslhzfl6 { 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; }
#MfGMeTLs9M9gk11o6TfKe1Xq7FcT5x9V { 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; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { 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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { 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; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#ffffff;display:block;width:54.0625rem;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:2.875rem;left:7.4991321563719rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { 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.1875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#ffffff;display:block;width:53.9375rem;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:14.5625rem;left:7.5rem;height:2.924475rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { 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.75rem;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; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { 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; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { 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; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { 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:19.375007629394rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { 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:21.500007629394rem;left:7.5rem;height:2.9236125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#ffffff;display:block;width:43.375rem;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:8.6875rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { 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; }
#pPqKLTrNlEosyudwcfy8embCyAm5CxUI { 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; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { background-color: transparent; background-image: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container > .video-iframe-container { display: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container { display: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .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); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { border-width: 0; border-radius: 0; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#W9E7EklV7TZFH4Tt2Uf428uJ281y3w2S { 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; }
#gU80Gna3tuL6nliwZmlpWDs74OK59Btk { 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; }
#FiD8ZuiwEJtZSsTQFfzeqiEnte7qkiyw { 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; }
#puSSlV0TvGbEFmt87SHx7xT1erD7REci { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8suOVJgPUPOWsM8yTAs7vPSKy6Qseot { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9304695129394rem;left:44.537499427796rem;height:1.13715rem;font-style:normal;display:block; }
#vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc { position:relative;display:block; }#vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { 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; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .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); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg { display:block; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ8CLbKHac79uNq6t1QNavrQa6hEAVTs { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpKbsD6igFIucMfXzO81mu9hNM7mR5k8 { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3X5MDQfdq8n3Csk1i7SIykdPp4VBDrX { display:block; }
 }@media only screen and (max-width: 763px) { #aEbaGBagM0MnzwIN2PBO7npEeXMNgf6t { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gra8J7A2vZ80qatBS2SM7QsTFftyUslU { top:0.3125rem;left:0rem;width:7.1875rem;height:4.25rem;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) { #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) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@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) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { top:11.0625rem;left:23.125rem;width:24.625rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxb9tb2bTi97HZbyL81dyEpekEAmqaqg { top:0rem;left:2.9658203125rem;width:1.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd7IspmDw31lefyxvXfz1Hotz3rDQlF7 { top:6.125rem;left:0rem;width:3.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eXXf6PodXfkcDiUT1ybOMiiAuldPOb { top:19.875rem;left:0rem;width:2.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VB3Uotv2oLAHnIRK0IBf5WKylkhg3h { top:13.875rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymHzbKslP143MTxf4GN1RLrImIX61Ez { top:11.5625rem;left:15.98046875rem;width:7.75rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbXDAfIQQcq4LhFBSlSUHmXFWdw4memE { top:16.9375rem;left:23.150001525879rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTvEHkKBgy9RqHHPrsekOoIPySBGNruH { top:2.625rem;left:0rem;width:31.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhT6nghyT1nam28Muny1Ez9m83Is6HC { top:5.5rem;left:25.65234375rem;width:4.375rem;height:3.9433768573889rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbI1m5ZfvB9lFzbm0vEumb7fVR4AQeUR { top:1.9375rem;left:36.4375rem;width:11.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9J9nZPhewdVFUNDDn9sqVRDArOtlxst { top:21.6875rem;left:23.5625rem;width:24.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unWu7SCx5maucSckFbOnTT9wxRzyJTZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4nTgoySau7UTGhFfL2gksCNTkwzhUMv { top:18.3125rem;left:30.8125rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8AOMNWWkR473KEPISepBipChNcfVNL { display:block; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsTU6lf9Xx8h27LsmyTTPGSlBv3nIpXf { 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) { #GNpMSNnElAh25JAzrkV3WyDymmUrLhc5 { 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) { #ZBtxGkxwIWRoHfKyEFSGD3a9V4Hd1KnM { 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) { #hzFsTcb2aMXVKTpTaDQTEMxBtPDHMWtP { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KKqnPqKf1O0Avqgc0g4xuOux2AwA7m { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TmhezTASBOucHoH8sOltTMJdWtKqzN { display:block; }
 }@media only screen and (max-width: 763px) { #o1kAi3TPCvGQFgNnQveLhzUuH3oyGm4t { 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) { #whKsoGSTs3LyasTeMx5s1es8TLip7Dvt { 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) { #IxZsJE0n5UtXngsWf6UP5S1J7Uq0Oit7 { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqvWaCmwsGtlT8LR1cx7UDDmIZISys0g { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { top:8.0625rem;left:0rem;width:36.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { 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) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { 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) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { 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) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:9.375rem;left:0rem;width:32.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { top:9.375rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { top:13.4375rem;left:0rem;width:28.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { top:14.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { top:14.75rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { top:15.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihEu8VIiFMK78Pfzm7dLJhtKkPFTDU3r { top:18.75rem;left:0rem;width:38.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ4rQ671UhsP9Grcf7CsmmFgcBu2yMTA { top:20.125rem;left:0rem;width:35.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ1IrMeUXiR0k2OZex4tfSXDkeZtrLHm { top:19.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOaEp0U3eTsdhfPev58M3fxKCNomGsdg { top:20.125rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMnbw4RHFK2CTDb6sCviUFtZtliTyRfb { top:23.9375rem;left:0rem;width:26.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQmWkLUMUQtv1r4WynhfJkhk8xwQk56D { top:25.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAPdM6r4lDTxm9iIIUVDagHkB1NXlgL { top:25.375rem;left:0.5625rem;width:0.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQXseL4oZZ2EPT2hRoLNP2hw3IILbyKI { top:25.4375rem;left:3.08203125rem;width:18.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { top:14.5rem;left:21.876556396484rem;width:12.8125rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbexaeUGRupAxua1wscCZeVko2qZVTLa { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { top:2rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { display:none; }
 }@media only screen and (max-width: 763px) { #UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { display:none; }
 }@media only screen and (max-width: 763px) { #QTlrHeXSRTlKXkyOGGi9TtUR9JTyVCM9 { top:14.5rem;left:20.751556396484rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { top:13.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecug6bCxc00Hggxd2BtIS5NG5ZLE7QLp { top:14.5625rem;left:10.502342224121rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { top:43.1875rem;left:0rem;width:10.5625rem;height:3.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFKp4vreOy94nXsJx3GFMOc2UiqTn8qX { top:19.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9aoB3hnnBoDMuwZ3dJmO7F2c234btS { top:24.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkGgqp5AToOGO1XfzG5UCLT1CUonS5G { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFwSQzh1x41KlIFhN2ySMQiNaoMRzAON { width:11.1875rem;height:2.4375rem;top:9.0625rem;left:25.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Xihd1CvmsrkXP9EF64f1JtfQX25Axs { display:block; }
 }@media only screen and (max-width: 763px) { #uPqDM9Ugc4wTqiKw12G54NhJWR3OJBFl { width:11.9375rem;height:2.1875rem;top:44.75rem;left:13.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mrfnN2aXTz4ivvegqyNRobwiEowwth { display:block; }
 }@media only screen and (max-width: 763px) { #oew5wCFlX3Jx3buUe4U271H9abDvV0KS { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAOQdX9lQHLuVfSig8pJKP4vqzaGXDFJ { top:36.1875rem;left:10.625rem;width:17rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIZ83oxvIlvOfp9C3yA0ripiCIFTDJ7 { top:38.5rem;left:0rem;width:15.9375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocIIZSmb0ih11bwS4H3lxpDzwQltZJzx { top:36.6875rem;left:2.1208324432373rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWfTgJumwOI1Xpx2mwAfsZE0E3hCgJV7 { top:52.625rem;left:0rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xok8o69gaqkscN5ffLZLEwGOCDo4ogbX { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #acyZD5quzE8XLSkaCST4Lk8vutZ98Rxh { top:36rem;left:14.75rem;width:9.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLMczHX7JgSu4CRaTTua6ZcI10Xkzlhr { top:25rem;left:21.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil { display:block; }#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSG96qFSDGXa2e9iSNGmKO9Etukm2TN { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0MrsTX82w4EsE4iEOMn6FlUz177ZTGK { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgWocPZiFbkEbNJV0TLIZ7NtBeptw3i5 { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpMLV3a6tMBh6SHzJTytUkh1RkHBoupg { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATHpqDrl88n74NTBnvLehThWd7MwBNqV { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCRPnfXsKuGvlkUgfAa6ri9uHIHQZQLf { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwDb02x4CnHbMaFyIpUKENdmTX7RqDhO { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxg1aQDR76OhwNsxAH6TILKDgT8nXHnn { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0itI0qT5tvivOUwy1nomeTTaQ3e6g1h { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5xat9NVlLAmoHZrGNAPBMHBc58dOXha { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etH1odkSi90bVeoDHcqJOwiNxFpqSoCU { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaJuZV0xEGi9Ok8AVMJKbvkS8SuPuvSw { 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) { #GU9OcOcErMDXWg6Z7u6FbidILqGlfTi2 { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAZDHobyUQsxcClQuGE3U2mI76okwzZz { 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) { #hctBTEBCPf2SdUVTd8c58IHxI9JbPafN { 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) { #EIm1p3ECUQLRJzhIAdiw3ZNtBqn5AELT { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iiknzf6VCuLXQ30KxtsEHSUsL1hKRfS1 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwJfKPCTrAXFZVU69yIAMn9SiTtkJTH8 { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdMx0OAck9A8WPoDbafwmIUukB3VI3cW { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp9GVVelKT5hxQSOB5Bfup42dAZmuwmz { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #es81PsSGwwenHFZ9wwZcRGUAE3IN0BiH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMtO35QyXc5KlgZe6khZk6wWR2V0J5JJ { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGmkh9L7fwfHEGPZ7m8QRodoDXJ3ggwx { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afntd525Kt3fMzo1sBfVMUXLq1BuhG6n { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MORsSuCTfUHlunBs88LUPTxOQCoNhxw0 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDTSXgpHrUN8ehlC4hu21uMZ8Eq8peIG { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbfehTAG34xhsrLUyZ9oio9rXOQazdz0 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkORUbFy0sH4GDutbT6nL3a4JOzHKpwe { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qwx7v6RUV1p4TLqqzJIlmbzzPovgi2nk { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgIoVHM4hBOaNOd3psztdCIIXvMC9mZT { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCViQoIJz0qXt2B7BLRnGkwFNhHp7EDf { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Np7AKdfkhUyOxEg2sZRbd5lo8xlJrQ1l { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUQSg2t6s7Jl2D4lB5vOyZmMnseZBApM { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToP2TrZNHcegUdfheOikVeByC4JD8Tgw { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUa6L1aU2NDOQcs6NlAGonXpnUQORA6k { top:10.0625rem;left:6.8113250732425rem;width:34.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdtzsNzAN0N6eeTdakUVHEB3evFmtBbq { top:27.9375rem;left:17.248046875rem;width:13.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW4kynOHzT4fAMTdkmdvSaU5UFSomJ9m { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eETV0EmNZlHXVIU9el1ARq8Lw264DZTz { top:35.4375rem;left:0rem;width:18rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlLrkGRacC27DWMo6eG2E1uadCdLlztG { top:17.75rem;left:5.3734359741211rem;width:2.1875rem;height:2.438370846731rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUgvddT5Wib4cU7CrbOTZcKULIUHeIsp { top:26.4375rem;left:0rem;width:1.5rem;height:1.62421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fprgd3rmv2nEITxOIb88m7HcKEUVZpI2 { top:25.9375rem;left:43.186325073243rem;width:1.6875rem;height:3.9984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmnQ31UyzwVdST7ClZ3D9BS2bC3PEBDH { top:8.75rem;left:14.499996185302rem;width:1.3125rem;height:1.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vQX9D3CTny5NI6LAd86t8Rk0hdU9Eq { display:none; }
 }@media only screen and (max-width: 763px) { #cOkvMF9U46wMcwO08ovpnXsTkMpvncQD { top:10.5rem;left:46.125000953674rem;width:1.3125rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #irnDTh91UKCGxGR2tQscUlHL2tkIB7bp { top:10.875rem;left:7.685546875rem;width:32.375rem;height:18.187956454506rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxEUQIW8bguN4FgiifPIaV42VlXp7Mx { top:0.9375rem;left:13.28125rem;width:21.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bricKynMHHEqeAmaCNOGs5kdEyz0tLDu { top:23rem;left:4.134765625rem;width:1.3125rem;height:1.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pdDWTPT29csz268ULZDT6lMlSmwiXG { top:7.4375rem;left:33.435150146484rem;width:1.6875rem;height:3.99960625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTOJNEiNIcc5XT0SRBq0yQ0dOnUTKu4 { top:4.375rem;left:18.123046875rem;width:13.3125rem;height:4.81171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsAoxussu1TJ608S2Ui9vApuAvo62NIW { top:17.75rem;left:37.137107849121rem;width:7.75rem;height:8.2476734230089rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO1tm8gg9okltWdTJ6Tw0UyK5FbrOB6 { top:15.6875rem;left:0rem;width:10.3125rem;height:6.5232026458788rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIuaUlSTwVUgNfLNdSPpv9TbFFge4TuL { top:14.3125rem;left:43.186325073243rem;width:3.25rem;height:3.4340056617127rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC47sty1rfq2ZTRLyRoopc27QNuQ2qQN { top:24rem;left:4.5578117370606rem;width:3.75rem;height:3.9955458514568rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wmLby0NRCzotw2GLLx5vATuXpiOmsd { width:8.9375rem;height:2.25rem;top:30.3125rem;left:19.44921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZfUmNxXCDI16asxNMDCkNKtffdBFxu { display:block; }
 }@media only screen and (max-width: 763px) { #Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 { display:block; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ndydBrIhDG2nTT0rorTB76VsT0nazD { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAZUsG5KAfO6ShkmASI25Ov3Rc1TyybU { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sndu6JhPWaRVngMiu3aKqefGOQib6ANd { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CixFyWeDa6UWns2ppJoV49JRdiMKlr { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDGb53Hy9vtXOP6p4gpyNudFHIqEOOW { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV0QflkPpIvbAcf6fEEXJ1JFFUM1Xizd { 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) { #VHPGf41LNwwReLFfWeEnmXWKG4htV4tT { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbQD9ghQSZ4ba3NJQkcgpZKo5sTKCCSW { display:block; }
 }@media only screen and (max-width: 763px) { #LqNIlRIl8xhSS2XwLtr1ardCyRLvVt2Q { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saiNTTuzyAO1HuZmtEaeHK8vt9LvS1lS { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfcPffBI4grFlXvRwXdniV9JZNwpfTJk { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2Mkc3boplwNlksZxELMnGds9UN7VIK { display:block; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQmTmrx5XNBBcGtoq5SbZlr26O1ATK5P { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZCOMloUmPEiTFyU16pZ7FwaEwgV7zP { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgph154iDw1HvgmUZyphHHrueeTPFKSK { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODhwD4HDEvUyXmltw7Pm5sVmHslhzfl6 { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfGMeTLs9M9gk11o6TfKe1Xq7FcT5x9V { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:12.1875rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.75rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:19.375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:21.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.6875rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPqKLTrNlEosyudwcfy8embCyAm5CxUI { display:block; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9E7EklV7TZFH4Tt2Uf428uJ281y3w2S { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU80Gna3tuL6nliwZmlpWDs74OK59Btk { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiD8ZuiwEJtZSsTQFfzeqiEnte7qkiyw { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSSlV0TvGbEFmt87SHx7xT1erD7REci { top:1.6875rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8suOVJgPUPOWsM8yTAs7vPSKy6Qseot { top:1.875rem;left:22.25rem;width:24.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc { display:block; }#vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2e0a3f;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) { #cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg { 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; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { background-color: transparent; background-image: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container > .video-iframe-container { display: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container { display: none; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .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); }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { border-width: 0; border-radius: 0; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuDWawNCvNO6UvHye6l6bK4G8fLIJfrg > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ8CLbKHac79uNq6t1QNavrQa6hEAVTs { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KpKbsD6igFIucMfXzO81mu9hNM7mR5k8 { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3X5MDQfdq8n3Csk1i7SIykdPp4VBDrX { display:block; }
 }@media only screen and (max-width: 763px) { #aEbaGBagM0MnzwIN2PBO7npEeXMNgf6t { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gra8J7A2vZ80qatBS2SM7QsTFftyUslU { width:4.8125rem;height:2.75rem;top:0rem;left:7.1875rem;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:37.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(180deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(180deg, #411751, #2e0a3f);background-image: -o-linear-gradient(180deg, #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(180deg, #411751, #2e0a3f);background-size:auto !important;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) { #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) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@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) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;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;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { width:19.6875rem;height:1.4375rem;top:8.8125rem;left:0.0625rem;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lxb9tb2bTi97HZbyL81dyEpekEAmqaqg { width:1.18541875rem;height:2.93645625rem;top:13.195833683014rem;left:17.318750202656rem;z-index:15362;display:block; }
 }@media only screen and (max-width: 763px) { #Sd7IspmDw31lefyxvXfz1Hotz3rDQlF7 { width:6.25rem;height:5.6875rem;top:77.0078125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0eXXf6PodXfkcDiUT1ybOMiiAuldPOb { width:1.0625rem;height:1.1875rem;top:56.1748046875rem;left:-2.46875rem;z-index:15375;display:none; }
 }@media only screen and (max-width: 763px) { #C7VB3Uotv2oLAHnIRK0IBf5WKylkhg3h { width:19.9980625rem;height:1.1875rem;top:10.75rem;left:0.0625rem;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QymHzbKslP143MTxf4GN1RLrImIX61Ez { width:5.74921875rem;height:3.68671875rem;top:40.143749475479rem;left:9.6867178082469rem;z-index:15376;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tbXDAfIQQcq4LhFBSlSUHmXFWdw4memE { width:2.68710625rem;height:2.8125rem;top:50.373822568131rem;left:8.625rem;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:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aTvEHkKBgy9RqHHPrsekOoIPySBGNruH { width:20rem;height:14.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhT6nghyT1nam28Muny1Ez9m83Is6HC { width:4.375rem;height:3.9433768573889rem;top:5.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbI1m5ZfvB9lFzbm0vEumb7fVR4AQeUR { width:9rem;height:6.375rem;top:0.9375rem;left:5.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9J9nZPhewdVFUNDDn9sqVRDArOtlxst { top:33.374999761581rem;left:0.5rem;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) { #unWu7SCx5maucSckFbOnTT9wxRzyJTZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4nTgoySau7UTGhFfL2gksCNTkwzhUMv { width:11.375rem;height:1.625rem;top:30.75000166893rem;left:4.3125000596046rem;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) { #uc8AOMNWWkR473KEPISepBipChNcfVNL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#uc8AOMNWWkR473KEPISepBipChNcfVNL > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsTU6lf9Xx8h27LsmyTTPGSlBv3nIpXf { 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) { #GNpMSNnElAh25JAzrkV3WyDymmUrLhc5 { 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) { #ZBtxGkxwIWRoHfKyEFSGD3a9V4Hd1KnM { 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) { #hzFsTcb2aMXVKTpTaDQTEMxBtPDHMWtP { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #m5KKqnPqKf1O0Avqgc0g4xuOux2AwA7m { 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) { #s0TmhezTASBOucHoH8sOltTMJdWtKqzN { display:block; }
 }@media only screen and (max-width: 763px) { #o1kAi3TPCvGQFgNnQveLhzUuH3oyGm4t { 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) { #whKsoGSTs3LyasTeMx5s1es8TLip7Dvt { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxZsJE0n5UtXngsWf6UP5S1J7Uq0Oit7 { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqvWaCmwsGtlT8LR1cx7UDDmIZISys0g { 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) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .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); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .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; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:20rem;height:71rem;background-color:#2e0a3f;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) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { 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) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { 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) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { 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) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { 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) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { 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) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { 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) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { 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) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { width:1.625rem;height:1.625rem;top:4.8984375rem;left:0.58723962306976rem;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) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { 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) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { 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) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { 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) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { 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) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { 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) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { 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) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { 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) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { 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) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { 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) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { 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) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { 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) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { 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) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { width:17.75rem;height:8.625rem;top:4.8972654342651rem;left:1.5878904461861rem;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:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -moz-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -ms-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -o-linear-gradient(90deg, #ffffff, #ebf8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );";background-image: linear-gradient(90deg, #ffffff, #ebf8e5);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { 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) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { 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) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { 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) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { 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) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { 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) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:13.8125rem;height:2.39930625rem;top:6.4593744277956rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { 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) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { 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) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { 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) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { 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) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { 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) { #pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { width:1.625rem;height:1.625rem;top:16.921875rem;left:0.68880212306975rem;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) { #LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { width:2.6875rem;height:2.8125rem;top:16.3515625rem;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:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #43a53e, #79c874);background-image: -moz-linear-gradient(90deg, #43a53e, #79c874);background-image: -ms-linear-gradient(90deg, #43a53e, #79c874);background-image: -o-linear-gradient(90deg, #43a53e, #79c874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );";background-image: linear-gradient(90deg, #43a53e, #79c874);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { width:0.8125rem;height:1.1rem;top:5.2035150527954rem;left:1.2429686188698rem;font-size:1rem;text-align:left;text-align-last:left;color:#323f86;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Hru3i3Fi5aZD0ifKFJqQsX0pd99KAyRO { width:20rem;height:4.375rem;top:13.4375rem;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) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { 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) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { width:0.8125rem;height:1.1rem;top:17.205468177796rem;left:1.2414061427116rem;font-size:1rem;text-align:left;text-align-last:left;color:#323f86;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { width:13.5625rem;height:1.275rem;top:18.546875715256rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { 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) { #ihEu8VIiFMK78Pfzm7dLJhtKkPFTDU3r { width:20rem;height:4.375rem;top:18.75rem;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) { #eZ4rQ671UhsP9Grcf7CsmmFgcBu2yMTA { width:13.5rem;height:3.82291875rem;top:33.728515625rem;left:4.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ1IrMeUXiR0k2OZex4tfSXDkeZtrLHm { width:2.125rem;height:2.125rem;top:19.8125rem;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) { #cOaEp0U3eTsdhfPev58M3fxKCNomGsdg { width:0.8125rem;height:1.1rem;top:31.877086699009rem;left:1.2416667342186rem;font-size:1rem;text-align:left;text-align-last:left;color:#323f86;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #pMnbw4RHFK2CTDb6sCviUFtZtliTyRfb { width:20rem;height:4.375rem;top:23.9375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #AQmWkLUMUQtv1r4WynhfJkhk8xwQk56D { width:2.125rem;height:2.125rem;top:25.1875rem;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) { #lPAPdM6r4lDTxm9iIIUVDagHkB1NXlgL { width:0.8125rem;height:1.1rem;top:41.851043760776rem;left:1.0520833134651rem;font-size:1rem;text-align:left;text-align-last:left;color:#323f86;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #FQXseL4oZZ2EPT2hRoLNP2hw3IILbyKI { width:14.6875rem;height:0;top:67.537763118744rem;left:2.7174479961395rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Hds2CLadEi5TaVPHJWm96eLrZzBwoXT5 { width:15.5rem;height:2.5486125rem;top:20.499608039856rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#141436;display:block; }
 }@media only screen and (max-width: 763px) { #ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { width:2.6875rem;height:2.8125rem;top:30.916667997837rem;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:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #43a53e, #79c874);background-image: -moz-linear-gradient(90deg, #43a53e, #79c874);background-image: -ms-linear-gradient(90deg, #43a53e, #79c874);background-image: -o-linear-gradient(90deg, #43a53e, #79c874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );";background-image: linear-gradient(90deg, #43a53e, #79c874);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { width:1.625rem;height:1.625rem;top:31.529167234897rem;left:0.64895838499069rem;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:15109;display:block; }
 }@media only screen and (max-width: 763px) { #FbAkWnk1LPDaZDwyz6XSxsf2XH7lWSLo { width:17.25rem;height:6.9375rem;top:31.675003111362rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -moz-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -ms-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -o-linear-gradient(90deg, #ffffff, #ebf8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );";background-image: linear-gradient(90deg, #ffffff, #ebf8e5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BbexaeUGRupAxua1wscCZeVko2qZVTLa { width:17.25rem;height:6.375rem;top:41.7880859375rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #ebf8e5);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #ebf8e5);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #ebf8e5);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #ebf8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ebf8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ebf8e5' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #ebf8e5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { width:2.6875rem;height:2.8125rem;top:41.03958517313rem;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:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #43a53e, #79c874);background-image: -moz-linear-gradient(90deg, #43a53e, #79c874);background-image: -ms-linear-gradient(90deg, #43a53e, #79c874);background-image: -o-linear-gradient(90deg, #43a53e, #79c874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );";background-image: linear-gradient(90deg, #43a53e, #79c874);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { width:1.625rem;height:1.625rem;top:41.625003874302rem;left:0.56041663885117rem;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:15110;display:block; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { width:19.1875rem;height:1.30625rem;top:1.8739547729493rem;left:0.43750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { top:0.68333339691162rem;left:0rem;width:20rem;height:0.125rem;z-index:15358;background-color:#411751;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { top:49.561462402344rem;left:0rem;width:20rem;height:0.1875rem;z-index:15359;background-color:rgba(65,23,81,0.32);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QTlrHeXSRTlKXkyOGGi9TtUR9JTyVCM9 { width:0.125rem;height:2.5rem;top:43.354167461395rem;left:1.3364583849907rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { display:flex;width:2.5rem;height:2.5rem;top:13.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ecug6bCxc00Hggxd2BtIS5NG5ZLE7QLp { width:8.625rem;height:3.25rem;top:24.61145979166rem;left:2.5760417580604rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { width:10.6241875rem;height:3.39930625rem;top:43.237503111362rem;left:4.2489584088326rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#141436;line-height:1.6;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #HFKp4vreOy94nXsJx3GFMOc2UiqTn8qX { display:flex;width:2.5rem;height:2.5rem;top:19.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zb9aoB3hnnBoDMuwZ3dJmO7F2c234btS { display:flex;width:2.5rem;height:2.5rem;top:24.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivkGgqp5AToOGO1XfzG5UCLT1CUonS5G { width:2.68710625rem;height:2.8125rem;top:4.3031253814697rem;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:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #43a53e, #79c874);background-image: -moz-linear-gradient(90deg, #43a53e, #79c874);background-image: -ms-linear-gradient(90deg, #43a53e, #79c874);background-image: -o-linear-gradient(90deg, #43a53e, #79c874);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a53e', endColorstr='#79c874' );";background-image: linear-gradient(90deg, #43a53e, #79c874);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kFwSQzh1x41KlIFhN2ySMQiNaoMRzAON { width:11.1616875rem;height:2.4125rem;top:9.8447265625rem;left:4.41796875rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #b4Xihd1CvmsrkXP9EF64f1JtfQX25Axs { display:block; }
 }@media only screen and (max-width: 763px) { #uPqDM9Ugc4wTqiKw12G54NhJWR3OJBFl { width:12.36666625rem;height:2.17916625rem;top:63.810420989987rem;left:3.8125002980233rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #B7mrfnN2aXTz4ivvegqyNRobwiEowwth { display:block; }
 }@media only screen and (max-width: 763px) { #oew5wCFlX3Jx3buUe4U271H9abDvV0KS { width:17.75rem;height:11.4375rem;top:16.919792234897rem;left:1.5604167580604rem;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:14968;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -moz-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -ms-linear-gradient(90deg, #ffffff, #ebf8e5);background-image: -o-linear-gradient(90deg, #ffffff, #ebf8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf8e5' );";background-image: linear-gradient(90deg, #ffffff, #ebf8e5);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #tAOQdX9lQHLuVfSig8pJKP4vqzaGXDFJ { width:17rem;height:6.625rem;top:54.741668760776rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIZ83oxvIlvOfp9C3yA0ripiCIFTDJ7 { width:15.9375rem;height:1.30625rem;top:52.060421049595rem;left:2.0000000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ocIIZSmb0ih11bwS4H3lxpDzwQltZJzx { display:flex;width:5.1875rem;height:5.1875rem;top:36.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWfTgJumwOI1Xpx2mwAfsZE0E3hCgJV7 { width:19.9375rem;height:1.2375rem;top:68.5703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xok8o69gaqkscN5ffLZLEwGOCDo4ogbX { width:11.875rem;height:4.375rem;top:23.986328125rem;left:1.5244140625rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14972;background-color:#43a53e;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #acyZD5quzE8XLSkaCST4Lk8vutZ98Rxh { width:8.375rem;height:5.9375rem;top:54.9287109375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLMczHX7JgSu4CRaTTua6ZcI10Xkzlhr { display:flex;width:2.125rem;height:2.125rem;top:44.6982421875rem;left:9.8740234375rem; }
 }@media only screen and (max-width: 763px) { #UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil { display:none; }#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .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; }#UOLQAaT6XqAXA9FxL1dCKrzc9T4eIvil > .row .container { width:20rem;height:46.6875rem;background-color:#2e0a3f;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:none; } }@media only screen and (max-width: 763px) { #rcSG96qFSDGXa2e9iSNGmKO9Etukm2TN { 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) { #K0MrsTX82w4EsE4iEOMn6FlUz177ZTGK { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #DgWocPZiFbkEbNJV0TLIZ7NtBeptw3i5 { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #xpMLV3a6tMBh6SHzJTytUkh1RkHBoupg { 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) { #ATHpqDrl88n74NTBnvLehThWd7MwBNqV { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #qCRPnfXsKuGvlkUgfAa6ri9uHIHQZQLf { 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) { #qwDb02x4CnHbMaFyIpUKENdmTX7RqDhO { 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) { #yxg1aQDR76OhwNsxAH6TILKDgT8nXHnn { 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) { #p0itI0qT5tvivOUwy1nomeTTaQ3e6g1h { 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) { #y5xat9NVlLAmoHZrGNAPBMHBc58dOXha { 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) { #etH1odkSi90bVeoDHcqJOwiNxFpqSoCU { 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) { #PaJuZV0xEGi9Ok8AVMJKbvkS8SuPuvSw { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU9OcOcErMDXWg6Z7u6FbidILqGlfTi2 { 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) { #PAZDHobyUQsxcClQuGE3U2mI76okwzZz { 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) { #hctBTEBCPf2SdUVTd8c58IHxI9JbPafN { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIm1p3ECUQLRJzhIAdiw3ZNtBqn5AELT { 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) { #Iiknzf6VCuLXQ30KxtsEHSUsL1hKRfS1 { 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) { #KwJfKPCTrAXFZVU69yIAMn9SiTtkJTH8 { 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) { #TdMx0OAck9A8WPoDbafwmIUukB3VI3cW { 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) { #Tp9GVVelKT5hxQSOB5Bfup42dAZmuwmz { 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) { #es81PsSGwwenHFZ9wwZcRGUAE3IN0BiH { 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) { #BMtO35QyXc5KlgZe6khZk6wWR2V0J5JJ { 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) { #lGmkh9L7fwfHEGPZ7m8QRodoDXJ3ggwx { 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) { #afntd525Kt3fMzo1sBfVMUXLq1BuhG6n { 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) { #MORsSuCTfUHlunBs88LUPTxOQCoNhxw0 { 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) { #EDTSXgpHrUN8ehlC4hu21uMZ8Eq8peIG { 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) { #pbfehTAG34xhsrLUyZ9oio9rXOQazdz0 { 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) { #MkORUbFy0sH4GDutbT6nL3a4JOzHKpwe { 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) { #Qwx7v6RUV1p4TLqqzJIlmbzzPovgi2nk { 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) { #FgIoVHM4hBOaNOd3psztdCIIXvMC9mZT { 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) { #PCViQoIJz0qXt2B7BLRnGkwFNhHp7EDf { 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) { #Np7AKdfkhUyOxEg2sZRbd5lo8xlJrQ1l { 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) { #vUQSg2t6s7Jl2D4lB5vOyZmMnseZBApM { 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) { #ToP2TrZNHcegUdfheOikVeByC4JD8Tgw { 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) { #hUa6L1aU2NDOQcs6NlAGonXpnUQORA6k { width:18.5rem;height:31.875rem;top:4.75rem;left:0.7490234375rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc4aa8, #b75b7f);background-image: -moz-linear-gradient(180deg, #dc4aa8, #b75b7f);background-image: -ms-linear-gradient(180deg, #dc4aa8, #b75b7f);background-image: -o-linear-gradient(180deg, #dc4aa8, #b75b7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4aa8', endColorstr='#b75b7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4aa8', endColorstr='#b75b7f' );";background-image: linear-gradient(180deg, #dc4aa8, #b75b7f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hdtzsNzAN0N6eeTdakUVHEB3evFmtBbq { width:10.75rem;height:5.625rem;top:56.59375rem;left:7.5185546875rem;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),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HW4kynOHzT4fAMTdkmdvSaU5UFSomJ9m { width:10.8125rem;height:4.6875rem;top:35.749214172363rem;left:4.6242182850838rem;box-shadow: none;background-color:#b75b7f;background-image:none;z-index:15008;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eETV0EmNZlHXVIU9el1ARq8Lw264DZTz { width:14.2453125rem;height:1.16835625rem;top:44.195304870606rem;left:0.81093746423719rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #KlLrkGRacC27DWMo6eG2E1uadCdLlztG { width:2.8125rem;height:3.125rem;top:72.6328125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUgvddT5Wib4cU7CrbOTZcKULIUHeIsp { width:1.5rem;height:1.625rem;top:38.8623046875rem;left:2.599609375rem;z-index:15376;display:block; }
 }@media only screen and (max-width: 763px) { #Fprgd3rmv2nEITxOIb88m7HcKEUVZpI2 { width:1.6875rem;height:4rem;top:32.875rem;left:16.7998046875rem;z-index:15373;display:block; }
 }@media only screen and (max-width: 763px) { #cmnQ31UyzwVdST7ClZ3D9BS2bC3PEBDH { width:1.3125rem;height:1.4375rem;top:35.0361328125rem;left:1.349609375rem;z-index:15375;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vQX9D3CTny5NI6LAd86t8Rk0hdU9Eq { top:5.798828125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15371;display:block; }
 }@media only screen and (max-width: 763px) { #cOkvMF9U46wMcwO08ovpnXsTkMpvncQD { width:1.3125rem;height:1.4375rem;top:5.0625rem;left:4.0498046875rem;z-index:15376;display:block; }
 }@media only screen and (max-width: 763px) { #irnDTh91UKCGxGR2tQscUlHL2tkIB7bp { height:11.235521235521rem;width:20rem;top:41.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPxEUQIW8bguN4FgiifPIaV42VlXp7Mx { width:20rem;height:1.30546875rem;top:1.6871109008789rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bricKynMHHEqeAmaCNOGs5kdEyz0tLDu { width:1.3125rem;height:1.4375rem;top:28.4111328125rem;left:16.9873046875rem;z-index:15375;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pdDWTPT29csz268ULZDT6lMlSmwiXG { width:1.6875rem;height:4rem;top:2.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTOJNEiNIcc5XT0SRBq0yQ0dOnUTKu4 { width:13.3125rem;height:4.81171875rem;top:4.375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsAoxussu1TJ608S2Ui9vApuAvo62NIW { width:4.125rem;height:4.37460625rem;top:36.998435974121rem;left:15.874216854573rem;z-index:15375;display:block; }
 }@media only screen and (max-width: 763px) { #STO1tm8gg9okltWdTJ6Tw0UyK5FbrOB6 { width:10.3125rem;height:6.5232026458788rem;top:15.6875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIuaUlSTwVUgNfLNdSPpv9TbFFge4TuL { width:3.24960625rem;height:3.43359375rem;top:36.624607086182rem;left:0rem;z-index:15375;display:block; }
 }@media only screen and (max-width: 763px) { #WC47sty1rfq2ZTRLyRoopc27QNuQ2qQN { width:3.75rem;height:3.9955458514568rem;top:58.294879870606rem;left:8.125rem;z-index:15375;display:none; }
 }@media only screen and (max-width: 763px) { #o3wmLby0NRCzotw2GLLx5vATuXpiOmsd { width:8.9116875rem;height:2.225rem;top:36.99844121933rem;left:5.5300777554512rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #WAZfUmNxXCDI16asxNMDCkNKtffdBFxu { display:block; }
 }@media only screen and (max-width: 763px) { #Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 { 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; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container { background-color: transparent; background-image: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container > .video-iframe-container { display: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row > .video-iframe-container { display: none; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .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); }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container { border-width: 0; border-radius: 0; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lykt2wQuSKVp9pmTi57gcCMOpW68Vcn2 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ndydBrIhDG2nTT0rorTB76VsT0nazD { 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) { #UAZUsG5KAfO6ShkmASI25Ov3Rc1TyybU { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Sndu6JhPWaRVngMiu3aKqefGOQib6ANd { 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) { #A2CixFyWeDa6UWns2ppJoV49JRdiMKlr { 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) { #AtDGb53Hy9vtXOP6p4gpyNudFHIqEOOW { 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) { #dV0QflkPpIvbAcf6fEEXJ1JFFUM1Xizd { width:10.1875rem;height:3.67448125rem;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) { #VHPGf41LNwwReLFfWeEnmXWKG4htV4tT { 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) { #rbQD9ghQSZ4ba3NJQkcgpZKo5sTKCCSW { display:block; }
 }@media only screen and (max-width: 763px) { #LqNIlRIl8xhSS2XwLtr1ardCyRLvVt2Q { 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) { #saiNTTuzyAO1HuZmtEaeHK8vt9LvS1lS { 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) { #SfcPffBI4grFlXvRwXdniV9JZNwpfTJk { width:20rem;height:17.5rem;top:0.31211090087891rem;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) { #gH2Mkc3boplwNlksZxELMnGds9UN7VIK { 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; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { background-color: transparent; background-image: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container > .video-iframe-container { display: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container { display: none; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .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); }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { border-width: 0; border-radius: 0; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gH2Mkc3boplwNlksZxELMnGds9UN7VIK > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQmTmrx5XNBBcGtoq5SbZlr26O1ATK5P { 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) { #wzZCOMloUmPEiTFyU16pZ7FwaEwgV7zP { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #bgph154iDw1HvgmUZyphHHrueeTPFKSK { 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) { #ODhwD4HDEvUyXmltw7Pm5sVmHslhzfl6 { 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) { #MfGMeTLs9M9gk11o6TfKe1Xq7FcT5x9V { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { 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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:1.6848945617676rem;left:1.125rem;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) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.44965rem;top:3.2330741882324rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.39930625rem;top:12.0625rem;left:1.1226561665535rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.625rem;height:6.12413125rem;top:15.182815551757rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:7.1871185302738rem;left:1.1249999403954rem;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) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { 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) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.2rem;top:22.447265625rem;left:1.1249999403954rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.89930625rem;top:24.181259155274rem;left:1.1249999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:1.1375rem;top:8.87109375rem;left:1.1402342915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { 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) { #pPqKLTrNlEosyudwcfy8embCyAm5CxUI { 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; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { background-color: transparent; background-image: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container > .video-iframe-container { display: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container { display: none; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .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); }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { border-width: 0; border-radius: 0; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPqKLTrNlEosyudwcfy8embCyAm5CxUI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9E7EklV7TZFH4Tt2Uf428uJ281y3w2S { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU80Gna3tuL6nliwZmlpWDs74OK59Btk { 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) { #FiD8ZuiwEJtZSsTQFfzeqiEnte7qkiyw { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #puSSlV0TvGbEFmt87SHx7xT1erD7REci { width:8.3125rem;height:auto;top:1.6875rem;left:5.8125rem;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) { #X8suOVJgPUPOWsM8yTAs7vPSKy6Qseot { width:18.4375rem;height:1.94965rem;top:0.88671875rem;left:0.78046876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc { display:block; }#vMsny5TKvCfRKRe3BtOrymCMTE9z4BMc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }