.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#411751;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *: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); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay { 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; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { background-color: transparent; background-image: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container > .video-iframe-container { display: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container { display: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .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); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { border-width: 0; border-radius: 0; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#wUyhamO2wCVDT9dEmRUT47r9zthgioPP { 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; }
#iMGp648VCNkLDhxqkBCUUWOfJr1bXXBa { 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; }
#zMfmEZvxuvMmCrKKcqTNg0wo00A1JrI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlFguuFQFW4HEnF8IQJSUEvfKna4siQ5 { 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; }
#Vk1pae8Tprzx4PaFCELImT7ml5gbZ2OJ { 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:28.125rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { color:#f0869d;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15296;line-height:1.2;letter-spacing:0;top:8.375rem;left:39.437500953674rem;height:4.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crt8l3dmEMu9S1mIL5FZpekyDy76OhtC { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15354;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:2.71875rem;display:block; }
#xOXhtwa5z3Oh4fqIeutBsbmGoQcX3XD3 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;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:#9e0055;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:2.3125rem;text-decoration:none;z-index:15354;text-align:center;text-align-last:center;top:16.4375rem;left:40.0625rem;display:block; }
#Nbt5yirJfa1Ih2z0hc5QNEpoUwdMU1Gp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CW9LA51HQfBt1Qv6isG6dvxSepRdAN7X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -o-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0385f54', endColorstr='#ffa7007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0385f54', endColorstr='#ffa7007f' );";background-image: linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-size:auto !important;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:13.125rem;height:3.1875rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:18.6875rem;left:40.125000953674rem;display:block; }
#Gg2dZgTufpnnMRAJItmSCO35lqofKavd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbn3OD6g96UZQOTFQ0I62LvMpRxefVKe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-image: -o-linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0385f54', endColorstr='#ffa7007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0385f54', endColorstr='#ffa7007f' );";background-image: linear-gradient(180deg, rgba(224,56,95,0.33), rgba(255,167,0,0.5));background-size:auto !important;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffbf0f;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.25rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:18.625rem;left:53.187500953674rem;display:block; }
#awfqLrlP8EBr4CXdL8eHHy4Ts0VCU0AC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXZUquaeenv7vxtk8AgttrSQHs1mr20C { position:absolute;display:block;z-index:15383;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:4.4248046875rem;left:27.0625rem;overflow:hidden;display:block; }
#wMV6nhtRqJFFZh6hQITTe7wkTSCBIg9U { position:absolute;display:block;z-index:15382;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:17.500000953674rem;left:7.499218940735rem;overflow:hidden;display:block; }
#G4PmDRxvbNpGirnhb9T8uSpdeUGmzdFe { position:absolute;display:block;z-index:15381;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:4.4250001907349rem;left:4.5625rem;overflow:hidden;display:block; }
#VVGrOKOgRztUNZXRvtKc4hsc4kaQ9p3H { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15385;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cab2a, #043264);background-image: -moz-linear-gradient(180deg, #8cab2a, #043264);background-image: -ms-linear-gradient(180deg, #8cab2a, #043264);background-image: -o-linear-gradient(180deg, #8cab2a, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );";background-image: linear-gradient(180deg, #8cab2a, #043264);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.656250953674rem;left:5.1875rem;display:block; }
#s8SdvBS5JcskrizOCrORRTdBOZX1ICE1 { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15386;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cab2a, #043264);background-image: -moz-linear-gradient(180deg, #8cab2a, #043264);background-image: -ms-linear-gradient(180deg, #8cab2a, #043264);background-image: -o-linear-gradient(180deg, #8cab2a, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );";background-image: linear-gradient(180deg, #8cab2a, #043264);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:3.6875rem;display:block; }
#C5BO0HB5Shc3Toi94rzGGM8s9yeHfRLm { box-sizing:content-box;height:1.375rem;width:1.375rem;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:15385;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cab2a, #043264);background-image: -moz-linear-gradient(180deg, #8cab2a, #043264);background-image: -ms-linear-gradient(180deg, #8cab2a, #043264);background-image: -o-linear-gradient(180deg, #8cab2a, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );";background-image: linear-gradient(180deg, #8cab2a, #043264);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:32.812500953674rem;display:block; }
#TgCltns8z26fxR0siHsNaEdFwvJd0M16 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15384;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cab2a, #043264);background-image: -moz-linear-gradient(180deg, #8cab2a, #043264);background-image: -ms-linear-gradient(180deg, #8cab2a, #043264);background-image: -o-linear-gradient(180deg, #8cab2a, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );";background-image: linear-gradient(180deg, #8cab2a, #043264);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.899218559265rem;left:31.937500953674rem;display:block; }
#hQcIecm7yFMBXWXHnknnWw4NcJFsKhwM { box-sizing:content-box;height:1.4375rem;width:1.4375rem;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:15386;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cab2a, #043264);background-image: -moz-linear-gradient(180deg, #8cab2a, #043264);background-image: -ms-linear-gradient(180deg, #8cab2a, #043264);background-image: -o-linear-gradient(180deg, #8cab2a, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cab2a', endColorstr='#043264' );";background-image: linear-gradient(180deg, #8cab2a, #043264);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.787499427796rem;left:35.425000190735rem;display:block; }
#gGvmXDdL1bRQo52ESJiyrGPoKW8Wx7TP { position:absolute;display:block;z-index:15373;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:25rem;width:25rem;top:1.5625rem;left:7rem;overflow:hidden;display:block; }
#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { border-width: 0; border-radius: 0; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;position:relative;display:block; }#O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wMVna2nF4qC75yy171s5JL452X5qH8Af { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffbf0f;background-image:none;top:6.6843757629394rem;left:6.31640625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M0LIhNPWfepwdRARaJzzx36xnRVGKsks { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GkFp80cqptmbB209yizSdy2tfAT4HkIL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.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; }
#R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15353;line-height:1.5;letter-spacing:0;top:5.98828125rem;left:9.39453125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { color:#2c364c;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:6.9257822036744rem;left:7.09375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Ah77TU8Ws33M3OTumKP8wuF9uO8Zkz81 { 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; }
#TZFiIymP8BSqTFceziJJXG0ToEsXzWvZ { 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; }
#T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { color:#d3adc8;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:2rem;left:5.625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#gO8TteG6pM65QbiCzuaFzolnMCqic6VT { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#nuKpeJWlrDyybsmmf1hQNMAdLnxQOw4A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15356;opacity:1;top:1.625rem;left:2.59375rem; }
#vmUNPGCoxIRiZI2PsT36zGgCkaDRoXKe { box-sizing:content-box;height:4.4375rem;width:40.125rem;position:absolute;display:block;z-index:14978;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:5.52734375rem;left:5.5625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#CkEVSg2dMPM2uc1zxWwxfgWbcRPWv1XZ { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:6.46484375rem;left:47.59375rem;display:block; }
#TXFz7furibwJrOHwVx3pbOAgVmlc8gA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xw8iqznud1y4zznrkIPxZCkskyDpP0h3 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15355;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.9375rem;left:0rem;display:block; }
#ytvadES0K9VcoSXshXTer0kWJmBPthmd { 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; }
#m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { color:#d3adc8;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:65.625rem;left:0.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bWkm0BzeHTBqoCQmd3T6SU0SZseNaknE { box-sizing:content-box;height:23rem;width:29.3125rem;position:absolute;display:block;z-index:15400;background-color:#043264;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:6.5625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#GpsdkKiaDuHwnPWX7e5rdRvVdFo8XiLQ { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15401;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:7.5rem;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; }
#DAog4lnZU7JUGCMOIvzq7q9uDK9Q7zCT { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15404;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PrtCMW5s1bJIvAZI0UhvuFaAMnPBEXtw { color:#043264;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15402;line-height:1.4;letter-spacing:0;top:19.9375rem;left:11.25rem;height:1.6625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wqFO2EQfrUD6OZJFucAlAt4VEpQnfEWe { 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:15402;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:19.625rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TXqTo54TN7CXZpRKUD2sFMT8VI3tBvfR { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15406;line-height:1.3;letter-spacing:0;top:23.375rem;left:7.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XbmrKyA5DyZaU6yKneWgcNWeKl12dfCB { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15403;line-height:1.4;letter-spacing:0;top:15.25rem;left:16.3125rem;height:2.0125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fI01xFCHlfrpb3r4hHdeCMf9I4uuauct { box-sizing:content-box;height:2.0625rem;width:7.875rem;position:absolute;display:block;z-index:15402;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #c0ea3c;border-left:0.1875rem solid #c0ea3c;border-right:0.1875rem solid #c0ea3c;border-bottom:0.1875rem solid #c0ea3c;top:15rem;left:17.1875rem;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; }
#bPzLISgrDw77vWdHqDEN48DX7bgqHK7O { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15402;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:7.4375rem;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; }
#obg2UkOIAFSqgZC2JJsrGFtwTryZqKTT { color:#043264;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15403;line-height:1.2;letter-spacing:0;top:26.3125rem;left:11.1875rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1TVF7WqOZIs6linrevVKcfQ88JTuOEe { 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:15403;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:26.375rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zfpTvzwTdFDW4ya7SqFlHVEb1i0OW2e6 { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15405;line-height:1.3;letter-spacing:0;top:26.6875rem;left:8.625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBHsUpixkr3PoIBoHszcBNiabvqbAt0P { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15403;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:7.4375rem;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; }
#n7Mg5yszmqnfcdDBT72DIwiJTAEZiHoW { position:absolute;display:block;z-index:15403;height:2.1875rem;width:8.625rem;top:19.3125rem;left:25.375rem;display:block; }
#TJutW1zTsTxxZwmPx1krKATcTfl7Blbi { 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:15404;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:31.25rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hGnXOPl5fvCXiTw912O75ozAz3bsiRGg { color:#043264;display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15404;line-height:1.2;letter-spacing:0;top:31.625rem;left:11.1875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMTn7b65zXBthozWzNPxJlURw1MTVHnT { color:#043264;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15405;line-height:1.2;letter-spacing:0;top:31.625rem;left:15.9375rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xv2n6s9CxCvsD77zK57UruU96xG0q1Cx { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15406;line-height:1.3;letter-spacing:0;top:31.5rem;left:8.5625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nf1lGDTZa5gsVWG9oIE5OcNG9SaTLUb6 { box-sizing:content-box;height:2rem;width:7.6875rem;position:absolute;display:block;z-index:15403;background-color:#c0ea3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:15.4375rem;display:block; }
#t5qy4ryfp4VcdJOKthgqODTsuNr7cBwI { box-sizing:content-box;height:23rem;width:29.3125rem;position:absolute;display:block;z-index:15382;background-color:#043264;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:39.0625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#TTuByRqlhJ2K9Kfy6sbMesG6tp48ytuc { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15397;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:40rem;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; }
#qWfTkc6d5IA9Hdtk9vgIgcVmLWptR9Xe { color:#043264;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15398;line-height:1.4;letter-spacing:0;top:19.875rem;left:43.8125rem;height:1.6625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pw5Fy5A8reRkznatBXWPU3AXJOWTL5ev { 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:15398;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:19.625rem;left:40.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cElS33RamNJiI4TvfWRp0etNxyR4oEmI { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15400;line-height:1.3;letter-spacing:0;top:19.8125rem;left:41.1875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XWGOeiDBy7ZMGoWfTecpC71s0ULF25HN { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15385;line-height:1.4;letter-spacing:0;top:15.25rem;left:48.625rem;height:2.0125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REJLJsQRxxfEbsllOd80t1Fz0hvWhSWM { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15402;line-height:1.3;letter-spacing:0;top:23.3125rem;left:40.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m67rSS8voDy8gsMO2D7UepQU9MNzVoBT { box-sizing:content-box;height:2.0625rem;width:7.875rem;position:absolute;display:block;z-index:15384;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #c0ea3c;border-left:0.1875rem solid #c0ea3c;border-right:0.1875rem solid #c0ea3c;border-bottom:0.1875rem solid #c0ea3c;top:15rem;left:49.5625rem;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; }
#UcWX2TFy2N4tfMQFTXuWytZ3e9BKRNrz { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15398;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:39.9375rem;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; }
#DV0G41hOluFOPBeZ1byDfr8CZJETxT4J { color:#043264;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15399;line-height:1.2;letter-spacing:0;top:26.25rem;left:43.75rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DHuVKFNbo2MVgni2tOgRQVE5ybC6fz1U { 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:15399;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:26.375rem;left:40.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uEIylvTIRCzcVKsd25AKwZwV2aWMLDO3 { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15401;line-height:1.3;letter-spacing:0;top:26.6875rem;left:41.1875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GncniGsVWOPeR61X2LCKDLTAmhTeh6CV { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15399;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:39.9375rem;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; }
#BBM7RCeJa5vz1b46qLsl2f90rnOEMF8f { color:#043264;display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15400;line-height:1.2;letter-spacing:0;top:31.625rem;left:43.75rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3e1XZFTWTehWUGWtKJm6Er0USxr6rPh { color:#043264;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15401;line-height:1.2;letter-spacing:0;top:31.5625rem;left:48.3125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NocLlVcd3T42IWzkpbvDzPJUW8JmlAg5 { 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:15400;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:31.25rem;left:40.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UAzHWgLilT9klaVWKRtmP7vtiAENdcag { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15402;line-height:1.3;letter-spacing:0;top:31.5rem;left:41.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HUC6FoKLTJfKx0wFeRPKJlW3gUzNf7C6 { box-sizing:content-box;height:2rem;width:7.6875rem;position:absolute;display:block;z-index:15400;background-color:#c0ea3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:47.8125rem;display:block; }
#IcqUVd2DxrKZVG1t5HVyOXJN5n1VFly8 { position:absolute;display:block;z-index:15399;height:2.1875rem;width:8.625rem;top:19.3125rem;left:57.875rem;display:block; }
#VL75f72Udir3PKi01IOpVCg1uOrg6JaU { box-sizing:content-box;height:23rem;width:29.3125rem;position:absolute;display:block;z-index:15381;background-color:#043264;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.3125rem;left:6.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#LbePA16JPaXRmODVbAtHlB9kK5krg58n { box-sizing:content-box;height:9.1875rem;width:27.375rem;position:absolute;display:block;z-index:15397;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.4375rem;left:7.25rem;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; }
#nqsQLPUImwWf7Q4unWHC5sZm5aL6TfFk { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15385;line-height:1.4;letter-spacing:0;top:40.9375rem;left:15.3125rem;height:2.0125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4MG74V0prAg8RJLyepmhhCyoTkT4JV2 { box-sizing:content-box;height:2.0625rem;width:7.875rem;position:absolute;display:block;z-index:15384;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #c0ea3c;border-left:0.1875rem solid #c0ea3c;border-right:0.1875rem solid #c0ea3c;border-bottom:0.1875rem solid #c0ea3c;top:40.75rem;left:16.25rem;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; }
#GghcBmDzAm6L1K2U0WS7rzcVM5a42U3e { color:#043264;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15398;line-height:1.2;letter-spacing:0;top:45.5rem;left:11.3125rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tPGa54xAX7Rv0MRGT051Ds8A4JmsAS7u { 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:15398;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:45.625rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DuaMmZwaii8Hn1PdfzTEbVvb6x4wx5Fv { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15400;line-height:1.3;letter-spacing:0;top:45.8125rem;left:8.5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQocznCtJuNCyalSCGzEDy7mZNATf66F { color:#c51f40;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15401;line-height:1.2;letter-spacing:0;top:48.787499427796rem;left:9.706250190735rem;height:4.046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FhyRsNQR2K7H7TtLwgJ3BvxIASWoptfP { box-sizing:content-box;height:6.375rem;width:27.375rem;position:absolute;display:block;z-index:15398;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:7.25rem;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; }
#Qtfo8UQGPqipOnkXcydU4mDTaWwLH3RD { 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:15399;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:54.8125rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LiTuCwaiIUeUJVoEJmVEBJc4q9WCeHSP { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15401;line-height:1.3;letter-spacing:0;top:55.1875rem;left:8.5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lPBxq0XcODicO4eVfLhpWou9a5CAmroT { color:#043264;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15400;line-height:1.2;letter-spacing:0;top:55.0625rem;left:16.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sm2UAXbI0qh9gXTIrlKIvBJd0r87Fupp { box-sizing:content-box;height:2.25rem;width:6.5625rem;position:absolute;display:block;z-index:15398;background-color:#c0ea3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.8125rem;left:15.5625rem;display:block; }
#wcxt6lbfdKQXAhkME13e2LVo4D1lqhzA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15418;opacity:1;top:49.5625rem;left:26.562500953674rem; }
#A5EIMCJCsDbZFIy48e4qofFKnVcRsy07 { color:#043264;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15399;line-height:1.2;letter-spacing:0;top:55.4375rem;left:11.3125rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pdt5hRA2GkaFUlodM9TMo3itV68VXSpW { position:absolute;display:block;z-index:15387;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:4.625rem;top:40.5rem;left:29.5rem;overflow:hidden;display:block; }
#CgzCzIDeXxzwTQ4CntUMntaivxsg1THN { background-color:#c51f40;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:0.25rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eae83c;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.2;overflow:hidden;position:absolute;width:6rem;height:9.3125rem;text-decoration:none;z-index:15419;text-align:center;text-align-last:center;top:44.374999046326rem;left:28.687500953674rem;display:block; }
#XZdI0VHu0vWWuIrdwq9TkK8SWIVlFT72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUyH5qPinlqucILXt41zlWn0u6S9KPQF { color:#043264;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15400;line-height:1.2;letter-spacing:0;top:57.375rem;left:11.375rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JB2TwKEuRTI37CxyxztXDMJmEIiTGTEp { box-sizing:content-box;height:23rem;width:29.3125rem;position:absolute;display:block;z-index:15383;background-color:#043264;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.3125rem;left:39.0625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#KDsZB1r7chm90iBvkipBt72DgEsgXOTq { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15413;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.4375rem;left:40.0625rem;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; }
#Cng9gzQT8TxzdDfnEw0iU0DLyklFk6Zz { color:#043264;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15414;line-height:1.4;letter-spacing:0;top:45.8125rem;left:43.875rem;height:1.6625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#chgqoT1GbQo5zpLuJfsyvBWOqdXh2Chi { 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:15414;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:45.5625rem;left:40.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JDkGmK7CXVq8W3Gzy0ATc95ihx18TJZy { color:#043264;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15416;line-height:1.3;letter-spacing:0;top:45.8125rem;left:40.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMVoTJCwHNhTr9NAzWNcpTlwXMuBotdz { box-sizing:content-box;height:2.0625rem;width:7.875rem;position:absolute;display:block;z-index:15386;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid #c0ea3c;border-left:0.1875rem solid #c0ea3c;border-right:0.1875rem solid #c0ea3c;border-bottom:0.1875rem solid #c0ea3c;top:40.75rem;left:49.625rem;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; }
#HHVWyJHCiGkUWo7qOw8lqLVscXhg7ukv { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15387;line-height:1.4;letter-spacing:0;top:40.9375rem;left:48.6875rem;height:2.0125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9DQP3AnvFP3Q9i151haQZwXBrcchP6d { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15418;line-height:1.3;letter-spacing:0;top:49.25rem;left:40.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZ9N0NGu8TnwquAeqfhDAANRzFxOwqrk { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15414;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.1875rem;left:40rem;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; }
#OTMOu5qFPlUAfRVJhbcf4eEi70VZSnQD { color:#043264;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15415;line-height:1.2;letter-spacing:0;top:52.1875rem;left:43.8125rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1bZMnvlTOoy45DCKyFRfw1EQO2DKGBa { color:#043264;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15417;line-height:1.3;letter-spacing:0;top:52.625rem;left:40.9375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnHextLaMFGAX3OBKGDJhJFV6HosZ5Uq { 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:15415;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:52.3125rem;left:40.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KLgGEEwNTWbwxUPrVT39IBKgwNOTydNR { box-sizing:content-box;height:4.375rem;width:27.375rem;position:absolute;display:block;z-index:15415;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.0625rem;left:40rem;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; }
#xo19FhXM7GP2cDCArzuwK9S2qW8Zgdui { position:absolute;display:block;z-index:15415;height:2.1875rem;width:8.625rem;top:45.25rem;left:57.9375rem;display:block; }
#cTErm6vSoLpIT0lk8EzHLtJCHsnNm85y { color:#043264;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15417;line-height:1.2;letter-spacing:0;top:57.5rem;left:48.375rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yBIfPEvAuqHcZRW7Vc1JMwd5ivyTZigy { box-sizing:content-box;height:2rem;width:8.3125rem;position:absolute;display:block;z-index:15416;background-color:#c0ea3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.25rem;left:47.875rem;display:block; }
#SPs1lQc07zXTe4JxSIzO115qRWBB65r7 { color:#043264;display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15416;line-height:1.2;letter-spacing:0;top:57.5625rem;left:43.8125rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rgofVWNhJ2ZTsnystPHALPKH8JcQkGDg { 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:15416;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #c0ea3c, #043264);background-image: -moz-linear-gradient(160deg, #c0ea3c, #043264);background-image: -ms-linear-gradient(160deg, #c0ea3c, #043264);background-image: -o-linear-gradient(160deg, #c0ea3c, #043264);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ea3c', endColorstr='#043264' );";background-image: linear-gradient(160deg, #c0ea3c, #043264);background-size:auto !important;top:57.1875rem;left:40.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B97dIMTurxNbmeGTJEIbUwx3O3wtuVyR { color:#043264;display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15418;line-height:1.3;letter-spacing:0;top:57.4375rem;left:40.875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THRoEosrA4FNQdLPX4Jcg181mBMJu5BM { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15368;line-height:1.3;letter-spacing:0;top:22.842186927796rem;left:2.6226568222046rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HUrI08Kx5GqNUsoT4txBp2kzetZKBNfM { color:#043264;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15364;line-height:1.4;letter-spacing:0;top:18.443749617785rem;left:6.3726568222044rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NEmsysUIc4odeSCrImQfmuwm2m1BPolD { color:#043264;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15364;line-height:1.4;letter-spacing:0;top:18.443749617785rem;left:6.3726568222044rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FR8DyZVc5gMsKxDpGfZGkx4Wh5ncWtAV { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15368;line-height:1.3;letter-spacing:0;top:22.842186927796rem;left:2.6226568222046rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C08EOsR45Sq7eR0BDQDLoR7ykAyftzbT { color:#043264;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15380;line-height:1.2;letter-spacing:0;top:25.75rem;left:37.6875rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EF850k6or2FatlyEJafO7xWd9qqL55mo { color:#043264;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15382;line-height:1.2;letter-spacing:0;top:54.700000762939rem;left:11.901562690735rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#acG6KF8Ga8MatDKwLhODdO6oq7plTtsS { color:#043264;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15382;line-height:1.2;letter-spacing:0;top:54.700000762939rem;left:11.901562690735rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#otdmO3Cg7u1ss5o3WgGEDEIdAZnLfKTN { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15368;line-height:1.3;letter-spacing:0;top:22.842186927796rem;left:2.6226568222046rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i5XfWzGUJBqbLntw9GhB9L3asEs8NPK9 { color:#043264;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15364;line-height:1.4;letter-spacing:0;top:18.443749617785rem;left:6.3726568222044rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#s1Cg2l6rMyI2X8NyZ4BrKfm8zFuv979n { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FnJzMWSG15Sh9uEQG6sQdsLxhX20J9HB { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZVPEhod8uiRa6RZq4Vf8wztxaFv4wggV { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l3sglUwXeL7UhxuLcRaODKBO1ML6Hoc3 { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZMCMM4ZwomkDwPZrJ3nrcV4Qp2bRUUME { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Gtz0kaWGxe6TrRFfg1mwg6sgMWkr4b6c { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HVy3sWEMVv0T7NkMz2pGHmQqxoULcBtq { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tF19qRpe9cRmQNVUMnOsv9itCL7qSCbF { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#POCzAWcA7tREMQI6O2fsSeU2TrTnclzP { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HNMAALWxD0ZmxTAMKppr4zzQf6KtGZMi { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LMmCb4f0vdT8HwNbxkIwtaqMO4NHZpTg { color:#043264;display:block;width:0.87421875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15382;line-height:1.3;letter-spacing:0;top:44.875001907349rem;left:9.061718940735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 { 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; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container { background-color: transparent; background-image: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container > .video-iframe-container { display: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row > .video-iframe-container { display: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .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); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container { border-width: 0; border-radius: 0; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#gZNuxHbfe8o9dTHXyy06EN9tiaGUxlvI { 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; }
#aHMsZMg5pCTsr8G9mrkFfarlu8EOLWF8 { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#Js2P28T8OnvOldwGptfB71HeCED9XyZs { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#vo538gT891hvvuPPyTRhu47qFXrZI12B { 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; }
#bL5Wn2IPnq34nasICxmp7G9HxU58tr0X { 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; }
#xxnvCM8rR8S7xs6MhKE2perUe6A7dI7Z { 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; }
#uA8wadwT69q639JBTH7PoIrBo8CJFG3I { 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; }
#KnecqdknbrErl8VPU9vuO23XDcPDVs0M { 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; }
#c9zORPpBklHZMnoV2TqxO0HUpLZIrLP3 { 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; }
#pTXqoG8S0dAxfQ5i0FIZh8R6xWhBCoJP { 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; }
#fwmN2IppuMpKQIi36sXMIHTyAUcKslsQ { 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; }
#hCsfhFkaMFX4slV5qrHJ1cvixlzsWIEf { 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; }
#o7fc9KRLFhFl7dncvVWbIAbmTIcQRXib { 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; }
#c1UlMB1n3vNSW6qpwCyHBhvwpxAfOsvW { 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; }
#tX94yMOF2Q7F4CEp7ah3P9wqfIqzOtZ5 { 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; }
#VfUDqkObKpw9vDmFo9s9S6IZKOoSl2E0 { 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; }
#sDoWoruKrLB5mUd97C1wMuN2kkOUtzcU { 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; }
#J8t7Ito7XvGsPaUcrWwfP0dDdR080MHp { 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; }
#BE8cwfqWB8Azl22WSLpvzoELOKKphDhn { 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; }
#xlMSm2kq2dK118dJ1mpksJy8yDDn1m1I { 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; }
#QyHq957xQyxlhi7PZDrAXcz4qBxVw1T2 { 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; }
#KMDRiOO8ooIvOsUZgK23pZkMV3zJXGX9 { 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; }
#gH3HpkA67bZr0DhVfM3UbUMDkl3Rr69B { 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; }
#QQOAMWHobth72vzWyW0TfPOZsmqxzOPF { 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; }
#AITm1yoCpkAXscOnnob7pfQxSMHWFeG9 { 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; }
#sboTXDVkX7OvW7MmKn8c0Ui2U2XVnpAg { 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; }
#vAktJKr8qMHLF8ELyJNEIxwLxVfd9LUq { 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; }
#nIB6WoeXeQwoI0Fbb7LJaDQ7M886TMmV { 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; }
#WJcIEBbsAQvc6KU9gMod0P21qdkuFoML { 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; }
#tTo38Gsuyw1opJ8WwlsXHkUWqeDuTHiq { 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; }
#G8IuoJ4gpoPiT3IoHETnKfbSKtzIenSI { 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; }
#Te4PGPmyEV4KoGBs2FFpB3ETpfUNnveT { 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; }
#eLRwDumHVN7aGDtaeD1EAH96lohDQaRH { color:#d3adc8;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:3.4492197036743rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5BxeokMLbTAqbN0ETwRfhS4HplmBOa0 { position:absolute;display:block;z-index:15336;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:1.8125rem;left:19.5625rem;overflow:hidden;display:block; }
#JTCk5dMg2oG8D8sWyXnAy45lNzquMPpy { box-sizing:content-box;height:6.186525rem;width:6.186525rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), #f0869d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), #f0869d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), #f0869d);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), #f0869d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#f0869d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='#f0869d' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), #f0869d);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.25rem;left:19.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { 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; } #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe *:focus-visible, #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe input[type="text"]:focus-visible, #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe input[type="email"]:focus-visible, #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe input[type="tel"]:focus-visible, #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe textarea:focus-visible { outline:0.125rem solid rgba(46,10,63,1);; } #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:49.75rem;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; }
#w3qUcwq3Mw5ZCQlk3TrfhPP0RDy0kdFu { 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.0609375rem;width:6.0609375rem;top:13.801563262939rem;left:5.05078125rem;overflow:hidden;display:none; }
#omRXnpE8u7NJmx15zpwghzXlzTgqHM4U { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15356;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.51171875rem;left:0rem;display:block; }
#vD0bpqdg39wM0TKn8h2fsX4FQGTaAp4c { color:#d3adc8;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15318;line-height:1.3;letter-spacing:0;top:2.4375rem;left:11.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noBroTbIwspJmx5xbzBwTTZW4XbzbByF { position:absolute;display:block;z-index:15367;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:6.875rem;top:4.0625rem;left:5.125rem;overflow:hidden;display:block; }
#HW052dBaCbFDQK0SM3pO16Lwpql1ebse { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15029;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:6.625rem;left:10.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GdGGTz8C17PwPsSkowkkFSyg5XXC6HDC { position:absolute;display:block;z-index:15358;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:7.0625rem;left:10.4375rem;display:block; }
#rO71zUJXIVB6CdX9HK2dTwSwmTGdEq2l { position:absolute;display:block;z-index:15364;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:14.3125rem;left:2.9226560592651rem;overflow:hidden;display:block; }
#n64T4EJTlTBz0leJrWfCHEfTE5fFzr2g { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15030;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:6.625rem;left:39.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BU2ThTJr3Et734kX1FoV62lCHW4Kk8PV { position:absolute;display:block;z-index:15349;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.0609375rem;width:6.0609375rem;top:26.094532012939rem;left:15.062499046326rem;overflow:hidden;display:block; }
#RfhhAx9lCFIr5yKR4R2mZhKaK8SrbKMg { position:absolute;display:block;z-index:15359;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:7.0625rem;left:40.1875rem;display:block; }
#QbhnTnuao8iSB6ZKgFq9lXIoLlS7AGye { position:absolute;display:block;z-index:15368;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.9375rem;width:4.8125rem;top:17.875rem;left:37.4375rem;overflow:hidden;display:block; }
#aksAXORAJ7GdoxDU0e58wTJoUI1TTv7w { position:absolute;display:block;z-index:15373;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.875rem;width:2.8125rem;top:23.437500476837rem;left:63.112504005431rem;overflow:hidden;display:block; }
#w11E3o5MpaSvmXTuzwbl42t1SZATZhxB { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15033;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:29.3125rem;left:24.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MQVblNIesHdF0zh7BbbS7P7UKcMGQMz0 { position:absolute;display:block;z-index:15362;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.1875rem;width:25.25rem;top:29.75rem;left:24.875rem;display:block; }
#n9Q06Z944VHCLcMgcvJlGSLIwO84AQ5B { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:4.9375rem;top:29.3125rem;left:51.843750953674rem;overflow:hidden;display:block; }
#zKTJUmO7NdqKxz2olVOz1Zv9xhAHhn2v { position:absolute;display:block;z-index:15360;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.9375rem;width:6rem;top:36.9375rem;left:13.486718177796rem;overflow:hidden;display:block; }
#LsZtWm3t23BiStfIyFhk43iNDpRDRK75 { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.125rem;top:38.987501144409rem;left:53.562500953674rem;overflow:hidden;display:block; }
#RqFcHKKkSJUFnOp19tt8WnMx8B5flrAW { position:absolute;display:block;z-index:15372;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:6rem;width:5.875rem;top:7.75rem;left:64.0625rem;overflow:hidden;display:block; }
#yTAyXrWVxD9OmXXZ2Nu6hUVQ3zD2KIZt { position:absolute;display:block;z-index:15374;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.0625rem;top:15.8125rem;left:67.3125rem;overflow:hidden;display:block; }
#P8IQgrkT5shigvxpuXuepTxilTlXbeE6 { 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.625rem;width:3.375rem;top:43.9375rem;left:20.436718940735rem;overflow:hidden;display:block; }
#KoO0BvXM4aVnveezVlFUKqM0lD8t4Fz7 { position:absolute;display:block;z-index:15362;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.875rem;top:21.062500476837rem;left:15.655468940735rem;overflow:hidden;display:block; }
#S4VgiUEuRw1UhtCsoe4Rk4LmzKkD5GTR { box-sizing:content-box;height:5.625rem;width:14.8125rem;position:absolute;display:block;z-index:15031;background-color:#df64a5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.687500476837rem;left:15.686718940735rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Wks8NKMk3QyPBZpTQxMl1xaDTohPUkzM { box-sizing:content-box;height:5.625rem;width:14.8125rem;position:absolute;display:block;z-index:15032;background-color:#df64a5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.687500953674rem;left:46.906250953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#AKhKnDhe6KT8HiDHrdAvBtyl6rUdWPbp { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.875rem;top:21.250000476837rem;left:46.875000953674rem;overflow:hidden;display:block; }
#TFZqka1DOK1e0TErnPUu1HnSguVdWwFH { box-sizing:content-box;height:5.625rem;width:14.8125rem;position:absolute;display:block;z-index:15035;background-color:#df64a5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:41.987501144409rem;left:30.093750953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#qJPwQTc3StaKW2LTluVhaWxAdWV0eVuw { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.875rem;top:43.625rem;left:30.062500953674rem;overflow:hidden;display:block; }
#gTmzOlbE3dKQsQMcrLJD8ATO4uEhT4hJ { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15029;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:6.625rem;left:10.0625rem;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; }
#eqFp0qWUKVggdTTqXmvygbSws8D1wzx5 { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15029;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:6.625rem;left:10.0625rem;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; }
#z8sIOpDVQTxisZTaiXTxuuBiMWwhFEuH { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15029;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:6.625rem;left:10.0625rem;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; }
#dZGnaBnqhG69t8g0r1ThG2EewP282ViM { position:relative;display:block; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM { background-color: transparent; background-image: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container > .video-iframe-container { display: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row > .video-iframe-container { display: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .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); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM { border-width: 0; border-radius: 0; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .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; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yfMVNl0cNWnsGroZkyEiGIPI7auUR1Hh { 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; }
#t4N7XCSKecVdsg5nUU3fWZNGoMoW7TFv { 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; }
#RPraW466Jqy5frQaTVlqvyPfII7F6sEl { 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; }
#cUnzAxUEr2J8ioWmms0m3vc4hJLOQ34C { 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; }
#UtLwAAq5Qi21m8l85gCd4adViveuDu18 { 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; }
#SqT6vaqlnTZHBkKJLy4LFzSu9NBUT0F4 { 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; }
#K5NZwGxpxO0OMTp6wGFruBykuTBbhZKJ { 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; }
#lNX2Azwt5mtqdNx3mrRXGgWMuLWOCVTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlXT6ypgaFMGvc3bL3clN7lTveDIdCsy { 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; }
#N9E4dlUWTTD3nU0kgRoDmGdUBCnZIPoT { 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; }
#EIXkLreCLlWP5UI2uanMeRBDXp2kkoxZ { 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; }
#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m { 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; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { background-color: transparent; background-image: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container > .video-iframe-container { display: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container { display: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .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); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { border-width: 0; border-radius: 0; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TMtWE7lLCZ10kQTTUdN4VDvGTPH7y4Xc { color:#ffffff;display:block;width:8.5625rem;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.4078102111816rem;left:6.2148427963257rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsWtmptE9xxNdirF1kX2hpLuATTRDULR { 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; }
#TeIT4yHIKvNvfrqIyRy8HzluquMv5Gox { 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; }
#mAHiUXhi5aoZBAdiTVBixcT5wB05ylTX { 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.6734352111816rem;left:15.024218559265rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKkHdvWwPUTrMAKRcVdSr5upLshbAW89 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.625rem;left:1.775390625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#ffbf0f;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4991321563719rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#ffbf0f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.1875rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:7.5rem;height:14.622375rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#ffbf0f;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.75rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#ffbf0f;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:31.875001132488rem;left:6.2499990463257rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.000001132488rem;left:7.4374990463256rem;height:2.92448125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.6875rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE { 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; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { background-color: transparent; background-image: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container > .video-iframe-container { display: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container { display: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .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); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { border-width: 0; border-radius: 0; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#sTXzVb2fOVANAnmZQOgBTyKzv4tobiEW { color:#ffffff;display:block;width:8.5625rem;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.4078102111816rem;left:6.2148427963257rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SVS71NP363x1dF7ChX5f0pKNiBDMTh7u { 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; }
#xksoGnlokaT049C8sk9rIqOcTP7TU1Mh { 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; }
#fi5UiXyqmALPTgLFn0ISH37LHTOAAsir { 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.6726560592651rem;left:14.399218559265rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6Zta4dy4apmI6Z345wivW8Z4OffT2Dh { 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; }
#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 { 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; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { background-color: transparent; background-image: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container > .video-iframe-container { display: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container { display: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .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); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { border-width: 0; border-radius: 0; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#Q6LGafcCEv3FQlQxewnpHDvVsiU6WmUA { 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; }
#OAfCiPaTEBmzx1qcOBAlC4GgTzcAQVFw { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4991321563719rem;height:1.4625rem;font-style:normal;display:block; }
#p0g1IgF4lQi9y65iCtvhw4w3TVMRxLHV { color:#ffbf0f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.1875rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#fDylPTLSkNOFzUpDSCO1WQVJ6fdDBytC { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#g5c9qi2fdOoIvQktcS0yZ0Tskot0uEOd { color:#ffbf0f;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.75rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aenv2A25RCP3q7VKSJ96a9FTOmaylTpA { 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; }
#xxDTOpmOOF751HwxANWTUzxsZ0evDytt { 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; }
#T9xGn924M1w1Be8cNLQR9XqaERoxCyy5 { color:#ffffff;display:block;width:56.9375rem;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.6875038146975rem;left:7.4999990463256rem;height:1.4625rem;font-style:normal;display:block; }
#XZcXJxDzkGFZAR1kxXlEx0uGFFHSgI7X { 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; }
#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { border-width: 0; border-radius: 0; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#gCOP8uHtHGvIlmfgNHmQS0qxdO4rJQC2 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4312515258789rem;left:48.500005722046rem;height:2.275rem;font-style:normal;display:block; }
#nzygyefuLlAvocfhiM7cK556tgviVTUx { 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; }
#ZQJyM39DCvlT8AHxs3GymG3uff3rONLO { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z87RCfbwUSgx4dpnB9ImvsmpKy2l7aqU { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:1.125rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b { 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; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { background-color: transparent; background-image: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container > .video-iframe-container { display: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container { display: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .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); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { border-width: 0; border-radius: 0; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#f1hkq9ZBfhFcT3mT3FXQhx58EvtHM24c { color:#ffffff;display:block;width:24.875rem;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.5555572509766rem;left:47.312501907349rem;height:1.13715rem;font-style:normal;display:block; }
#RAAOmL6tw1PXfrzFiWx9HFro04T917rR { 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; }
#hg8N4rq6Mv1i1Lui21PPuQsW5daWHKAK { 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.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRJHz0Ofur7yVfschfKspo5OP6pEh1Hy { 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; }
#a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy { position:relative;display:block; }#a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e1b36;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.8129875rem;display:block; }
#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { background-color: transparent; background-image: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .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); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { border-width: 0; border-radius: 0; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .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; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .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; }#QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { 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(15,83,17,0.54), #b0d721);background-image: -moz-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-image: -ms-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-image: -o-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f531189', endColorstr='#b0d721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f531189', endColorstr='#b0d721' );";background-image: linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-size:auto !important;top:1.9375rem;left:57.625003814698rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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), #fff071);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #fff071);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #fff071);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #fff071);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#fff071' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#fff071' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #fff071);background-size:contain !important;color:#06490a;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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { 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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs { width:auto; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
#ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { color:#f1e8ce;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; }
#Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { 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; }
#Vz5VBiCIQrZHFuT8cDrkEfWVXhbmzaqG { box-sizing:content-box;height:1.125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(15,83,17,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(15,83,17,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(15,83,17,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(15,83,17,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f53117f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f53117f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(15,83,17,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8310546875rem;left:57.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oS9ktFy5ObCSgCk87KuX62BlHOlxoWay { display:block; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUyhamO2wCVDT9dEmRUT47r9zthgioPP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMGp648VCNkLDhxqkBCUUWOfJr1bXXBa { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMfmEZvxuvMmCrKKcqTNg0wo00A1JrI1 { display:block; }
 }@media only screen and (max-width: 763px) { #wlFguuFQFW4HEnF8IQJSUEvfKna4siQ5 { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk1pae8Tprzx4PaFCELImT7ml5gbZ2OJ { top:0.3125rem;left:0rem;width:7.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { top:8.375rem;left:18.375rem;width:29.375rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crt8l3dmEMu9S1mIL5FZpekyDy76OhtC { top:27.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXhtwa5z3Oh4fqIeutBsbmGoQcX3XD3 { width:27.9375rem;height:2.1875rem;top:16.4375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbt5yirJfa1Ih2z0hc5QNEpoUwdMU1Gp { display:block; }
 }@media only screen and (max-width: 763px) { #CW9LA51HQfBt1Qv6isG6dvxSepRdAN7X { width:13rem;height:3.0625rem;top:18.6875rem;left:26.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2dZgTufpnnMRAJItmSCO35lqofKavd { display:block; }
 }@media only screen and (max-width: 763px) { #hbn3OD6g96UZQOTFQ0I62LvMpRxefVKe { width:14.9375rem;height:3.25rem;top:18.625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awfqLrlP8EBr4CXdL8eHHy4Ts0VCU0AC { display:block; }
 }@media only screen and (max-width: 763px) { #LXZUquaeenv7vxtk8AgttrSQHs1mr20C { top:4.375rem;left:13.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMV6nhtRqJFFZh6hQITTe7wkTSCBIg9U { top:17.5rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4PmDRxvbNpGirnhb9T8uSpdeUGmzdFe { top:4.375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVGrOKOgRztUNZXRvtKc4hsc4kaQ9p3H { top:19.625rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8SdvBS5JcskrizOCrORRTdBOZX1ICE1 { top:16.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5BO0HB5Shc3Toi94rzGGM8s9yeHfRLm { top:6.3125rem;left:19.187500953674rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCltns8z26fxR0siHsNaEdFwvJd0M16 { top:8.875rem;left:18.312500953674rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcIecm7yFMBXWXHnknnWw4NcJFsKhwM { top:11.75rem;left:21.800000190735rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvmXDdL1bRQo52ESJiyrGPoKW8Wx7TP { top:1.5625rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { top:6.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:5.9375rem;left:0rem;width:33.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { top:6.875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ah77TU8Ws33M3OTumKP8wuF9uO8Zkz81 { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZFiIymP8BSqTFceziJJXG0ToEsXzWvZ { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { top:2rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { display:none; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuKpeJWlrDyybsmmf1hQNMAdLnxQOw4A { top:1.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUNPGCoxIRiZI2PsT36zGgCkaDRoXKe { top:5.5rem;left:0rem;width:40.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkEVSg2dMPM2uc1zxWwxfgWbcRPWv1XZ { width:11.25rem;height:2.5rem;top:6.4375rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFz7furibwJrOHwVx3pbOAgVmlc8gA7 { display:block; }
 }@media only screen and (max-width: 763px) { #xw8iqznud1y4zznrkIPxZCkskyDpP0h3 { top:67.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvadES0K9VcoSXshXTer0kWJmBPthmd { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { top:65.625rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkm0BzeHTBqoCQmd3T6SU0SZseNaknE { top:13.5rem;left:0rem;width:29.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpsdkKiaDuHwnPWX7e5rdRvVdFo8XiLQ { top:18.5rem;left:0rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAog4lnZU7JUGCMOIvzq7q9uDK9Q7zCT { top:19.875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtCMW5s1bJIvAZI0UhvuFaAMnPBEXtw { top:19.9375rem;left:0rem;width:13.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqFO2EQfrUD6OZJFucAlAt4VEpQnfEWe { top:19.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqTo54TN7CXZpRKUD2sFMT8VI3tBvfR { top:23.375rem;left:0rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbmrKyA5DyZaU6yKneWgcNWeKl12dfCB { top:15.25rem;left:2.6875rem;width:10.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI01xFCHlfrpb3r4hHdeCMf9I4uuauct { top:15rem;left:3.5625rem;width:7.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzLISgrDw77vWdHqDEN48DX7bgqHK7O { top:25.3125rem;left:0rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obg2UkOIAFSqgZC2JJsrGFtwTryZqKTT { top:26.3125rem;left:0rem;width:21.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TVF7WqOZIs6linrevVKcfQ88JTuOEe { top:26.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpTvzwTdFDW4ya7SqFlHVEb1i0OW2e6 { top:26.6875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHsUpixkr3PoIBoHszcBNiabvqbAt0P { top:30.1875rem;left:0rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Mg5yszmqnfcdDBT72DIwiJTAEZiHoW { top:19.3125rem;left:11.75rem;width:8.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJutW1zTsTxxZwmPx1krKATcTfl7Blbi { top:31.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnXOPl5fvCXiTw912O75ozAz3bsiRGg { top:31.625rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTn7b65zXBthozWzNPxJlURw1MTVHnT { top:31.625rem;left:2.3125rem;width:7.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2n6s9CxCvsD77zK57UruU96xG0q1Cx { top:31.5rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf1lGDTZa5gsVWG9oIE5OcNG9SaTLUb6 { top:31.375rem;left:1.8125rem;width:7.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qy4ryfp4VcdJOKthgqODTsuNr7cBwI { top:13.5rem;left:18.4375rem;width:29.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuByRqlhJ2K9Kfy6sbMesG6tp48ytuc { top:18.5rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfTkc6d5IA9Hdtk9vgIgcVmLWptR9Xe { top:19.875rem;left:30.1875rem;width:13.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5Fy5A8reRkznatBXWPU3AXJOWTL5ev { top:19.625rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cElS33RamNJiI4TvfWRp0etNxyR4oEmI { top:19.8125rem;left:27.5625rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGOeiDBy7ZMGoWfTecpC71s0ULF25HN { top:15.25rem;left:35rem;width:10.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJLJsQRxxfEbsllOd80t1Fz0hvWhSWM { top:23.3125rem;left:20.8125rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m67rSS8voDy8gsMO2D7UepQU9MNzVoBT { top:15rem;left:35.9375rem;width:7.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcWX2TFy2N4tfMQFTXuWytZ3e9BKRNrz { top:25.25rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV0G41hOluFOPBeZ1byDfr8CZJETxT4J { top:26.25rem;left:26rem;width:21.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHuVKFNbo2MVgni2tOgRQVE5ybC6fz1U { top:26.375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEIylvTIRCzcVKsd25AKwZwV2aWMLDO3 { top:26.6875rem;left:27.5625rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GncniGsVWOPeR61X2LCKDLTAmhTeh6CV { top:30.125rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBM7RCeJa5vz1b46qLsl2f90rnOEMF8f { top:31.625rem;left:30.125rem;width:4.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3e1XZFTWTehWUGWtKJm6Er0USxr6rPh { top:31.5625rem;left:34.6875rem;width:7.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NocLlVcd3T42IWzkpbvDzPJUW8JmlAg5 { top:31.25rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAzHWgLilT9klaVWKRtmP7vtiAENdcag { top:31.5rem;left:27.5rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUC6FoKLTJfKx0wFeRPKJlW3gUzNf7C6 { top:31.3125rem;left:34.1875rem;width:7.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqUVd2DxrKZVG1t5HVyOXJN5n1VFly8 { top:19.3125rem;left:39.125rem;width:8.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL75f72Udir3PKi01IOpVCg1uOrg6JaU { top:39.3125rem;left:0rem;width:29.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbePA16JPaXRmODVbAtHlB9kK5krg58n { top:44.4375rem;left:0rem;width:27.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsQLPUImwWf7Q4unWHC5sZm5aL6TfFk { top:40.9375rem;left:1.6875rem;width:10.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4MG74V0prAg8RJLyepmhhCyoTkT4JV2 { top:40.75rem;left:2.625rem;width:7.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GghcBmDzAm6L1K2U0WS7rzcVM5a42U3e { top:45.5rem;left:0rem;width:16.375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGa54xAX7Rv0MRGT051Ds8A4JmsAS7u { top:45.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaMmZwaii8Hn1PdfzTEbVvb6x4wx5Fv { top:45.8125rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQocznCtJuNCyalSCGzEDy7mZNATf66F { top:48.75rem;left:0rem;width:16.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhyRsNQR2K7H7TtLwgJ3BvxIASWoptfP { top:54.1875rem;left:0rem;width:27.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtfo8UQGPqipOnkXcydU4mDTaWwLH3RD { top:54.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTuCwaiIUeUJVoEJmVEBJc4q9WCeHSP { top:55.1875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPBxq0XcODicO4eVfLhpWou9a5CAmroT { top:55.0625rem;left:2.4375rem;width:9rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2UAXbI0qh9gXTIrlKIvBJd0r87Fupp { top:54.8125rem;left:1.9375rem;width:6.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxt6lbfdKQXAhkME13e2LVo4D1lqhzA { top:49.5625rem;left:12.937500953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5EIMCJCsDbZFIy48e4qofFKnVcRsy07 { top:55.4375rem;left:0rem;width:9rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdt5hRA2GkaFUlodM9TMo3itV68VXSpW { top:40.5rem;left:15.875rem;width:4.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgzCzIDeXxzwTQ4CntUMntaivxsg1THN { width:6rem;height:9.3125rem;top:44.3125rem;left:15.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZdI0VHu0vWWuIrdwq9TkK8SWIVlFT72 { display:block; }
 }@media only screen and (max-width: 763px) { #FUyH5qPinlqucILXt41zlWn0u6S9KPQF { top:57.375rem;left:0rem;width:22.4375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2TwKEuRTI37CxyxztXDMJmEIiTGTEp { top:39.3125rem;left:18.4375rem;width:29.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsZB1r7chm90iBvkipBt72DgEsgXOTq { top:44.4375rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cng9gzQT8TxzdDfnEw0iU0DLyklFk6Zz { top:45.8125rem;left:30.25rem;width:13.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgqoT1GbQo5zpLuJfsyvBWOqdXh2Chi { top:45.5625rem;left:26.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkGmK7CXVq8W3Gzy0ATc95ihx18TJZy { top:45.8125rem;left:27.25rem;width:1.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMVoTJCwHNhTr9NAzWNcpTlwXMuBotdz { top:40.75rem;left:36rem;width:7.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVWyJHCiGkUWo7qOw8lqLVscXhg7ukv { top:40.9375rem;left:35.0625rem;width:10.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9DQP3AnvFP3Q9i151haQZwXBrcchP6d { top:49.25rem;left:20.8125rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9N0NGu8TnwquAeqfhDAANRzFxOwqrk { top:51.1875rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMOu5qFPlUAfRVJhbcf4eEi70VZSnQD { top:52.1875rem;left:26rem;width:21.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bZMnvlTOoy45DCKyFRfw1EQO2DKGBa { top:52.625rem;left:27.3125rem;width:1.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHextLaMFGAX3OBKGDJhJFV6HosZ5Uq { top:52.3125rem;left:26.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLgGEEwNTWbwxUPrVT39IBKgwNOTydNR { top:56.0625rem;left:20.375rem;width:27.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo19FhXM7GP2cDCArzuwK9S2qW8Zgdui { top:45.25rem;left:39.125rem;width:8.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTErm6vSoLpIT0lk8EzHLtJCHsnNm85y { top:57.5rem;left:34.75rem;width:7.875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBIfPEvAuqHcZRW7Vc1JMwd5ivyTZigy { top:57.25rem;left:34.25rem;width:8.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPs1lQc07zXTe4JxSIzO115qRWBB65r7 { top:57.5625rem;left:30.1875rem;width:4.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgofVWNhJ2ZTsnystPHALPKH8JcQkGDg { top:57.1875rem;left:26.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97dIMTurxNbmeGTJEIbUwx3O3wtuVyR { top:57.4375rem;left:27.25rem;width:1.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRoEosrA4FNQdLPX4Jcg181mBMJu5BM { top:22.8125rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUrI08Kx5GqNUsoT4txBp2kzetZKBNfM { top:18.4375rem;left:0rem;width:10.125rem;height:3.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEmsysUIc4odeSCrImQfmuwm2m1BPolD { top:18.4375rem;left:0rem;width:10.125rem;height:3.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FR8DyZVc5gMsKxDpGfZGkx4Wh5ncWtAV { top:22.8125rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C08EOsR45Sq7eR0BDQDLoR7ykAyftzbT { top:73.6875rem;left:0rem;width:12.3125rem;height:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EF850k6or2FatlyEJafO7xWd9qqL55mo { top:177.8125rem;left:0rem;width:15.5625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #acG6KF8Ga8MatDKwLhODdO6oq7plTtsS { top:172.9375rem;left:0rem;width:11.4375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #otdmO3Cg7u1ss5o3WgGEDEIdAZnLfKTN { top:22.8125rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5XfWzGUJBqbLntw9GhB9L3asEs8NPK9 { top:18.4375rem;left:0rem;width:10.125rem;height:3.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1Cg2l6rMyI2X8NyZ4BrKfm8zFuv979n { top:21.3125rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnJzMWSG15Sh9uEQG6sQdsLxhX20J9HB { top:29.5rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVPEhod8uiRa6RZq4Vf8wztxaFv4wggV { top:35rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3sglUwXeL7UhxuLcRaODKBO1ML6Hoc3 { top:45.875rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMCMM4ZwomkDwPZrJ3nrcV4Qp2bRUUME { top:53.625rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gtz0kaWGxe6TrRFfg1mwg6sgMWkr4b6c { top:59.375rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVy3sWEMVv0T7NkMz2pGHmQqxoULcBtq { top:71rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tF19qRpe9cRmQNVUMnOsv9itCL7qSCbF { top:84.375rem;left:0rem;width:0.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #POCzAWcA7tREMQI6O2fsSeU2TrTnclzP { top:98.625rem;left:0rem;width:0.8125rem;height:3rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNMAALWxD0ZmxTAMKppr4zzQf6KtGZMi { top:106.375rem;left:0rem;width:1.625rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMmCb4f0vdT8HwNbxkIwtaqMO4NHZpTg { top:111.6875rem;left:0rem;width:1.625rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 { display:block; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZNuxHbfe8o9dTHXyy06EN9tiaGUxlvI { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHMsZMg5pCTsr8G9mrkFfarlu8EOLWF8 { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js2P28T8OnvOldwGptfB71HeCED9XyZs { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vo538gT891hvvuPPyTRhu47qFXrZI12B { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bL5Wn2IPnq34nasICxmp7G9HxU58tr0X { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxnvCM8rR8S7xs6MhKE2perUe6A7dI7Z { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA8wadwT69q639JBTH7PoIrBo8CJFG3I { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnecqdknbrErl8VPU9vuO23XDcPDVs0M { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9zORPpBklHZMnoV2TqxO0HUpLZIrLP3 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTXqoG8S0dAxfQ5i0FIZh8R6xWhBCoJP { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmN2IppuMpKQIi36sXMIHTyAUcKslsQ { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsfhFkaMFX4slV5qrHJ1cvixlzsWIEf { 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) { #o7fc9KRLFhFl7dncvVWbIAbmTIcQRXib { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1UlMB1n3vNSW6qpwCyHBhvwpxAfOsvW { 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) { #tX94yMOF2Q7F4CEp7ah3P9wqfIqzOtZ5 { 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) { #VfUDqkObKpw9vDmFo9s9S6IZKOoSl2E0 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDoWoruKrLB5mUd97C1wMuN2kkOUtzcU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8t7Ito7XvGsPaUcrWwfP0dDdR080MHp { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE8cwfqWB8Azl22WSLpvzoELOKKphDhn { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlMSm2kq2dK118dJ1mpksJy8yDDn1m1I { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyHq957xQyxlhi7PZDrAXcz4qBxVw1T2 { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMDRiOO8ooIvOsUZgK23pZkMV3zJXGX9 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gH3HpkA67bZr0DhVfM3UbUMDkl3Rr69B { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQOAMWHobth72vzWyW0TfPOZsmqxzOPF { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AITm1yoCpkAXscOnnob7pfQxSMHWFeG9 { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sboTXDVkX7OvW7MmKn8c0Ui2U2XVnpAg { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAktJKr8qMHLF8ELyJNEIxwLxVfd9LUq { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIB6WoeXeQwoI0Fbb7LJaDQ7M886TMmV { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJcIEBbsAQvc6KU9gMod0P21qdkuFoML { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTo38Gsuyw1opJ8WwlsXHkUWqeDuTHiq { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8IuoJ4gpoPiT3IoHETnKfbSKtzIenSI { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te4PGPmyEV4KoGBs2FFpB3ETpfUNnveT { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLRwDumHVN7aGDtaeD1EAH96lohDQaRH { top:3.4375rem;left:0rem;width:18.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5BxeokMLbTAqbN0ETwRfhS4HplmBOa0 { top:1.8125rem;left:5.9375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCk5dMg2oG8D8sWyXnAy45lNzquMPpy { top:1.25rem;left:5.5625rem;width:6.125rem;height:6.125rem;display:block; }
 }@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) { #w3qUcwq3Mw5ZCQlk3TrfhPP0RDy0kdFu { top:13.75rem;left:0rem;width:6rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #omRXnpE8u7NJmx15zpwghzXlzTgqHM4U { top:0.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0bpqdg39wM0TKn8h2fsX4FQGTaAp4c { top:2.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noBroTbIwspJmx5xbzBwTTZW4XbzbByF { top:4.0625rem;left:0rem;width:6.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW052dBaCbFDQK0SM3pO16Lwpql1ebse { top:6.625rem;left:0rem;width:26.0625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdGGTz8C17PwPsSkowkkFSyg5XXC6HDC { top:7.0625rem;left:0rem;width:25.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO71zUJXIVB6CdX9HK2dTwSwmTGdEq2l { top:14.3125rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n64T4EJTlTBz0leJrWfCHEfTE5fFzr2g { top:6.625rem;left:21.6875rem;width:26.0625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2ThTJr3Et734kX1FoV62lCHW4Kk8PV { top:26.0625rem;left:1.4374990463257rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfhhAx9lCFIr5yKR4R2mZhKaK8SrbKMg { top:7.0625rem;left:22.5rem;width:25.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhnTnuao8iSB6ZKgFq9lXIoLlS7AGye { top:17.875rem;left:23.8125rem;width:4.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aksAXORAJ7GdoxDU0e58wTJoUI1TTv7w { top:23.4375rem;left:44.9375rem;width:2.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w11E3o5MpaSvmXTuzwbl42t1SZATZhxB { top:29.3125rem;left:10.875rem;width:26.0625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVblNIesHdF0zh7BbbS7P7UKcMGQMz0 { top:29.75rem;left:11.25rem;width:25.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Q06Z944VHCLcMgcvJlGSLIwO84AQ5B { top:29.3125rem;left:38.218750953674rem;width:4.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTJUmO7NdqKxz2olVOz1Zv9xhAHhn2v { top:36.9375rem;left:0rem;width:6rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsZtWm3t23BiStfIyFhk43iNDpRDRK75 { top:38.9375rem;left:39.937500953674rem;width:5.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqFcHKKkSJUFnOp19tt8WnMx8B5flrAW { top:7.75rem;left:41.875rem;width:5.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAyXrWVxD9OmXXZ2Nu6hUVQ3zD2KIZt { top:15.8125rem;left:45.6875rem;width:2.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8IQgrkT5shigvxpuXuepTxilTlXbeE6 { top:43.9375rem;left:6.811718940735rem;width:3.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoO0BvXM4aVnveezVlFUKqM0lD8t4Fz7 { top:21.0625rem;left:2.0304689407349rem;width:14.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VgiUEuRw1UhtCsoe4Rk4LmzKkD5GTR { top:19.6875rem;left:2.0617189407349rem;width:14.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wks8NKMk3QyPBZpTQxMl1xaDTohPUkzM { top:19.6875rem;left:32.9375rem;width:14.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKhKnDhe6KT8HiDHrdAvBtyl6rUdWPbp { top:21.25rem;left:32.875rem;width:14.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZqka1DOK1e0TErnPUu1HnSguVdWwFH { top:41.9375rem;left:16.468750953674rem;width:14.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJPwQTc3StaKW2LTluVhaWxAdWV0eVuw { top:43.625rem;left:16.437500953674rem;width:14.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmzOlbE3dKQsQMcrLJD8ATO4uEhT4hJ { top:6.625rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqFp0qWUKVggdTTqXmvygbSws8D1wzx5 { top:6.625rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8sIOpDVQTxisZTaiXTxuuBiMWwhFEuH { top:6.625rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZGnaBnqhG69t8g0r1ThG2EewP282ViM { display:block; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfMVNl0cNWnsGroZkyEiGIPI7auUR1Hh { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4N7XCSKecVdsg5nUU3fWZNGoMoW7TFv { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPraW466Jqy5frQaTVlqvyPfII7F6sEl { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUnzAxUEr2J8ioWmms0m3vc4hJLOQ34C { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtLwAAq5Qi21m8l85gCd4adViveuDu18 { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqT6vaqlnTZHBkKJLy4LFzSu9NBUT0F4 { 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) { #K5NZwGxpxO0OMTp6wGFruBykuTBbhZKJ { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNX2Azwt5mtqdNx3mrRXGgWMuLWOCVTz { display:block; }
 }@media only screen and (max-width: 763px) { #QlXT6ypgaFMGvc3bL3clN7lTveDIdCsy { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9E4dlUWTTD3nU0kgRoDmGdUBCnZIPoT { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIXkLreCLlWP5UI2uanMeRBDXp2kkoxZ { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m { display:block; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtWE7lLCZ10kQTTUdN4VDvGTPH7y4Xc { top:1.375rem;left:0rem;width:8.5625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWtmptE9xxNdirF1kX2hpLuATTRDULR { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeIT4yHIKvNvfrqIyRy8HzluquMv5Gox { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAHiUXhi5aoZBAdiTVBixcT5wB05ylTX { top:1.625rem;left:1.3992185592651rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkHdvWwPUTrMAKRcVdSr5upLshbAW89 { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:12.1875rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.5625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.75rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:31.875rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:34rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.6875rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE { display:block; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTXzVb2fOVANAnmZQOgBTyKzv4tobiEW { top:1.375rem;left:0rem;width:8.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVS71NP363x1dF7ChX5f0pKNiBDMTh7u { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksoGnlokaT049C8sk9rIqOcTP7TU1Mh { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fi5UiXyqmALPTgLFn0ISH37LHTOAAsir { top:1.625rem;left:0.77421855926512rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Zta4dy4apmI6Z345wivW8Z4OffT2Dh { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 { display:block; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6LGafcCEv3FQlQxewnpHDvVsiU6WmUA { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAfCiPaTEBmzx1qcOBAlC4GgTzcAQVFw { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0g1IgF4lQi9y65iCtvhw4w3TVMRxLHV { top:12.1875rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDylPTLSkNOFzUpDSCO1WQVJ6fdDBytC { top:14.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5c9qi2fdOoIvQktcS0yZ0Tskot0uEOd { top:6.75rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aenv2A25RCP3q7VKSJ96a9FTOmaylTpA { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxDTOpmOOF751HwxANWTUzxsZ0evDytt { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xGn924M1w1Be8cNLQR9XqaERoxCyy5 { top:8.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcXJxDzkGFZAR1kxXlEx0uGFFHSgI7X { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK { display:none; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCOP8uHtHGvIlmfgNHmQS0qxdO4rJQC2 { top:2.3125rem;left:0rem;width:15.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzygyefuLlAvocfhiM7cK556tgviVTUx { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQJyM39DCvlT8AHxs3GymG3uff3rONLO { top:2.125rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87RCfbwUSgx4dpnB9ImvsmpKy2l7aqU { top:1.125rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b { display:block; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1hkq9ZBfhFcT3mT3FXQhx58EvtHM24c { top:1.5rem;left:22.875rem;width:24.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAAOmL6tw1PXfrzFiWx9HFro04T917rR { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg8N4rq6Mv1i1Lui21PPuQsW5daWHKAK { top:1.25rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRJHz0Ofur7yVfschfKspo5OP6pEh1Hy { top:0.25rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy { display:block; }#a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy > .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) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { top:1.9375rem;left:30.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { 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) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { 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) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz5VBiCIQrZHFuT8cDrkEfWVXhbmzaqG { top:0.8125rem;left:30.25rem;width:17.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2e0a3f;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #oS9ktFy5ObCSgCk87KuX62BlHOlxoWay { 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; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { background-color: transparent; background-image: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container > .video-iframe-container { display: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container { display: none; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .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); }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { border-width: 0; border-radius: 0; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oS9ktFy5ObCSgCk87KuX62BlHOlxoWay > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUyhamO2wCVDT9dEmRUT47r9zthgioPP { 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) { #iMGp648VCNkLDhxqkBCUUWOfJr1bXXBa { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMfmEZvxuvMmCrKKcqTNg0wo00A1JrI1 { display:block; }
 }@media only screen and (max-width: 763px) { #wlFguuFQFW4HEnF8IQJSUEvfKna4siQ5 { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vk1pae8Tprzx4PaFCELImT7ml5gbZ2OJ { 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:38.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(180deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(180deg, #411751, #2e0a3f);background-image: -o-linear-gradient(180deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(180deg, #411751, #2e0a3f);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { width:17rem;height:4.6875rem;top:20.937500953674rem;left:1.5000000596046rem;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crt8l3dmEMu9S1mIL5FZpekyDy76OhtC { width:16.875rem;height:0.0625rem;top:38.1875rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXhtwa5z3Oh4fqIeutBsbmGoQcX3XD3 { width:13rem;height:2.0625rem;top:27.625rem;left:3.5rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#172279;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) { #Nbt5yirJfa1Ih2z0hc5QNEpoUwdMU1Gp { display:block; }
 }@media only screen and (max-width: 763px) { #CW9LA51HQfBt1Qv6isG6dvxSepRdAN7X { width:13rem;height:3.0625rem;top:29.625rem;left:3.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6ab4c5, #abd722);background-image: -moz-linear-gradient(180deg, #6ab4c5, #abd722);background-image: -ms-linear-gradient(180deg, #6ab4c5, #abd722);background-image: -o-linear-gradient(180deg, #6ab4c5, #abd722);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ab4c5', endColorstr='#abd722' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ab4c5', endColorstr='#abd722' );";background-image: linear-gradient(180deg, #6ab4c5, #abd722);background-size:auto !important;font-size:1rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2dZgTufpnnMRAJItmSCO35lqofKavd { display:block; }
 }@media only screen and (max-width: 763px) { #hbn3OD6g96UZQOTFQ0I62LvMpRxefVKe { width:13rem;height:3rem;top:32.6875rem;left:3.5rem;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, #92ffcb, #d4f1fa);background-image: -moz-linear-gradient(180deg, #92ffcb, #d4f1fa);background-image: -ms-linear-gradient(180deg, #92ffcb, #d4f1fa);background-image: -o-linear-gradient(180deg, #92ffcb, #d4f1fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ffcb', endColorstr='#d4f1fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ffcb', endColorstr='#d4f1fa' );";background-image: linear-gradient(180deg, #92ffcb, #d4f1fa);background-size:auto !important;font-size:1rem;color:#3d5e90;z-index:15371;display:block; }
 }@media only screen and (max-width: 763px) { #awfqLrlP8EBr4CXdL8eHHy4Ts0VCU0AC { display:block; }
 }@media only screen and (max-width: 763px) { #LXZUquaeenv7vxtk8AgttrSQHs1mr20C { width:5.3125rem;height:5.3125rem;top:3.625rem;left:13.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMV6nhtRqJFFZh6hQITTe7wkTSCBIg9U { width:4.3125rem;height:4.3125rem;top:14.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4PmDRxvbNpGirnhb9T8uSpdeUGmzdFe { width:2.9375rem;height:2.9375rem;top:1.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVGrOKOgRztUNZXRvtKc4hsc4kaQ9p3H { width:0.875rem;height:0.875rem;top:69.357032775881rem;left:-3.9374990463257rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8SdvBS5JcskrizOCrORRTdBOZX1ICE1 { width:1.5rem;height:1.5rem;top:16.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5BO0HB5Shc3Toi94rzGGM8s9yeHfRLm { width:1.375rem;height:1.375rem;top:56.013282775879rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgCltns8z26fxR0siHsNaEdFwvJd0M16 { width:0.875rem;height:0.875rem;top:58.599998474121rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQcIecm7yFMBXWXHnknnWw4NcJFsKhwM { width:1.4375rem;height:1.4375rem;top:11.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGvmXDdL1bRQo52ESJiyrGPoKW8Wx7TP { width:18.3125rem;height:18.3125rem;top:1.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:20rem;height:120.3125rem;background-color:#2e0a3f;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { width:20rem;height:0;top:30.75rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { width:4.375rem;height:4.375rem;top:84.4375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { width:4.375rem;height:4.375rem;top:85rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { width:4.375rem;height:4.375rem;top:84.3125rem;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) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { width:1.625rem;height:1.625rem;top:4.8984375rem;left:0.58723962306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { width:11.6875rem;height:3.1875rem;top:67.8125rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { width:1.9375rem;height:0;top:51.453126907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { width:7.0625rem;height:0;top:53.499998092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { width:10.0625rem;height:3.1875rem;top:49.5rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { width:2rem;height:0;top:48.8125rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { width:7.3125rem;height:0;top:55.589846134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { width:2.4375rem;height:0;top:55.25rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { width:4.5rem;height:0;top:45rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { width:14.875rem;height:0;top:46.460939884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { width:14.8125rem;height:0;top:47.25rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { width:9.0625rem;height:0;top:43.3125rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { width:14rem;height:0;top:65.3125rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { width:9.0625rem;height:0;top:42.3125rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { width:18.375rem;height:11.125rem;top:4.1458320617676rem;left:0.77473962306975rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14967;background-color:rgba(209,114,165,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { width:4.875rem;height:0;top:37.687503814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { width:8.125rem;height:0;top:37.687503814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { width:4.25rem;height:3.6875rem;top:40.883335113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { width:12.3125rem;height:0;top:40.511286020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { width:15.125rem;height:0;top:32.941669464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:14.5625rem;height:6.7448125rem;top:4.76953125rem;left:3.53125rem;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) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { display:flex;width:2.25rem;height:2.25rem;top:41rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { width:19.25rem;height:9.9375rem;top:39.3125rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { width:15.4358125rem;height:0;top:51.154541015625rem;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) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { width:0.8125rem;height:1.5125rem;top:6.0164070129394rem;left:1.9304688572884rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#2c364c;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { width:1.625rem;height:1.625rem;top:46.5rem;left:0.5595703125rem;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) { #Ah77TU8Ws33M3OTumKP8wuF9uO8Zkz81 { width:1.625rem;height:1.625rem;top:52.2548828125rem;left:0.5859375rem;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:15112;display:none; }
 }@media only screen and (max-width: 763px) { #TZFiIymP8BSqTFceziJJXG0ToEsXzWvZ { width:17.25rem;height:8rem;top:52.40234375rem;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:14998;background-color:rgba(209,114,165,0.43);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { width:18rem;height:1.30625rem;top:1.3740234375rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#d3adc8;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { width:13.6875rem;height:0;top:88.121879577638rem;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) { #UipHlS7okX50xwSpPkrx6i5IrKcCZT3L { top:55.562503814698rem;left:1.25rem;width:17.5rem;height:0.1875rem;z-index:15359;background-color:rgba(255,199,93,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { width:16.125rem;height:3.25rem;top:35.194793701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { width:16.125rem;height:3.25rem;top:39.433334350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { width:16.125rem;height:3.25rem;top:43.687503814698rem;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) { #nuKpeJWlrDyybsmmf1hQNMAdLnxQOw4A { display:flex;width:1.8125rem;height:1.8125rem;top:1.1201171875rem;left:1.4072265625rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #vmUNPGCoxIRiZI2PsT36zGgCkaDRoXKe { width:19.875rem;height:4.4375rem;top:5.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) { #CkEVSg2dMPM2uc1zxWwxfgWbcRPWv1XZ { width:11.25rem;height:2.5rem;top:12.184894561767rem;left:4.1875rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #TXFz7furibwJrOHwVx3pbOAgVmlc8gA7 { display:block; }
 }@media only screen and (max-width: 763px) { #xw8iqznud1y4zznrkIPxZCkskyDpP0h3 { width:20rem;height:0.0625rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvadES0K9VcoSXshXTer0kWJmBPthmd { width:2.25rem;height:2.25rem;top:5.625rem;left:1.0937499403954rem;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:14968;background-color:#ffbf0f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m8SJNfn2Hhhkzk2Z2p86WqZ6KMBZ8O00 { width:14.2453125rem;height:1.16875rem;top:116.6875rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #bWkm0BzeHTBqoCQmd3T6SU0SZseNaknE { width:19.6875rem;height:23rem;top:15.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpsdkKiaDuHwnPWX7e5rdRvVdFo8XiLQ { width:18.5rem;height:4.375rem;top:20.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAog4lnZU7JUGCMOIvzq7q9uDK9Q7zCT { width:0.8125rem;height:1.5125rem;top:22.3125rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15371;display:block; }
 }@media only screen and (max-width: 763px) { #PrtCMW5s1bJIvAZI0UhvuFaAMnPBEXtw { width:13.6875rem;height:0;top:122.43750667572rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wqFO2EQfrUD6OZJFucAlAt4VEpQnfEWe { width:2.1875rem;height:2.1875rem;top:20.9375rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqTo54TN7CXZpRKUD2sFMT8VI3tBvfR { width:20rem;height:0;top:125.87500667572rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#172279;display:none; }
 }@media only screen and (max-width: 763px) { #XbmrKyA5DyZaU6yKneWgcNWeKl12dfCB { width:10.125rem;height:1.725rem;top:17.375rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fI01xFCHlfrpb3r4hHdeCMf9I4uuauct { width:7.875rem;height:2.0625rem;top:17.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzLISgrDw77vWdHqDEN48DX7bgqHK7O { width:18.5rem;height:5rem;top:28.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obg2UkOIAFSqgZC2JJsrGFtwTryZqKTT { width:14rem;height:4.046875rem;top:28.625rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o1TVF7WqOZIs6linrevVKcfQ88JTuOEe { width:2.1875rem;height:2.1875rem;top:29.1875rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfpTvzwTdFDW4ya7SqFlHVEb1i0OW2e6 { width:0.8125rem;height:1.5125rem;top:29.125rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #lBHsUpixkr3PoIBoHszcBNiabvqbAt0P { width:18.5rem;height:4.375rem;top:33.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Mg5yszmqnfcdDBT72DIwiJTAEZiHoW { width:8.625rem;height:2.1875rem;top:22.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJutW1zTsTxxZwmPx1krKATcTfl7Blbi { width:2.1875rem;height:2.1875rem;top:34.75rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnXOPl5fvCXiTw912O75ozAz3bsiRGg { width:4.9375rem;height:1.35rem;top:35.125rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JMTn7b65zXBthozWzNPxJlURw1MTVHnT { width:7.4375rem;height:1.575rem;top:35rem;left:9.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2n6s9CxCvsD77zK57UruU96xG0q1Cx { width:0.8125rem;height:1.5125rem;top:33.9375rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #nf1lGDTZa5gsVWG9oIE5OcNG9SaTLUb6 { width:7.6875rem;height:2rem;top:34.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qy4ryfp4VcdJOKthgqODTsuNr7cBwI { width:19.6875rem;height:23rem;top:40.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuByRqlhJ2K9Kfy6sbMesG6tp48ytuc { width:18.5rem;height:4.375rem;top:44.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfTkc6d5IA9Hdtk9vgIgcVmLWptR9Xe { width:13.6875rem;height:0;top:146.62500667572rem;left:3.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Pw5Fy5A8reRkznatBXWPU3AXJOWTL5ev { width:2.1875rem;height:2.1875rem;top:45.5625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cElS33RamNJiI4TvfWRp0etNxyR4oEmI { width:0.8125rem;height:1.5125rem;top:46.5rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15371;display:block; }
 }@media only screen and (max-width: 763px) { #XWGOeiDBy7ZMGoWfTecpC71s0ULF25HN { width:10.125rem;height:1.725rem;top:42rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #REJLJsQRxxfEbsllOd80t1Fz0hvWhSWM { width:20rem;height:0;top:150.06250667572rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#172279;display:none; }
 }@media only screen and (max-width: 763px) { #m67rSS8voDy8gsMO2D7UepQU9MNzVoBT { width:7.875rem;height:2.0625rem;top:41.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcWX2TFy2N4tfMQFTXuWytZ3e9BKRNrz { width:18.5rem;height:5.0625rem;top:52.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV0G41hOluFOPBeZ1byDfr8CZJETxT4J { width:14.875rem;height:4.046875rem;top:52.875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DHuVKFNbo2MVgni2tOgRQVE5ybC6fz1U { width:2.1875rem;height:2.1875rem;top:53.3125rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEIylvTIRCzcVKsd25AKwZwV2aWMLDO3 { width:0.8125rem;height:1.5125rem;top:53.375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #GncniGsVWOPeR61X2LCKDLTAmhTeh6CV { width:18.5rem;height:4.375rem;top:57.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBM7RCeJa5vz1b46qLsl2f90rnOEMF8f { width:4.9375rem;height:1.35rem;top:59.3125rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z3e1XZFTWTehWUGWtKJm6Er0USxr6rPh { width:7.4375rem;height:1.575rem;top:59.125rem;left:9.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NocLlVcd3T42IWzkpbvDzPJUW8JmlAg5 { width:2.1875rem;height:2.1875rem;top:58.8125rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAzHWgLilT9klaVWKRtmP7vtiAENdcag { width:0.8125rem;height:1.5125rem;top:58.1875rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #HUC6FoKLTJfKx0wFeRPKJlW3gUzNf7C6 { width:7.6875rem;height:2rem;top:58.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqUVd2DxrKZVG1t5HVyOXJN5n1VFly8 { width:8.625rem;height:2.1875rem;top:46.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL75f72Udir3PKi01IOpVCg1uOrg6JaU { width:19.6875rem;height:27.1875rem;top:64.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbePA16JPaXRmODVbAtHlB9kK5krg58n { width:18.5rem;height:13rem;top:69.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsQLPUImwWf7Q4unWHC5sZm5aL6TfFk { width:10.125rem;height:1.725rem;top:66.25rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u4MG74V0prAg8RJLyepmhhCyoTkT4JV2 { width:7.875rem;height:2.0625rem;top:65.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GghcBmDzAm6L1K2U0WS7rzcVM5a42U3e { width:16.375rem;height:0;top:170.68750524521rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tPGa54xAX7Rv0MRGT051Ds8A4JmsAS7u { width:2.1875rem;height:2.1875rem;top:70.6875rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaMmZwaii8Hn1PdfzTEbVvb6x4wx5Fv { width:0.8125rem;height:1.5125rem;top:70.9375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15388;display:block; }
 }@media only screen and (max-width: 763px) { #UQocznCtJuNCyalSCGzEDy7mZNATf66F { width:16.5rem;height:0;top:173.97500562668rem;left:2.4562511444092rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#c51f40;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FhyRsNQR2K7H7TtLwgJ3BvxIASWoptfP { width:18.5rem;height:7rem;top:83.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtfo8UQGPqipOnkXcydU4mDTaWwLH3RD { width:2.1875rem;height:2.1875rem;top:84.0625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTuCwaiIUeUJVoEJmVEBJc4q9WCeHSP { width:0.8125rem;height:1.5125rem;top:80.3125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15389;display:block; }
 }@media only screen and (max-width: 763px) { #lPBxq0XcODicO4eVfLhpWou9a5CAmroT { width:9rem;height:1.8rem;top:84.125rem;left:9.25rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2UAXbI0qh9gXTIrlKIvBJd0r87Fupp { width:6.5625rem;height:2.25rem;top:83.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxt6lbfdKQXAhkME13e2LVo4D1lqhzA { display:flex;width:1.25rem;height:1.25rem;top:76.25rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #A5EIMCJCsDbZFIy48e4qofFKnVcRsy07 { width:9rem;height:1.35rem;top:84.5rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pdt5hRA2GkaFUlodM9TMo3itV68VXSpW { width:4.625rem;height:2.9375rem;top:65.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgzCzIDeXxzwTQ4CntUMntaivxsg1THN { width:5.375rem;height:2.9375rem;top:75.6875rem;left:12.6875rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #XZdI0VHu0vWWuIrdwq9TkK8SWIVlFT72 { display:block; }
 }@media only screen and (max-width: 763px) { #FUyH5qPinlqucILXt41zlWn0u6S9KPQF { width:16.3125rem;height:2.69791875rem;top:86.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JB2TwKEuRTI37CxyxztXDMJmEIiTGTEp { width:19.6875rem;height:23rem;top:92.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsZB1r7chm90iBvkipBt72DgEsgXOTq { width:18.5rem;height:4.9375rem;top:96.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cng9gzQT8TxzdDfnEw0iU0DLyklFk6Zz { width:13.6875rem;height:0;top:195.25000524521rem;left:3.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #chgqoT1GbQo5zpLuJfsyvBWOqdXh2Chi { width:2.1875rem;height:2.1875rem;top:98rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkGmK7CXVq8W3Gzy0ATc95ihx18TJZy { width:1.4375rem;height:1.5125rem;top:99.1875rem;left:0.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15400;display:block; }
 }@media only screen and (max-width: 763px) { #yMVoTJCwHNhTr9NAzWNcpTlwXMuBotdz { width:7.875rem;height:2.0625rem;top:93.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVWyJHCiGkUWo7qOw8lqLVscXhg7ukv { width:10.125rem;height:1.725rem;top:94.0625rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y9DQP3AnvFP3Q9i151haQZwXBrcchP6d { width:20rem;height:0;top:198.68750619888rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#172279;display:none; }
 }@media only screen and (max-width: 763px) { #FZ9N0NGu8TnwquAeqfhDAANRzFxOwqrk { width:18.5rem;height:4.875rem;top:105.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMOu5qFPlUAfRVJhbcf4eEi70VZSnQD { width:13.75rem;height:4.046875rem;top:105.5625rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o1bZMnvlTOoy45DCKyFRfw1EQO2DKGBa { width:1.4375rem;height:1.5125rem;top:106rem;left:0.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15401;display:block; }
 }@media only screen and (max-width: 763px) { #dnHextLaMFGAX3OBKGDJhJFV6HosZ5Uq { width:2.1875rem;height:2.1875rem;top:106rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLgGEEwNTWbwxUPrVT39IBKgwNOTydNR { width:18.5rem;height:4.375rem;top:110.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo19FhXM7GP2cDCArzuwK9S2qW8Zgdui { width:8.625rem;height:2.1875rem;top:99.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTErm6vSoLpIT0lk8EzHLtJCHsnNm85y { width:7.875rem;height:1.575rem;top:111.625rem;left:9.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yBIfPEvAuqHcZRW7Vc1JMwd5ivyTZigy { width:8.3125rem;height:2rem;top:111.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPs1lQc07zXTe4JxSIzO115qRWBB65r7 { width:4.9375rem;height:1.35rem;top:111.8125rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rgofVWNhJ2ZTsnystPHALPKH8JcQkGDg { width:2.1875rem;height:2.1875rem;top:111.375rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97dIMTurxNbmeGTJEIbUwx3O3wtuVyR { width:1.5rem;height:1.5125rem;top:110.8125rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15402;display:block; }
 }@media only screen and (max-width: 763px) { #THRoEosrA4FNQdLPX4Jcg181mBMJu5BM { width:15.5rem;height:2.54948125rem;top:25.25rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#ffffff;z-index:15420;display:block; }
 }@media only screen and (max-width: 763px) { #HUrI08Kx5GqNUsoT4txBp2kzetZKBNfM { width:13.5625rem;height:1.35rem;top:20.875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;z-index:15421;display:block; }
 }@media only screen and (max-width: 763px) { #NEmsysUIc4odeSCrImQfmuwm2m1BPolD { width:13.5625rem;height:1.35rem;top:97.625rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;z-index:15422;display:block; }
 }@media only screen and (max-width: 763px) { #FR8DyZVc5gMsKxDpGfZGkx4Wh5ncWtAV { width:15.5rem;height:2.54948125rem;top:102rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#ffffff;z-index:15423;display:block; }
 }@media only screen and (max-width: 763px) { #C08EOsR45Sq7eR0BDQDLoR7ykAyftzbT { width:14.9375rem;height:4.046875rem;top:70.5625rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;z-index:15424;display:block; }
 }@media only screen and (max-width: 763px) { #EF850k6or2FatlyEJafO7xWd9qqL55mo { width:16.5625rem;height:2.69791875rem;top:79.125rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#c51f40;line-height:1.2;font-weight:400;font-style:normal;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #acG6KF8Ga8MatDKwLhODdO6oq7plTtsS { width:8.875rem;height:4.046875rem;top:74.9375rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#c51f40;line-height:1.2;font-weight:400;font-style:normal;z-index:15426;display:block; }
 }@media only screen and (max-width: 763px) { #otdmO3Cg7u1ss5o3WgGEDEIdAZnLfKTN { width:15.5rem;height:2.54948125rem;top:49.4375rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#ffffff;z-index:15424;display:block; }
 }@media only screen and (max-width: 763px) { #i5XfWzGUJBqbLntw9GhB9L3asEs8NPK9 { width:13.5625rem;height:1.35rem;top:45.1875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;font-weight:700;font-style:normal;z-index:15423;display:block; }
 }@media only screen and (max-width: 763px) { #s1Cg2l6rMyI2X8NyZ4BrKfm8zFuv979n { width:0.8125rem;height:1.5125rem;top:21.324999809265rem;left:2.0374999642372rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15427;display:block; }
 }@media only screen and (max-width: 763px) { #FnJzMWSG15Sh9uEQG6sQdsLxhX20J9HB { width:0.8125rem;height:1.5125rem;top:29.525000572204rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15428;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPEhod8uiRa6RZq4Vf8wztxaFv4wggV { width:0.8125rem;height:1.5125rem;top:35.056250572204rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15429;display:block; }
 }@media only screen and (max-width: 763px) { #l3sglUwXeL7UhxuLcRaODKBO1ML6Hoc3 { width:0.8125rem;height:1.5125rem;top:45.900001525879rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15430;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCMM4ZwomkDwPZrJ3nrcV4Qp2bRUUME { width:0.8125rem;height:1.5125rem;top:53.650001525879rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15431;display:block; }
 }@media only screen and (max-width: 763px) { #Gtz0kaWGxe6TrRFfg1mwg6sgMWkr4b6c { width:0.8125rem;height:1.5125rem;top:59.212500572204rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15432;display:block; }
 }@media only screen and (max-width: 763px) { #HVy3sWEMVv0T7NkMz2pGHmQqxoULcBtq { width:0.8125rem;height:1.5125rem;top:71.025001525881rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15433;display:block; }
 }@media only screen and (max-width: 763px) { #tF19qRpe9cRmQNVUMnOsv9itCL7qSCbF { width:0.8125rem;height:1.5125rem;top:84.399223327638rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15434;display:block; }
 }@media only screen and (max-width: 763px) { #POCzAWcA7tREMQI6O2fsSeU2TrTnclzP { width:1.625rem;height:1.5125rem;top:98.461723327638rem;left:1.7429688572884rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15435;display:block; }
 }@media only screen and (max-width: 763px) { #HNMAALWxD0ZmxTAMKppr4zzQf6KtGZMi { width:1.625rem;height:1.5125rem;top:106.36797332764rem;left:1.8000000119209rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15436;display:block; }
 }@media only screen and (max-width: 763px) { #LMmCb4f0vdT8HwNbxkIwtaqMO4NHZpTg { width:1.625rem;height:1.5125rem;top:111.80547332764rem;left:1.7742188572884rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15437;display:block; }
 }@media only screen and (max-width: 763px) { #Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 { display:block; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 { background-color: transparent; background-image: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container > .video-iframe-container { display: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row > .video-iframe-container { display: none; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .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); }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .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; }#Em9cwpFRXkEWp8VQsIenKzB2itoUAWp3 > .row .container { width:20rem;height:10.5rem;background-color:transparent;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) { #gZNuxHbfe8o9dTHXyy06EN9tiaGUxlvI { 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) { #aHMsZMg5pCTsr8G9mrkFfarlu8EOLWF8 { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:none; }
 }@media only screen and (max-width: 763px) { #Js2P28T8OnvOldwGptfB71HeCED9XyZs { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:none; }
 }@media only screen and (max-width: 763px) { #vo538gT891hvvuPPyTRhu47qFXrZI12B { 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) { #bL5Wn2IPnq34nasICxmp7G9HxU58tr0X { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #xxnvCM8rR8S7xs6MhKE2perUe6A7dI7Z { 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) { #uA8wadwT69q639JBTH7PoIrBo8CJFG3I { 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) { #KnecqdknbrErl8VPU9vuO23XDcPDVs0M { 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) { #c9zORPpBklHZMnoV2TqxO0HUpLZIrLP3 { 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) { #pTXqoG8S0dAxfQ5i0FIZh8R6xWhBCoJP { 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) { #fwmN2IppuMpKQIi36sXMIHTyAUcKslsQ { 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) { #hCsfhFkaMFX4slV5qrHJ1cvixlzsWIEf { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7fc9KRLFhFl7dncvVWbIAbmTIcQRXib { 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) { #c1UlMB1n3vNSW6qpwCyHBhvwpxAfOsvW { 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) { #tX94yMOF2Q7F4CEp7ah3P9wqfIqzOtZ5 { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfUDqkObKpw9vDmFo9s9S6IZKOoSl2E0 { 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) { #sDoWoruKrLB5mUd97C1wMuN2kkOUtzcU { 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) { #J8t7Ito7XvGsPaUcrWwfP0dDdR080MHp { 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) { #BE8cwfqWB8Azl22WSLpvzoELOKKphDhn { 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) { #xlMSm2kq2dK118dJ1mpksJy8yDDn1m1I { 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) { #QyHq957xQyxlhi7PZDrAXcz4qBxVw1T2 { 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) { #KMDRiOO8ooIvOsUZgK23pZkMV3zJXGX9 { 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) { #gH3HpkA67bZr0DhVfM3UbUMDkl3Rr69B { 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) { #QQOAMWHobth72vzWyW0TfPOZsmqxzOPF { width:15.625rem;height:8.375rem;top:2.9794921875rem;left:2.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #AITm1yoCpkAXscOnnob7pfQxSMHWFeG9 { 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) { #sboTXDVkX7OvW7MmKn8c0Ui2U2XVnpAg { 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) { #vAktJKr8qMHLF8ELyJNEIxwLxVfd9LUq { 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) { #nIB6WoeXeQwoI0Fbb7LJaDQ7M886TMmV { width:15.625rem;height:6.75rem;top:28.343750238419rem;left:3.6875001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #WJcIEBbsAQvc6KU9gMod0P21qdkuFoML { 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) { #tTo38Gsuyw1opJ8WwlsXHkUWqeDuTHiq { 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) { #G8IuoJ4gpoPiT3IoHETnKfbSKtzIenSI { display:flex;width:2.25rem;height:2.25rem;top:19.354167938233rem;left:10.218750596046rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #Te4PGPmyEV4KoGBs2FFpB3ETpfUNnveT { display:flex;width:2.25rem;height:2.25rem;top:37.265625rem;left:10.37369787693rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #eLRwDumHVN7aGDtaeD1EAH96lohDQaRH { width:12.6875rem;height:1.16875rem;top:0.66666412353513rem;left:4.0312500596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;color:#d3adc8;display:block; }
 }@media only screen and (max-width: 763px) { #f5BxeokMLbTAqbN0ETwRfhS4HplmBOa0 { width:5.625rem;height:5.625rem;top:3.6476547241211rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCk5dMg2oG8D8sWyXnAy45lNzquMPpy { width:6.125rem;height:6.125rem;top:3.0851547241211rem;left:6.9375rem;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:59.125rem;background-color:#2e0a3f;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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) { #w3qUcwq3Mw5ZCQlk3TrfhPP0RDy0kdFu { width:4.9375rem;height:4.9375rem;top:3.5000019073486rem;left:15.062500536442rem;z-index:15377;display:block; }
 }@media only screen and (max-width: 763px) { #omRXnpE8u7NJmx15zpwghzXlzTgqHM4U { width:20rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0bpqdg39wM0TKn8h2fsX4FQGTaAp4c { width:20rem;height:auto;top:2.4375rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #noBroTbIwspJmx5xbzBwTTZW4XbzbByF { width:6.875rem;height:10.25rem;top:4.0625rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #HW052dBaCbFDQK0SM3pO16Lwpql1ebse { width:19.375rem;height:12rem;top:5.3125rem;left:0.3125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;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;display:block; }
 }@media only screen and (max-width: 763px) { #GdGGTz8C17PwPsSkowkkFSyg5XXC6HDC { height:10.4375rem;width:18.625rem;top:6.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO71zUJXIVB6CdX9HK2dTwSwmTGdEq2l { width:4.375rem;height:4.375rem;top:2.0148439407349rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n64T4EJTlTBz0leJrWfCHEfTE5fFzr2g { width:19.375rem;height:12rem;top:22.625000715256rem;left:0.31249994039536rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;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;display:block; }
 }@media only screen and (max-width: 763px) { #BU2ThTJr3Et734kX1FoV62lCHW4Kk8PV { width:4.5625rem;height:4.5625rem;top:34.624999761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfhhAx9lCFIr5yKR4R2mZhKaK8SrbKMg { height:10.4375rem;width:18.625rem;top:23.375000715256rem;left:0.68749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhnTnuao8iSB6ZKgFq9lXIoLlS7AGye { width:4.8125rem;height:4.9375rem;top:83.514757156375rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aksAXORAJ7GdoxDU0e58wTJoUI1TTv7w { width:2.8125rem;height:2.875rem;top:19.437500715256rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #w11E3o5MpaSvmXTuzwbl42t1SZATZhxB { width:19.375rem;height:12rem;top:40.937500953674rem;left:0.31171876192093rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;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;display:block; }
 }@media only screen and (max-width: 763px) { #MQVblNIesHdF0zh7BbbS7P7UKcMGQMz0 { height:10.4375rem;width:18.625rem;top:41.718751907349rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Q06Z944VHCLcMgcvJlGSLIwO84AQ5B { width:4.9375rem;height:7.75rem;top:29.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKTJUmO7NdqKxz2olVOz1Zv9xhAHhn2v { width:3.6875rem;height:3.625rem;top:36.500001907349rem;left:15.687499582768rem;z-index:15378;display:block; }
 }@media only screen and (max-width: 763px) { #LsZtWm3t23BiStfIyFhk43iNDpRDRK75 { width:4.1875rem;height:4.5rem;top:38.250000953674rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqFcHKKkSJUFnOp19tt8WnMx8B5flrAW { width:5.875rem;height:6rem;top:7.75rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTAyXrWVxD9OmXXZ2Nu6hUVQ3zD2KIZt { width:2.0625rem;height:2.125rem;top:16.499999761581rem;left:17.937499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8IQgrkT5shigvxpuXuepTxilTlXbeE6 { width:2.9375rem;height:3.1875rem;top:54.812501907349rem;left:0.31171876192093rem;z-index:15379;display:block; }
 }@media only screen and (max-width: 763px) { #KoO0BvXM4aVnveezVlFUKqM0lD8t4Fz7 { width:14.875rem;height:4.25rem;top:16.375001907349rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4VgiUEuRw1UhtCsoe4Rk4LmzKkD5GTR { width:14.8125rem;height:5.625rem;top:19.6875rem;left:2.5625rem;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) { #Wks8NKMk3QyPBZpTQxMl1xaDTohPUkzM { width:14.8125rem;height:5.625rem;top:19.6875rem;left:2.5625rem;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) { #AKhKnDhe6KT8HiDHrdAvBtyl6rUdWPbp { width:14.875rem;height:4.25rem;top:33.487501144409rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZqka1DOK1e0TErnPUu1HnSguVdWwFH { width:14.8125rem;height:5.625rem;top:146.05000877381rem;left:2.59375rem;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) { #qJPwQTc3StaKW2LTluVhaWxAdWV0eVuw { width:14.875rem;height:4.25rem;top:52.03125rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmzOlbE3dKQsQMcrLJD8ATO4uEhT4hJ { width:14.4375rem;height:6.8125rem;top:13.625000715256rem;left:2.8117190003395rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15030;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqFp0qWUKVggdTTqXmvygbSws8D1wzx5 { width:14.4375rem;height:6.8125rem;top:30.875000715256rem;left:2.7812500596046rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15031;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8sIOpDVQTxisZTaiXTxuuBiMWwhFEuH { width:14.4375rem;height:6.8125rem;top:49.375001907349rem;left:2.7812500596046rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15035;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZGnaBnqhG69t8g0r1ThG2EewP282ViM { 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; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container { background-color: transparent; background-image: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container > .video-iframe-container { display: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row > .video-iframe-container { display: none; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .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); }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container { border-width: 0; border-radius: 0; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZGnaBnqhG69t8g0r1ThG2EewP282ViM > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfMVNl0cNWnsGroZkyEiGIPI7auUR1Hh { width:13.8125rem;height:1.3501rem;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) { #t4N7XCSKecVdsg5nUU3fWZNGoMoW7TFv { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RPraW466Jqy5frQaTVlqvyPfII7F6sEl { width:16.749125rem;height:5.5117125rem;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) { #cUnzAxUEr2J8ioWmms0m3vc4hJLOQ34C { 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) { #UtLwAAq5Qi21m8l85gCd4adViveuDu18 { 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) { #SqT6vaqlnTZHBkKJLy4LFzSu9NBUT0F4 { width:10.1875rem;height:3.671875rem;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) { #K5NZwGxpxO0OMTp6wGFruBykuTBbhZKJ { 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) { #lNX2Azwt5mtqdNx3mrRXGgWMuLWOCVTz { display:block; }
 }@media only screen and (max-width: 763px) { #QlXT6ypgaFMGvc3bL3clN7lTveDIdCsy { 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) { #N9E4dlUWTTD3nU0kgRoDmGdUBCnZIPoT { 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) { #EIXkLreCLlWP5UI2uanMeRBDXp2kkoxZ { width:20rem;height:17.75rem;top:0.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -moz-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -ms-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -o-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );";background-image: linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m { 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; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { background-color: transparent; background-image: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container > .video-iframe-container { display: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container { display: none; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .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); }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { border-width: 0; border-radius: 0; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fk0FpA44BCsT9JT1JEmrI0RefgG6yh5m > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMtWE7lLCZ10kQTTUdN4VDvGTPH7y4Xc { width:4.5625rem;height:2.8496125rem;top:0.98906326293944rem;left:1.4375000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15020;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lsWtmptE9xxNdirF1kX2hpLuATTRDULR { display:flex;width:2rem;height:2rem;top:1.5015640258789rem;left:17.059375345707rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TeIT4yHIKvNvfrqIyRy8HzluquMv5Gox { 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) { #mAHiUXhi5aoZBAdiTVBixcT5wB05ylTX { width:10.6875rem;height:1.59375rem;top:1.609375rem;left:6.0000000596046rem;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) { #TKkHdvWwPUTrMAKRcVdSr5upLshbAW89 { width:20.0625rem;height:3.75rem;top:0.4375rem;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 *:focus-visible, #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 input[type="text"]:focus-visible, #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 input[type="email"]:focus-visible, #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 input[type="tel"]:focus-visible, #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #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:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:1.6848945617676rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.44791875rem;top:3.2330741882324rem;left:1.2161458730698rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.3984375rem;top:12.25rem;left:1.123046875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.625rem;height:24.47916875rem;top:15.18359375rem;left:1.123046875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:7.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.2rem;top:42.196876525879rem;left:1.1562499403954rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.89583125rem;top:44.118751525879rem;left:1.1249999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:16.1875rem;height:1.1375rem;top:8.7470703125rem;left:1.140625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE { 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; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { background-color: transparent; background-image: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container > .video-iframe-container { display: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container { display: none; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .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); }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { border-width: 0; border-radius: 0; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPXpARO1vXA4sk7O7MLcrwOx1JR7UklE > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTXzVb2fOVANAnmZQOgBTyKzv4tobiEW { width:4.5625rem;height:2.8496125rem;top:0.76171875rem;left:1.4375000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15020;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SVS71NP363x1dF7ChX5f0pKNiBDMTh7u { display:flex;width:2rem;height:2rem;top:1.2515563964844rem;left:17.059375345707rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #xksoGnlokaT049C8sk9rIqOcTP7TU1Mh { 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) { #fi5UiXyqmALPTgLFn0ISH37LHTOAAsir { width:10.6875rem;height:1.59375rem;top:1.3882751464844rem;left:5.5000000596046rem;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) { #a6Zta4dy4apmI6Z345wivW8Z4OffT2Dh { width:20.0625rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 { 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; } #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 *:focus-visible, #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 input[type="text"]:focus-visible, #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 input[type="email"]:focus-visible, #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 input[type="tel"]:focus-visible, #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { background-color: transparent; background-image: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container > .video-iframe-container { display: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container { display: none; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .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); }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { border-width: 0; border-radius: 0; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaUll3FTQ6RKnzOdhMpcluUyrQpgfW99 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6LGafcCEv3FQlQxewnpHDvVsiU6WmUA { width:18.5rem;height:1rem;top:1.6848945617676rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #OAfCiPaTEBmzx1qcOBAlC4GgTzcAQVFw { width:17.3125rem;height:2.44791875rem;top:4.3578109741211rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p0g1IgF4lQi9y65iCtvhw4w3TVMRxLHV { width:18.25rem;height:2.3984375rem;top:17rem;left:1.1226562857628rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fDylPTLSkNOFzUpDSCO1WQVJ6fdDBytC { width:17.625rem;height:3.671875rem;top:19.93359375rem;left:1.1226562857628rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g5c9qi2fdOoIvQktcS0yZ0Tskot0uEOd { width:18.375rem;height:2.3984375rem;top:8.6875rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aenv2A25RCP3q7VKSJ96a9FTOmaylTpA { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxDTOpmOOF751HwxANWTUzxsZ0evDytt { 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) { #T9xGn924M1w1Be8cNLQR9XqaERoxCyy5 { width:16.1875rem;height:3.41015625rem;top:11.621871948243rem;left:1.1406249403954rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZcXJxDzkGFZAR1kxXlEx0uGFFHSgI7X { 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) { #H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK { 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; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { background-color: transparent; background-image: none; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container > .video-iframe-container { display: none; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row > .video-iframe-container { display: none; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .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); }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { border-width: 0; border-radius: 0; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H91W6Wdx4H7yPJIeJ6ZLC8ueZ6TdXKkK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOP8uHtHGvIlmfgNHmQS0qxdO4rJQC2 { width:15.8125rem;height:2.11198125rem;top:2.341796875rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzygyefuLlAvocfhiM7cK556tgviVTUx { 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) { #ZQJyM39DCvlT8AHxs3GymG3uff3rONLO { width:6.25rem;height:1.38125rem;top:0.66015625rem;left:6.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z87RCfbwUSgx4dpnB9ImvsmpKy2l7aqU { width:19.875rem;height:4.9375rem;top:0.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b { 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; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { background-color: transparent; background-image: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container > .video-iframe-container { display: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container { display: none; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .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); }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { border-width: 0; border-radius: 0; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0CfH8JmUESt3c5x4s33WDrlMIAbsI5b > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1hkq9ZBfhFcT3mT3FXQhx58EvtHM24c { width:15.8125rem;height:0;top:23.1396484375rem;left:3.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RAAOmL6tw1PXfrzFiWx9HFro04T917rR { 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) { #hg8N4rq6Mv1i1Lui21PPuQsW5daWHKAK { 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) { #hRJHz0Ofur7yVfschfKspo5OP6pEh1Hy { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy { display:block; }#a1uGZ06VnMaU2I2KrIgVLqX0baT08VGy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:20rem;height:5.02895625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { 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) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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,240,113,0.94), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,240,113,0.94), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,240,113,0.94), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,240,113,0.94), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff071ef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff071ef', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,240,113,0.94), #ffffff);background-size:contain !important; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { 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) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { width:3.75rem;height:2.69921875rem;top:1.703125rem;left:1.6281250119209rem;font-size:0.75rem;font-weight:700;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) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { width:19.625rem;height:4rem;top:1rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-image: -moz-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-image: -ms-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);background-image: -o-linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f531189', endColorstr='#b0d721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f531189', endColorstr='#b0d721' );";background-image: linear-gradient(180deg, rgba(15,83,17,0.54), #b0d721);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; }
 }@media only screen and (max-width: 763px) { #Vz5VBiCIQrZHFuT8cDrkEfWVXhbmzaqG { width:17.5rem;height:1.125rem;top:7.46515625rem;left:1.25rem;display:none; }
 }