.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:#2e0a3f;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); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw { 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; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { background-color: transparent; background-image: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container > .video-iframe-container { display: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container { display: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .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); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { border-width: 0; border-radius: 0; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ZRwbob4KPfNSRA41tAy1OtAT2TVSfFSn { 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; }
#QdiGZxVd64VacUAlnW9QUP3CWDLswsH0 { 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; }
#L8mwTXn9y2NruwdkF6Fu0D3y2wCaEBee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5IRcKDbtuI3mPN3IcmIoFJzkvKTm4TP { 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; }
#HU8pqDWfhyM20LEevGXeyDHhbKFnScDl { 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:31.5rem;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; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:1.3125rem;width:5.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:4.02734375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#f0869d;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15298;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.685546875rem;height:9.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlnFNADX5yTTL3vTy707SWtnvIGLROSs { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:none; }
#eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { 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:8.499375rem;width:8.499375rem;top:21.811522483826rem;left:5.4052734375rem;overflow:hidden;display:none; }
#Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-4),0.09) ;box-sizing:border-box;color:#676787;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.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.875rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:17.6875rem;left:50.750001430511rem;display:block; }
#I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.25rem;height:3.375rem;text-decoration:none;z-index:15382;text-align:center;text-align-last:center;top:22.24843788147rem;left:53.529687404632rem;display:block; }
#GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { 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.75rem;width:3.68706875rem;top:18.130426168442rem;left:5.9114608764649rem;overflow:hidden;display:none; }
#zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { color:#182399;display:block;width:29.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15297;line-height:1.2;letter-spacing:0;top:10.27734375rem;left:40.96875rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869daf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869daf' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(240,134,157,0.69));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.086459636688rem;left:36.922918319702rem;display:block; }
#Jhoe48CAXauGyItuZw7ys7lplVv45wXA { 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:5.125rem;width:5.9375rem;top:24.805468559265rem;left:66.779687404631rem;overflow:hidden;display:block; }
#R1wuwFkoSNobScPiTbWGu2gBXMyOrluv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cb9bff, #1e27a0);background-image: -moz-linear-gradient(180deg, #cb9bff, #1e27a0);background-image: -ms-linear-gradient(180deg, #cb9bff, #1e27a0);background-image: -o-linear-gradient(180deg, #cb9bff, #1e27a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9bff', endColorstr='#1e27a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9bff', endColorstr='#1e27a0' );";background-image: linear-gradient(180deg, #cb9bff, #1e27a0);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:18.8125rem;height:7.875rem;text-decoration:none;z-index:15381;text-align:center;text-align-last:center;top:19.99843788147rem;left:50.748437404632rem;display:block; }
#fKx00JI63RyvIxEv3gVf8wgFAyhgqwvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2XLC9hmTWT8WqwWAOnTN6drDLq6oL4W { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:27.5rem;display:none; }
#m6Ki6RZ1c4kWNE1pKtE67rqTzhJrqhJD { position:absolute;display:block;z-index:15385;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:27.5rem;top:2.0000001192093rem;left:10.534374713898rem;overflow:hidden;display:block; }
#kCFgg83pFdISVROscO67uSoc24TmK57h { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869daf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869daf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.947916917572rem;left:7.5270838067625rem;display:block; }
#VmBJlLkE92FCLA3TEwFCRAdxy8nEJlDS { box-sizing:content-box;height:7.3125rem;width:7.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.77), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.77), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.77), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.77), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869dc4', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869dc4', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.77), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5666666030884rem;left:32.710420608521rem;display:block; }
#nDocAwb0NTfPSEiqC1fCyHcuu7wKH3AQ { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869daf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869daf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.69), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8114581108093rem;left:12.714584350586rem;display:block; }
#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { 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; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { background-color: transparent; background-image: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { border-width: 0; border-radius: 0; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { font-size:0.875rem;font-family:arial;height:142.3125rem;width:75rem;position:relative;display:block; }#BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { 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; }
#NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { 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; }
#kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { 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; }
#SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { 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; }
#TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { 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; }
#n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { 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; }
#tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { 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; }
#ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { 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; }
#r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { 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; }
#txKK3enyzEcBdzeaFysrwWADptQieb97 { 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; }
#T6olndfviTJl1EsT3s4AL8Isgf83rn7g { 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; }
#Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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; }
#Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { 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; }
#PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { 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; }
#AqsaWt90vsQnKbWFBaPLnaygeW44noZD { 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; }
#O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { 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; }
#FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { 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; }
#JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { 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; }
#TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { 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; }
#vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { 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; }
#Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { 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; }
#d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { 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; }
#XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { 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; }
#JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { 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; }
#OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { 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; }
#HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { 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; }
#sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { 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; }
#MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { 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; }
#HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { 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; }
#CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { 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; }
#tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { 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; }
#UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { 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; }
#beQicqko8Onsh63D11qzCV1Rs8du1efT { 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; }
#n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { 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; }
#PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { 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; }
#nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { 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; }
#x59TrsB1udfaaraTtOvpSbg5TuNwcddb { 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; }
#loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { 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; }
#nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { 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; }
#fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { 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; }
#Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { color:#f0869d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { color:#29284f;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:12.22265625rem;left:37.20703125rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { 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; }
#ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { 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; }
#BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { 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; }
#b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { 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; }
#yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { 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; }
#qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { 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; }
#QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { 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; }
#WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { 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; }
#DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { 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; }
#sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { 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; }
#T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { position:absolute;display:block;z-index:15334;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.874025rem;width:9.4365rem;top:3.8125rem;left:31.625rem;overflow:hidden;display:none; }
#fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { 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; }
#ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:2.375rem;left:26.5rem; }
#T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.670829772949rem;left:8.9041652679444rem;display:none; }
#lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;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:none; }
#nSU8sDVq0klfPsDukAc6t5O07ZqribDT { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;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:none; }
#C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { 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; }
#BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.374625rem;height:3.375rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:12.501560211182rem;left:18.024608612061rem;display:none; }
#LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:none; }
#MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { 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; }
#KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#BoKMkZqcEQGAaEp9hF1sd99MPfAW37u1 { box-sizing:content-box;height:11.125rem;width:60.8125rem;position:absolute;display:block;z-index:15385;background-color:rgba(19,0,26,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:7.1250004768369rem;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;display:block; }
#EZwnTt93IPROm27kueHoX2gqP24HHmXl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15386;opacity:1;top:10.656250953674rem;left:9.9375004768369rem; }
#uTRH7csXwsDyTIFlitJc7x34wnq2ksix { color:#f0869d;display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15387;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.374999523163rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Swre8PIQGW0Hm51BQ0OWJdTfm0HJVnXm { color:#f0869d;display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15388;line-height:1.3;letter-spacing:0;top:12.5rem;left:15.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VQibCwnWH21DMEwckDESFOxHLJfrL0Wi { box-sizing:content-box;height:32.875rem;width:36.6875rem;position:absolute;display:block;z-index:14997;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.125rem;left:38.3125rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#VQibCwnWH21DMEwckDESFOxHLJfrL0Wi.adaptive-delivery-prevent-bg, #VQibCwnWH21DMEwckDESFOxHLJfrL0Wi.lazyload, #VQibCwnWH21DMEwckDESFOxHLJfrL0Wi.lazyloading { background-image: none; }
#GKmh6z0kZVN56Xk8eBlDB3UEOP17zr4J { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:24.4375rem;left:40.8125rem;height:3.1375rem;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; }
#JvS3mDmbb8U1bTxeItNpZ6TsCTGiJJxJ { position:absolute;display:block;z-index:15422;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:11.4375rem;top:17.562500476837rem;left:48.593751430511rem;overflow:hidden;display:block; }
#BbDgnlic69WV2kudyD4GbJkgG5IXEvx7 { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:30.5625rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#heUG1OkP8ZxIaMHIgPXiLnEe58AmXXrU { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:25.25rem;left:60.362504482269rem;height:1.5125rem;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; }
#DJQDI87dbHhWP9GSEMR1Pa9XmHEythGX { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15381;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:31.75rem;left:40.8125rem; }
#WCMisnhyVGJasqz5i2zCgWnBTTbMTrAc { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:31.375rem;left:45.1875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfsNKm4I5DEkDWII4qmfW1ZfTPpbSPDc { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:36.875rem;left:57rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKhDA15NTmenOmqNmvXGh1Ff1KL1lJnl { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:41.5625rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#sthi9aUz2CDPXUKy00gmS9NekAz4imBf { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:42.375rem;left:45.25rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q51HtkTrhKQQtM3BrzeHNdsIWUZdKs7S { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:42.75rem;left:40.875rem; }
#ywBcL9Mcq5y3LXF680L0sM5dndcZElv7 { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:48.25rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#Sy5FbWbUEtOKKBKn3PHFtugUvfTysnzT { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#abecff;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15371;text-align:center;text-align-last:center;top:49.6875rem;left:50.25rem;display:block; }
#eONZKdaZJEx9tVtZCIh6kib5gSlHchRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfTOVEPP7TKTRQEs4e8NygNQddDACFzX { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15403;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:49.75rem;left:40.875rem; }
#WBPrU2S3Dy4tILhIM4DtJsJoNGm6orMe { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:49.375rem;left:60.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#efU6092gwfM092cWndXU1iBfFSJO4NIz { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:50.375rem;left:45.25rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu { box-sizing:content-box;height:32.875rem;width:36.6875rem;position:absolute;display:block;z-index:14997;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.15625rem;left:0rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu.adaptive-delivery-prevent-bg, #wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu.lazyload, #wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu.lazyloading { background-image: none; }
#DMuzdfIppHznwBH3JmsQRh3Ccbs6FfoM { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.5rem;height:3.1375rem;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; }
#L9tgUcGRzu1RQpGHFlhJo15zoxTAIklC { position:absolute;display:block;z-index:15422;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.375rem;top:19.075008392334rem;left:10.562500476837rem;overflow:hidden;display:block; }
#fylKlvfxWK96ZoRfBSliZwP0RIV64XPG { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:30.5rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#UlZO6tQh1CbPFqtdV4KeihrUngqbwoIc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15381;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:31.6875rem;left:2.5rem; }
#W7fImKUAfhv2TKpAgGDJLpovkOsNqOwT { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:31.3125rem;left:6.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yLxlt5aO0emgRnXiE0DA2F5T4UCtukn5 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:36.8125rem;left:18.6875rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DNC3kZieJnwSbx3peV4zLaBpCsDu04I4 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.9375rem;height:1.5125rem;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; }
#R0kP7dMac5NApltWeCnnwhqJpVwOmhT5 { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:41.5rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#vk8FlIsNuvZTTTVyvdm7POdkWJCFRTI4 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:42.3125rem;left:6.9375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMdNypv4XDKDZp5hbtkItxNCxrRqQbOi { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:42.6875rem;left:2.5625rem; }
#nAq7quibkHZcebqLWUPFzsdOrHXJ2xWn { position:absolute;display:block;z-index:15378;height:2.1875rem;width:6.75rem;top:31.75rem;left:26.125rem;display:block; }
#UTF2WPZvVTvdgZw52KaeG5vChnzUhC1t { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:48.1875rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#tzDqRrHqMg3AWLEMZhFkX2Xe0TGmD6SR { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:49.3125rem;left:22.5625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGVlovSAJ4ltBAHZxyGM9dtRMWy4RDD2 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#ffe599;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15371;text-align:center;text-align-last:center;top:49.5625rem;left:11.9375rem;display:block; }
#OztDqf1h4xOyQlgDOUWEsWV4dLXJztCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihmF9Q8veSHUU11Z6aLn7aaZeTN5lTCy { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15403;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:49.625rem;left:2.5625rem; }
#TSxbtI7elgtopUyUq69LS0h869SDeKhS { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:50rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB { box-sizing:content-box;height:32.8125rem;width:36.6875rem;position:absolute;display:block;z-index:15015;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:60.1875rem;left:0rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB.adaptive-delivery-prevent-bg, #yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB.lazyload, #yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB.lazyloading { background-image: none; }
#H4MK8f6t8nNx3ktbf8TT5f3TiLtBitW4 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15391;line-height:1.3;letter-spacing:0;top:61.4375rem;left:2.5rem;height:3.1375rem;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; }
#o3IwJndlnOh9c641EX88SyT40xbeF3uZ { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:67.5625rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#LDnKCmppLgV4UzkWZH9ZKyz6w3ohslV5 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15399;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:68.75rem;left:2.5rem; }
#bJACs4dDuJ87zQ5U6LES5HVLt4BcG8IE { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:68.375rem;left:6.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yh0Ra2bZlyZ3iJvMTmlbnMKBXTSAu4Ai { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:78.5625rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#AI2ISdAZdbiMFHHRqfua4AlBoEHEHwiU { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:79.375rem;left:6.9375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PUxkbT7k06RPMFJO4uQZpcUbDScTeaJg { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15401;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:79.75rem;left:2.5625rem; }
#ol8tkvdsKc1Hh5v7FfsQf66iBU8ToTbV { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:73.875rem;left:18.6875rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNoywcK2yvkz1FLQ7Sll4t0bRE7lD59N { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:85.25rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#gQ2gOno0o0UMTIQG5RJ0Nm7OBE3MJ5Hp { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#ffb9ea;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15389;text-align:center;text-align-last:center;top:86.6875rem;left:11.9375rem;display:block; }
#e9ZoT7iDntnitp5Am60KgT70zEFXW4r7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7ZucyDoL2eIlBDeUpUAU1nzPmbDnyRT { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15421;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:86.75rem;left:2.5625rem; }
#o69L4MUtZo0q7L9VFLdg3kOxK7nSIQ14 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:87.375rem;left:6.9375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWr8GK511eO3z2nvNlLuCfM5odxeKA5i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15392;line-height:1.3;letter-spacing:0;top:62.250000953674rem;left:22.249999523163rem;height:1.5125rem;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; }
#ghZbgLfP5d7nKiRAFnTbA74nWgCUeOBh { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:86.375rem;left:22.5625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfP1PUVb0ti1P0bkTyc18QFFvFvFh8Ha { position:absolute;display:block;z-index:15441;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:9.875rem;top:57.499999046326rem;left:10.562500476837rem;overflow:hidden;display:block; }
#VivGUK29yNxGmy3SNmMytoG0yMWRRdtm { position:absolute;display:block;z-index:15456;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.6875rem;top:56.875rem;left:49.5625rem;overflow:hidden;display:block; }
#gGFemZOuow6lkMCSTLxlcspLiM7oBbwb { box-sizing:content-box;height:32.875rem;width:36.6875rem;position:absolute;display:block;z-index:15033;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:60.1875rem;left:38.3125rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#gGFemZOuow6lkMCSTLxlcspLiM7oBbwb.adaptive-delivery-prevent-bg, #gGFemZOuow6lkMCSTLxlcspLiM7oBbwb.lazyload, #gGFemZOuow6lkMCSTLxlcspLiM7oBbwb.lazyloading { background-image: none; }
#xLBV4iPU8JyQkzJWXog0fgQfRFaUV7ff { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15409;line-height:1.3;letter-spacing:0;top:61.5rem;left:40.8125rem;height:3.1375rem;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; }
#nTklUUaDpnszadoDyQpxF4hwTzGcz6C1 { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15135;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:67.625rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#tJuD6nXDvcSbubuEDf63ly1zppcXyDiZ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15417;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:68.8125rem;left:40.8125rem; }
#TTc4Iv3TeOEic51u0GMqv96RfRM1XQgQ { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:68.4375rem;left:45.1875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xcV9l7WOo6eOL0fXXhJKOVc4ELicpMXA { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15136;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:78.625rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#W9O4TOatToZz85Huzfqq53SX1D93UvbL { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:79.4375rem;left:45.25rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bC7FXUac3rgWfxrxQKAdrlfzWTGl79o3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15419;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:79.8125rem;left:40.875rem; }
#CqC4Fud6nW3ziFvObPMGFznpM9lEcBaJ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:73.9375rem;left:57rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZsgkSlcmmPABXATqDSHZUR7mgwoNhP7k { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:62.25rem;left:60.362500667572rem;height:1.5125rem;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; }
#Cp4EyhAQk6egKJUfpgPxE0WcacK1yi9G { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:85.3125rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#LLLfTqplXg4e0W95AhnSNQ5TaTdGpEJU { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#ffd0a2;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15407;text-align:center;text-align-last:center;top:86.75rem;left:50.25rem;display:block; }
#kSqeqfzqlgulyR5H2KQef8i3QNs7M9Hh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVeITTAqi4MAdhEu3o1RgIQqRrWoqenM { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15439;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:86.8125rem;left:40.875rem; }
#dffWHqvAKQM2rAx5XG7F1FRvJcTyMi6X { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:87.4375rem;left:45.25rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yyCWMuBPDVu6WOEQKQVTyDXztXtaemLE { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:86.4375rem;left:60.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CquRLuKgATnIUxPtotedn8xkbQ4h0299 { box-sizing:content-box;height:32.9375rem;width:36.6875rem;position:absolute;display:block;z-index:15051;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:97.1875rem;left:0rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#CquRLuKgATnIUxPtotedn8xkbQ4h0299.adaptive-delivery-prevent-bg, #CquRLuKgATnIUxPtotedn8xkbQ4h0299.lazyload, #CquRLuKgATnIUxPtotedn8xkbQ4h0299.lazyloading { background-image: none; }
#SNTKwTLEvOcETxO0Zg1bW57oKQrzkKbC { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15427;line-height:1.3;letter-spacing:0;top:98.5625rem;left:2.5rem;height:3.1375rem;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; }
#sKHHOpyfigVhDXFaULEBLnLOR9FHK5Rq { position:absolute;display:block;z-index:15477;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.375rem;top:94.112499237062rem;left:10.562500476837rem;overflow:hidden;display:block; }
#S3mRiClsUkdHyAsvATD1Pu75X3XMg622 { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15153;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:104.6875rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#ThcdZxIxXuDnzO1L9QBRQw42GQPUVTqo { color:#ffffff;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15428;line-height:1.3;letter-spacing:0;top:99.375004768369rem;left:21.749999523163rem;height:1.5125rem;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; }
#At9QKIOouOfN7KFWBUs7xVNPwCwIt6L5 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15435;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:105.875rem;left:2.5rem; }
#sh2m1cz9SP3wH7P5k6UTJ1NIAPL11OWp { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15188;line-height:1.3;letter-spacing:0;top:105.5rem;left:6.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#anKFmf6zeqnKfq88rbVdhltETOtRV8KZ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:111rem;left:18.6875rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB { box-sizing:content-box;height:32.75rem;width:36.6875rem;position:absolute;display:block;z-index:15069;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:97.25rem;left:38.312501430511rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0rem dotted #ffffff;display:block; }#f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB.adaptive-delivery-prevent-bg, #f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB.lazyload, #f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB.lazyloading { background-image: none; }
#cRh9lg8wtNm8VxbcNpmCcBJl9gbQ4zNo { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15171;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:104.75rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#g4tkpmuqNT5E2VHOmJufUR9avVyQTP1C { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15445;line-height:1.3;letter-spacing:0;top:98.625rem;left:40.8125rem;height:3.1375rem;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; }
#WAq3egymm8ILJREoCvkogorCyRlxrHU4 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15453;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:105.9375rem;left:40.8125rem; }
#dl3NxlEe21pTsxnXBm7VPWRgRDZ8EeRm { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15154;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:115.6875rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#l37Oaa7CAeG50yVs2OWpGZZ4AbkaAiyU { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:105.5625rem;left:45.1875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOqtzw8wD2N3hqDb18evStu1TlKXoWl0 { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15172;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:115.75rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#y6J0eonku0qtk8MWZhZ8rKJWi1h6c8if { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:116.5rem;left:6.9375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kF24FHZgeZkzpalJPhmB2JRGvVWo03xZ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15437;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:116.875rem;left:2.5625rem; }
#Xm9qyQ4xkAs7MEhTH5aObK0UPm0hv2QE { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:116.5625rem;left:45.25rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ss3ZXtk2OEV7WtHnmdtccIIbTH5BUsZl { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15455;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:116.9375rem;left:40.875rem; }
#adS2Op2AlTiLdVTk5BPQ1AdxeGkCZ3dW { position:absolute;display:block;z-index:15492;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.8125rem;width:12.5625rem;top:95.625004196169rem;left:47.672560602109rem;overflow:hidden;display:block; }
#ZgPDcz4yQ9xFW31hziURLcOWXuDla7u5 { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:122.375rem;left:1.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#N0dzTK5X90G1nnZBU163POJ8v6IGcKWT { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15189;line-height:1.3;letter-spacing:0;top:123.5rem;left:22.5625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CVocb2GKXMQVaRi5piGvL71sxohLUzpI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15179;line-height:1.3;letter-spacing:0;top:111.0625rem;left:57rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kX5zQircwbTQyFIFA0A87iEFM4wHOU7A { box-sizing:content-box;height:5.3125rem;width:33.3125rem;position:absolute;display:block;z-index:15173;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(90deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(90deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(90deg, #1e27a0, #b5a6fb);background-size:auto !important;top:122.4375rem;left:39.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#bepA590Rt9rGDHrO8HTMPm9g0lFrbZbb { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#e6b8fb;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.5rem;height:2.5rem;text-decoration:none;z-index:15425;text-align:center;text-align-last:center;top:123.8125rem;left:11.9375rem;display:block; }
#CxH56wAl5rt7AgkGLTNQBoXLFgU7hAJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrF7nrrfFqyGdEVOqOxHU1Vitz9S4GlI { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15457;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:123.875rem;left:2.5625rem; }
#w02cSpehIHQCiPaldea7mM6vbrSQ306I { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15188;line-height:1.3;letter-spacing:0;top:124.5rem;left:6.9375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeqJA5bGV9rJh0t7KfQ998ACs6QMuhnk { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#b2ffca;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15443;text-align:center;text-align-last:center;top:123.875rem;left:50.25rem;display:block; }
#sJS273b69fh0TzczxGBVABFKgQLfonUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCF0nscDLI7yWWsvVEkvkeFM31n4Ep0c { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15475;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:123.9375rem;left:40.875rem; }
#EOn2BmX67m8nA5Avh23zIhQeR3DBt6ZI { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:124.5625rem;left:45.25rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6XBwLcRpd9Edv9iCMwTPyxvCagegOEM { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:99.437504768369rem;left:60.687501430511rem;height:1.5125rem;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; }
#tKBIgBBIt2o24SSXUSkkZKqg5QThM0eK { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:123.5625rem;left:60.875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { color:#f0869d;display:block;width:31.3104375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15295;line-height:1.3;letter-spacing:0;top:138.89375495911rem;left:21.843751907349rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGBbRLRtUdTWNrT7tR5ViuVCSmHiOi0o { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#bkbyROc8Q1V7Fox6fc1Mm7ImFgFqivoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:2.375rem;left:26.5rem;display:none; }
#rXWonaeVul9b3VmgJI6XNO3mr3ph2qZU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#PoPk8X3JOaVkqTRgxKGLQ4BABARAfH4w { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#XybNoUdRfRUDXJ79HhpBm5KRe2desrld { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JKdHW3lugQyppqMp29pHmzMiiQrWUdV5 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#kVaFi4nXGk0e8yfnOcIeXh3zvIpk6OZm { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:3.0869125rem;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:none; }
#t5vAfMDxul7OI3HLe3H9VEHgUFOL42xt { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:1.4619125rem;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:none; }
#u0GV0O16M82kF0IHpw3hAiyTqX2ihyRF { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#dATxyhiB7Ug6pVLBvIxNQ9p7IGgzRZG7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#dVBHMSpXiDbpUcGRf0WNrx2uNvORJTWe { 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; }
#KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#G3gKltJFpxuMcOOchFuibpBrAp8e7CGp { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#naVTTsRvza87VEw1i1mcp8SOt9Ly9Td1 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hqkNqw7uV948v4qsXSvxFnT4ktMtDDHz { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#ScUF06cTOZalElZowqi9DEERoVRdplXI { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#THzH4zRATZv3L3E2iNdOt76ikVZTNLw7 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#vS1Mium7QTdAz6yEW2aSPb5BJSJzzLvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9UvILm5XbgKTX38k2l1alCBOGnMiFLd { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#iGXbaOyTZTbgJm917Jt4NdfOFR8AM16i { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#RxzFZDWtQmgbckZwfTJRdh90ht1S9CiO { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#XcJCwPCl5vdXbV0iuRLD3LTqAPmRU8Kz { 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; }
#EarfrAhXi1ROIoJRD7uqRGNFHXOaQ8t2 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:1.4619125rem;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:none; }
#dWN7pcpaUsc2P46TtxiwlSm3vuNqri84 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#vtCQ8n2nJyFTooiORpknBJowiKh48a3u { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J6ny9EE1LlowiDrKlUJJAetTXz8QvQl2 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:3.0869125rem;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:none; }
#dPqfUw5FARrLKLwbG52NKqLhu7uvW5Pe { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#QDQed7vMlPQMTIc3V5FkBTom11vy7x7e { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W2sMmzfG1BFWfP3cZGz7EdyU0ZRoCU8t { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#y6fnv3igTFXszDt7LhtZ9AztspN1epC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ts66qKStmmlEf1rb4M0oz1IwxHBlUwJJ { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MT8ClGTf0vzrULsxPudJimdRlokTKAI8 { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#C5BtreDqL8LOLGUkxmcfV5ZpT4k9cgUb { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:3.0869125rem;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:none; }
#PRWCZHvdHW21bWICn6PdCgU9SmLR6vCw { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:1.4619125rem;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:none; }
#x6LBTCkwwmPehPMAq5DdT47sNGQIrWU4 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#vW1fpiZkF9cTT5nfVxLCSel0EPGT06TM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#MFFwhIXkzcGdCt0SDW467IFkkxwkHnI0 { 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; }
#dpVC10BezpHKRiukVAwBeZggciJ8A4tk { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#IAMS7zAeq9AGx6prVdVLm3CeE6siEZTV { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#lA8wfRFLniIThd8LqiGVzWlc3JNCU5XL { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CoJpNP64qCUKl1dnEUvMMLVP5zSKvTfN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#x87otHQPkVnbwSbyWLWkkgmalL2KZrmd { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TtZEBnk3qZvD886gcNG8gpmwTRguNUmm { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#qGn1Z6A8SxtnTP6ovybW8KTPGV4H5D5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKtSMJP57nLF4fUlLwaJSfi4i3NbPoGR { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HIKTHOtZtTvhwzFfiua488mq2lUmTLPS { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#vucGml3CwFmRoCPGw20mQlBgfexMJLVv { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#TDD5rsEr2JgIQ55N15bE1cwsETpoIr1U { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#TpmUic7mm9Cfx4umNrLCw5OvNeQviUhJ { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:1.4619125rem;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:none; }
#M7EnR2divDJp8Eqe4l881Icq9bOT0WpB { 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; }
#nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ehfnAMEziqrpkEb3cZEAaS1T0Vy4FHQc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#BcgwJhh1G06n7Fo9UwT3oJMW9vmuGBcJ { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KtiXOtFwCD7uWczAeDCOTDgzBN2P2ask { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:3.0869125rem;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:none; }
#SodGx2sSyp2FfW4OIwakt4r5W9rJA5EU { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#bk8RrzeOloR64qSpad7yqq8P0VQDfD3R { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#poZg5FPWMfrHI6o26FT6vkubnPd1yNW2 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#R9cfTWCx9dRE01stbWlPTTGqtDl38l2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0ZiOHnLr9mTq7rcTaGaICLFkFmoh6Gu { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#HWlL8sx6qxTKWtXVJPPaXreg7N8qP2GP { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:1.4619125rem;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:none; }
#QIgmHK35xd2eaiTMpQLUyZXFSe1rNWl3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#rxsSMUQvmuNg2SatMvxTVwPGc6hQgTgS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15446;line-height:1.3;letter-spacing:0;top:98.0625rem;left:60.6875rem;height:1.4619125rem;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:none; }
#JzWvn939KgAsNVkpBJNnTwegL71K1V35 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15373;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:3.0869125rem;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:none; }
#Nq4QLK74NzfEmOdJXkg289EkEg7EyCmS { 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; }
#PlZaFEbAfwZbcovTHRX2knHSOzmA1DCm { position:absolute;display:block;z-index:15414;height:2.1875rem;width:6.75rem;top:67.5625rem;left:64.4375rem;display:none; }
#A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#l3IqDyNwXsyrDBiGIZOP2BDfrNmRgHzM { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#ELlAi4Oy0EcHnISW93BX50OAo5ROLc6Q { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wLF4ZZ7ZWzKx8TB7Trmw0QiMLWTwlqiB { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#iTU27GX1ucEzbqCne9dnWuMK61TB6vls { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BvxaTP4CiDEZbvtlSqp9vTv29BBpyRpE { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#ghB4RWfaxR1Cif12QihBVpxMlA5Ufdxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLZEw50NpVTBGgHZyiJOtTTfUUGddQIT { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JwJZxctAgl9VbpJqQy2l70eBuMsy56cu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hnz6TlMTEdMV9FKrPDB1XZ1EbHTpkzrN { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O { box-sizing:content-box;height:20.0625rem;width:36.75rem;position:absolute;display:block;z-index:14975;background-color:#06927e;background-image:url("https://images.assets-landingi.com/uc/cde2e118-fe17-46fc-86d5-4b721712405d/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:116.25rem;left:38.3125rem;box-shadow: none;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 dotted #f0869d;border-left:0.125rem dotted #f0869d;border-right:0.125rem dotted #f0869d;border-bottom:0.125rem dotted #f0869d;display:block; }#ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O.adaptive-delivery-prevent-bg, #ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O.lazyload, #ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O.lazyloading { background-image: none; }
#Ha68wgrTvg7z8wZAAvsUqWLhJ5N42ick { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15296;line-height:1.3;letter-spacing:0;top:129.9375rem;left:52.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSTiCiGUy2MbNZmqQayNoaKA3ACTI26B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15493;opacity:1;top:130.125rem;left:58.75rem; }
#xduhmHT1wWsPNQwTWk5i7tftyoZzEAAE { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15297;line-height:1.3;letter-spacing:0;top:132.4375rem;left:42.8125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNIOFlt4Sp7RBSD9TpcTzvhlRKxdECTo { position:absolute;display:block;z-index:15379;height:2.1875rem;width:6.75rem;top:31.875rem;left:64.5625rem;display:block; }
#sK5TGBv9kyMynmZa0cSaI7bKp6m5nBPd { position:absolute;display:block;z-index:15380;height:2.1875rem;width:6.75rem;top:68.875rem;left:25.5rem;display:block; }
#wwVGaZJDJ7Ph7vDVlt6bpvJQ3TKvKfEa { position:absolute;display:block;z-index:15381;height:2.1875rem;width:6.75rem;top:68.875rem;left:64.5625rem;display:block; }
#PJm6SgFzrrlOicSwJDQCqa6SxTqFlTVE { position:absolute;display:block;z-index:15382;height:2.1875rem;width:6.75rem;top:105.9375rem;left:25.5rem;display:block; }
#TCUZM0OLUttTzIUvQkp8nL32acTFHiO6 { position:absolute;display:block;z-index:15383;height:2.1875rem;width:6.75rem;top:106rem;left:64.5625rem;display:block; }
#clqZQ6MBiTldcUznODyTaXrFWvz2B7v2 { position:absolute;display:block;z-index:15378;height:2.1875rem;width:6.75rem;top:30.375rem;left:26.125rem;display:none; }
#wlCQ68dwOIc97OmxPaqBRzCASU6c3MO8 { box-sizing:content-box;height:2.5625rem;width:13.9375rem;position:absolute;display:block;z-index:15100;background-color:rgba(30,39,160,0.45);background-image:none;top:24.61874961853rem;left:21.262500286103rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#IXvNnzrJK3HdDRCrIMzCfq0NV61ZNSad { box-sizing:content-box;height:2.625rem;width:14.5rem;position:absolute;display:block;z-index:15101;background-color:rgba(30,39,160,0.45);background-image:none;top:24.650000572204rem;left:59.406251430511rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#QOdyKsvtQZi49fWaIsrDVyH7vFNKKdTE { box-sizing:content-box;height:2.625rem;width:14.5rem;position:absolute;display:block;z-index:15102;background-color:rgba(30,39,160,0.45);background-image:none;top:61.618755340576rem;left:59.406251430511rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#pElRbofA9KDx3KtTdOLgTkr0Je1yD7pV { box-sizing:content-box;height:2.625rem;width:14.5rem;position:absolute;display:block;z-index:15103;background-color:rgba(30,39,160,0.45);background-image:none;top:61.61874961853rem;left:21.106250286103rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#cmGp1VKlba4FF6K6aTK42tHfWqucKabU { box-sizing:content-box;height:2.6875rem;width:15.125rem;position:absolute;display:block;z-index:15104;background-color:rgba(30,39,160,0.45);background-image:none;top:98.743749618531rem;left:20.418750286103rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#KazLADh2JxkBKt0eMphG7BR7L6u9fN4p { box-sizing:content-box;height:2.75rem;width:14.3125rem;position:absolute;display:block;z-index:15105;background-color:rgba(30,39,160,0.45);background-image:none;top:98.712503433225rem;left:59.774999141693rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;display:block; }
#n0nexhr7sGe9ohCTCrHTsgzvPN6lw8eW { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#kQrPkW4ucmD313CiBIWKMnTMGW5dscLo { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#SRzEdzNlvgyGHWKpXzTLonCtER4PtEVi { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#dgRpPQCixEfnrrmEHoQDuiOqwp1pbm0V { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#EckNIefpzRX7Q401EhrA9iKT0P3ivzsX { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#Lo7vQObBNWlxbISNN1pVqef2Drg0mSx4 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#IVvuS59BFod4h1hAnuVtL6az780xEoWs { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#miw6ShdeLtedJ9s8LM2zc4NP8WLQe7ZA { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#Vq6u4Zp8neh652iKbFpMNLHcBTSRbZ69 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#IItOOZm00hPLKtVxtt7qHWOJvuH935Zo { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#RlycOCF9c4ITTsAo5BlCTqhz6NlcFLR9 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#y4drNpE94nKpTHpABci9iH33c1DfI9r3 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#N1H9fTP46T2TOFbZbT6aAdV60yWxyWuN { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#U5Skirb2VQVhAbVcrUWdWXICfytCvzlz { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#Ivgy3JB17CdhAyxQaXBobtD84s2pmseK { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#iZK9u6ezqDnq8wh6nTpyt28osoECtNGi { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#nqH4UIbTdUdbxhU6vAAwhhbkoBRFa0TW { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#To1rWRHuJrcaH1PSVSmzW0HMAVii5clf { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#EUOXfv0uHvm8FPz4pByDSaZehudRnBtb { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#Kl6AHew0iZiri2lF0lS8y0qnJpToPAfB { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#U0aSXTSoRnJO3q9uT8U7gkG2iMtnwxTM { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#asywGOWVl5ZSTNc57aoDWuc9kmfFxiaE { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#iDM1bxvDbUuqD380BrPC8BeUrOiu55T5 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#DzwkxTA0z9v4XfOKkFiODAerrDVyluGL { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#oTOF7ZtZ7XeLUtQUsOHg4pPB9Rnwbrp2 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#ReHCTwzgOmW55BviBll1MstwAwu8CZQD { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#H8UibitJw4nD6bvTc0s9BE50Vtm00qxW { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#LdXLHL7g9amnZTNxzUgKOLscihXaMuZa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#wwcODT5MFERZqkhwa0f8DKenV73dqRzF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#oCC7KJExatlBMixMXou78KDtUeQRCv7S { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#fT8ShWLIoTiGXe72MZhznyOLzRe7D1hf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Bhd5pdcooBTsrz4GVC8xEuWBnN9oA6bO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#iZr2xub1b4Nz8eZLvT4txTyrDS04PvrN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15410;line-height:1.3;letter-spacing:0;top:60.9375rem;left:60.6875rem;height:1.4619125rem;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:none; }
#I4eztcuEwP0PMlibFC27EVAgTeZbkLOG { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:36.96875rem;left:2.5rem;display:block; }
#ShuGMNtBRr7lOdcHFRVsyHG31lAvXJdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4amHZwtUToptzbFMyMAaBGn2xmSsKGP { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:36.96875rem;left:40.8125rem;display:block; }
#TTK8onvpk1RNMyRJyCkzr0THeWiAz32K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3dkdkL7iyLzgcfwTizy5Z3o0ggXk16I { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:73.78125rem;left:40.8125rem;display:block; }
#AwSVyipqXQmiAgcpXVxJM7gA3hMytHUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMOKWUgiUbWtST9TR5zmMCEF866bt3JA { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15310;text-align:center;text-align-last:center;top:73.84375rem;left:2.5rem;display:block; }
#S1fkso9wOrLOyOqE2JaD2KKU7xpw6F6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmJF1Cvtmm34pxoV0eFJbzRVttgxic8u { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15311;text-align:center;text-align-last:center;top:111.09375rem;left:2.5rem;display:block; }
#ah0fo13ncfAgygAwhae4mklZbB3s4pOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDL037PMttzidG04pr3wtH1BCW47whg6 { 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:14.375rem;height:3.0625rem;text-decoration:none;z-index:15312;text-align:center;text-align-last:center;top:111.09375rem;left:40.8125rem;display:block; }
#G6MdTPJU2zioDhaFiiKpKyxgvO96AeAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7e5u9y0fOHSN4HBmBU8Cs3aMCltHWzE { 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:8.3125rem;left:45.5rem;display:none; }
#aFSMNkyMDT4NfxHASavh68bhMw6KVFJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLUJ4sAXtwe3lX3bT07M47EziAXcgL89 { 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:8.3125rem;left:45.5rem;display:none; }
#ku6eVsoinVMTZgucraNy0v7vTCsceHvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xw4NfaoafJCcrSsWTpyuySBVaGNbvqlf { 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:8.3125rem;left:45.5rem;display:none; }
#mUo25MbIucfShm267HXSySMmv9sdEQ5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSWgFTP4lBcKRv4Bt3RyyeohMkHF3cGT { 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:8.3125rem;left:45.5rem;display:none; }
#bctpykApDzyQGGhVAcAwU6fKFnC23tGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smsR8TXE9XWVmcXg9Lqxd7MmWKhmaenT { 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:8.3125rem;left:45.5rem;display:none; }
#bBg82uFrSwe2nHs25r8aS8enlerVSp5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZGPOKoOEQGaBkN5iRoscglbWDsh2C0g { 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:8.3125rem;left:45.5rem;display:none; }
#cVGKFICC1zyJL9car8MUo3fImTrmRNty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOwRbNcOFEAlkEtUqgDQaRfMTUyZPtZx { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15375;line-height:1.3;letter-spacing:0;top:27.83749961853rem;left:64.599999904631rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DaJC9CvPCrpwN47mgOgntlXVtOPLb2EM { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15376;line-height:1.3;letter-spacing:0;top:64.874218702319rem;left:64.300004482269rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NSTwwXXT3zFtZGBoVCXx3S6mqt0XzX0o { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15377;line-height:1.3;letter-spacing:0;top:64.837500572206rem;left:25.987500667572rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N2yzBt3uUPd9AIlIoH5ynhpua4CTqUxU { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15378;line-height:1.3;letter-spacing:0;top:101.96250152588rem;left:25.987500667572rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xuWIlVZ2rVtfeaGTACEhK9hq5Vk8tw1a { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15379;line-height:1.3;letter-spacing:0;top:102.17422294617rem;left:64.599999904631rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RApLoB8kfBEBpL9yJu0rx6TG59XsCetH { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15378;line-height:1.3;letter-spacing:0;top:101.96250152588rem;left:25.987500667572rem;height:1.4625rem;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:none; }
#wim3tA7XbnnkP1FdwgCAO19P6IZE6tIi { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15378;line-height:1.3;letter-spacing:0;top:101.96250152588rem;left:25.987500667572rem;height:1.4625rem;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:none; }
#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2e0a3f, #411751);background-image: -moz-linear-gradient(360deg, #2e0a3f, #411751);background-image: -ms-linear-gradient(360deg, #2e0a3f, #411751);background-image: -o-linear-gradient(360deg, #2e0a3f, #411751);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0a3f', endColorstr='#411751' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0a3f', endColorstr='#411751' );";background-image: linear-gradient(360deg, #2e0a3f, #411751);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; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .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); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { border-width: 0; border-radius: 0; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { 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; }
#OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { 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; }
#QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { 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; }
#JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { 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; }
#UI0x3wFNQtb16HxDSgIs8crNcis43K8w { 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; }
#TiV3o3mozssCrJNtsEaU098O09nJxzPO { 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; }
#cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { 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; }
#NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { 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; }
#STO66aBhHf4dUMTVear2dJQGTqZsIiso { 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; }
#Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { 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; }
#tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { 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; }
#QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { 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; }
#JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { 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; }
#Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { 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; }
#cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { 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; }
#ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { 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; }
#mrMggCEFGguktbM54DqPyJxD4gbbze2J { 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; }
#F2OMcvPiMXChZZpKlr43ebUgleu83hbL { 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; }
#IH0birkrWgsnz2XfXNvTyQFflMFviyHx { 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; }
#A41ZU2raAg194rrNh9F8rrWTif32KZBX { 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; }
#lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { 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; }
#qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { 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; }
#yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { 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; }
#Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { 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; }
#Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { 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; }
#c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { 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; }
#K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { 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; }
#vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { 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; }
#BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { 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; }
#QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { 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; }
#OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { 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; }
#MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { 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; }
#TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { position:absolute;display:block;z-index:15334;border-top:0.3125rem solid #1e27a0;border-left:0.3125rem solid #1e27a0;border-right:0.3125rem solid #1e27a0;border-bottom:0.3125rem solid #1e27a0;box-shadow: none;height:13.5rem;width:24.1241875rem;top:5.630859375rem;left:0rem;display:block; }
#NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { color:#f0869d;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1.1241340637207rem;left:11.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.25rem;top:14.687500953674rem;left:0rem;overflow:hidden;display:block; }
#GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:19.656251430511rem;left:68.93958854675rem;overflow:hidden;display:block; }
#iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { position:absolute;display:block;z-index:14998;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.4375rem;width:3.5625rem;top:2.2541675567627rem;left:3.404167175293rem;overflow:hidden;display:none; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #1e27a0;border-left:0.3125rem solid #1e27a0;border-right:0.3125rem solid #1e27a0;border-bottom:0.3125rem solid #1e27a0;box-shadow: none;height:13.5rem;width:24.125rem;top:5.625rem;left:25.187501907349rem;display:block; }
#qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { position:absolute;display:block;z-index:14997;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.0625rem;width:5.0625rem;top:18.781250953674rem;left:45.352087020874rem;overflow:hidden;display:none; }
#Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(180deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(180deg, #1e27a0, #b5a6fb);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.625003814698rem;left:5.4375019073486rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { position:absolute;display:block;z-index:15346;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.375rem;top:3.0312509536743rem;left:45.945837020874rem;overflow:hidden;display:none; }
#vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { position:absolute;display:block;z-index:15347;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.3125rem;width:3.99921875rem;top:1.1234378814698rem;left:50.807031154632rem;overflow:hidden;display:block; }
#yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { position:absolute;display:block;z-index:15350;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:3.9375rem;top:20.199608325958rem;left:20.860546112061rem;overflow:hidden;display:none; }
#iIRif7BZzofVq67305pEe4JocJDiNMpX { 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; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #1e27a0;border-left:0.3125rem solid #1e27a0;border-right:0.3125rem solid #1e27a0;border-bottom:0.3125rem solid #1e27a0;box-shadow: none;height:13.5rem;width:24.125rem;top:5.630859375rem;left:50.25rem;display:block; }
#TafAVDxZeICORH10Xaz7gTH23aKqdwMo { 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; }
#A2fzCEv7L345EITxQkyyr406QrgHMJuX { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(180deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(180deg, #1e27a0, #b5a6fb);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:30.347917556762rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { box-sizing:content-box;height:3.6875rem;width:14.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -moz-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -ms-linear-gradient(180deg, #1e27a0, #b5a6fb);background-image: -o-linear-gradient(180deg, #1e27a0, #b5a6fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fb' );";background-image: linear-gradient(180deg, #1e27a0, #b5a6fb);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.755859375rem;left:55.21875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { 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:6.06041875rem;width:6.06041875rem;top:2.3760423660278rem;left:21.465627670288rem;overflow:hidden;display:block; }
#tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { 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; }
#T970BIHwMRpv0m4C97TOLSavJJlVZL7I { color:#2145a4;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z1yLi2abc4l6gsbvvqlsucA8SwFtaNtf { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:20.212890625rem;left:6.994140625rem;display:block; }
#P2pxv5eBpBMTUE9N0iqKWHaCiVmr1r4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvHFiM9242473UXJT0Z9lowZeNNnPrsM { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15310;text-align:center;text-align-last:center;top:20.212890625rem;left:31.900390625rem;display:block; }
#TOLZoTlQ3MEtdMzO7zZLFmWLPetacJw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJogS8RiBRTcdvo20hZolAZq6qM4FLv8 { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15311;text-align:center;text-align-last:center;top:20.337890625rem;left:56.775390625rem;display:block; }
#SytsCZbiEwkt5vTwmFi3ZNITPeisi8SI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtey1CM9t8yag44e8KLKVK61EDneNd4y { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:20.212890625rem;left:6.994140625rem;display:none; }
#y2MVNTgoIsceGkHqcDQpbK5T8uVvedrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAplDvf4JeWkFVT94q9ueUgWgEskXduc { 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; }
#aze0zeJSZ1Zqas77xGPgsUsQT2ecHHF8 { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:20.212890625rem;left:6.994140625rem;display:none; }
#FKbPrqpKbdbc6fv8CoGKw9cwZv8FOMim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 { position:relative;display:block; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 { background-color: transparent; background-image: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container > .video-iframe-container { display: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row > .video-iframe-container { display: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .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); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 { border-width: 0; border-radius: 0; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .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; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;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; }#VaUQJWUPwA5hB5mb7uGyZqmNviRBOp97 { 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; }
#DZsTOvTqIfDRiTKlRT6ZdT20cZxNRq6q { 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; }
#GWyIqTKQc1zG2MXNuBbTHyKrccKdaCrz { 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; }
#yJbozW7KVz3JfzKSN9X84l2KRlM17vb1 { 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; }
#AAc8eAr6akb365qmJJGFADc0T9SedlvK { 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; }
#VhLUvi6syEZK7BG4DNmT3TStpxcJb2fX { 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; }
#Iv1D6dHVo78WIB5aPTnhmn1SN6nHSthn { 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; }
#pCMK01d131o0XBSkGuIKq27G0CAWeFWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aw3sKU3ETTF2kZst8VhDisMJvPzRVT68 { 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; }
#HkK15iQaGW73J1ND2CaInqdVoqKEAdcF { 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; }
#XZgdbkVBaknf1rZUw0m6IVakx4SotUvs { 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; }
#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P { 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; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { background-color: transparent; background-image: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container > .video-iframe-container { display: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container { display: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .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); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { border-width: 0; border-radius: 0; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#DUt30s4PBqo5DCH1h1avxLcaCH6yxF0R { 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; }
#LTAZeo88rnoNlL0lsXaTpinT3ZX3rwG8 { 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; }
#PdcdZka8dtpeJ4lzTMJetlduOxxQOyBc { 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; }
#XeGaDORkrbLXtsQWKWLh8IUxH5cF4G31 { 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; }
#NsWFf8bvPhDKIkESvNkHtP2gRgFuqiZ9 { 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:#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; }#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:60.5rem;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:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.5rem;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:11.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#ffffff;display:block;width:53.5625rem;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.625001907349rem;left:7.3750019073488rem;height:2.925rem;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.1875rem;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:53.5625rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#ffffff;display:block;width:43.4375rem;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:55.687515258789rem;left:7.4374990463256rem;height:2.925rem;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.125rem;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; }
#NbFQvw5OQm0a0vfX28bBrtezWzf0ovKz { color:#ffffff;display:block;width:53.5625rem;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:19.193359375rem;left:7.5rem;height:4.3875rem;font-style:normal;display:block; }
#PmJIXXunFRrBW122eciOLITBiLXFhbh9 { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.505859375rem;left:7.5rem;height:4.3875rem;font-style:normal;display:block; }
#D0VDRl5l7fucK1peA3uCHzpO0BAR6mcd { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.255859375rem;left:7.5rem;height:4.3875rem;font-style:normal;display:block; }
#wLgmMCO6dmq3ofil27nbhxOFI3D0e2go { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.255859375rem;left:7.5rem;height:4.3875rem;font-style:normal;display:block; }
#rZprUiFmEnXqbktcQlPTDmIkDkx3lucG { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:46.880859375rem;left:7.5rem;height:4.3875rem;font-style:normal;display:block; }
#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy { 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; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { background-color: transparent; background-image: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container > .video-iframe-container { display: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container { display: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .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); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { border-width: 0; border-radius: 0; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#GSrBovcqqSsynQHKLLGW7FdMf6ZLdTyZ { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#azNpF0VdHxnxroswOi8LuqxbDhKTP38A { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qlbLWDvb50URp3XRFQrQUUDnfAEUcqKV { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.25rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#zBuFoTW7LRt4JDVUatIr1RbvtgTykWwR { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4921875rem;left:45.0625rem;height:1.1375rem;font-style:normal;display:block; }
#INQ4MXgNUQU9yvKrKBTGR22tGZLNRUtI { 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:none; }
#q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA { position:relative;display:block; }#q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA > .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; }
#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { background-color: transparent; background-image: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container > .video-iframe-container { display: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row > .video-iframe-container { display: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .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); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { border-width: 0; border-radius: 0; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .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; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;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; }#HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { box-sizing:content-box;height:7.0625rem;width:17.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(199,56,255,0.53), rgba(56,185,255,0.85));background-image: -moz-linear-gradient(180deg, rgba(199,56,255,0.53), rgba(56,185,255,0.85));background-image: -ms-linear-gradient(180deg, rgba(199,56,255,0.53), rgba(56,185,255,0.85));background-image: -o-linear-gradient(180deg, rgba(199,56,255,0.53), rgba(56,185,255,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c738ff87', endColorstr='#38b9ffd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c738ff87', endColorstr='#38b9ffd8' );";background-image: linear-gradient(180deg, rgba(199,56,255,0.53), rgba(56,185,255,0.85));background-size:auto !important;top:1.9375rem;left:57.625003814698rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important;color:#172279;padding-top:0.316875rem;padding-right:0.30125rem;padding-bottom:0.316875rem;padding-left:0.30125rem;display:block;align-items:center;width:1.8075rem;min-width:1.8075rem;height:1.70125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2675rem;font-weight:700;line-height:27.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.410625rem;height:0.67rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.475rem;font-weight:700;line-height:10.72px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.203125rem;padding-top:0.395625rem;padding-right:0.43125rem;padding-bottom:0.395625rem;padding-left:0.43125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.14453125rem;left:59.157550811767rem;z-index:15022; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA { width:auto; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
#TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.3125rem;left:59.062503814698rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw { display:block; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRwbob4KPfNSRA41tAy1OtAT2TVSfFSn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdiGZxVd64VacUAlnW9QUP3CWDLswsH0 { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mwTXn9y2NruwdkF6Fu0D3y2wCaEBee { display:block; }
 }@media only screen and (max-width: 763px) { #S5IRcKDbtuI3mPN3IcmIoFJzkvKTm4TP { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU8pqDWfhyM20LEevGXeyDHhbKFnScDl { 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) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #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) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:5.375rem;left:17.25rem;width:30.5rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { top:21.75rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:18.6875rem;height:2.875rem;top:17.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:13.25rem;height:3.375rem;top:22.1875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { top:18.125rem;left:0rem;width:3.625rem;height:3.686871854505rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { top:24.5rem;left:0rem;width:19.1875rem;height:9.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { top:25.0625rem;left:23.297918319702rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhoe48CAXauGyItuZw7ys7lplVv45wXA { top:24.75rem;left:41.8125rem;width:5.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1wuwFkoSNobScPiTbWGu2gBXMyOrluv { width:18.8125rem;height:7.875rem;top:19.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKx00JI63RyvIxEv3gVf8wgFAyhgqwvu { display:block; }
 }@media only screen and (max-width: 763px) { #G2XLC9hmTWT8WqwWAOnTN6drDLq6oL4W { width:27.5rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6Ki6RZ1c4kWNE1pKtE67rqTzhJrqhJD { top:2rem;left:0rem;width:27.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCFgg83pFdISVROscO67uSoc24TmK57h { top:18.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBJlLkE92FCLA3TEwFCRAdxy8nEJlDS { top:2.5625rem;left:19.085420608521rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDocAwb0NTfPSEiqC1fCyHcuu7wKH3AQ { top:2.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { display:block; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #txKK3enyzEcBdzeaFysrwWADptQieb97 { 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) { #T6olndfviTJl1EsT3s4AL8Isgf83rn7g { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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) { #Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { 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) { #PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqsaWt90vsQnKbWFBaPLnaygeW44noZD { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #beQicqko8Onsh63D11qzCV1Rs8du1efT { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x59TrsB1udfaaraTtOvpSbg5TuNwcddb { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { top:2.375rem;left:16.5625rem;width:18.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { display:none; }
 }@media only screen and (max-width: 763px) { #BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { top:2.375rem;left:12.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSU8sDVq0klfPsDukAc6t5O07ZqribDT { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { width:7.3125rem;height:3.375rem;top:12.5rem;left:4.3996086120606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block; }
 }@media only screen and (max-width: 763px) { #caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block; }
 }@media only screen and (max-width: 763px) { #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block; }
 }@media only screen and (max-width: 763px) { #guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { top:66rem;left:0rem;width:13.5625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoKMkZqcEQGAaEp9hF1sd99MPfAW37u1 { top:6.4375rem;left:0rem;width:47.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZwnTt93IPROm27kueHoX2gqP24HHmXl { top:10.625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRH7csXwsDyTIFlitJc7x34wnq2ksix { top:8.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swre8PIQGW0Hm51BQ0OWJdTfm0HJVnXm { top:12.5rem;left:1rem;width:46.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQibCwnWH21DMEwckDESFOxHLJfrL0Wi { top:23.125rem;left:10.8125rem;width:36.6875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmh6z0kZVN56Xk8eBlDB3UEOP17zr4J { top:24.4375rem;left:27.1875rem;width:7.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvS3mDmbb8U1bTxeItNpZ6TsCTGiJJxJ { top:17.5625rem;left:34.968751430511rem;width:11.4375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDgnlic69WV2kudyD4GbJkgG5IXEvx7 { top:30.5625rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heUG1OkP8ZxIaMHIgPXiLnEe58AmXXrU { top:25.25rem;left:35.0625rem;width:12.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJQDI87dbHhWP9GSEMR1Pa9XmHEythGX { top:31.75rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMisnhyVGJasqz5i2zCgWnBTTbMTrAc { top:31.375rem;left:29.25rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfsNKm4I5DEkDWII4qmfW1ZfTPpbSPDc { top:36.875rem;left:32.4375rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhDA15NTmenOmqNmvXGh1Ff1KL1lJnl { top:41.5625rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sthi9aUz2CDPXUKy00gmS9NekAz4imBf { top:42.375rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q51HtkTrhKQQtM3BrzeHNdsIWUZdKs7S { top:42.75rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywBcL9Mcq5y3LXF680L0sM5dndcZElv7 { top:48.25rem;left:14.4375rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy5FbWbUEtOKKBKn3PHFtugUvfTysnzT { width:8.875rem;height:2.5rem;top:49.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eONZKdaZJEx9tVtZCIh6kib5gSlHchRa { display:block; }
 }@media only screen and (max-width: 763px) { #bfTOVEPP7TKTRQEs4e8NygNQddDACFzX { top:49.75rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBPrU2S3Dy4tILhIM4DtJsJoNGm6orMe { top:49.375rem;left:37.375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efU6092gwfM092cWndXU1iBfFSJO4NIz { top:50.375rem;left:31.625rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu { top:23.125rem;left:0rem;width:36.6875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMuzdfIppHznwBH3JmsQRh3Ccbs6FfoM { top:24.375rem;left:0rem;width:7.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9tgUcGRzu1RQpGHFlhJo15zoxTAIklC { top:19.0625rem;left:0rem;width:11.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylKlvfxWK96ZoRfBSliZwP0RIV64XPG { top:30.5rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZO6tQh1CbPFqtdV4KeihrUngqbwoIc { top:31.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7fImKUAfhv2TKpAgGDJLpovkOsNqOwT { top:31.3125rem;left:0rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxlt5aO0emgRnXiE0DA2F5T4UCtukn5 { top:36.8125rem;left:5.0625rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNC3kZieJnwSbx3peV4zLaBpCsDu04I4 { top:25.3125rem;left:8.3125rem;width:12.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0kP7dMac5NApltWeCnnwhqJpVwOmhT5 { top:41.5rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8FlIsNuvZTTTVyvdm7POdkWJCFRTI4 { top:42.3125rem;left:0rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdNypv4XDKDZp5hbtkItxNCxrRqQbOi { top:42.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAq7quibkHZcebqLWUPFzsdOrHXJ2xWn { top:31.75rem;left:12.5rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTF2WPZvVTvdgZw52KaeG5vChnzUhC1t { top:48.1875rem;left:0rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzDqRrHqMg3AWLEMZhFkX2Xe0TGmD6SR { top:49.3125rem;left:8.9375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVlovSAJ4ltBAHZxyGM9dtRMWy4RDD2 { width:8.875rem;height:2.5rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztDqf1h4xOyQlgDOUWEsWV4dLXJztCQ { display:block; }
 }@media only screen and (max-width: 763px) { #ihmF9Q8veSHUU11Z6aLn7aaZeTN5lTCy { top:49.625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxbtI7elgtopUyUq69LS0h869SDeKhS { top:50rem;left:0rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB { top:60.1875rem;left:0rem;width:36.6875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4MK8f6t8nNx3ktbf8TT5f3TiLtBitW4 { top:61.4375rem;left:0rem;width:7.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3IwJndlnOh9c641EX88SyT40xbeF3uZ { top:67.5625rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDnKCmppLgV4UzkWZH9ZKyz6w3ohslV5 { top:68.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJACs4dDuJ87zQ5U6LES5HVLt4BcG8IE { top:68.375rem;left:0rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0Ra2bZlyZ3iJvMTmlbnMKBXTSAu4Ai { top:78.5625rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI2ISdAZdbiMFHHRqfua4AlBoEHEHwiU { top:79.375rem;left:0rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUxkbT7k06RPMFJO4uQZpcUbDScTeaJg { top:79.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol8tkvdsKc1Hh5v7FfsQf66iBU8ToTbV { top:73.875rem;left:5.0625rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNoywcK2yvkz1FLQ7Sll4t0bRE7lD59N { top:85.25rem;left:0rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ2gOno0o0UMTIQG5RJ0Nm7OBE3MJ5Hp { width:8.875rem;height:2.5rem;top:86.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZoT7iDntnitp5Am60KgT70zEFXW4r7 { display:block; }
 }@media only screen and (max-width: 763px) { #d7ZucyDoL2eIlBDeUpUAU1nzPmbDnyRT { top:86.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69L4MUtZo0q7L9VFLdg3kOxK7nSIQ14 { top:87.375rem;left:0rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWr8GK511eO3z2nvNlLuCfM5odxeKA5i { top:62.25rem;left:8.6249995231631rem;width:12.5rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghZbgLfP5d7nKiRAFnTbA74nWgCUeOBh { top:86.375rem;left:8.9375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfP1PUVb0ti1P0bkTyc18QFFvFvFh8Ha { top:57.4375rem;left:0rem;width:9.875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VivGUK29yNxGmy3SNmMytoG0yMWRRdtm { top:56.875rem;left:35.9375rem;width:8.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFemZOuow6lkMCSTLxlcspLiM7oBbwb { top:60.1875rem;left:10.8125rem;width:36.6875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBV4iPU8JyQkzJWXog0fgQfRFaUV7ff { top:61.5rem;left:27.1875rem;width:7.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTklUUaDpnszadoDyQpxF4hwTzGcz6C1 { top:67.625rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJuD6nXDvcSbubuEDf63ly1zppcXyDiZ { top:68.8125rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc4Iv3TeOEic51u0GMqv96RfRM1XQgQ { top:68.4375rem;left:29.25rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcV9l7WOo6eOL0fXXhJKOVc4ELicpMXA { top:78.625rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9O4TOatToZz85Huzfqq53SX1D93UvbL { top:79.4375rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC7FXUac3rgWfxrxQKAdrlfzWTGl79o3 { top:79.8125rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqC4Fud6nW3ziFvObPMGFznpM9lEcBaJ { top:73.9375rem;left:32.4375rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsgkSlcmmPABXATqDSHZUR7mgwoNhP7k { top:62.25rem;left:34.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4EyhAQk6egKJUfpgPxE0WcacK1yi9G { top:85.3125rem;left:14.4375rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLLfTqplXg4e0W95AhnSNQ5TaTdGpEJU { width:8.875rem;height:2.5rem;top:86.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSqeqfzqlgulyR5H2KQef8i3QNs7M9Hh { display:block; }
 }@media only screen and (max-width: 763px) { #HVeITTAqi4MAdhEu3o1RgIQqRrWoqenM { top:86.8125rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffWHqvAKQM2rAx5XG7F1FRvJcTyMi6X { top:87.4375rem;left:31.625rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyCWMuBPDVu6WOEQKQVTyDXztXtaemLE { top:86.4375rem;left:37.375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CquRLuKgATnIUxPtotedn8xkbQ4h0299 { top:97.1875rem;left:0rem;width:36.6875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTKwTLEvOcETxO0Zg1bW57oKQrzkKbC { top:98.5625rem;left:0rem;width:7.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKHHOpyfigVhDXFaULEBLnLOR9FHK5Rq { top:94.0625rem;left:0rem;width:8.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3mRiClsUkdHyAsvATD1Pu75X3XMg622 { top:104.6875rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcdZxIxXuDnzO1L9QBRQw42GQPUVTqo { top:99.375rem;left:8.1249995231631rem;width:13rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9QKIOouOfN7KFWBUs7xVNPwCwIt6L5 { top:105.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh2m1cz9SP3wH7P5k6UTJ1NIAPL11OWp { top:105.5rem;left:0rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKFmf6zeqnKfq88rbVdhltETOtRV8KZ { top:111rem;left:5.0625rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB { top:97.25rem;left:10.8125rem;width:36.6875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRh9lg8wtNm8VxbcNpmCcBJl9gbQ4zNo { top:104.75rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4tkpmuqNT5E2VHOmJufUR9avVyQTP1C { top:98.625rem;left:27.1875rem;width:7.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAq3egymm8ILJREoCvkogorCyRlxrHU4 { top:105.9375rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl3NxlEe21pTsxnXBm7VPWRgRDZ8EeRm { top:115.6875rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l37Oaa7CAeG50yVs2OWpGZZ4AbkaAiyU { top:105.5625rem;left:29.25rem;width:18.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqtzw8wD2N3hqDb18evStu1TlKXoWl0 { top:115.75rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6J0eonku0qtk8MWZhZ8rKJWi1h6c8if { top:116.5rem;left:0rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF24FHZgeZkzpalJPhmB2JRGvVWo03xZ { top:116.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm9qyQ4xkAs7MEhTH5aObK0UPm0hv2QE { top:116.5625rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3ZXtk2OEV7WtHnmdtccIIbTH5BUsZl { top:116.9375rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adS2Op2AlTiLdVTk5BPQ1AdxeGkCZ3dW { top:95.625rem;left:34.047560602109rem;width:12.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPDcz4yQ9xFW31hziURLcOWXuDla7u5 { top:122.375rem;left:0rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0dzTK5X90G1nnZBU163POJ8v6IGcKWT { top:123.5rem;left:8.9375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVocb2GKXMQVaRi5piGvL71sxohLUzpI { top:111.0625rem;left:32.4375rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5zQircwbTQyFIFA0A87iEFM4wHOU7A { top:122.4375rem;left:14.4375rem;width:33.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bepA590Rt9rGDHrO8HTMPm9g0lFrbZbb { width:9.5rem;height:2.5rem;top:123.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxH56wAl5rt7AgkGLTNQBoXLFgU7hAJh { display:block; }
 }@media only screen and (max-width: 763px) { #xrF7nrrfFqyGdEVOqOxHU1Vitz9S4GlI { top:123.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w02cSpehIHQCiPaldea7mM6vbrSQ306I { top:124.5rem;left:0rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqJA5bGV9rJh0t7KfQ998ACs6QMuhnk { width:9.6875rem;height:2.5rem;top:123.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJS273b69fh0TzczxGBVABFKgQLfonUa { display:block; }
 }@media only screen and (max-width: 763px) { #aCF0nscDLI7yWWsvVEkvkeFM31n4Ep0c { top:123.9375rem;left:27.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOn2BmX67m8nA5Avh23zIhQeR3DBt6ZI { top:124.5625rem;left:31.625rem;width:4.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6XBwLcRpd9Edv9iCMwTPyxvCagegOEM { top:99.4375rem;left:35.0625rem;width:12.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKBIgBBIt2o24SSXUSkkZKqg5QThM0eK { top:123.5625rem;left:37.375rem;width:10.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { top:138.875rem;left:8.2187519073488rem;width:31.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGBbRLRtUdTWNrT7tR5ViuVCSmHiOi0o { display:none; }
 }@media only screen and (max-width: 763px) { #bkbyROc8Q1V7Fox6fc1Mm7ImFgFqivoR { top:2.375rem;left:12.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXWonaeVul9b3VmgJI6XNO3mr3ph2qZU { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoPk8X3JOaVkqTRgxKGLQ4BABARAfH4w { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XybNoUdRfRUDXJ79HhpBm5KRe2desrld { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKdHW3lugQyppqMp29pHmzMiiQrWUdV5 { top:78.5625rem;left:0rem;width:8.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVaFi4nXGk0e8yfnOcIeXh3zvIpk6OZm { top:94.5rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5vAfMDxul7OI3HLe3H9VEHgUFOL42xt { top:96.875rem;left:0rem;width:12rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0GV0O16M82kF0IHpw3hAiyTqX2ihyRF { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dATxyhiB7Ug6pVLBvIxNQ9p7IGgzRZG7 { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVBHMSpXiDbpUcGRf0WNrx2uNvORJTWe { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3gKltJFpxuMcOOchFuibpBrAp8e7CGp { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #naVTTsRvza87VEw1i1mcp8SOt9Ly9Td1 { top:117.8125rem;left:0rem;width:13.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqkNqw7uV948v4qsXSvxFnT4ktMtDDHz { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScUF06cTOZalElZowqi9DEERoVRdplXI { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THzH4zRATZv3L3E2iNdOt76ikVZTNLw7 { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS1Mium7QTdAz6yEW2aSPb5BJSJzzLvB { display:block; }
 }@media only screen and (max-width: 763px) { #W9UvILm5XbgKTX38k2l1alCBOGnMiFLd { top:163.125rem;left:0rem;width:8.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGXbaOyTZTbgJm917Jt4NdfOFR8AM16i { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxzFZDWtQmgbckZwfTJRdh90ht1S9CiO { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcJCwPCl5vdXbV0iuRLD3LTqAPmRU8Kz { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EarfrAhXi1ROIoJRD7uqRGNFHXOaQ8t2 { top:152.625rem;left:0rem;width:12rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWN7pcpaUsc2P46TtxiwlSm3vuNqri84 { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtCQ8n2nJyFTooiORpknBJowiKh48a3u { top:173.5625rem;left:0rem;width:13.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6ny9EE1LlowiDrKlUJJAetTXz8QvQl2 { top:149.8125rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPqfUw5FARrLKLwbG52NKqLhu7uvW5Pe { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDQed7vMlPQMTIc3V5FkBTom11vy7x7e { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2sMmzfG1BFWfP3cZGz7EdyU0ZRoCU8t { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6fnv3igTFXszDt7LhtZ9AztspN1epC3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ts66qKStmmlEf1rb4M0oz1IwxHBlUwJJ { top:198.875rem;left:0rem;width:8.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT8ClGTf0vzrULsxPudJimdRlokTKAI8 { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5BtreDqL8LOLGUkxmcfV5ZpT4k9cgUb { top:205.5625rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRWCZHvdHW21bWICn6PdCgU9SmLR6vCw { top:208rem;left:0rem;width:12.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6LBTCkwwmPehPMAq5DdT47sNGQIrWU4 { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW1fpiZkF9cTT5nfVxLCSel0EPGT06TM { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFFwhIXkzcGdCt0SDW467IFkkxwkHnI0 { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpVC10BezpHKRiukVAwBeZggciJ8A4tk { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAMS7zAeq9AGx6prVdVLm3CeE6siEZTV { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA8wfRFLniIThd8LqiGVzWlc3JNCU5XL { top:229.3125rem;left:0rem;width:13.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoJpNP64qCUKl1dnEUvMMLVP5zSKvTfN { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x87otHQPkVnbwSbyWLWkkgmalL2KZrmd { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtZEBnk3qZvD886gcNG8gpmwTRguNUmm { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGn1Z6A8SxtnTP6ovybW8KTPGV4H5D5B { display:block; }
 }@media only screen and (max-width: 763px) { #EKtSMJP57nLF4fUlLwaJSfi4i3NbPoGR { top:248rem;left:0rem;width:8.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIKTHOtZtTvhwzFfiua488mq2lUmTLPS { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vucGml3CwFmRoCPGw20mQlBgfexMJLVv { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDD5rsEr2JgIQ55N15bE1cwsETpoIr1U { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpmUic7mm9Cfx4umNrLCw5OvNeQviUhJ { top:263.5rem;left:0rem;width:12.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7EnR2divDJp8Eqe4l881Icq9bOT0WpB { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehfnAMEziqrpkEb3cZEAaS1T0Vy4FHQc { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcgwJhh1G06n7Fo9UwT3oJMW9vmuGBcJ { top:284.8125rem;left:0rem;width:13.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtiXOtFwCD7uWczAeDCOTDgzBN2P2ask { top:261.0625rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SodGx2sSyp2FfW4OIwakt4r5W9rJA5EU { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk8RrzeOloR64qSpad7yqq8P0VQDfD3R { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #poZg5FPWMfrHI6o26FT6vkubnPd1yNW2 { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9cfTWCx9dRE01stbWlPTTGqtDl38l2S { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZiOHnLr9mTq7rcTaGaICLFkFmoh6Gu { top:313.5rem;left:0rem;width:8.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWlL8sx6qxTKWtXVJPPaXreg7N8qP2GP { top:317.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIgmHK35xd2eaiTMpQLUyZXFSe1rNWl3 { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxsSMUQvmuNg2SatMvxTVwPGc6hQgTgS { top:42.875rem;left:0rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzWvn939KgAsNVkpBJNnTwegL71K1V35 { top:316.3125rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq4QLK74NzfEmOdJXkg289EkEg7EyCmS { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlZaFEbAfwZbcovTHRX2knHSOzmA1DCm { top:67.5625rem;left:41rem;width:6.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3IqDyNwXsyrDBiGIZOP2BDfrNmRgHzM { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELlAi4Oy0EcHnISW93BX50OAo5ROLc6Q { top:340.0625rem;left:0rem;width:13.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLF4ZZ7ZWzKx8TB7Trmw0QiMLWTwlqiB { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTU27GX1ucEzbqCne9dnWuMK61TB6vls { top:72.25rem;left:0rem;width:13.5625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvxaTP4CiDEZbvtlSqp9vTv29BBpyRpE { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghB4RWfaxR1Cif12QihBVpxMlA5Ufdxd { display:block; }
 }@media only screen and (max-width: 763px) { #dLZEw50NpVTBGgHZyiJOtTTfUUGddQIT { top:354.1875rem;left:0rem;width:8.4375rem;height:1.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwJZxctAgl9VbpJqQy2l70eBuMsy56cu { display:none; }
 }@media only screen and (max-width: 763px) { #hnz6TlMTEdMV9FKrPDB1XZ1EbHTpkzrN { top:356.75rem;left:0rem;width:12.1875rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O { top:116.25rem;left:11rem;width:36.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha68wgrTvg7z8wZAAvsUqWLhJ5N42ick { top:129.9375rem;left:38.4375rem;width:6.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTiCiGUy2MbNZmqQayNoaKA3ACTI26B { top:130.125rem;left:45.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xduhmHT1wWsPNQwTWk5i7tftyoZzEAAE { top:132.4375rem;left:20.375rem;width:27.375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIOFlt4Sp7RBSD9TpcTzvhlRKxdECTo { top:31.875rem;left:41rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5TGBv9kyMynmZa0cSaI7bKp6m5nBPd { top:68.875rem;left:11.875rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVGaZJDJ7Ph7vDVlt6bpvJQ3TKvKfEa { top:68.875rem;left:41rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJm6SgFzrrlOicSwJDQCqa6SxTqFlTVE { top:105.9375rem;left:11.875rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUZM0OLUttTzIUvQkp8nL32acTFHiO6 { top:106rem;left:41rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clqZQ6MBiTldcUznODyTaXrFWvz2B7v2 { top:30.375rem;left:12.5rem;width:6.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlCQ68dwOIc97OmxPaqBRzCASU6c3MO8 { top:24.5625rem;left:7.6375002861025rem;width:13.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXvNnzrJK3HdDRCrIMzCfq0NV61ZNSad { top:24.625rem;left:33.125rem;width:14.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOdyKsvtQZi49fWaIsrDVyH7vFNKKdTE { top:61.5625rem;left:33.125rem;width:14.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pElRbofA9KDx3KtTdOLgTkr0Je1yD7pV { top:61.5625rem;left:7.4812502861025rem;width:14.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGp1VKlba4FF6K6aTK42tHfWqucKabU { top:98.6875rem;left:6.7937502861025rem;width:15.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazLADh2JxkBKt0eMphG7BR7L6u9fN4p { top:98.6875rem;left:32.5rem;width:14.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0nexhr7sGe9ohCTCrHTsgzvPN6lw8eW { display:none; }
 }@media only screen and (max-width: 763px) { #kQrPkW4ucmD313CiBIWKMnTMGW5dscLo { display:none; }
 }@media only screen and (max-width: 763px) { #SRzEdzNlvgyGHWKpXzTLonCtER4PtEVi { display:none; }
 }@media only screen and (max-width: 763px) { #dgRpPQCixEfnrrmEHoQDuiOqwp1pbm0V { display:none; }
 }@media only screen and (max-width: 763px) { #EckNIefpzRX7Q401EhrA9iKT0P3ivzsX { display:none; }
 }@media only screen and (max-width: 763px) { #Lo7vQObBNWlxbISNN1pVqef2Drg0mSx4 { display:none; }
 }@media only screen and (max-width: 763px) { #IVvuS59BFod4h1hAnuVtL6az780xEoWs { display:none; }
 }@media only screen and (max-width: 763px) { #iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miw6ShdeLtedJ9s8LM2zc4NP8WLQe7ZA { display:none; }
 }@media only screen and (max-width: 763px) { #Vq6u4Zp8neh652iKbFpMNLHcBTSRbZ69 { display:none; }
 }@media only screen and (max-width: 763px) { #IItOOZm00hPLKtVxtt7qHWOJvuH935Zo { display:none; }
 }@media only screen and (max-width: 763px) { #XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlycOCF9c4ITTsAo5BlCTqhz6NlcFLR9 { display:none; }
 }@media only screen and (max-width: 763px) { #y4drNpE94nKpTHpABci9iH33c1DfI9r3 { display:none; }
 }@media only screen and (max-width: 763px) { #N1H9fTP46T2TOFbZbT6aAdV60yWxyWuN { display:none; }
 }@media only screen and (max-width: 763px) { #U5Skirb2VQVhAbVcrUWdWXICfytCvzlz { display:none; }
 }@media only screen and (max-width: 763px) { #Ivgy3JB17CdhAyxQaXBobtD84s2pmseK { display:none; }
 }@media only screen and (max-width: 763px) { #GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZK9u6ezqDnq8wh6nTpyt28osoECtNGi { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqH4UIbTdUdbxhU6vAAwhhbkoBRFa0TW { display:none; }
 }@media only screen and (max-width: 763px) { #To1rWRHuJrcaH1PSVSmzW0HMAVii5clf { display:none; }
 }@media only screen and (max-width: 763px) { #EUOXfv0uHvm8FPz4pByDSaZehudRnBtb { display:none; }
 }@media only screen and (max-width: 763px) { #Kl6AHew0iZiri2lF0lS8y0qnJpToPAfB { display:none; }
 }@media only screen and (max-width: 763px) { #U0aSXTSoRnJO3q9uT8U7gkG2iMtnwxTM { display:none; }
 }@media only screen and (max-width: 763px) { #asywGOWVl5ZSTNc57aoDWuc9kmfFxiaE { display:none; }
 }@media only screen and (max-width: 763px) { #iDM1bxvDbUuqD380BrPC8BeUrOiu55T5 { display:none; }
 }@media only screen and (max-width: 763px) { #DzwkxTA0z9v4XfOKkFiODAerrDVyluGL { display:none; }
 }@media only screen and (max-width: 763px) { #oTOF7ZtZ7XeLUtQUsOHg4pPB9Rnwbrp2 { display:none; }
 }@media only screen and (max-width: 763px) { #ReHCTwzgOmW55BviBll1MstwAwu8CZQD { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8UibitJw4nD6bvTc0s9BE50Vtm00qxW { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdXLHL7g9amnZTNxzUgKOLscihXaMuZa { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwcODT5MFERZqkhwa0f8DKenV73dqRzF { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCC7KJExatlBMixMXou78KDtUeQRCv7S { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT8ShWLIoTiGXe72MZhznyOLzRe7D1hf { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhd5pdcooBTsrz4GVC8xEuWBnN9oA6bO { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZr2xub1b4Nz8eZLvT4txTyrDS04PvrN { top:55.625rem;left:0rem;width:14.25rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4eztcuEwP0PMlibFC27EVAgTeZbkLOG { width:14.375rem;height:3.0625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShuGMNtBRr7lOdcHFRVsyHG31lAvXJdg { display:block; }
 }@media only screen and (max-width: 763px) { #m4amHZwtUToptzbFMyMAaBGn2xmSsKGP { width:14.375rem;height:3.0625rem;top:36.9375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTK8onvpk1RNMyRJyCkzr0THeWiAz32K { display:block; }
 }@media only screen and (max-width: 763px) { #y3dkdkL7iyLzgcfwTizy5Z3o0ggXk16I { width:14.375rem;height:3.0625rem;top:73.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwSVyipqXQmiAgcpXVxJM7gA3hMytHUo { display:block; }
 }@media only screen and (max-width: 763px) { #zMOKWUgiUbWtST9TR5zmMCEF866bt3JA { width:14.375rem;height:3.0625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fkso9wOrLOyOqE2JaD2KKU7xpw6F6P { display:block; }
 }@media only screen and (max-width: 763px) { #AmJF1Cvtmm34pxoV0eFJbzRVttgxic8u { width:14.375rem;height:3.0625rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah0fo13ncfAgygAwhae4mklZbB3s4pOb { display:block; }
 }@media only screen and (max-width: 763px) { #HDL037PMttzidG04pr3wtH1BCW47whg6 { width:14.375rem;height:3.0625rem;top:111.0625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MdTPJU2zioDhaFiiKpKyxgvO96AeAT { display:block; }
 }@media only screen and (max-width: 763px) { #S7e5u9y0fOHSN4HBmBU8Cs3aMCltHWzE { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFSMNkyMDT4NfxHASavh68bhMw6KVFJk { display:block; }
 }@media only screen and (max-width: 763px) { #FLUJ4sAXtwe3lX3bT07M47EziAXcgL89 { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku6eVsoinVMTZgucraNy0v7vTCsceHvB { display:block; }
 }@media only screen and (max-width: 763px) { #Xw4NfaoafJCcrSsWTpyuySBVaGNbvqlf { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUo25MbIucfShm267HXSySMmv9sdEQ5K { display:block; }
 }@media only screen and (max-width: 763px) { #CSWgFTP4lBcKRv4Bt3RyyeohMkHF3cGT { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bctpykApDzyQGGhVAcAwU6fKFnC23tGJ { display:block; }
 }@media only screen and (max-width: 763px) { #smsR8TXE9XWVmcXg9Lqxd7MmWKhmaenT { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBg82uFrSwe2nHs25r8aS8enlerVSp5I { display:block; }
 }@media only screen and (max-width: 763px) { #FZGPOKoOEQGaBkN5iRoscglbWDsh2C0g { width:11.1875rem;height:2.4375rem;top:8.3125rem;left:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVGKFICC1zyJL9car8MUo3fImTrmRNty { display:block; }
 }@media only screen and (max-width: 763px) { #QOwRbNcOFEAlkEtUqgDQaRfMTUyZPtZx { top:27.8125rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaJC9CvPCrpwN47mgOgntlXVtOPLb2EM { top:64.8125rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSTwwXXT3zFtZGBoVCXx3S6mqt0XzX0o { top:64.8125rem;left:12.362500667572rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2yzBt3uUPd9AIlIoH5ynhpua4CTqUxU { top:101.9375rem;left:12.362500667572rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWIlVZ2rVtfeaGTACEhK9hq5Vk8tw1a { top:102.125rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApLoB8kfBEBpL9yJu0rx6TG59XsCetH { top:101.9375rem;left:12.362500667572rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wim3tA7XbnnkP1FdwgCAO19P6IZE6tIi { top:101.9375rem;left:12.362500667572rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { 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) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { 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) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { 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) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { top:5.625rem;left:0rem;width:24.0625rem;height:13.465479407338rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:1.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { top:14.6875rem;left:0rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { top:19.625rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { top:2.25rem;left:0rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { top:5.625rem;left:11.562501907349rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { top:18.75rem;left:31.727087020874rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { top:19.625rem;left:0rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { top:3rem;left:32.320837020874rem;width:4.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { top:1.0625rem;left:37.182031154632rem;width:3.9375rem;height:4.2459464739207rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:7.2355461120606rem;width:3.9375rem;height:3.99960625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { top:5.625rem;left:23rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { top:19.625rem;left:16.722917556762rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { top:19.75rem;left:33.4375rem;width:14.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { top:2.375rem;left:7.8406276702881rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { display:none; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { top:2rem;left:0rem;width:15.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1yLi2abc4l6gsbvvqlsucA8SwFtaNtf { width:11.1875rem;height:2.4375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2pxv5eBpBMTUE9N0iqKWHaCiVmr1r4y { display:block; }
 }@media only screen and (max-width: 763px) { #NvHFiM9242473UXJT0Z9lowZeNNnPrsM { width:11.1875rem;height:2.4375rem;top:20.1875rem;left:18.275390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLZoTlQ3MEtdMzO7zZLFmWLPetacJw2 { display:block; }
 }@media only screen and (max-width: 763px) { #HJogS8RiBRTcdvo20hZolAZq6qM4FLv8 { width:11.1875rem;height:2.4375rem;top:20.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SytsCZbiEwkt5vTwmFi3ZNITPeisi8SI { display:block; }
 }@media only screen and (max-width: 763px) { #wtey1CM9t8yag44e8KLKVK61EDneNd4y { width:11.1875rem;height:2.4375rem;top:20.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2MVNTgoIsceGkHqcDQpbK5T8uVvedrK { display:block; }
 }@media only screen and (max-width: 763px) { #kAplDvf4JeWkFVT94q9ueUgWgEskXduc { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aze0zeJSZ1Zqas77xGPgsUsQT2ecHHF8 { width:11.1875rem;height:2.4375rem;top:20.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKbPrqpKbdbc6fv8CoGKw9cwZv8FOMim { display:block; }
 }@media only screen and (max-width: 763px) { #HhOPR2lNNKSghelko40ZmBiScbyS8aM4 { display:block; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaUQJWUPwA5hB5mb7uGyZqmNviRBOp97 { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsTOvTqIfDRiTKlRT6ZdT20cZxNRq6q { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyIqTKQc1zG2MXNuBbTHyKrccKdaCrz { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJbozW7KVz3JfzKSN9X84l2KRlM17vb1 { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAc8eAr6akb365qmJJGFADc0T9SedlvK { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLUvi6syEZK7BG4DNmT3TStpxcJb2fX { 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) { #Iv1D6dHVo78WIB5aPTnhmn1SN6nHSthn { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCMK01d131o0XBSkGuIKq27G0CAWeFWI { display:block; }
 }@media only screen and (max-width: 763px) { #aw3sKU3ETTF2kZst8VhDisMJvPzRVT68 { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkK15iQaGW73J1ND2CaInqdVoqKEAdcF { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZgdbkVBaknf1rZUw0m6IVakx4SotUvs { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P { display:block; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUt30s4PBqo5DCH1h1avxLcaCH6yxF0R { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTAZeo88rnoNlL0lsXaTpinT3ZX3rwG8 { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdcdZka8dtpeJ4lzTMJetlduOxxQOyBc { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeGaDORkrbLXtsQWKWLh8IUxH5cF4G31 { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsWFf8bvPhDKIkESvNkHtP2gRgFuqiZ9 { 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:41.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.1875rem;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:53.5625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:55.6875rem;left:0rem;width:43.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.125rem;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) { #NbFQvw5OQm0a0vfX28bBrtezWzf0ovKz { top:19.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJIXXunFRrBW122eciOLITBiLXFhbh9 { top:25.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0VDRl5l7fucK1peA3uCHzpO0BAR6mcd { top:32.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLgmMCO6dmq3ofil27nbhxOFI3D0e2go { top:39.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZprUiFmEnXqbktcQlPTDmIkDkx3lucG { top:46.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy { display:block; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSrBovcqqSsynQHKLLGW7FdMf6ZLdTyZ { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #azNpF0VdHxnxroswOi8LuqxbDhKTP38A { top:1.25rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlbLWDvb50URp3XRFQrQUUDnfAEUcqKV { top:0.25rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBuFoTW7LRt4JDVUatIr1RbvtgTykWwR { top:1.4375rem;left:22.4375rem;width:25.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #INQ4MXgNUQU9yvKrKBTGR22tGZLNRUtI { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA { display:block; }#q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA > .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) { #Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { top:1.9375rem;left:30.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
 }@media only screen and (max-width: 763px) { #TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { top:3.3125rem;left:32.875rem;width:14.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#411751;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw { 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; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { background-color: transparent; background-image: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container > .video-iframe-container { display: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container { display: none; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .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); }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { border-width: 0; border-radius: 0; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#io1TSCfkIwfVKhClsf0C6IhH5NFVIUVw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRwbob4KPfNSRA41tAy1OtAT2TVSfFSn { 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) { #QdiGZxVd64VacUAlnW9QUP3CWDLswsH0 { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8mwTXn9y2NruwdkF6Fu0D3y2wCaEBee { display:block; }
 }@media only screen and (max-width: 763px) { #S5IRcKDbtuI3mPN3IcmIoFJzkvKTm4TP { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HU8pqDWfhyM20LEevGXeyDHhbKFnScDl { 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:41.75rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:40.5625rem;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:39.200001716614rem;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:27.739061117173rem;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:90.973960876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:38.5rem;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:20.5rem;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) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:0;top:25.6875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { width:1rem;height:1rem;top:11.937500476837rem;left:17.815623104572rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { width:3.9998375rem;height:3.9998375rem;top:18.050131320953rem;left:0.62434899806976rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:19.0625rem;height:3rem;top:32.125rem;left:0.4375rem;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#676787;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15370;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:12.1875rem;height:2.8125rem;top:36.90625rem;left:3.9062500596046rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { width:3.75rem;height:3.875rem;top:0.93750002980231rem;left:15.593533813953rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { width:19.2480625rem;height:9.6rem;top:21.2265625rem;left:0.375rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1.2;z-index:15298;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { width:1.875rem;height:1.875rem;top:39.374374389649rem;left:14.624374508857rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Jhoe48CAXauGyItuZw7ys7lplVv45wXA { width:8.5625rem;height:7.375rem;top:41.5625rem;left:5.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1wuwFkoSNobScPiTbWGu2gBXMyOrluv { width:19.0625rem;height:6.375rem;top:35.125rem;left:0.49999994039536rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(162,87,248,0.72), #1e27a0);background-image: -moz-linear-gradient(180deg, rgba(162,87,248,0.72), #1e27a0);background-image: -ms-linear-gradient(180deg, rgba(162,87,248,0.72), #1e27a0);background-image: -o-linear-gradient(180deg, rgba(162,87,248,0.72), #1e27a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a257f8b7', endColorstr='#1e27a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a257f8b7', endColorstr='#1e27a0' );";background-image: linear-gradient(180deg, rgba(162,87,248,0.72), #1e27a0);background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #fKx00JI63RyvIxEv3gVf8wgFAyhgqwvu { display:block; }
 }@media only screen and (max-width: 763px) { #G2XLC9hmTWT8WqwWAOnTN6drDLq6oL4W { top:1.5390625rem;left:1.125rem;width:17.75rem;height:17.75rem;z-index:15380;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m6Ki6RZ1c4kWNE1pKtE67rqTzhJrqhJD { width:20rem;height:20rem;top:42.750003576279rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCFgg83pFdISVROscO67uSoc24TmK57h { width:1.9375rem;height:1.9375rem;top:59.697920493851rem;left:-3.0958333685303rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #VmBJlLkE92FCLA3TEwFCRAdxy8nEJlDS { width:7.3125rem;height:7.3125rem;top:43.316670179367rem;left:12.6875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #nDocAwb0NTfPSEiqC1fCyHcuu7wKH3AQ { width:1rem;height:1rem;top:43.561461687088rem;left:2.091667175293rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { display:block; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { background-color: transparent; background-image: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { width:20rem;height:475.8125rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { 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) { #NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { 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) { #kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { width:4.375rem;height:4.375rem;top:87.25rem;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) { #TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { width:4.375rem;height:4.375rem;top:87.8125rem;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) { #n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { 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) { #tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { width:4.375rem;height:4.375rem;top:87.125rem;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) { #ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { width:11.6875rem;height:3.1875rem;top:70.625rem;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) { #r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { 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) { #txKK3enyzEcBdzeaFysrwWADptQieb97 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6olndfviTJl1EsT3s4AL8Isgf83rn7g { 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) { #Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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) { #Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { width:7.3125rem;height:0;top:58.402346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { 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) { #AqsaWt90vsQnKbWFBaPLnaygeW44noZD { 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) { #O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { 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) { #FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { 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) { #JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { 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) { #TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { width:14rem;height:0;top:68.125rem;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) { #vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { 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) { #Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { 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) { #d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { 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) { #XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { 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) { #JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { 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) { #OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { width:17.25rem;height:10.75rem;top:83.1875rem;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:14970;display:none; }
 }@media only screen and (max-width: 763px) { #HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { 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) { #sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { 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) { #MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { 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) { #HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { 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) { #CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { 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) { #tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { 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) { #UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { 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) { #beQicqko8Onsh63D11qzCV1Rs8du1efT { width:1.625rem;height:1.625rem;top:29.421876430511rem;left:0.68854171037675rem;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:none; }
 }@media only screen and (max-width: 763px) { #n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { width:2.6875rem;height:2.8125rem;top:28.851042270661rem;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, #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) { #PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { 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) { #nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { width:2.6875rem;height:2.8125rem;top:44.229168415069rem;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, #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) { #x59TrsB1udfaaraTtOvpSbg5TuNwcddb { width:1.625rem;height:1.625rem;top:44.84166765213rem;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:none; }
 }@media only screen and (max-width: 763px) { #loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { width:17.25rem;height:13.5rem;top:97.25rem;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:14996;display:none; }
 }@media only screen and (max-width: 763px) { #nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { width:17.25rem;height:5.125rem;top:111.25rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { width:1.625rem;height:1.625rem;top:110.93750762939rem;left:8.9104173779488rem;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:none; }
 }@media only screen and (max-width: 763px) { #Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { width:13.625rem;height:1.30625rem;top:3.6862506866455rem;left:3.1875001192093rem;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) { #oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { width:7.9375rem;height:0;top:104.25rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#141436;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { width:13.6875rem;height:0;top:90.934379577638rem;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) { #ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:rgba(30,39,160,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { 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) { #b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { 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) { #yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { 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) { #qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { width:10.625rem;height:0;top:87.761468887331rem;left:6.3791669011119rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { width:2.6875rem;height:2.8125rem;top:117.2500038147rem;left:1.6958335042rem;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:15082;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) { #WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { width:1.625rem;height:1.625rem;top:110.375rem;left:0.5625rem;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:15113;display:none; }
 }@media only screen and (max-width: 763px) { #DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { width:17.25rem;height:6.5625rem;top:116.8125rem;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:14971;display:none; }
 }@media only screen and (max-width: 763px) { #sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { width:15.3125rem;height:0;top:110.37500762939rem;left:4.6875002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { width:7.375rem;height:4.5rem;top:84.375001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { width:17.25rem;height:5.125rem;top:88.875rem;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:14971;background-color:#58a79b;background-image:none;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { display:flex;width:1.5625rem;height:1.5625rem;top:1.3068752288818rem;left:9.2187501192094rem; }
 }@media only screen and (max-width: 763px) { #T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { width:3.25rem;height:3.25rem;top:96.187507152556rem;left:5.5000002980232rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { width:18.8125rem;height:5.1875rem;top:88.074995517731rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nSU8sDVq0klfPsDukAc6t5O07ZqribDT { width:18.8125rem;height:8.6875rem;top:93.565229892731rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { width:12.375rem;height:5.0625rem;top:61.9375rem;left:3.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15080;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { width:7.3125rem;height:3.375rem;top:105.00191879344rem;left:6.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block; }
 }@media only screen and (max-width: 763px) { #caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { width:9.999625rem;height:2.4375rem;top:98.269133090975rem;left:8.8886716961863rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15374;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block; }
 }@media only screen and (max-width: 763px) { #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { width:20rem;height:32.75rem;top:40.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14991;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec.adaptive-delivery-prevent-bg, #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec.lazyload, #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { width:20rem;height:32.375rem;top:69.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14997;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDaAM15FdpRagifW4ZZVuMcIBeh34yEd.adaptive-delivery-prevent-bg, #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd.lazyload, #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { width:12.375rem;height:5.0625rem;top:195.4375rem;left:2.6875rem;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:15086;background-color:rgba(84,24,153,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { display:flex;width:2rem;height:2rem;top:89.75rem;left:1.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15388; }
 }@media only screen and (max-width: 763px) { #TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { width:10.25rem;height:2.5rem;top:92.375rem;left:4.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#ffe599;z-index:15382;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block; }
 }@media only screen and (max-width: 763px) { #guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { width:11.875rem;height:4.05rem;top:81.5rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { display:flex;width:2rem;height:2rem;top:81.5rem;left:1.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15368; }
 }@media only screen and (max-width: 763px) { #GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { display:flex;width:1.9375rem;height:1.9375rem;top:55.4375rem;left:2rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15371; }
 }@media only screen and (max-width: 763px) { #BoKMkZqcEQGAaEp9hF1sd99MPfAW37u1 { width:20rem;height:9.375rem;top:159.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZwnTt93IPROm27kueHoX2gqP24HHmXl { display:flex;width:2.6875rem;height:2.6875rem;top:162.9375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTRH7csXwsDyTIFlitJc7x34wnq2ksix { width:16.5rem;height:10.2375rem;top:12.750000953674rem;left:1.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.3;z-index:15496;display:block; }
 }@media only screen and (max-width: 763px) { #Swre8PIQGW0Hm51BQ0OWJdTfm0HJVnXm { width:14.0625rem;height:7.3125rem;top:26.000002861023rem;left:2.9687500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.3;z-index:15497;display:block; }
 }@media only screen and (max-width: 763px) { #VQibCwnWH21DMEwckDESFOxHLJfrL0Wi { width:19.75rem;height:32.875rem;top:23.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #GKmh6z0kZVN56Xk8eBlDB3UEOP17zr4J { width:7.4375rem;height:0;top:313rem;left:12rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JvS3mDmbb8U1bTxeItNpZ6TsCTGiJJxJ { width:11.4375rem;height:10.8125rem;top:103.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDgnlic69WV2kudyD4GbJkgG5IXEvx7 { width:20rem;height:4.75rem;top:30.5625rem;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) { #heUG1OkP8ZxIaMHIgPXiLnEe58AmXXrU { width:12rem;height:0;top:176.3125rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DJQDI87dbHhWP9GSEMR1Pa9XmHEythGX { display:flex;width:2.375rem;height:2.375rem;top:31.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #WCMisnhyVGJasqz5i2zCgWnBTTbMTrAc { width:18.5rem;height:auto;top:31.375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #sfsNKm4I5DEkDWII4qmfW1ZfTPpbSPDc { width:15.3125rem;height:auto;top:36.875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #xKhDA15NTmenOmqNmvXGh1Ff1KL1lJnl { width:20rem;height:4.75rem;top:41.5625rem;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) { #sthi9aUz2CDPXUKy00gmS9NekAz4imBf { width:20rem;height:auto;top:42.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Q51HtkTrhKQQtM3BrzeHNdsIWUZdKs7S { display:flex;width:2.375rem;height:2.375rem;top:42.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #ywBcL9Mcq5y3LXF680L0sM5dndcZElv7 { width:20rem;height:5.3125rem;top:48.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Sy5FbWbUEtOKKBKn3PHFtugUvfTysnzT { width:8.875rem;height:2.5rem;top:49.6875rem;left:5.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #eONZKdaZJEx9tVtZCIh6kib5gSlHchRa { display:block; }
 }@media only screen and (max-width: 763px) { #bfTOVEPP7TKTRQEs4e8NygNQddDACFzX { display:flex;width:2.375rem;height:2.375rem;top:49.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #WBPrU2S3Dy4tILhIM4DtJsJoNGm6orMe { width:10.375rem;height:auto;top:49.375rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #efU6092gwfM092cWndXU1iBfFSJO4NIz { width:4.375rem;height:auto;top:50.375rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #wcupfZ4Hap9ZAgWLiTQCHoBmgDiId8vu { width:19.75rem;height:32.875rem;top:23.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #DMuzdfIppHznwBH3JmsQRh3Ccbs6FfoM { width:4.625rem;height:1.8rem;top:45.5rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L9tgUcGRzu1RQpGHFlhJo15zoxTAIklC { width:11.375rem;height:8.5rem;top:36.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylKlvfxWK96ZoRfBSliZwP0RIV64XPG { width:20rem;height:4.75rem;top:30.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #UlZO6tQh1CbPFqtdV4KeihrUngqbwoIc { display:flex;width:2.375rem;height:2.375rem;top:31.6875rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #W7fImKUAfhv2TKpAgGDJLpovkOsNqOwT { width:18.5rem;height:auto;top:31.3125rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yLxlt5aO0emgRnXiE0DA2F5T4UCtukn5 { width:15.3125rem;height:auto;top:36.8125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #DNC3kZieJnwSbx3peV4zLaBpCsDu04I4 { width:12.6875rem;height:1.35rem;top:48.6875rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R0kP7dMac5NApltWeCnnwhqJpVwOmhT5 { width:20rem;height:4.75rem;top:41.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #vk8FlIsNuvZTTTVyvdm7POdkWJCFRTI4 { width:20rem;height:auto;top:42.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #IMdNypv4XDKDZp5hbtkItxNCxrRqQbOi { display:flex;width:2.375rem;height:2.375rem;top:42.6875rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #nAq7quibkHZcebqLWUPFzsdOrHXJ2xWn { width:6.75rem;height:2.1875rem;top:63.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTF2WPZvVTvdgZw52KaeG5vChnzUhC1t { width:20rem;height:5.3125rem;top:48.1875rem;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) { #tzDqRrHqMg3AWLEMZhFkX2Xe0TGmD6SR { width:10.375rem;height:auto;top:49.3125rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #bGVlovSAJ4ltBAHZxyGM9dtRMWy4RDD2 { width:8.875rem;height:2.5rem;top:49.5625rem;left:5.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #OztDqf1h4xOyQlgDOUWEsWV4dLXJztCQ { display:block; }
 }@media only screen and (max-width: 763px) { #ihmF9Q8veSHUU11Z6aLn7aaZeTN5lTCy { display:flex;width:2.375rem;height:2.375rem;top:49.625rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #TSxbtI7elgtopUyUq69LS0h869SDeKhS { width:4.375rem;height:auto;top:50rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yrzaHgSRrW0fBIikOJdbtAciQeaPPsiB { width:19.75rem;height:32.8125rem;top:60.1875rem;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) { #H4MK8f6t8nNx3ktbf8TT5f3TiLtBitW4 { width:7.4375rem;height:0;top:185rem;left:5.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #o3IwJndlnOh9c641EX88SyT40xbeF3uZ { width:20rem;height:4.75rem;top:67.5625rem;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) { #LDnKCmppLgV4UzkWZH9ZKyz6w3ohslV5 { display:flex;width:2.375rem;height:2.375rem;top:68.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #bJACs4dDuJ87zQ5U6LES5HVLt4BcG8IE { width:18.5rem;height:auto;top:68.375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yh0Ra2bZlyZ3iJvMTmlbnMKBXTSAu4Ai { width:20rem;height:4.75rem;top:78.5625rem;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) { #AI2ISdAZdbiMFHHRqfua4AlBoEHEHwiU { width:20rem;height:auto;top:79.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #PUxkbT7k06RPMFJO4uQZpcUbDScTeaJg { display:flex;width:2.375rem;height:2.375rem;top:79.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #ol8tkvdsKc1Hh5v7FfsQf66iBU8ToTbV { width:15.3125rem;height:auto;top:73.875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #KNoywcK2yvkz1FLQ7Sll4t0bRE7lD59N { width:20rem;height:5.3125rem;top:85.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #gQ2gOno0o0UMTIQG5RJ0Nm7OBE3MJ5Hp { width:8.875rem;height:2.5rem;top:86.6875rem;left:5.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #e9ZoT7iDntnitp5Am60KgT70zEFXW4r7 { display:block; }
 }@media only screen and (max-width: 763px) { #d7ZucyDoL2eIlBDeUpUAU1nzPmbDnyRT { display:flex;width:2.375rem;height:2.375rem;top:86.75rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #o69L4MUtZo0q7L9VFLdg3kOxK7nSIQ14 { width:4.375rem;height:auto;top:87.375rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #WWr8GK511eO3z2nvNlLuCfM5odxeKA5i { width:12rem;height:0;top:180.1494140625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ghZbgLfP5d7nKiRAFnTbA74nWgCUeOBh { width:10.375rem;height:auto;top:86.375rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ZfP1PUVb0ti1P0bkTyc18QFFvFvFh8Ha { width:10.8125rem;height:9.3125rem;top:178.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VivGUK29yNxGmy3SNmMytoG0yMWRRdtm { width:8.6875rem;height:8.5rem;top:251.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFemZOuow6lkMCSTLxlcspLiM7oBbwb { width:19.75rem;height:32.875rem;top:60.1875rem;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) { #xLBV4iPU8JyQkzJWXog0fgQfRFaUV7ff { width:7.4375rem;height:0;top:178.724609375rem;left:7.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #nTklUUaDpnszadoDyQpxF4hwTzGcz6C1 { width:20rem;height:4.75rem;top:67.625rem;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) { #tJuD6nXDvcSbubuEDf63ly1zppcXyDiZ { display:flex;width:2.375rem;height:2.375rem;top:68.8125rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #TTc4Iv3TeOEic51u0GMqv96RfRM1XQgQ { width:18.5rem;height:auto;top:68.4375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xcV9l7WOo6eOL0fXXhJKOVc4ELicpMXA { width:20rem;height:4.75rem;top:78.625rem;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) { #W9O4TOatToZz85Huzfqq53SX1D93UvbL { width:20rem;height:auto;top:79.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #bC7FXUac3rgWfxrxQKAdrlfzWTGl79o3 { display:flex;width:2.375rem;height:2.375rem;top:79.8125rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #CqC4Fud6nW3ziFvObPMGFznpM9lEcBaJ { width:15.3125rem;height:auto;top:73.9375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #ZsgkSlcmmPABXATqDSHZUR7mgwoNhP7k { width:12.5rem;height:0;top:177.375rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Cp4EyhAQk6egKJUfpgPxE0WcacK1yi9G { width:20rem;height:5.3125rem;top:85.3125rem;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) { #LLLfTqplXg4e0W95AhnSNQ5TaTdGpEJU { width:8.875rem;height:2.5rem;top:86.75rem;left:5.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #kSqeqfzqlgulyR5H2KQef8i3QNs7M9Hh { display:block; }
 }@media only screen and (max-width: 763px) { #HVeITTAqi4MAdhEu3o1RgIQqRrWoqenM { display:flex;width:2.375rem;height:2.375rem;top:86.8125rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #dffWHqvAKQM2rAx5XG7F1FRvJcTyMi6X { width:4.375rem;height:auto;top:87.4375rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yyCWMuBPDVu6WOEQKQVTyDXztXtaemLE { width:10.375rem;height:auto;top:86.4375rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CquRLuKgATnIUxPtotedn8xkbQ4h0299 { width:20rem;height:32.9375rem;top:97.1875rem;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) { #SNTKwTLEvOcETxO0Zg1bW57oKQrzkKbC { width:7.4375rem;height:0;top:163.1875rem;left:5.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #sKHHOpyfigVhDXFaULEBLnLOR9FHK5Rq { width:7.75rem;height:7.875rem;top:326.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3mRiClsUkdHyAsvATD1Pu75X3XMg622 { width:20rem;height:4.75rem;top:104.6875rem;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) { #ThcdZxIxXuDnzO1L9QBRQw42GQPUVTqo { width:12.375rem;height:0;top:213.25rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #At9QKIOouOfN7KFWBUs7xVNPwCwIt6L5 { display:flex;width:2.375rem;height:2.375rem;top:105.875rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #sh2m1cz9SP3wH7P5k6UTJ1NIAPL11OWp { width:18.5rem;height:auto;top:105.5rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #anKFmf6zeqnKfq88rbVdhltETOtRV8KZ { width:15.3125rem;height:auto;top:111rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #f1Oxw1DXDDIJqfFRiVp2UDxhRxtWiZeB { width:19.75rem;height:32.75rem;top:97.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #cRh9lg8wtNm8VxbcNpmCcBJl9gbQ4zNo { width:20rem;height:4.75rem;top:104.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) { #g4tkpmuqNT5E2VHOmJufUR9avVyQTP1C { width:7.4375rem;height:0;top:138.412109375rem;left:7.3427734375rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #WAq3egymm8ILJREoCvkogorCyRlxrHU4 { display:flex;width:2.375rem;height:2.375rem;top:105.9375rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #dl3NxlEe21pTsxnXBm7VPWRgRDZ8EeRm { width:20rem;height:4.75rem;top:115.6875rem;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) { #l37Oaa7CAeG50yVs2OWpGZZ4AbkaAiyU { width:18.5rem;height:auto;top:105.5625rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #SOqtzw8wD2N3hqDb18evStu1TlKXoWl0 { width:20rem;height:4.75rem;top:115.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) { #y6J0eonku0qtk8MWZhZ8rKJWi1h6c8if { width:20rem;height:auto;top:116.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #kF24FHZgeZkzpalJPhmB2JRGvVWo03xZ { display:flex;width:2.375rem;height:2.375rem;top:116.875rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #Xm9qyQ4xkAs7MEhTH5aObK0UPm0hv2QE { width:20rem;height:auto;top:116.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ss3ZXtk2OEV7WtHnmdtccIIbTH5BUsZl { display:flex;width:2.375rem;height:2.375rem;top:116.9375rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #adS2Op2AlTiLdVTk5BPQ1AdxeGkCZ3dW { width:15.5625rem;height:8.5rem;top:399.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPDcz4yQ9xFW31hziURLcOWXuDla7u5 { width:20rem;height:5.3125rem;top:122.375rem;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) { #N0dzTK5X90G1nnZBU163POJ8v6IGcKWT { width:10.375rem;height:auto;top:123.5rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CVocb2GKXMQVaRi5piGvL71sxohLUzpI { width:15.3125rem;height:auto;top:111.0625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #kX5zQircwbTQyFIFA0A87iEFM4wHOU7A { width:20rem;height:5.3125rem;top:122.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) { #bepA590Rt9rGDHrO8HTMPm9g0lFrbZbb { width:9.5rem;height:2.5rem;top:123.8125rem;left:5.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #CxH56wAl5rt7AgkGLTNQBoXLFgU7hAJh { display:block; }
 }@media only screen and (max-width: 763px) { #xrF7nrrfFqyGdEVOqOxHU1Vitz9S4GlI { display:flex;width:2.375rem;height:2.375rem;top:123.875rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #w02cSpehIHQCiPaldea7mM6vbrSQ306I { width:4.375rem;height:auto;top:124.5rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DeqJA5bGV9rJh0t7KfQ998ACs6QMuhnk { width:9.6875rem;height:2.5rem;top:123.875rem;left:5.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #sJS273b69fh0TzczxGBVABFKgQLfonUa { display:block; }
 }@media only screen and (max-width: 763px) { #aCF0nscDLI7yWWsvVEkvkeFM31n4Ep0c { display:flex;width:2.375rem;height:2.375rem;top:123.9375rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #EOn2BmX67m8nA5Avh23zIhQeR3DBt6ZI { width:4.375rem;height:auto;top:124.5625rem;left:7.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #m6XBwLcRpd9Edv9iCMwTPyxvCagegOEM { width:12.5rem;height:0;top:155.8125rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #tKBIgBBIt2o24SSXUSkkZKqg5QThM0eK { width:10.375rem;height:auto;top:123.5625rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { width:20rem;height:0;top:81.5625rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #rGBbRLRtUdTWNrT7tR5ViuVCSmHiOi0o { top:6.125rem;left:0rem;width:20rem;height:28.9375rem;z-index:15493;background-color:rgba(19,0,26,0.67);background-image:none;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkbyROc8Q1V7Fox6fc1Mm7ImFgFqivoR { display:flex;width:2.5625rem;height:2.5625rem;top:8.125rem;left:8.71875rem;z-index:15495; }
 }@media only screen and (max-width: 763px) { #rXWonaeVul9b3VmgJI6XNO3mr3ph2qZU { width:13.125rem;height:4.05rem;top:55.4375rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15447;display:block; }
 }@media only screen and (max-width: 763px) { #PoPk8X3JOaVkqTRgxKGLQ4BABARAfH4w { width:14.25rem;height:2.7rem;top:68.3125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15411;display:block; }
 }@media only screen and (max-width: 763px) { #XybNoUdRfRUDXJ79HhpBm5KRe2desrld { width:4.125rem;height:1.35rem;top:90.0625rem;left:7.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #JKdHW3lugQyppqMp29pHmzMiiQrWUdV5 { width:8.75rem;height:2.7rem;top:98.5625rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ { width:20rem;height:29.3125rem;top:109.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ.adaptive-delivery-prevent-bg, #PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ.lazyload, #PZwOn0Niy4XU5pOHvIbHxTqWd57W3uDJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kVaFi4nXGk0e8yfnOcIeXh3zvIpk6OZm { width:4.625rem;height:1.8rem;top:114.25rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #t5vAfMDxul7OI3HLe3H9VEHgUFOL42xt { width:12.75rem;height:1.35rem;top:117.43749856949rem;left:3.6875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15375;display:block; }
 }@media only screen and (max-width: 763px) { #u0GV0O16M82kF0IHpw3hAiyTqX2ihyRF { display:flex;width:1.9375rem;height:1.9375rem;top:125.25rem;left:2.0625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15372; }
 }@media only screen and (max-width: 763px) { #dATxyhiB7Ug6pVLBvIxNQ9p7IGgzRZG7 { width:13.0625rem;height:4.05rem;top:125.25rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15448;display:block; }
 }@media only screen and (max-width: 763px) { #dVBHMSpXiDbpUcGRf0WNrx2uNvORJTWe { width:12.375rem;height:5.0625rem;top:131.5rem;left:3.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15081;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t { width:20rem;height:30rem;top:135.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14998;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t.adaptive-delivery-prevent-bg, #KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t.lazyload, #KARfVWfRd1QJuvIhTMvS6AKQTk3Xly0t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G3gKltJFpxuMcOOchFuibpBrAp8e7CGp { display:flex;width:2rem;height:2rem;top:152.0625rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15369; }
 }@media only screen and (max-width: 763px) { #naVTTsRvza87VEw1i1mcp8SOt9Ly9Td1 { width:12.375rem;height:4.05rem;top:152.0625rem;left:5.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #hqkNqw7uV948v4qsXSvxFnT4ktMtDDHz { display:flex;width:2rem;height:2rem;top:161.3125rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15389; }
 }@media only screen and (max-width: 763px) { #ScUF06cTOZalElZowqi9DEERoVRdplXI { width:4.125rem;height:1.35rem;top:161.625rem;left:8rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #THzH4zRATZv3L3E2iNdOt76ikVZTNLw7 { width:10.25rem;height:2.5rem;top:163.6875rem;left:4.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#abecff;z-index:15383;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vS1Mium7QTdAz6yEW2aSPb5BJSJzzLvB { display:block; }
 }@media only screen and (max-width: 763px) { #W9UvILm5XbgKTX38k2l1alCBOGnMiFLd { width:10.3125rem;height:2.7rem;top:169.9999961853rem;left:4.8437502980232rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I { width:20rem;height:32.25rem;top:182.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15008;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I.adaptive-delivery-prevent-bg, #eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I.lazyload, #eQMwLNzxU4XXIlrZ4XGRvlILEGt29N1I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iGXbaOyTZTbgJm917Jt4NdfOFR8AM16i { display:flex;width:1.9375rem;height:1.9375rem;top:199.75rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15388; }
 }@media only screen and (max-width: 763px) { #XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D { width:20rem;height:32.375rem;top:203.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15014;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D.adaptive-delivery-prevent-bg, #XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D.lazyload, #XZGKTp2kcGV0CVItzuHyaJyZSukqpP9D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RxzFZDWtQmgbckZwfTJRdh90ht1S9CiO { display:flex;width:2rem;height:2rem;top:226.9375rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15385; }
 }@media only screen and (max-width: 763px) { #XcJCwPCl5vdXbV0iuRLD3LTqAPmRU8Kz { width:12.375rem;height:5.0625rem;top:205.625rem;left:3.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15097;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EarfrAhXi1ROIoJRD7uqRGNFHXOaQ8t2 { width:12.6875rem;height:1.35rem;top:191.125rem;left:3.6875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15391;display:block; }
 }@media only screen and (max-width: 763px) { #dWN7pcpaUsc2P46TtxiwlSm3vuNqri84 { width:13.1875rem;height:4.05rem;top:199.75rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15464;display:block; }
 }@media only screen and (max-width: 763px) { #vtCQ8n2nJyFTooiORpknBJowiKh48a3u { width:13.375rem;height:4.05rem;top:226.9375rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #J6ny9EE1LlowiDrKlUJJAetTXz8QvQl2 { width:4.625rem;height:1.8rem;top:188rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15390;display:block; }
 }@media only screen and (max-width: 763px) { #dPqfUw5FARrLKLwbG52NKqLhu7uvW5Pe { display:flex;width:2rem;height:2rem;top:236.375rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15405; }
 }@media only screen and (max-width: 763px) { #QDQed7vMlPQMTIc3V5FkBTom11vy7x7e { width:4.125rem;height:1.35rem;top:236.6875rem;left:8rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #W2sMmzfG1BFWfP3cZGz7EdyU0ZRoCU8t { width:10.25rem;height:2.5rem;top:238.6875rem;left:4.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#ffb9ea;z-index:15399;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #y6fnv3igTFXszDt7LhtZ9AztspN1epC3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ts66qKStmmlEf1rb4M0oz1IwxHBlUwJJ { width:9.375rem;height:2.7rem;top:243.8125rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #MT8ClGTf0vzrULsxPudJimdRlokTKAI8 { width:20rem;height:32.6875rem;top:256.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15024;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MT8ClGTf0vzrULsxPudJimdRlokTKAI8.adaptive-delivery-prevent-bg, #MT8ClGTf0vzrULsxPudJimdRlokTKAI8.lazyload, #MT8ClGTf0vzrULsxPudJimdRlokTKAI8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C5BtreDqL8LOLGUkxmcfV5ZpT4k9cgUb { width:4.625rem;height:1.725rem;top:261.5625rem;left:7.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15406;display:block; }
 }@media only screen and (max-width: 763px) { #PRWCZHvdHW21bWICn6PdCgU9SmLR6vCw { width:12.5625rem;height:1.35rem;top:264.68750762939rem;left:3.7500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15407;display:block; }
 }@media only screen and (max-width: 763px) { #x6LBTCkwwmPehPMAq5DdT47sNGQIrWU4 { display:flex;width:1.9375rem;height:1.9375rem;top:272.5rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15404; }
 }@media only screen and (max-width: 763px) { #vW1fpiZkF9cTT5nfVxLCSel0EPGT06TM { width:12.4375rem;height:4.05rem;top:272.5rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15480;display:block; }
 }@media only screen and (max-width: 763px) { #MFFwhIXkzcGdCt0SDW467IFkkxwkHnI0 { width:12.375rem;height:5.0625rem;top:279.25rem;left:3.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15113;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dpVC10BezpHKRiukVAwBeZggciJ8A4tk { width:20rem;height:32.625rem;top:279.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15030;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dpVC10BezpHKRiukVAwBeZggciJ8A4tk.adaptive-delivery-prevent-bg, #dpVC10BezpHKRiukVAwBeZggciJ8A4tk.lazyload, #dpVC10BezpHKRiukVAwBeZggciJ8A4tk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IAMS7zAeq9AGx6prVdVLm3CeE6siEZTV { display:flex;width:2rem;height:2rem;top:301.5rem;left:1.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15401; }
 }@media only screen and (max-width: 763px) { #lA8wfRFLniIThd8LqiGVzWlc3JNCU5XL { width:13.375rem;height:4.05rem;top:301.5rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #CoJpNP64qCUKl1dnEUvMMLVP5zSKvTfN { display:flex;width:2rem;height:2rem;top:311.25rem;left:1.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15421; }
 }@media only screen and (max-width: 763px) { #x87otHQPkVnbwSbyWLWkkgmalL2KZrmd { width:4.125rem;height:1.35rem;top:311.5625rem;left:7.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #TtZEBnk3qZvD886gcNG8gpmwTRguNUmm { width:10.25rem;height:2.5rem;top:313.6875rem;left:4.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#ffd0a2;z-index:15415;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qGn1Z6A8SxtnTP6ovybW8KTPGV4H5D5B { display:block; }
 }@media only screen and (max-width: 763px) { #EKtSMJP57nLF4fUlLwaJSfi4i3NbPoGR { width:9.25rem;height:2.7rem;top:319.5625rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15175;display:block; }
 }@media only screen and (max-width: 763px) { #HIKTHOtZtTvhwzFfiua488mq2lUmTLPS { width:20rem;height:28.625rem;top:331.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15040;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HIKTHOtZtTvhwzFfiua488mq2lUmTLPS.adaptive-delivery-prevent-bg, #HIKTHOtZtTvhwzFfiua488mq2lUmTLPS.lazyload, #HIKTHOtZtTvhwzFfiua488mq2lUmTLPS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vucGml3CwFmRoCPGw20mQlBgfexMJLVv { display:flex;width:1.9375rem;height:1.9375rem;top:345.75rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15420; }
 }@media only screen and (max-width: 763px) { #TDD5rsEr2JgIQ55N15bE1cwsETpoIr1U { width:13.25rem;height:4.05rem;top:345.75rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15496;display:block; }
 }@media only screen and (max-width: 763px) { #TpmUic7mm9Cfx4umNrLCw5OvNeQviUhJ { width:12.5625rem;height:1.35rem;top:338.12500762939rem;left:3.7500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15423;display:block; }
 }@media only screen and (max-width: 763px) { #M7EnR2divDJp8Eqe4l881Icq9bOT0WpB { width:12.375rem;height:5.0625rem;top:351.5rem;left:3.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15129;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt { width:19.625rem;height:31.125rem;top:348.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15046;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt.adaptive-delivery-prevent-bg, #nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt.lazyload, #nA7Loc1P6zfdWti8ORX4AE7qKTWR95Bt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ehfnAMEziqrpkEb3cZEAaS1T0Vy4FHQc { display:flex;width:2rem;height:2rem;top:372.3125rem;left:1.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15417; }
 }@media only screen and (max-width: 763px) { #BcgwJhh1G06n7Fo9UwT3oJMW9vmuGBcJ { width:13.375rem;height:4.05rem;top:372.3125rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #KtiXOtFwCD7uWczAeDCOTDgzBN2P2ask { width:4.625rem;height:1.8rem;top:335.1875rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15422;display:block; }
 }@media only screen and (max-width: 763px) { #SodGx2sSyp2FfW4OIwakt4r5W9rJA5EU { display:flex;width:2rem;height:2rem;top:382.9375rem;left:2rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15437; }
 }@media only screen and (max-width: 763px) { #bk8RrzeOloR64qSpad7yqq8P0VQDfD3R { width:4.125rem;height:1.35rem;top:382.375rem;left:8rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15190;display:block; }
 }@media only screen and (max-width: 763px) { #poZg5FPWMfrHI6o26FT6vkubnPd1yNW2 { width:10.25rem;height:2.5rem;top:384.5625rem;left:4.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#e6b8fb;z-index:15431;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #R9cfTWCx9dRE01stbWlPTTGqtDl38l2S { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZiOHnLr9mTq7rcTaGaICLFkFmoh6Gu { width:8.75rem;height:2.7rem;top:390.875rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15191;display:block; }
 }@media only screen and (max-width: 763px) { #pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f { width:20rem;height:32.25rem;top:402.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15056;background-color:rgba(245,168,96,0.2);background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f.adaptive-delivery-prevent-bg, #pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f.lazyload, #pLrlHEyRV6CpBmR7TvPx3cOwSZRN2t4f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HWlL8sx6qxTKWtXVJPPaXreg7N8qP2GP { width:12.875rem;height:1.35rem;top:411rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15439;display:block; }
 }@media only screen and (max-width: 763px) { #QIgmHK35xd2eaiTMpQLUyZXFSe1rNWl3 { display:flex;width:1.9375rem;height:1.9375rem;top:418.0625rem;left:1.9375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15436; }
 }@media only screen and (max-width: 763px) { #rxsSMUQvmuNg2SatMvxTVwPGc6hQgTgS { width:12.3125rem;height:4.05rem;top:418.0625rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15512;display:block; }
 }@media only screen and (max-width: 763px) { #JzWvn939KgAsNVkpBJNnTwegL71K1V35 { width:4.625rem;height:1.8rem;top:407.9375rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15438;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4QLK74NzfEmOdJXkg289EkEg7EyCmS { width:12.375rem;height:5.0625rem;top:423.8125rem;left:3.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15145;background-color:rgba(0,0,192,0.58);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PlZaFEbAfwZbcovTHRX2knHSOzmA1DCm { width:6.75rem;height:2.1875rem;top:425.25rem;left:6.625rem;z-index:15430;display:block; }
 }@media only screen and (max-width: 763px) { #A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ { width:20rem;height:32.9375rem;top:423.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15062;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ.adaptive-delivery-prevent-bg, #A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ.lazyload, #A24sKDDnEySvsRpiPuuvvTfxLq0SqfiZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l3IqDyNwXsyrDBiGIZOP2BDfrNmRgHzM { display:flex;width:2rem;height:2rem;top:445.9375rem;left:1.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15433; }
 }@media only screen and (max-width: 763px) { #ELlAi4Oy0EcHnISW93BX50OAo5ROLc6Q { width:13.375rem;height:4.05rem;top:445.9375rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15205;display:block; }
 }@media only screen and (max-width: 763px) { #wLF4ZZ7ZWzKx8TB7Trmw0QiMLWTwlqiB { display:flex;width:2rem;height:2rem;top:455.125rem;left:1.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15453; }
 }@media only screen and (max-width: 763px) { #iTU27GX1ucEzbqCne9dnWuMK61TB6vls { width:4.125rem;height:1.35rem;top:455.8125rem;left:7.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #BvxaTP4CiDEZbvtlSqp9vTv29BBpyRpE { width:10.25rem;height:2.5rem;top:458.0625rem;left:4.8125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#b2ffca;z-index:15447;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,246,186,0.83) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ghB4RWfaxR1Cif12QihBVpxMlA5Ufdxd { display:block; }
 }@media only screen and (max-width: 763px) { #dLZEw50NpVTBGgHZyiJOtTTfUUGddQIT { width:5.875rem;height:1.5rem;top:465.25rem;left:6.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#541899;line-height:1.2;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #JwJZxctAgl9VbpJqQy2l70eBuMsy56cu { display:flex;top:465.25rem;left:12.3125rem;width:1.3125rem;height:1.3125rem;z-index:15513; }
 }@media only screen and (max-width: 763px) { #hnz6TlMTEdMV9FKrPDB1XZ1EbHTpkzrN { width:12.1875rem;height:4.05rem;top:467.9375rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlDbmbOMVGVbG2XQLy6bSiTr7GETh8O { width:20rem;height:20.0625rem;top:116.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Ha68wgrTvg7z8wZAAvsUqWLhJ5N42ick { width:6.5rem;height:auto;top:129.9375rem;left:6.75rem;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #zSTiCiGUy2MbNZmqQayNoaKA3ACTI26B { display:flex;width:1.3125rem;height:1.3125rem;top:130.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xduhmHT1wWsPNQwTWk5i7tftyoZzEAAE { width:20rem;height:auto;top:132.4375rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #uNIOFlt4Sp7RBSD9TpcTzvhlRKxdECTo { width:6.75rem;height:2.1875rem;top:40.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5TGBv9kyMynmZa0cSaI7bKp6m5nBPd { width:6.75rem;height:2.1875rem;top:207.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVGaZJDJ7Ph7vDVlt6bpvJQ3TKvKfEa { width:6.75rem;height:2.1875rem;top:280.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJm6SgFzrrlOicSwJDQCqa6SxTqFlTVE { width:6.75rem;height:2.1875rem;top:352.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUZM0OLUttTzIUvQkp8nL32acTFHiO6 { width:6.75rem;height:2.1875rem;top:106.81172847748rem;left:6.6250000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #clqZQ6MBiTldcUznODyTaXrFWvz2B7v2 { width:6.75rem;height:2.1875rem;top:132.9375rem;left:6.6875rem;z-index:15379;display:block; }
 }@media only screen and (max-width: 763px) { #wlCQ68dwOIc97OmxPaqBRzCASU6c3MO8 { width:13.9375rem;height:2.5625rem;top:24.5625rem;left:2.9375rem;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) { #IXvNnzrJK3HdDRCrIMzCfq0NV61ZNSad { width:14.5rem;height:2.625rem;top:24.625rem;left:2.6875rem;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) { #QOdyKsvtQZi49fWaIsrDVyH7vFNKKdTE { width:14.5rem;height:2.625rem;top:61.5625rem;left:2.6875rem;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) { #pElRbofA9KDx3KtTdOLgTkr0Je1yD7pV { width:14.5rem;height:2.625rem;top:61.5625rem;left:2.6875rem;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) { #cmGp1VKlba4FF6K6aTK42tHfWqucKabU { width:15.125rem;height:2.6875rem;top:98.6875rem;left:2.375rem;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) { #KazLADh2JxkBKt0eMphG7BR7L6u9fN4p { width:14.3125rem;height:2.75rem;top:98.6875rem;left:2.75rem;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) { #n0nexhr7sGe9ohCTCrHTsgzvPN6lw8eW { top:48rem;left:2.5rem;width:15.0625rem;height:2.5625rem;z-index:14991;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kQrPkW4ucmD313CiBIWKMnTMGW5dscLo { top:116.81249856949rem;left:2.5000000596046rem;width:15.0625rem;height:2.5625rem;z-index:14992;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SRzEdzNlvgyGHWKpXzTLonCtER4PtEVi { top:190.4375rem;left:2.3750000596046rem;width:15.0625rem;height:2.5625rem;z-index:15010;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dgRpPQCixEfnrrmEHoQDuiOqwp1pbm0V { top:264.06250762939rem;left:2.3750000596046rem;width:15.0625rem;height:2.5625rem;z-index:15025;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EckNIefpzRX7Q401EhrA9iKT0P3ivzsX { top:337.43750762939rem;left:2.4375000596046rem;width:15.0625rem;height:2.5625rem;z-index:15041;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7vQObBNWlxbISNN1pVqef2Drg0mSx4 { top:410.375rem;left:2.4375rem;width:15.0625rem;height:2.5625rem;z-index:15058;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IVvuS59BFod4h1hAnuVtL6az780xEoWs { top:416.375rem;left:0.875rem;width:18.3125rem;height:24.25rem;z-index:15062;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH { width:20rem;height:30.75rem;top:443.84375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15063;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH.adaptive-delivery-prevent-bg, #iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH.lazyload, #iTOxf5riUe5xDiFzzzVcBIrX8vItH2ZH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #miw6ShdeLtedJ9s8LM2zc4NP8WLQe7ZA { top:454.25rem;left:0.8125rem;width:18.25rem;height:8.25rem;z-index:15063;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vq6u4Zp8neh652iKbFpMNLHcBTSRbZ69 { top:443.75rem;left:0.8125rem;width:18.25rem;height:8.25rem;z-index:15064;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IItOOZm00hPLKtVxtt7qHWOJvuH935Zo { top:343.125rem;left:0.75rem;width:18.4375rem;height:24.9375rem;z-index:15063;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.45);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed { width:20rem;height:32.3125rem;top:358.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15047;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed.adaptive-delivery-prevent-bg, #XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed.lazyload, #XzZwTyTQPyBPR76Qu3tyxhVxpWR153Ed.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RlycOCF9c4ITTsAo5BlCTqhz6NlcFLR9 { top:381.125rem;left:0.8125rem;width:18.25rem;height:7.5rem;z-index:15064;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y4drNpE94nKpTHpABci9iH33c1DfI9r3 { top:369.9375rem;left:0.6875rem;width:18.4375rem;height:8.6875rem;z-index:15065;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N1H9fTP46T2TOFbZbT6aAdV60yWxyWuN { top:310.125rem;left:0.8125rem;width:18.25rem;height:7.5rem;z-index:15065;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U5Skirb2VQVhAbVcrUWdWXICfytCvzlz { top:299.8125rem;left:0.6875rem;width:18.5rem;height:7.5625rem;z-index:15066;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ivgy3JB17CdhAyxQaXBobtD84s2pmseK { top:269.625rem;left:0.625rem;width:18.625rem;height:27.6875rem;z-index:15067;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri { width:20rem;height:32.625rem;top:284.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15031;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri.adaptive-delivery-prevent-bg, #GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri.lazyload, #GTv1Ef0WA7QOsesH5E8gEfpI6bSWt2ri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iZK9u6ezqDnq8wh6nTpyt28osoECtNGi { width:20rem;height:32rem;top:213.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15015;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iZK9u6ezqDnq8wh6nTpyt28osoECtNGi.adaptive-delivery-prevent-bg, #iZK9u6ezqDnq8wh6nTpyt28osoECtNGi.lazyload, #iZK9u6ezqDnq8wh6nTpyt28osoECtNGi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nqH4UIbTdUdbxhU6vAAwhhbkoBRFa0TW { top:235.0625rem;left:0.875rem;width:18.25rem;height:7.5rem;z-index:15066;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #To1rWRHuJrcaH1PSVSmzW0HMAVii5clf { top:225.125rem;left:0.75rem;width:18.5rem;height:7.5625rem;z-index:15067;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EUOXfv0uHvm8FPz4pByDSaZehudRnBtb { top:196.375rem;left:0.625rem;width:18.625rem;height:26.8125rem;z-index:15068;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6AHew0iZiri2lF0lS8y0qnJpToPAfB { top:160rem;left:0.875rem;width:18.25rem;height:7.5rem;z-index:15067;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U0aSXTSoRnJO3q9uT8U7gkG2iMtnwxTM { top:150.25rem;left:0.75rem;width:18.5rem;height:7.5625rem;z-index:15068;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #asywGOWVl5ZSTNc57aoDWuc9kmfFxiaE { top:122.50001144409rem;left:0.62500005960463rem;width:18.625rem;height:25.5625rem;z-index:15068;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iDM1bxvDbUuqD380BrPC8BeUrOiu55T5 { top:88.9375rem;left:0.8125rem;width:18.25rem;height:7.5rem;z-index:15068;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DzwkxTA0z9v4XfOKkFiODAerrDVyluGL { top:79.6875rem;left:0.6875rem;width:18.5rem;height:7.5625rem;z-index:15069;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oTOF7ZtZ7XeLUtQUsOHg4pPB9Rnwbrp2 { top:53rem;left:0.6875rem;width:18.625rem;height:24.875rem;z-index:15069;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #b5a6fb;border-left:0.0625rem solid #b5a6fb;border-right:0.0625rem solid #b5a6fb;border-bottom:0.0625rem solid #b5a6fb;background-color:rgba(30,39,160,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ReHCTwzgOmW55BviBll1MstwAwu8CZQD { width:20rem;height:9.0625rem;top:94.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14968;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ReHCTwzgOmW55BviBll1MstwAwu8CZQD.adaptive-delivery-prevent-bg, #ReHCTwzgOmW55BviBll1MstwAwu8CZQD.lazyload, #ReHCTwzgOmW55BviBll1MstwAwu8CZQD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H8UibitJw4nD6bvTc0s9BE50Vtm00qxW { width:20rem;height:14.5625rem;top:160.25001144409rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14967;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#H8UibitJw4nD6bvTc0s9BE50Vtm00qxW.adaptive-delivery-prevent-bg, #H8UibitJw4nD6bvTc0s9BE50Vtm00qxW.lazyload, #H8UibitJw4nD6bvTc0s9BE50Vtm00qxW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LdXLHL7g9amnZTNxzUgKOLscihXaMuZa { width:14.25rem;height:2.7rem;top:138.5rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15412;display:block; }
 }@media only screen and (max-width: 763px) { #bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET { width:20rem;height:7.5rem;top:241.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14966;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET.adaptive-delivery-prevent-bg, #bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET.lazyload, #bxmVeTJ4bEaXbSWs6qLE2GCZM2diqCET.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wwcODT5MFERZqkhwa0f8DKenV73dqRzF { width:14.25rem;height:2.7rem;top:212.75rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15413;display:block; }
 }@media only screen and (max-width: 763px) { #oCC7KJExatlBMixMXou78KDtUeQRCv7S { width:20rem;height:9.75rem;top:314.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15032;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oCC7KJExatlBMixMXou78KDtUeQRCv7S.adaptive-delivery-prevent-bg, #oCC7KJExatlBMixMXou78KDtUeQRCv7S.lazyload, #oCC7KJExatlBMixMXou78KDtUeQRCv7S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fT8ShWLIoTiGXe72MZhznyOLzRe7D1hf { width:14.25rem;height:2.7rem;top:287.0625rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15414;display:block; }
 }@media only screen and (max-width: 763px) { #EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l { width:20rem;height:29.75rem;top:367.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15048;background-color:#f5a860;background-image:url("https://images.assets-landingi.com/uc/d9ebba1b-2b8d-4de3-932a-9ba681089936/Kosmos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l.adaptive-delivery-prevent-bg, #EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l.lazyload, #EMzfZU2qTiVQhgDtb4dR72zb4XgP3u1l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bhd5pdcooBTsrz4GVC8xEuWBnN9oA6bO { width:14.25rem;height:2.7rem;top:358.5rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15415;display:block; }
 }@media only screen and (max-width: 763px) { #iZr2xub1b4Nz8eZLvT4txTyrDS04PvrN { width:14.25rem;height:2.7rem;top:431.125rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15416;display:block; }
 }@media only screen and (max-width: 763px) { #I4eztcuEwP0PMlibFC27EVAgTeZbkLOG { width:14.375rem;height:3.0625rem;top:36.9375rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ShuGMNtBRr7lOdcHFRVsyHG31lAvXJdg { display:block; }
 }@media only screen and (max-width: 763px) { #m4amHZwtUToptzbFMyMAaBGn2xmSsKGP { width:14.375rem;height:3.0625rem;top:36.9375rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #TTK8onvpk1RNMyRJyCkzr0THeWiAz32K { display:block; }
 }@media only screen and (max-width: 763px) { #y3dkdkL7iyLzgcfwTizy5Z3o0ggXk16I { width:14.375rem;height:3.0625rem;top:73.75rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #AwSVyipqXQmiAgcpXVxJM7gA3hMytHUo { display:block; }
 }@media only screen and (max-width: 763px) { #zMOKWUgiUbWtST9TR5zmMCEF866bt3JA { width:14.375rem;height:3.0625rem;top:73.8125rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #S1fkso9wOrLOyOqE2JaD2KKU7xpw6F6P { display:block; }
 }@media only screen and (max-width: 763px) { #AmJF1Cvtmm34pxoV0eFJbzRVttgxic8u { width:14.375rem;height:3.0625rem;top:111.0625rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #ah0fo13ncfAgygAwhae4mklZbB3s4pOb { display:block; }
 }@media only screen and (max-width: 763px) { #HDL037PMttzidG04pr3wtH1BCW47whg6 { width:14.375rem;height:3.0625rem;top:111.0625rem;left:2.8125rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #G6MdTPJU2zioDhaFiiKpKyxgvO96AeAT { display:block; }
 }@media only screen and (max-width: 763px) { #S7e5u9y0fOHSN4HBmBU8Cs3aMCltHWzE { width:13.1875rem;height:3.1875rem;top:72.625rem;left:3.40625rem;font-size:1rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #aFSMNkyMDT4NfxHASavh68bhMw6KVFJk { display:block; }
 }@media only screen and (max-width: 763px) { #FLUJ4sAXtwe3lX3bT07M47EziAXcgL89 { width:13.1875rem;height:3.1875rem;top:143.0625rem;left:3.40625rem;font-size:1rem;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #ku6eVsoinVMTZgucraNy0v7vTCsceHvB { display:block; }
 }@media only screen and (max-width: 763px) { #Xw4NfaoafJCcrSsWTpyuySBVaGNbvqlf { width:13.1875rem;height:3.1875rem;top:218.1875rem;left:3.40625rem;font-size:1rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #mUo25MbIucfShm267HXSySMmv9sdEQ5K { display:block; }
 }@media only screen and (max-width: 763px) { #CSWgFTP4lBcKRv4Bt3RyyeohMkHF3cGT { width:13.1875rem;height:3.1875rem;top:292rem;left:3.40625rem;font-size:1rem;z-index:15175;display:block; }
 }@media only screen and (max-width: 763px) { #bctpykApDzyQGGhVAcAwU6fKFnC23tGJ { display:block; }
 }@media only screen and (max-width: 763px) { #smsR8TXE9XWVmcXg9Lqxd7MmWKhmaenT { width:13.1875rem;height:3.1875rem;top:363.375rem;left:3.40625rem;font-size:1rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #bBg82uFrSwe2nHs25r8aS8enlerVSp5I { display:block; }
 }@media only screen and (max-width: 763px) { #FZGPOKoOEQGaBkN5iRoscglbWDsh2C0g { width:13.1875rem;height:3.1875rem;top:435.8125rem;left:3.40625rem;font-size:1rem;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #cVGKFICC1zyJL9car8MUo3fImTrmRNty { display:block; }
 }@media only screen and (max-width: 763px) { #QOwRbNcOFEAlkEtUqgDQaRfMTUyZPtZx { width:8.875rem;height:auto;top:27.8125rem;left:5.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DaJC9CvPCrpwN47mgOgntlXVtOPLb2EM { width:8.875rem;height:0;top:64.8125rem;left:5.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #NSTwwXXT3zFtZGBoVCXx3S6mqt0XzX0o { width:8.875rem;height:1.35rem;top:194.12499904633rem;left:5.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N2yzBt3uUPd9AIlIoH5ynhpua4CTqUxU { width:8.875rem;height:1.35rem;top:267.41171836853rem;left:5.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xuWIlVZ2rVtfeaGTACEhK9hq5Vk8tw1a { width:8.875rem;height:1.35rem;top:120.16172409058rem;left:5.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RApLoB8kfBEBpL9yJu0rx6TG59XsCetH { width:8.875rem;height:1.35rem;top:340.91250610351rem;left:5.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15379;display:block; }
 }@media only screen and (max-width: 763px) { #wim3tA7XbnnkP1FdwgCAO19P6IZE6tIi { width:8.875rem;height:1.35rem;top:413.85000610351rem;left:5.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15380;display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .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); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .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; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:20rem;height:53.375rem;background-color:#411751;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { 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) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { 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) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { 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) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { 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) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { 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) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { 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) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { 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) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { 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) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { 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) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { 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) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { 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) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { 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) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { 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) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { 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) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { 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) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { 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) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { 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) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { 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) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { 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) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { 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) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { 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) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { 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) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { 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) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { 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) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { 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) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { 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) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { 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) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { 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) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { 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) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { height:9.75rem;width:17.4375rem;top:4.5625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { width:19.8125rem;height:0;top:1.30078125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { width:3.1875rem;height:3.1875rem;top:3.909375667572rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { width:3.125rem;height:3.125rem;top:5.1242218017578rem;left:12.406250536442rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:21.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { width:10.75rem;height:5.625rem;top:107.47917175293rem;left:7.6242198944094rem;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) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.81171875rem;height:1.93710625rem;top:17.380075454712rem;left:15.529686748981rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:35.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { width:2.0625rem;height:2.125rem;top:27.37500333786rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { width:13.625rem;height:3.875rem;top:14.6875rem;left:3.1875rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -moz-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -ms-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -o-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );";background-image: linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-size:auto !important;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:37.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:12.875rem;height:3.75rem;top:47.5625rem;left:3.375rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -moz-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -ms-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -o-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );";background-image: linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-size:auto !important;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;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) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { width:14.3125rem;height:3.6875rem;top:19.75rem;left:2.8125rem;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) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { width:6rem;height:6rem;top:49.675010681153rem;left:6.9375002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { top:0.81093978881838rem;left:0rem;width:20rem;height:0.0625rem;z-index:15359;background-color:#282cae;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { width:19.5625rem;height:1.30625rem;top:2.0625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15295;text-align:center;text-align-last:center;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #z1yLi2abc4l6gsbvvqlsucA8SwFtaNtf { width:11.1875rem;height:2.4375rem;top:15.3125rem;left:4.4375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #P2pxv5eBpBMTUE9N0iqKWHaCiVmr1r4y { display:block; }
 }@media only screen and (max-width: 763px) { #NvHFiM9242473UXJT0Z9lowZeNNnPrsM { width:11.1875rem;height:2.4375rem;top:22.375rem;left:3.5625rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #TOLZoTlQ3MEtdMzO7zZLFmWLPetacJw2 { display:block; }
 }@media only screen and (max-width: 763px) { #HJogS8RiBRTcdvo20hZolAZq6qM4FLv8 { width:11.1875rem;height:2.4375rem;top:22.5rem;left:3.5625rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #SytsCZbiEwkt5vTwmFi3ZNITPeisi8SI { display:block; }
 }@media only screen and (max-width: 763px) { #wtey1CM9t8yag44e8KLKVK61EDneNd4y { width:11.1875rem;height:2.4375rem;top:48.25rem;left:4.3125rem;font-size:1rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #y2MVNTgoIsceGkHqcDQpbK5T8uVvedrK { display:block; }
 }@media only screen and (max-width: 763px) { #kAplDvf4JeWkFVT94q9ueUgWgEskXduc { width:13.625rem;height:3.875rem;top:31.5625rem;left:3.1875rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -moz-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -ms-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-image: -o-linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e27a0', endColorstr='#b5a6fbb2' );";background-image: linear-gradient(180deg, #1e27a0, rgba(181,166,251,0.7));background-size:auto !important;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aze0zeJSZ1Zqas77xGPgsUsQT2ecHHF8 { width:11.1875rem;height:2.4375rem;top:32.28125rem;left:4.40625rem;font-size:1rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPrqpKbdbc6fv8CoGKw9cwZv8FOMim { display:block; }
 }@media only screen and (max-width: 763px) { #HhOPR2lNNKSghelko40ZmBiScbyS8aM4 { 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; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container { background-color: transparent; background-image: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container > .video-iframe-container { display: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row > .video-iframe-container { display: none; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .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); }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container { border-width: 0; border-radius: 0; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhOPR2lNNKSghelko40ZmBiScbyS8aM4 > .row .container { width:20rem;height:18.146911621094rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaUQJWUPwA5hB5mb7uGyZqmNviRBOp97 { 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) { #DZsTOvTqIfDRiTKlRT6ZdT20cZxNRq6q { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GWyIqTKQc1zG2MXNuBbTHyKrccKdaCrz { width:16.749125rem;height:5.5125rem;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) { #yJbozW7KVz3JfzKSN9X84l2KRlM17vb1 { 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) { #AAc8eAr6akb365qmJJGFADc0T9SedlvK { 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) { #VhLUvi6syEZK7BG4DNmT3TStpxcJb2fX { width:10.1875rem;height:3.675rem;top:11.833333969116rem;left:9.078125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Iv1D6dHVo78WIB5aPTnhmn1SN6nHSthn { 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) { #pCMK01d131o0XBSkGuIKq27G0CAWeFWI { display:block; }
 }@media only screen and (max-width: 763px) { #aw3sKU3ETTF2kZst8VhDisMJvPzRVT68 { 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) { #HkK15iQaGW73J1ND2CaInqdVoqKEAdcF { 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) { #XZgdbkVBaknf1rZUw0m6IVakx4SotUvs { 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) { #qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P { 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; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { background-color: transparent; background-image: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container > .video-iframe-container { display: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container { display: none; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .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); }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { border-width: 0; border-radius: 0; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRal6z7V0Tt8OpgJV80n6w0nRJOFPI9P > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUt30s4PBqo5DCH1h1avxLcaCH6yxF0R { 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) { #LTAZeo88rnoNlL0lsXaTpinT3ZX3rwG8 { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #PdcdZka8dtpeJ4lzTMJetlduOxxQOyBc { 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) { #XeGaDORkrbLXtsQWKWLh8IUxH5cF4G31 { 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) { #NsWFf8bvPhDKIkESvNkHtP2gRgFuqiZ9 { 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:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:2.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.45rem;top:4.625rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.4rem;top:15rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.9375rem;height:6.125rem;top:18.25rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:8.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;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:62.875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.9rem;top:64.8125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:14.6875rem;height:2.275rem;top:11.0625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;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) { #NbFQvw5OQm0a0vfX28bBrtezWzf0ovKz { width:16.625rem;height:7.35rem;top:24.75rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PmJIXXunFRrBW122eciOLITBiLXFhbh9 { width:16.9375rem;height:7.35rem;top:33.187501430511rem;left:1.5312500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D0VDRl5l7fucK1peA3uCHzpO0BAR6mcd { width:20rem;height:6.125rem;top:41.562500953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wLgmMCO6dmq3ofil27nbhxOFI3D0e2go { width:20rem;height:6.125rem;top:48.875001907349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rZprUiFmEnXqbktcQlPTDmIkDkx3lucG { width:20rem;height:6.125rem;top:56.019533157349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { background-color: transparent; background-image: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container > .video-iframe-container { display: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container { display: none; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .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); }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { border-width: 0; border-radius: 0; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDxbTyJQT3Muw1tQLxqMVcTOmMaT3VFy > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSrBovcqqSsynQHKLLGW7FdMf6ZLdTyZ { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #azNpF0VdHxnxroswOi8LuqxbDhKTP38A { width:6.25rem;height:0;top:20.6669921875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #qlbLWDvb50URp3XRFQrQUUDnfAEUcqKV { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBuFoTW7LRt4JDVUatIr1RbvtgTykWwR { width:17.625rem;height:1.95rem;top:1.4953136444092rem;left:1.1859374642372rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #INQ4MXgNUQU9yvKrKBTGR22tGZLNRUtI { width:19.875rem;height:3.3125rem;top:0.76249885559081rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA { display:block; }#q9ETADzZ6XNPFCKaIO5CrxJTCPVOH0SA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.31170654296875rem;left:2.9367185235024rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container { width:20rem;height:5.02921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { width:14.375rem;height:1.5625rem;top:0.125rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-number { padding-top:0.2075rem;padding-right:0.223125rem;padding-bottom:0.2075rem;padding-left:0.223125rem;width:1.34125rem;min-width:1.34125rem;height:1.109375rem;font-size:0.82875rem;line-height:17.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.790625rem;height:0.868125rem;font-size:0.310625rem;line-height:13.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { display:flex;width:11.1875rem;height:2.52125rem;top:1.328125rem;left:6.8580732345581rem;padding-top:0.59rem;padding-right:0.726875rem;padding-bottom:0.59rem;padding-left:0.726875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15156;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
 }@media only screen and (max-width: 763px) { #TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { width:5.0625rem;height:2.7rem;top:1.578125rem;left:1.81640625rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15157;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { width:19.625rem;height:4rem;top:1rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(199,56,255,0.79), rgba(56,185,255,0.57));background-image: -moz-linear-gradient(180deg, rgba(199,56,255,0.79), rgba(56,185,255,0.57));background-image: -ms-linear-gradient(180deg, rgba(199,56,255,0.79), rgba(56,185,255,0.57));background-image: -o-linear-gradient(180deg, rgba(199,56,255,0.79), rgba(56,185,255,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c738ffc9', endColorstr='#38b9ff91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c738ffc9', endColorstr='#38b9ff91' );";background-image: linear-gradient(180deg, rgba(199,56,255,0.79), rgba(56,185,255,0.57));background-size:auto !important;z-index:15030;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }