.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6f9ff;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { 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; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;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:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { 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.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);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;box-sizing:border-box;color:rgba(var(--color-primary-3),1);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.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffeedc, #ffd5dd);background-image: -moz-linear-gradient(0deg, #ffeedc, #ffd5dd);background-image: -ms-linear-gradient(0deg, #ffeedc, #ffd5dd);background-image: -o-linear-gradient(0deg, #ffeedc, #ffd5dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeedc', endColorstr='#ffd5dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeedc', endColorstr='#ffd5dd' );";background-image: linear-gradient(0deg, #ffeedc, #ffd5dd);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:32.0625rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:6.9375rem;width:5.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:4.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 3.125rem rgba(170,58,13,0.13) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:1.3125rem;width:5.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:4.02734375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { position:absolute;display:block;z-index:15369;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.2373046875rem;left:4.6875rem;overflow:hidden;display:block; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#920544;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15298;line-height:1.2;letter-spacing:0;top:5.4244794845581rem;left:45.468751430511rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { 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:23.4375rem;width:23.4375rem;top:2.98046875rem;left:11.713281035423rem;overflow:hidden;display:block; }
#qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc4a2, #ff3865);background-image: -moz-linear-gradient(180deg, #ffc4a2, #ff3865);background-image: -ms-linear-gradient(180deg, #ffc4a2, #ff3865);background-image: -o-linear-gradient(180deg, #ffc4a2, #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc4a2', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc4a2', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, #ffc4a2, #ff3865);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.5625rem;height:13rem;text-decoration:none;z-index:15350;text-align:center;text-align-last:center;top:12.8125rem;left:43.375002264976rem;display:block; }
#C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-4),0.09) ;box-sizing:border-box;color:#182399;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:2.3125rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:10.5625rem;left:43.375002264976rem;display:block; }
#I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { background-color:rgba(var(--color-primary-2),0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.875rem;height:4.37421875rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:14.21875rem;left:43.718752264976rem;display:block; }
#WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.12425rem;height:3.37421875rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:19.80624961853rem;left:46.093752264976rem;display:block; }
#GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { box-sizing:content-box;height:9.375rem;width:9.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:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,233,209,0.51), #ff3865);background-image: -moz-linear-gradient(180deg, rgba(255,233,209,0.51), #ff3865);background-image: -ms-linear-gradient(180deg, rgba(255,233,209,0.51), #ff3865);background-image: -o-linear-gradient(180deg, rgba(255,233,209,0.51), #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9d182', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9d182', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, rgba(255,233,209,0.51), #ff3865);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:30.3115234375rem;display:block; }
#zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { color:#182399;display:block;width:29.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15297;line-height:1.2;letter-spacing:0;top:10.27734375rem;left:40.96875rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZXeKK404wIiV3135r8mn82BWCU8p2SZz { box-sizing:content-box;height:2.93728125rem;width:2.93728125rem;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:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.631077289581rem;left:32.164712905884rem;display:block; }
#L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { box-sizing:content-box;height:1.875rem;width:1.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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,233,209,0.5), #ff3865);background-image: -moz-linear-gradient(180deg, rgba(255,233,209,0.5), #ff3865);background-image: -ms-linear-gradient(180deg, rgba(255,233,209,0.5), #ff3865);background-image: -o-linear-gradient(180deg, rgba(255,233,209,0.5), #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9d17f', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9d17f', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, rgba(255,233,209,0.5), #ff3865);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.373483601837rem;left:6.2326406872559rem;display:block; }
#zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { box-sizing:content-box;height:5.875rem;width:5.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:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ff3865, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ff3865, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6983513832092rem;left:11.040582656861rem;display:block; }
#yyhp0IpXachGg8VyZVqB1EXBrhzNf5d4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066c8, rgba(0,172,249,0.69));background-image: -moz-linear-gradient(180deg, #0066c8, rgba(0,172,249,0.69));background-image: -ms-linear-gradient(180deg, #0066c8, rgba(0,172,249,0.69));background-image: -o-linear-gradient(180deg, #0066c8, rgba(0,172,249,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9af' );";background-image: linear-gradient(180deg, #0066c8, rgba(0,172,249,0.69));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.5625rem;height:13rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:12.8125rem;left:58.837499976158rem;display:block; }
#QMU8Qgl4Ty6f8d6fFN8zqR34Pq8Guoz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jcod1nXCdWFehP86v6NE7BW5wpCz5FnO { background-color:rgba(var(--color-primary-2),0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.875rem;height:4.37421875rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:14.21875rem;left:59.181249976158rem;display:block; }
#dXULiJSgTGiJPWTwRv8tIB8mFRvirqL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEzTkSS8Av61iNS08DlO4TlT6b3wFsxN { 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:9.75rem;width:9.75rem;top:16.617968559265rem;left:61.243749976158rem;overflow:hidden;display:block; }
#Fk48ZBWBDCugTz6b89pCgdrPLyk94uXl { box-sizing:content-box;height:1.875rem;width:1.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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,152,88,0.5), #1c00c8);background-image: -moz-linear-gradient(180deg, rgba(255,152,88,0.5), #1c00c8);background-image: -ms-linear-gradient(180deg, rgba(255,152,88,0.5), #1c00c8);background-image: -o-linear-gradient(180deg, rgba(255,152,88,0.5), #1c00c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff98587f', endColorstr='#1c00c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff98587f', endColorstr='#1c00c8' );";background-image: linear-gradient(180deg, rgba(255,152,88,0.5), #1c00c8);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.373483601837rem;left:6.2326406872559rem;display:none; }
#UNygNRcXebNd15PysM7Rg6RquWdeBDrl { background-color:rgba(var(--color-primary-2),0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.875rem;height:4.37421875rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:14.21875rem;left:43.718752264976rem;display:none; }
#hhsGWi1foThp0HaLL3CKunfJAuRkkTPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8AL4XJG9Snr3M2nXL3q85I8VGx9Wryt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,14,200,0.83), #ff9858);background-image: -moz-linear-gradient(180deg, rgba(0,14,200,0.83), #ff9858);background-image: -ms-linear-gradient(180deg, rgba(0,14,200,0.83), #ff9858);background-image: -o-linear-gradient(180deg, rgba(0,14,200,0.83), #ff9858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000ec8d3', endColorstr='#ff9858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000ec8d3', endColorstr='#ff9858' );";background-image: linear-gradient(180deg, rgba(0,14,200,0.83), #ff9858);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.5625rem;height:13rem;text-decoration:none;z-index:15350;text-align:center;text-align-last:center;top:12.8125rem;left:43.375002264976rem;display:none; }
#Hk6k3dwFMDZ90JH1mn5rrumQr8CJLSZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeedc;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; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container { background-color: transparent; background-image: none; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container > .video-iframe-container { display: none; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row > .video-iframe-container { display: none; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .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); }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container { border-width: 0; border-radius: 0; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#S1gEtAMft1L4ZCJkoyFTeG3JmPRqTaqh { 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; }
#aFfRUJTWs9fpstgAPIpnL84edTk5M8PI { 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; }
#tWQ8sBAJTA2lCuhpbflgqeUvyDreqWBb { 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; }
#i6O8VtdArvIVrAXv1qe4X2azylQyhBV9 { color:#920544;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2rem;left:29.0625rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qa0dOJu8w9E0ClhfqFyGcOLRpJCJQkSI { 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; }
#PK7IkWUHgOKp42lE1SPadKvMTNTbNRoc { 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; }
#AFoyyMbTVT6TkkpWyHAv6aUIZetD42Pq { 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; }
#y9UtGTHHU2usAxyvQl0eonWLQmBUID8F { 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; }
#dF3mnNWh1l8IvOvTWLQadQKH4UyUApR8 { color:#433c93;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; }
#k3XpScd2paecDC2tTEmS6Mo0nF9iViTF { 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; }
#nOG40oFkkNnHcTyyG0g5soZJ4CaXHpHq { box-sizing:content-box;height:7.25rem;width:45.3125rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb285);background-image: -o-linear-gradient(90deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(90deg, #ff3865, #fdb285);background-size:auto !important;top:6.3125rem;left:4.8125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,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;border-left:0;border-right:0;border-bottom:0;display:block; }
#rsVDOvsu0PsTVCfiuunoZg99GPQJgILg { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15121;line-height:1.2;letter-spacing:0;top:8.25rem;left:10.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVbCnmpA4sU9FPIFoW7pd9OV89yDdzi1 { 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, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));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; }
#fDrhpURTycESJS5deoJWCVm9TW6X0mvN { 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; }
#KilNWkm3evcZ2JqbJKwy5eG2fyQMw0wv { 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; }
#nK5gn71KgP8JMnueAIJDxdBo0BANZrGl { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, 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(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ka7vrEqap3fepIO6hbsEOhIng3szeVqN { 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, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));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; }
#grcHrBHLbSsF4U6aGtOxqoGH3cCkVdHV { 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; }
#FGKuFToZhU7TsT5efK9kRHPC6iHtMkEP { 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; }
#oAJaehOAVuwkmcXvS2Td26EJeHayZUqh { 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; }
#NUFFLqH3sUV7naQD0WEfHtuPENVmLk2p { 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; }
#y8pWxXPCcXHOohKWxf0IGwJzf0qclt0A { color:#172279;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; }
#TqRhvowPZQZ6XLxMV1m1I3yPGKdCJwXa { 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; }
#Xr1SXuZPkGqaXTo6s7Kn0LdTRWCNEAy8 { 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; }
#W4KDsn5kRQdvSTxTAzTluAeQI9RTwRbk { 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; }
#ndS5TA5sXfmAZSFtEifBTfVwTQqRGxo3 { 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; }
#d9BcdO9N3yolEcZOB7SZmmaDhURTr7Q1 { color:#546297;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; }
#Sn5g7Vm3F0JByHlNw5IrXc8vWlNsxGsv { 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; }
#GcCG1m5dJbXoGhdPzSMsbtHmBic5EfL5 { color:#172279;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; }
#ytuDvfyCITey1bqAy4Dp83SOosVkDceU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55753125rem;width:2.55753125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15371;opacity:1;top:20.5625rem;left:6.5625rem; }
#EaT5h6O81Z4L09efxzcn2WoDIOfARlGN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15362;opacity:1;top:8.5625rem;left:6.5rem; }
#JsOZ7PTsuPg4oIxVu79msz6zlfImTrL9 { box-sizing:content-box;height:4.1875rem;width:10.75rem;position:absolute;display:block;z-index:15388;background-color:rgba(255,252,243,0.63);background-image:none;top:7.5625rem;left:35.75rem;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 #ff9858;border-left:0.125rem solid #ff9858;border-right:0.125rem solid #ff9858;border-bottom:0.125rem solid #ff9858;display:block; }
#J6fFZexutQmvVq2GrNFec9ydxeLkWhJB { position:absolute;display:block;z-index:15389;height:2.1875rem;width:6.746875rem;top:8.6875rem;left:37.8125rem;display:block; }
#C1TskM9cTDHrfZP7Hgc7PqH4f1UzcQQD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15324;text-align:center;text-align-last:center;top:10.125rem;left:54.75rem;display:block; }
#EC3iRH5WVsmJHa2iP9eIJ3G5A3lLOb4o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcFlLiR7eo5CFvUKufp7a6SK1K2yDfF5 { color:#920544;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:6.6875rem;left:54.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oITAck9hpm4xf1AlET62hNHhTrMduKX1 { box-sizing:content-box;height:4.75rem;width:45.3125rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb285);background-image: -o-linear-gradient(90deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(90deg, #ff3865, #fdb285);background-size:auto !important;top:19.5rem;left:10.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,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;border-left:0;border-right:0;border-bottom:0;display:block; }
#u4aH74mmEMs5UuXGPGFcwg7nw7fC4cfW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15373;opacity:1;top:20.6875rem;left:12rem; }
#pVDdpGdbz0piU6xTlIFrMmW8m5kfDddE { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:20.9375rem;left:16.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztMtKrmy8oO4qBRyVDFVqLUVmFGZxWzJ { position:absolute;display:block;z-index:15375;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:5.9375rem;top:13.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#Sv7aHzs3VWURoEfJgkfhsE17fOhFyEOw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11rem;height:2.3125rem;text-decoration:none;z-index:15389;text-align:center;text-align-last:center;top:15.375rem;left:37.8125rem;display:block; }
#t885ng3VtevNPuiAbxThfT6PdWO5iXit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ilBnZTwNIMytSpnJdz9L6fLi3FIxr9wT { color:#920544;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:15.875rem;left:12.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b2pXwKL1LLRn8xIvJfV3HORTZcLiDbzV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55753125rem;width:2.55753125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15372;opacity:1;top:27.1875rem;left:9.125rem; }
#KPU6ZIkxuBwTwfwlB8HfgX5LPbSAAHpx { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15365;opacity:1;top:27.625rem;left:15.0625rem; }
#Ua5n1Wn9CVOMRAr2Sept2mJU0QkISDeO { box-sizing:content-box;height:5.5rem;width:51.5rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb285);background-image: -o-linear-gradient(90deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(90deg, #ff3865, #fdb285);background-size:auto !important;top:26.0625rem;left:13.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,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;border-left:0;border-right:0;border-bottom:0;display:block; }
#TlGP9QvaZ5zutZloCn4b35R8bSaxr8NQ { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:28rem;left:18.75rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDIZMq2fBE7AFNS1bMbZZoeEb54q4MQS { box-sizing:content-box;height:3.3125rem;width:10.75rem;position:absolute;display:block;z-index:15389;background-color:rgba(220,0,98,0.94);background-image:none;top:27.1875rem;left:24.875rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#hRbQdBSEcvcawiVdfPiSeRo6myFeiuXb { color:#ffffff;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15390;line-height:1.3;letter-spacing:0;top:27.8125rem;left:26.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EpK1RSpc8PM2WluqdSXVxDl78Qc1CGNA { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15391;line-height:1.3;letter-spacing:0;top:28.25rem;left:30.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#di94LFq0gwUb5kDVti0ow8kThNSbDLRN { color:#ffffff;display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:28rem;left:36.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFpcsNusCMDErsm7kWBMiD1wJzhJqLC7 { box-sizing:content-box;height:3.4375rem;width:15.5625rem;position:absolute;display:block;z-index:15392;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066c8, #00acf9);background-image: -moz-linear-gradient(90deg, #0066c8, #00acf9);background-image: -ms-linear-gradient(90deg, #0066c8, #00acf9);background-image: -o-linear-gradient(90deg, #0066c8, #00acf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );";background-image: linear-gradient(90deg, #0066c8, #00acf9);background-size:auto !important;top:27.1875rem;left:38.6875rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#bThCaSoV0pTost3OLVUzAMGo6QyndxS9 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15393;line-height:1.3;letter-spacing:0;top:27.8125rem;left:40.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G43qBTTFLkVAoeTDy3KKuoMUCvUvzV88 { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15394;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nzcDmrxxXTKezRuypNCZbZQnTCiT2Eto { position:absolute;display:block;z-index:15395;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.625rem;width:4.625rem;top:26.5625rem;left:49.1875rem;overflow:hidden;display:block; }
#c7EpOPLpMhnzsRkFTUvUXefhSpJRtSVC { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:28rem;left:55.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bD2TKeqxUxAEedpfn6P7CEo5VXTS45TR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15365;opacity:1;top:35.5rem;left:17.4375rem; }
#vbyXMgR27NwCDaXdTTOkNFfs8ReXvGyu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55703125rem;width:2.55703125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15385;opacity:1;top:35.5rem;left:11rem; }
#f72nCnRp1Bz6OU8iySSDFhpUNx2a802Z { box-sizing:content-box;height:6.5rem;width:54.875rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb285);background-image: -o-linear-gradient(90deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(90deg, #ff3865, #fdb285);background-size:auto !important;top:33.5625rem;left:15.375rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,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;border-left:0;border-right:0;border-bottom:0;display:block; }
#iVT8Agzi2lvAG3hvT98IWzf6Dg1JCV6P { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15149;line-height:1.3;letter-spacing:0;top:34.9375rem;left:21.875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRbMEwi1cR9b0XdSbo0IXsuSDFDT57QG { box-sizing:content-box;height:3.375rem;width:16.8125rem;position:absolute;display:block;z-index:15405;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066c8, #00acf9);background-image: -moz-linear-gradient(90deg, #0066c8, #00acf9);background-image: -ms-linear-gradient(90deg, #0066c8, #00acf9);background-image: -o-linear-gradient(90deg, #0066c8, #00acf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );";background-image: linear-gradient(90deg, #0066c8, #00acf9);background-size:auto !important;top:35rem;left:50.125rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#wNo5uOWWVybvpVQbPdFviJgUcouzGu2g { color:#ffffff;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15406;line-height:1.3;letter-spacing:0;top:35.5rem;left:51.875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mgehc6hJLXibEN8Dd8i4tyCgMhWTx6k7 { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15407;line-height:1.3;letter-spacing:0;top:35.875rem;left:56.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyiEKWXDumx6FiTVL19LHfJs9zNLqrAD { position:absolute;display:block;z-index:15408;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.5625rem;width:4.5625rem;top:34.4375rem;left:62rem;overflow:hidden;display:block; }
#MwsC3z4DV2AIwpS6hQw6GlqV8f3XHev5 { box-sizing:content-box;height:3.3125rem;width:10.75rem;position:absolute;display:block;z-index:15392;background-color:rgba(220,0,98,0.94);background-image:none;top:35.0625rem;left:36.4375rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#UIUokqME1pDy50xRis6S5kLEn2McnNI5 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15393;line-height:1.3;letter-spacing:0;top:35.6875rem;left:37.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yOMGQ9mmad7L7zN4UZtJdEaiBPLaRxTs { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15394;line-height:1.3;letter-spacing:0;top:36.125rem;left:42.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ek6hgulplddfEosQWBVxSZ9THFD9pO59 { color:#ffffff;display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:35.8125rem;left:48.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ri56E4RP7PsqB3R0Bb3oguhabC0FW26y { color:#920544;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:42.375rem;left:33.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMJyiTK5FOAOzMbOeraCLVFDGhpTsyXD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:15326;text-align:center;text-align-last:center;top:45.6875rem;left:30.5625rem;display:block; }
#TkspgWGp4xfi8eeKLMGca0rWciiAsBf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wp9XT2D4DBlpPw9ZWih5k7ZQTEtZs2gz { color:#920544;display:block;width:31.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15298;line-height:1.3;letter-spacing:0;top:51.5625rem;left:22.3125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeedc;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; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container { border-width: 0; border-radius: 0; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;position:relative;display:none; }#p1kb11l1y6SI1xTD5HyUnZqLbg6PCHVB { 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; }
#c47RngxTNz9JxcAITbnhtLJmvhzlixf4 { 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; }
#I2F2SrHplvcKxP5q2hsku6sEM7CElvrF { 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; }
#DLCTeNoUHSfIADbsak3bT1gQZs3tdJDE { 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; }
#B8koJQB2Ic2avop262Q8wHeXoEyrwSNf { 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; }
#Taslcohb37iPI0Ey4EKOUg4vQbXtp54k { 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; }
#T16TUdy0x4dJoCkeTOEzH8NIUTp5PVhh { 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; }
#XQZKkrHNMWZ8atRuxfrpQ0f0vMBcxMeP { 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; }
#mQ1WO53iHtEnVMED01PhVP40zdlTHBDM { 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; }
#paqQGwCMQpK6zh0DqZPDtMPCJkMnBZhM { 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; }
#nJNVl6zKhLkDX6g2AK1h0q7xSCNWqNNI { 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; }
#QF57ZyWXhXk0dMmK62v1TcnDfztupaxi { 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; }
#yCs7gN1LrKbRRPep8qQb94ALmuEnFaAo { 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; }
#hwGphDgeaGbfhbfDUghepEHVoOsDWau4 { 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; }
#Xat3m3zIFg7zsLvfmUzaTN7HKFf6MhNw { 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; }
#SD45rPXsdsCR7n0fBRIKEENVmWi2Dt3M { 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; }
#FcwCBndl057fkuQClDlw6a9hpTctKHbb { 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; }
#sJKTTLRHIoWoLPXNPAhAsJs2IiTVt6db { 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; }
#Erd9LTFKV6DgwPdhusV2gkgkunoTXhEK { 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; }
#HQanh8LtlSuVgRlNT0AOCeU5lezlJlHc { 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; }
#CGw4yoVIAvlt5448NQBiwTGomXqOgRQ0 { 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; }
#vbsoDmftiaL5seEQh2K72KQlDwM3K8EI { 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; }
#gik8CTUrPwnrAwTX5EZqzaQnHGFlx0bP { 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; }
#RrMobmvJnA98vJ73r7IqyuLGmbLONRs2 { 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; }
#hXTEBkVnqWbmbI53ILHUd8A72HXmUpU9 { 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; }
#d3RbFh1t7Wf1IpkyrnuRiWV6yyvFpuxn { 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; }
#WcLnc6lJTyT47mX7RbmDxwSuKpxmHAPN { 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; }
#eBaDQvU5LHd1TJcwc1UThf7En7dh5HyI { 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; }
#pxZQfDRva3rxZWhGsUdp4zfC58kFRsdC { 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; }
#VE1I9rwxCKXwQezzEfTvnrIXAo568gKd { 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; }
#SOaRqem4AlZCzcxfSMLga3aT4IzrL0O6 { 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; }
#FHrkDoX1ki1aKazO4aRQ7oNQTUNmdr0g { 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; }
#vOuhApMTxE3ByonED99U9mTfsIrF0PwI { 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; }
#pFyocla1TVwTO5IclgKSnDIdOOFDXxqb { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#KVwgZLCV8wm0VuruuFuJa3pRkhwM8Ja9 { 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; }
#OTzu8J9qHkJUAkAB8Ce4K9EkWDImuG1c { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#XFo2EBBC2rqbTUeOJLnb7LUR22Zi47RO { 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; }
#lMkq7fCK57k5PXogvx5EwaExVB6cc7Ul { 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; }
#SmGXWTJRlRe1XscamA0bdCOcccrSWJq4 { 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; }
#Gn9Iq54RXDcBTwVeeLIPUdy4D4RmHe3B { 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; }
#oV6dMcZmshlUIWe7NVIHQqeXItCJlZ3y { color:#920544;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:1.6206636428833rem;left:27.120660305023rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XVVm1dfBSg7TJtzl6JdsuvSbbQUF0hKK { color:#29284f;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:12.22265625rem;left:37.20703125rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#svF9rVnsbeeglBBu8fL4sE2225m1weDz { 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; }
#cuep9t3UZgxw18mMFz4Wucd9rTuZaR4A { 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; }
#QKOSZ98FOshkXwpqUb0PSm22QNF7u3Sf { 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; }
#QR8d9pddMaAoHK5tbdezRGvWtThT3N67 { 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; }
#W9prtuBzVaTGHk4iObsoisrCaUKFSz5H { 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; }
#KiXZq1IShqk3zo5KaJiNwTghOlvlB1Bu { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z6RbK24oHJ4OGkrDh82BReG7Oig5T8Tm { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#NkLdxw2B6mqihTyfRMQ6WrnVcTl890th { 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; }
#lFqzct9yKVQFRr95TStoZpxnB2akkIVf { 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; }
#Zl0sgXqeBrqX3F6lCnTUTfKVXhbtty6u { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ToRL87cxfNOmtUtIHyFq2MZKNVZVyeh6 { position:absolute;display:block;z-index:15334;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:9.4365rem;top:3.8125rem;left:31.625rem;overflow:hidden;display:none; }
#gZiVBzhv9z3ATsKyzfiT0auPS2r7lO6s { 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; }
#kKJDlGdpLVJk9SerHyHNBzEkTgJbo3po { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;top:58.499133110046rem;left:11.242187023163rem; }
#P8GNtqN9mlPZ0erbW3lUTrH37DEZyi0H { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.670829772949rem;left:8.9041652679444rem;display:none; }
#MVQDLm886ekxAxTCRUJAFrNJTyc2mDDz { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.374625rem;height:3.375rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:12.501560211182rem;left:18.024608612061rem;display:none; }
#G6mVNtwxxQRKbJlP8nT7B7JGbcgmCIN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVbc3NxvecNctiWmIWCvRDBUF5F9bIbH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15322;text-align:center;text-align-last:center;top:22.875rem;left:9.625rem;display:block; }
#px2BU5JLONBBN2mluhdTSn1cS2TcGNa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqDluOapMATZlubzkdqE6V4hIS0SmP55 { color:#920544;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:23.1875rem;left:24.9375rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJiz2rVh98ShTF3df0XST16IMqhTvJ5D { box-sizing:content-box;height:13.25rem;width:29.1875rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb285);background-image: -o-linear-gradient(90deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(90deg, #ff3865, #fdb285);background-size:auto !important;top:7.6875rem;left:9.125rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#k51Fkpcypdc0WHiP21cTTPI1xwleeqqX { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:9.56076335907rem;left:12.467881679535rem;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; }
#FZTkySeMtfCFBtEOw9EBDmbmKHon2JEN { position:absolute;display:block;z-index:15387;height:2.1875rem;width:6.747375rem;top:15.9375rem;left:20.375rem;display:block; }
#AQXKBNqPrEyG494Kf2QXwFcbRGDCTpEO { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:10.747396469116rem;left:55.398438930511rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uCMhVTGR9RaI1hzFNfmpTbGpdLLADOdR { box-sizing:content-box;height:6.8125rem;width:25.8125rem;position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, rgba(253,178,133,0.9));background-image: -moz-linear-gradient(90deg, #ff3865, rgba(253,178,133,0.9));background-image: -ms-linear-gradient(90deg, #ff3865, rgba(253,178,133,0.9));background-image: -o-linear-gradient(90deg, #ff3865, rgba(253,178,133,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285e5' );";background-image: linear-gradient(90deg, #ff3865, rgba(253,178,133,0.9));background-size:auto !important;top:43.9375rem;left:9.625rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#GN1F4eJPiaL91eF7mTdamyc2qH4I7Zfs { color:#9f2058;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:33.355034828186rem;left:21.329862117768rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXeG0tTsaWQ6l1ITkB9rxJgJ1nTohFCH { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#AJVzXpRoTQ6KXm5WnkbXJIlZHecLE0D5 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#BnI5fMhRs1IpNoyx3yKaFNpTZ1ZHJ3NQ { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Lg7o6WTbLOsFz5U6USssU0vMugpTPfGT { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#HIw3xLh6DdqTgzGcAnDl7QeJTDDVS38v { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#lswqyHKH56NtJ14QRWQmPrVQukwqrTQq { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a9BPqMomru965y10oMNPd2uCENQGdE4S { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#W3WvmCalJUnlH88z7S2mMZul5d5ld6Tt { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#S0B6ykRKcCctyF8lPO5p7oDvpR4FyRgv { box-sizing:content-box;height:4.1875rem;width:10.75rem;position:absolute;display:block;z-index:15386;background-color:rgba(255,252,243,0.63);background-image:none;top:14.8125rem;left:18.3125rem;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 #ff9858;border-left:0.125rem solid #ff9858;border-right:0.125rem solid #ff9858;border-bottom:0.125rem solid #ff9858;display:block; }
#O40ANxTaF9Kd5QPtt1bOXSws8NRd7EiP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15372;opacity:1;top:33.061631679535rem;left:12.467881679535rem; }
#VeHpQhvoSIEVDV0g1zRZ7TgI71ik9gdP { color:#9f2058;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:58.792533874512rem;left:15.281249523163rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGrckDbF7KW7oyUuKqwv1MQUAkOLNbZv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:36.625rem;left:21.3125rem;display:none; }
#g6r5qig4ihp6rDKA0BWxR5gs4c0RX41f { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#lwXzaipDkbPlXoMGM8k5DsdndQLu0nTR { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IHHIOPF23FSkHDCEJ37fgc9whLyTNlV2 { box-sizing:content-box;height:6.0625rem;width:63.1875rem;position:absolute;display:block;z-index:15104;background-color:rgba(255,252,243,0.4);background-image:none;top:31.25rem;left:8.75rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.125rem solid #9f2058;border-left:0.125rem solid #9f2058;border-right:0.125rem solid #9f2058;border-bottom:0.125rem solid #9f2058;display:block; }
#J0kqRWRTOqgJFLhqu1ECPqXvuvXFTQll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5581625rem;width:2.5581625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15371;opacity:1;top:33rem;left:4.375rem; }
#XHypA0sbXsO94eTXcmetrG9U0nVtS1Nm { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:46.5625rem;left:13.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GlTF1sbpwbM0phUJ58sk9HncVHThzu6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5581625rem;width:2.5581625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15372;opacity:1;top:58.407985687256rem;left:4.3750004768372rem; }
#mO7py1LtPKtVyvXcCktyyoH0LfVoMQ9N { color:#920544;display:block;width:31.31075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15295;line-height:1.3;letter-spacing:0;top:74.125rem;left:21.842881679535rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZ1e2WGFefBcTAoCEidaDyDESLW5RgoL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:6.6875rem;left:2.875rem;display:none; }
#eQPstd8EyH0oZvAw41V4ArgrsiTlzgCJ { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wpHSNVNlfU2EbzDREqIkdJ64FdPXdxkg { box-sizing:content-box;height:15.8125rem;width:27.25rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066c8, #00acf9);background-image: -moz-linear-gradient(90deg, #0066c8, #00acf9);background-image: -ms-linear-gradient(90deg, #0066c8, #00acf9);background-image: -o-linear-gradient(90deg, #0066c8, #00acf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9' );";background-image: linear-gradient(90deg, #0066c8, #00acf9);background-size:auto !important;top:7.8750004768369rem;left:42.000001430511rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#VlzU2HWWMs86K9CJPogTZ6FB3to6INHG { box-sizing:content-box;height:6.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15106;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066c8, rgba(0,172,249,0.9));background-image: -moz-linear-gradient(90deg, #0066c8, rgba(0,172,249,0.9));background-image: -ms-linear-gradient(90deg, #0066c8, rgba(0,172,249,0.9));background-image: -o-linear-gradient(90deg, #0066c8, rgba(0,172,249,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#00acf9e5' );";background-image: linear-gradient(90deg, #0066c8, rgba(0,172,249,0.9));background-size:auto !important;top:44.000000953674rem;left:38.742188930511rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#PT7L30LOWBa8GP2lkKZ0lIZvTobhALVT { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;top:42.5625rem;left:4.8680558204651rem; }
#wzUT2eKZ0RJFmhU4kv3OMgQbiv1HMf6f { color:#ffffff;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:46.531250953674rem;left:46.863717556rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mfeWZQTcow3VFfWkq1FTfPFx1qIVnOU5 { box-sizing:content-box;height:6.0625rem;width:63rem;position:absolute;display:block;z-index:15105;background-color:rgba(255,252,243,0.4);background-image:none;top:56.655383586884rem;left:8.6875004768369rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.125rem solid #9f2058;border-left:0.125rem solid #9f2058;border-right:0.125rem solid #9f2058;border-bottom:0.125rem solid #9f2058;display:block; }
#wCL8roZNTVdOupZyoy7ZpoH3koGrNDSW { box-sizing:content-box;height:22.625rem;width:68.75rem;position:absolute;display:block;z-index:14986;background-color:rgba(255,252,243,0.4);background-image:none;top:5.2500004768372rem;left:3.1875004768372rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #9f2058;border-left:0.125rem solid #9f2058;border-right:0.125rem solid #9f2058;border-bottom:0.125rem solid #9f2058;display:block; }
#EbXTuPfiaHh5Ig1wRmCu5Co9BXTXcLqB { box-sizing:content-box;height:13.875rem;width:68.8125rem;position:absolute;display:block;z-index:14987;background-color:rgba(255,252,243,0.4);background-image:none;top:40.295140266419rem;left:2.9817709922791rem;box-shadow: none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #9f2058;border-left:0.125rem solid #9f2058;border-right:0.125rem solid #9f2058;border-bottom:0.125rem solid #9f2058;display:block; }
#QnalGOQDhJ06BpuoGT4EaaK8cBmSQyNH { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15361;opacity:1;top:7.68576335907rem;left:4.8680558204651rem;display:none; }
#TRAN2GzqVDaIQrDIiaiFgN59n7hTtI39 { color:#920544;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:65.000000953675rem;left:34.967881679535rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lfbItBCsW4W2Lg8NEqifX4IRKlTkZ6ac { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.875rem;height:3.1875rem;text-decoration:none;z-index:15323;text-align:center;text-align-last:center;top:67.9375rem;left:31.426217556rem;display:none; }
#k1EepdOnOrueGSVvnxgeUe3NyLmLsK7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMdTR6oQTZk7AGlHsDo59aWmtmEnTGCv { position:absolute;display:block;z-index:15375;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:43.968750953674rem;left:40.169270992279rem;overflow:hidden;display:none; }
#OtdIDsv2amN8oPFFBICEvXsrA7OUOKnU { color:#920544;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:23.1875rem;left:24.9375rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K8iUPAmixV4VLqQdez2iwslg3votBLc2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LrlsWqe7mhH5uTD5Kd1wOCtkbL7QIPdm { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nBTVRflBW89H2QdMK2oGuCo4kNceDPBe { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sw6Ol03h8TdfySBClmBVuyTVHowGhDfJ { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#V1aqAkiKy5TfoTT0oQtaBxpPNFbEOocQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nSdb0S6UMkSnJqsGnRg3oPOEyM5BX6WR { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#C9AIaxi6DzV7dEvyZTrGEHTArs0QRyIX { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#opCPL77MXFI6tUkDgZhwGIzi84cImKQR { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#I17Z9KGoxNE68MGVI35T8Tr3b0EzAAaa { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GqacdZ3erw9noTxXVzKyz2tG42H51W6K { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yUMIcNgNIsTMmEhMaeVBdJPWfawUqplf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FGJWZpSabXb1K0BkDsc0llT0F0oHKQNX { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZSWX3NFrVMC8aU0UTTzRTE4UX4c4VRLF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#geUzQwn37coqWbRBmxLpsfxB9mHSLKqz { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NwkPvIFvTRKUzSv0a6VsAev9MTDxtx6T { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uXOvfMxWTwOTF74SxmVoU7dtEFsKAc1G { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15322;text-align:center;text-align-last:center;top:22.875rem;left:9.625rem;display:none; }
#B5QfcLiIqtSSKzkvbLTcQsopTSMlO6nE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMuIIBzh6NpvNRI39nIEFgUwnlNNhhst { box-sizing:content-box;height:4.1875rem;width:10.75rem;position:absolute;display:block;z-index:15386;background-color:rgba(255,252,243,0.63);background-image:none;top:14.8125rem;left:18.3125rem;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 #ff9858;border-left:0.125rem solid #ff9858;border-right:0.125rem solid #ff9858;border-bottom:0.125rem solid #ff9858;display:none; }
#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(246,249,255,0.6), #ffeedc);background-image: -moz-linear-gradient(360deg, rgba(246,249,255,0.6), #ffeedc);background-image: -ms-linear-gradient(360deg, rgba(246,249,255,0.6), #ffeedc);background-image: -o-linear-gradient(360deg, rgba(246,249,255,0.6), #ffeedc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff99', endColorstr='#ffeedc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff99', endColorstr='#ffeedc' );";background-image: linear-gradient(360deg, rgba(246,249,255,0.6), #ffeedc);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { border-width: 0; border-radius: 0; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UI0x3wFNQtb16HxDSgIs8crNcis43K8w { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TiV3o3mozssCrJNtsEaU098O09nJxzPO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#STO66aBhHf4dUMTVear2dJQGTqZsIiso { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mrMggCEFGguktbM54DqPyJxD4gbbze2J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F2OMcvPiMXChZZpKlr43ebUgleu83hbL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IH0birkrWgsnz2XfXNvTyQFflMFviyHx { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A41ZU2raAg194rrNh9F8rrWTif32KZBX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { position:absolute;display:block;z-index:15334;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:0rem;display:block; }
#NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { color:#920544;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.25rem;top:14.687500953674rem;left:0rem;overflow:hidden;display:block; }
#GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:19.656251430511rem;left:68.93958854675rem;overflow:hidden;display:block; }
#iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5625rem;top:2.2541675567627rem;left:3.404167175293rem;overflow:hidden;display:block; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;box-shadow: none;height:13.5rem;width:24.125rem;top:5.625rem;left:25.187501907349rem;display:block; }
#qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:18.781250953674rem;left:45.352087020874rem;overflow:hidden;display:block; }
#zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15351;text-align:center;text-align-last:center;top:20.062503814698rem;left:6.9031238555906rem;display:block; }
#iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb285);background-image: -o-linear-gradient(180deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(180deg, #ff3865, #fdb285);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.625003814698rem;left:5.4375019073486rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15352;text-align:center;text-align-last:center;top:20.125003814698rem;left:31.781251907349rem;display:block; }
#fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { position:absolute;display:block;z-index:15346;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.375rem;top:3.0312509536743rem;left:45.945837020874rem;overflow:hidden;display:block; }
#vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { position:absolute;display:block;z-index:15347;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4rem;top:1.3791675567627rem;left:68.93958854675rem;overflow:hidden;display:block; }
#yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { position:absolute;display:block;z-index:15350;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.9375rem;top:20.191668510437rem;left:18.152082443238rem;overflow:hidden;display:block; }
#iIRif7BZzofVq67305pEe4JocJDiNMpX { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:50.375rem;display:block; }
#cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15355;text-align:center;text-align-last:center;top:20.187500476837rem;left:57.037504196167rem;display:block; }
#QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TafAVDxZeICORH10Xaz7gTH23aKqdwMo { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#A2fzCEv7L345EITxQkyyr406QrgHMJuX { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb285);background-image: -o-linear-gradient(180deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(180deg, #ff3865, #fdb285);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:30.347917556762rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb285);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb285);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb285);background-image: -o-linear-gradient(180deg, #ff3865, #fdb285);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb285' );";background-image: linear-gradient(180deg, #ff3865, #fdb285);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:55.443754196167rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:2.3760423660278rem;left:21.465627670288rem;overflow:hidden;display:block; }
#tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T970BIHwMRpv0m4C97TOLSavJJlVZL7I { color:#2145a4;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T1ISvppV0Omvuf8RhPe23hPAF1IdfPVi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15323;text-align:center;text-align-last:center;top:32.4375rem;left:55.1875rem;display:none; }
#TPwTPzN8LqKFOXeweCdzGwFHumzROawX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApF2bsX8UN6bLv7MWNqh7q3kDwBlol2c { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15323;text-align:center;text-align-last:center;top:32.4375rem;left:55.1875rem;display:none; }
#LLgiCUQEAQNIuu4le5OtXsNR98chsIzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqXsLVTNTuQrP9aHJUuyWCwgha7sOUp0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f80d1, #085da9);background-image: -moz-linear-gradient(90deg, #1f80d1, #085da9);background-image: -ms-linear-gradient(90deg, #1f80d1, #085da9);background-image: -o-linear-gradient(90deg, #1f80d1, #085da9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80d1', endColorstr='#085da9' );";background-image: linear-gradient(90deg, #1f80d1, #085da9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;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:15323;text-align:center;text-align-last:center;top:32.4375rem;left:55.1875rem;display:none; }
#x6xDoTaZOfAX4SyGKqMTQ9GoLncXQ1iS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { position:relative;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { 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.3759765625rem;left:2.99609375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { 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.443359375rem;left:2.9326171875rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { 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:5.884765625rem;left:5.3701171875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { 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:8.9443359375rem;left:2.9326171875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { 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:11.5732421875rem;left:2.9326171875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { 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:51.330078125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:rgba(var(--color-secondary-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: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:55.423828125rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { 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.3095703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { 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.4501953125rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:14rem;width:74.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;top:2.0087890625rem;left:0.375rem;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;display:block; }
#WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { position:absolute;display:block;z-index:15167;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:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:block; }
#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { position:relative;display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { background-color: transparent; background-image: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .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); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { border-width: 0; border-radius: 0; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .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; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;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; }#ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { box-sizing:content-box;height:6.375rem;width:28rem;position:absolute;display:block;z-index:15036;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:6.0625rem;left:47rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { box-sizing:content-box;height:12.375rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;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;display:block; }
#Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.25rem;top:1.3125rem;left:47.875rem;overflow:hidden;display:block; }
#QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { box-sizing:content-box;height:6rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;top:6.5rem;left:0.4375rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { box-sizing:content-box;height:12.375rem;width:46.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;top:0.0625rem;left:0.3125rem;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;display:block; }
#uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:1.8125rem;left:62.125rem;height:3.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { box-sizing:content-box;height:3.5rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.375rem;left:18.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.adaptive-delivery-prevent-bg, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyload, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyloading { background-image: none; }
#JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:8.84375rem;left:16rem;display:block; }
#gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.3662109375rem;left:2.84375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { box-sizing:content-box;height:13.625rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;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;display:none; }
#TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15036;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:5.875rem;left:48.5rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JW2C6O255n04hgERfPcfw08QRotXML2J { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.1875rem;left:3.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8izcAvLugkceooqbOvG1eniSztEPoow { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:4.5rem;left:2.375rem;display:none; }
#aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.251560211182rem;left:4.498046875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.189453125rem;left:4.498046875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.3125rem;left:28rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { position:absolute;display:block;z-index:15167;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:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:none; }
#uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { position:absolute;display:block;z-index:15359;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.875rem;left:62.125rem;overflow:hidden;display:block; }
#II5yQrhpiVS44huHd4QRN63RhHPtLw4X { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.1875rem;top:6.0000019073486rem;left:61.591672897339rem;overflow:hidden;display:none; }
#MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74895625rem;width:8.6854375rem;top:9.0010433197019rem;left:62.279172897339rem;overflow:hidden;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { color:#31315b;display:block;width:7.5rem;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.2195358276368rem;left:6.215625166893rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { 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.3458347320557rem;left:70.062505722044rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { 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; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { color:#31315b;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.453125rem;left:14.524999976158rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:1.7760410308838rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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:25.875rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;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:#31315b;display:block;width:45.4375rem;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.8743515014649rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:58.5rem;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.624572753906rem;left:7.3741321563719rem;height:2.92448125rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.1875rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:19.1875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:7.4375rem;height:2.92448125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#31315b;display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { background-color: transparent; background-image: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container > .video-iframe-container { display: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container { display: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .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); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { border-width: 0; border-radius: 0; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#OPIfQxJxMDSk7B6MTX2m92tR3m5McMgT { color:#31315b;display:block;width:8.625rem;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.2195310592651rem;left:6.215625166893rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCsrC8lbM9BrGE2lC1oRDIQA38w9WWET { 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.3458347320557rem;left:70.062505722044rem; }
#emU61t6zLqKNAAyeCP3d5QKrKl6WEV3U { 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; }
#HoN3BwmIXI81uJqJ9PmTPfGwOJW95Fwu { color:#31315b;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.453125rem;left:15.712499976158rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzKEM2yRL1h9wxLG4MfzkgMmVsKxu4ww { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:1.7760410308838rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { background-color: transparent; background-image: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container > .video-iframe-container { display: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container { display: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .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); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { border-width: 0; border-radius: 0; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#EiPhZGbOlam7BQK9OAO9T19SBVCZsQnA { color:#31315b;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; }
#d1Jpozg2ECU7eWZnLS5P8muRudLRsf0q { color:#31315b;display:block;width:45.4375rem;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.8743515014649rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#SxhIel4CUT06a4XqugRbTZhTSCqPNCBL { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#zMtXUvSHamcinFgiBlaq5SU1q1i4mSFT { color:#31315b;display:block;width:58.5rem;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.624572753906rem;left:7.3741321563719rem;height:1.4625rem;font-style:normal;display:block; }
#vCTTTAwBvloKXel1vZ9G7zOf4XRxEFS3 { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.1875rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MavoeEwgmyPmkAWGVPDFp1oDkFkTNq9m { 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; }
#heaA2Hd5NPSTpbkdmT4g3MQloQR9zTfc { 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; }
#nyuXoegT5ZlP9PWi3TIhVa3WAT0cpghw { color:#31315b;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5000003576281rem;height:1.4625rem;font-style:normal;display:block; }
#Di5D4M3w76iGeGbD6BoHlrgP2VukKfhf { 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; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.673825rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:24.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:3.5rem;left:40.875rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { 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; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { position:absolute;display:block;z-index:15019;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:3.0625rem;width:14.75rem;top:1.84375rem;left:22.066667556762rem;overflow:hidden;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { box-sizing:content-box;height:10rem;width:34.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.74894714355469rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15012;opacity:1;top:2.3114471435547rem;left:16.748960494995rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6125030517578rem;left:16.964582443238rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:9.4375rem;width:27.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1rem;left:38.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;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.625rem;left:40.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sL6xzosH9mRnX8QCmiLLvtpiJi2Jxn4n { color:#31315b;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.875rem;left:40.875rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Al5FJOJVruSUr47pB9VrR6NeXO6PycDc { position:relative;display:block; }#Al5FJOJVruSUr47pB9VrR6NeXO6PycDc > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:5.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { top:1.1875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:5.375rem;left:21.9375rem;width:25.8125rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { top:2.9375rem;left:0rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { width:14.5625rem;height:13rem;top:12.8125rem;left:29.750002264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:30rem;height:2.3125rem;top:10.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { width:13.875rem;height:4.3125rem;top:14.1875rem;left:30.093752264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:9.0625rem;height:3.3125rem;top:19.75rem;left:32.468752264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { top:7.8125rem;left:16.6865234375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { top:17.9375rem;left:0rem;width:12.375rem;height:3rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXeKK404wIiV3135r8mn82BWCU8p2SZz { top:24.625rem;left:18.539712905884rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { top:13.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { top:4.6875rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyhp0IpXachGg8VyZVqB1EXBrhzNf5d4 { width:14.5625rem;height:13rem;top:12.8125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMU8Qgl4Ty6f8d6fFN8zqR34Pq8Guoz4 { display:block; }
 }@media only screen and (max-width: 763px) { #Jcod1nXCdWFehP86v6NE7BW5wpCz5FnO { width:13.875rem;height:4.3125rem;top:14.1875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXULiJSgTGiJPWTwRv8tIB8mFRvirqL6 { display:block; }
 }@media only screen and (max-width: 763px) { #SEzTkSS8Av61iNS08DlO4TlT6b3wFsxN { top:16.5625rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk48ZBWBDCugTz6b89pCgdrPLyk94uXl { top:13.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNygNRcXebNd15PysM7Rg6RquWdeBDrl { width:13.875rem;height:4.3125rem;top:14.1875rem;left:30.093752264976rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhsGWi1foThp0HaLL3CKunfJAuRkkTPR { display:block; }
 }@media only screen and (max-width: 763px) { #x8AL4XJG9Snr3M2nXL3q85I8VGx9Wryt { width:14.5625rem;height:13rem;top:12.8125rem;left:29.750002264976rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk6k3dwFMDZ90JH1mn5rrumQr8CJLSZT { display:block; }
 }@media only screen and (max-width: 763px) { #M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM { display:block; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1gEtAMft1L4ZCJkoyFTeG3JmPRqTaqh { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFfRUJTWs9fpstgAPIpnL84edTk5M8PI { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWQ8sBAJTA2lCuhpbflgqeUvyDreqWBb { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6O8VtdArvIVrAXv1qe4X2azylQyhBV9 { top:2rem;left:15.4375rem;width:17.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa0dOJu8w9E0ClhfqFyGcOLRpJCJQkSI { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK7IkWUHgOKp42lE1SPadKvMTNTbNRoc { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFoyyMbTVT6TkkpWyHAv6aUIZetD42Pq { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9UtGTHHU2usAxyvQl0eonWLQmBUID8F { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dF3mnNWh1l8IvOvTWLQadQKH4UyUApR8 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3XpScd2paecDC2tTEmS6Mo0nF9iViTF { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOG40oFkkNnHcTyyG0g5soZJ4CaXHpHq { top:6.3125rem;left:0rem;width:45.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsVDOvsu0PsTVCfiuunoZg99GPQJgILg { top:8.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbCnmpA4sU9FPIFoW7pd9OV89yDdzi1 { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDrhpURTycESJS5deoJWCVm9TW6X0mvN { top:60.8125rem;left:0rem;width:2.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KilNWkm3evcZ2JqbJKwy5eG2fyQMw0wv { 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) { #nK5gn71KgP8JMnueAIJDxdBo0BANZrGl { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka7vrEqap3fepIO6hbsEOhIng3szeVqN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grcHrBHLbSsF4U6aGtOxqoGH3cCkVdHV { top:42.25rem;left:0rem;width:2rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGKuFToZhU7TsT5efK9kRHPC6iHtMkEP { 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) { #oAJaehOAVuwkmcXvS2Td26EJeHayZUqh { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUFFLqH3sUV7naQD0WEfHtuPENVmLk2p { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8pWxXPCcXHOohKWxf0IGwJzf0qclt0A { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqRhvowPZQZ6XLxMV1m1I3yPGKdCJwXa { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr1SXuZPkGqaXTo6s7Kn0LdTRWCNEAy8 { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4KDsn5kRQdvSTxTAzTluAeQI9RTwRbk { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndS5TA5sXfmAZSFtEifBTfVwTQqRGxo3 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9BcdO9N3yolEcZOB7SZmmaDhURTr7Q1 { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn5g7Vm3F0JByHlNw5IrXc8vWlNsxGsv { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcCG1m5dJbXoGhdPzSMsbtHmBic5EfL5 { top:19.9375rem;left:0rem;width:11.75rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytuDvfyCITey1bqAy4Dp83SOosVkDceU { top:20.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaT5h6O81Z4L09efxzcn2WoDIOfARlGN { top:8.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsOZ7PTsuPg4oIxVu79msz6zlfImTrL9 { top:7.5625rem;left:22.125rem;width:10.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fFZexutQmvVq2GrNFec9ydxeLkWhJB { top:8.6875rem;left:24.1875rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TskM9cTDHrfZP7Hgc7PqH4f1UzcQQD { width:13.125rem;height:3rem;top:10.125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC3iRH5WVsmJHa2iP9eIJ3G5A3lLOb4o { display:block; }
 }@media only screen and (max-width: 763px) { #fcFlLiR7eo5CFvUKufp7a6SK1K2yDfF5 { top:6.6875rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITAck9hpm4xf1AlET62hNHhTrMduKX1 { top:19.5rem;left:0rem;width:45.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4aH74mmEMs5UuXGPGFcwg7nw7fC4cfW { top:20.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVDdpGdbz0piU6xTlIFrMmW8m5kfDddE { top:20.9375rem;left:2.875rem;width:37.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMtKrmy8oO4qBRyVDFVqLUVmFGZxWzJ { top:13.5625rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7aHzs3VWURoEfJgkfhsE17fOhFyEOw { width:11rem;height:2.3125rem;top:15.375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t885ng3VtevNPuiAbxThfT6PdWO5iXit { display:block; }
 }@media only screen and (max-width: 763px) { #ilBnZTwNIMytSpnJdz9L6fLi3FIxr9wT { top:15.875rem;left:0rem;width:23.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2pXwKL1LLRn8xIvJfV3HORTZcLiDbzV { top:27.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPU6ZIkxuBwTwfwlB8HfgX5LPbSAAHpx { top:27.625rem;left:1.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5n1Wn9CVOMRAr2Sept2mJU0QkISDeO { top:26.0625rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGP9QvaZ5zutZloCn4b35R8bSaxr8NQ { top:28rem;left:5.125rem;width:5.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDIZMq2fBE7AFNS1bMbZZoeEb54q4MQS { top:27.1875rem;left:11.25rem;width:10.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRbQdBSEcvcawiVdfPiSeRo6myFeiuXb { top:27.8125rem;left:12.4375rem;width:4rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpK1RSpc8PM2WluqdSXVxDl78Qc1CGNA { top:28.25rem;left:17rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #di94LFq0gwUb5kDVti0ow8kThNSbDLRN { top:28rem;left:23.25rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFpcsNusCMDErsm7kWBMiD1wJzhJqLC7 { top:27.1875rem;left:25.0625rem;width:15.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bThCaSoV0pTost3OLVUzAMGo6QyndxS9 { top:27.8125rem;left:26.5rem;width:4rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43qBTTFLkVAoeTDy3KKuoMUCvUvzV88 { top:28.1875rem;left:30.375rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzcDmrxxXTKezRuypNCZbZQnTCiT2Eto { top:26.5625rem;left:35.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7EpOPLpMhnzsRkFTUvUXefhSpJRtSVC { top:28rem;left:40.6875rem;width:7.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2TKeqxUxAEedpfn6P7CEo5VXTS45TR { top:35.5rem;left:3.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbyXMgR27NwCDaXdTTOkNFfs8ReXvGyu { top:35.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72nCnRp1Bz6OU8iySSDFhpUNx2a802Z { top:33.5625rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVT8Agzi2lvAG3hvT98IWzf6Dg1JCV6P { top:34.9375rem;left:8.25rem;width:16.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbMEwi1cR9b0XdSbo0IXsuSDFDT57QG { top:35rem;left:30.9375rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNo5uOWWVybvpVQbPdFviJgUcouzGu2g { top:35.5rem;left:38.25rem;width:4rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgehc6hJLXibEN8Dd8i4tyCgMhWTx6k7 { top:35.875rem;left:43.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyiEKWXDumx6FiTVL19LHfJs9zNLqrAD { top:34.4375rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwsC3z4DV2AIwpS6hQw6GlqV8f3XHev5 { top:35.0625rem;left:22.8125rem;width:10.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIUokqME1pDy50xRis6S5kLEn2McnNI5 { top:35.6875rem;left:24rem;width:4rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOMGQ9mmad7L7zN4UZtJdEaiBPLaRxTs { top:36.125rem;left:28.5625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek6hgulplddfEosQWBVxSZ9THFD9pO59 { top:35.8125rem;left:34.4375rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri56E4RP7PsqB3R0Bb3oguhabC0FW26y { top:42.375rem;left:19.6875rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMJyiTK5FOAOzMbOeraCLVFDGhpTsyXD { width:14.875rem;height:3.1875rem;top:45.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkspgWGp4xfi8eeKLMGca0rWciiAsBf0 { display:block; }
 }@media only screen and (max-width: 763px) { #wp9XT2D4DBlpPw9ZWih5k7ZQTEtZs2gz { top:51.5625rem;left:8.6875rem;width:31.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n { display:none; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p1kb11l1y6SI1xTD5HyUnZqLbg6PCHVB { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c47RngxTNz9JxcAITbnhtLJmvhzlixf4 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2F2SrHplvcKxP5q2hsku6sEM7CElvrF { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLCTeNoUHSfIADbsak3bT1gQZs3tdJDE { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8koJQB2Ic2avop262Q8wHeXoEyrwSNf { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taslcohb37iPI0Ey4EKOUg4vQbXtp54k { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T16TUdy0x4dJoCkeTOEzH8NIUTp5PVhh { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQZKkrHNMWZ8atRuxfrpQ0f0vMBcxMeP { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ1WO53iHtEnVMED01PhVP40zdlTHBDM { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #paqQGwCMQpK6zh0DqZPDtMPCJkMnBZhM { 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) { #nJNVl6zKhLkDX6g2AK1h0q7xSCNWqNNI { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF57ZyWXhXk0dMmK62v1TcnDfztupaxi { 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) { #yCs7gN1LrKbRRPep8qQb94ALmuEnFaAo { 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) { #hwGphDgeaGbfhbfDUghepEHVoOsDWau4 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xat3m3zIFg7zsLvfmUzaTN7HKFf6MhNw { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SD45rPXsdsCR7n0fBRIKEENVmWi2Dt3M { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcwCBndl057fkuQClDlw6a9hpTctKHbb { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJKTTLRHIoWoLPXNPAhAsJs2IiTVt6db { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Erd9LTFKV6DgwPdhusV2gkgkunoTXhEK { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQanh8LtlSuVgRlNT0AOCeU5lezlJlHc { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGw4yoVIAvlt5448NQBiwTGomXqOgRQ0 { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbsoDmftiaL5seEQh2K72KQlDwM3K8EI { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gik8CTUrPwnrAwTX5EZqzaQnHGFlx0bP { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrMobmvJnA98vJ73r7IqyuLGmbLONRs2 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXTEBkVnqWbmbI53ILHUd8A72HXmUpU9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3RbFh1t7Wf1IpkyrnuRiWV6yyvFpuxn { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcLnc6lJTyT47mX7RbmDxwSuKpxmHAPN { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBaDQvU5LHd1TJcwc1UThf7En7dh5HyI { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxZQfDRva3rxZWhGsUdp4zfC58kFRsdC { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE1I9rwxCKXwQezzEfTvnrIXAo568gKd { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOaRqem4AlZCzcxfSMLga3aT4IzrL0O6 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHrkDoX1ki1aKazO4aRQ7oNQTUNmdr0g { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOuhApMTxE3ByonED99U9mTfsIrF0PwI { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFyocla1TVwTO5IclgKSnDIdOOFDXxqb { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVwgZLCV8wm0VuruuFuJa3pRkhwM8Ja9 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTzu8J9qHkJUAkAB8Ce4K9EkWDImuG1c { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFo2EBBC2rqbTUeOJLnb7LUR22Zi47RO { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMkq7fCK57k5PXogvx5EwaExVB6cc7Ul { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmGXWTJRlRe1XscamA0bdCOcccrSWJq4 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gn9Iq54RXDcBTwVeeLIPUdy4D4RmHe3B { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oV6dMcZmshlUIWe7NVIHQqeXItCJlZ3y { top:1.5625rem;left:13.495660305023rem;width:18.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVm1dfBSg7TJtzl6JdsuvSbbQUF0hKK { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svF9rVnsbeeglBBu8fL4sE2225m1weDz { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuep9t3UZgxw18mMFz4Wucd9rTuZaR4A { display:none; }
 }@media only screen and (max-width: 763px) { #QKOSZ98FOshkXwpqUb0PSm22QNF7u3Sf { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR8d9pddMaAoHK5tbdezRGvWtThT3N67 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9prtuBzVaTGHk4iObsoisrCaUKFSz5H { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiXZq1IShqk3zo5KaJiNwTghOlvlB1Bu { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6RbK24oHJ4OGkrDh82BReG7Oig5T8Tm { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkLdxw2B6mqihTyfRMQ6WrnVcTl890th { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFqzct9yKVQFRr95TStoZpxnB2akkIVf { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl0sgXqeBrqX3F6lCnTUTfKVXhbtty6u { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToRL87cxfNOmtUtIHyFq2MZKNVZVyeh6 { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZiVBzhv9z3ATsKyzfiT0auPS2r7lO6s { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKJDlGdpLVJk9SerHyHNBzEkTgJbo3po { top:58.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8GNtqN9mlPZ0erbW3lUTrH37DEZyi0H { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVQDLm886ekxAxTCRUJAFrNJTyc2mDDz { width:7.3125rem;height:3.375rem;top:12.5rem;left:4.3996086120606rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6mVNtwxxQRKbJlP8nT7B7JGbcgmCIN5 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbc3NxvecNctiWmIWCvRDBUF5F9bIbH { width:13.125rem;height:3rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #px2BU5JLONBBN2mluhdTSn1cS2TcGNa7 { display:block; }
 }@media only screen and (max-width: 763px) { #fqDluOapMATZlubzkdqE6V4hIS0SmP55 { top:23.1875rem;left:11.3125rem;width:12.8125rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJiz2rVh98ShTF3df0XST16IMqhTvJ5D { top:7.6875rem;left:0rem;width:29.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k51Fkpcypdc0WHiP21cTTPI1xwleeqqX { top:9.5rem;left:0rem;width:22.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTkySeMtfCFBtEOw9EBDmbmKHon2JEN { top:15.9375rem;left:6.75rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQXKBNqPrEyG494Kf2QXwFcbRGDCTpEO { top:10.6875rem;left:37.9375rem;width:9.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCMhVTGR9RaI1hzFNfmpTbGpdLLADOdR { top:43.9375rem;left:0rem;width:25.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN1F4eJPiaL91eF7mTdamyc2qH4I7Zfs { top:33.3125rem;left:7.7048621177675rem;width:38.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeG0tTsaWQ6l1ITkB9rxJgJ1nTohFCH { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJVzXpRoTQ6KXm5WnkbXJIlZHecLE0D5 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnI5fMhRs1IpNoyx3yKaFNpTZ1ZHJ3NQ { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg7o6WTbLOsFz5U6USssU0vMugpTPfGT { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIw3xLh6DdqTgzGcAnDl7QeJTDDVS38v { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lswqyHKH56NtJ14QRWQmPrVQukwqrTQq { top:44.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9BPqMomru965y10oMNPd2uCENQGdE4S { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3WvmCalJUnlH88z7S2mMZul5d5ld6Tt { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0B6ykRKcCctyF8lPO5p7oDvpR4FyRgv { top:14.8125rem;left:4.6875rem;width:10.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O40ANxTaF9Kd5QPtt1bOXSws8NRd7EiP { top:33rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeHpQhvoSIEVDV0g1zRZ7TgI71ik9gdP { top:58.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGrckDbF7KW7oyUuKqwv1MQUAkOLNbZv { top:36.625rem;left:7.6875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6r5qig4ihp6rDKA0BWxR5gs4c0RX41f { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwXzaipDkbPlXoMGM8k5DsdndQLu0nTR { top:83.625rem;left:0rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHHIOPF23FSkHDCEJ37fgc9whLyTNlV2 { top:31.25rem;left:0rem;width:47.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0kqRWRTOqgJFLhqu1ECPqXvuvXFTQll { top:33rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHypA0sbXsO94eTXcmetrG9U0nVtS1Nm { top:46.5625rem;left:0rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTF1sbpwbM0phUJ58sk9HncVHThzu6W { top:58.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7py1LtPKtVyvXcCktyyoH0LfVoMQ9N { top:74.125rem;left:8.217881679535rem;width:31.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ1e2WGFefBcTAoCEidaDyDESLW5RgoL { top:6.6875rem;left:0rem;width:14.25rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQPstd8EyH0oZvAw41V4ArgrsiTlzgCJ { top:52.375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpHSNVNlfU2EbzDREqIkdJ64FdPXdxkg { top:7.875rem;left:20.5rem;width:27.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlzU2HWWMs86K9CJPogTZ6FB3to6INHG { top:44rem;left:17.3125rem;width:30.4375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7L30LOWBa8GP2lkKZ0lIZvTobhALVT { top:42.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzUT2eKZ0RJFmhU4kv3OMgQbiv1HMf6f { top:46.5rem;left:28.75rem;width:19rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeWZQTcow3VFfWkq1FTfPFx1qIVnOU5 { top:56.625rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCL8roZNTVdOupZyoy7ZpoH3koGrNDSW { top:5.25rem;left:0rem;width:47.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbXTuPfiaHh5Ig1wRmCu5Co9BXTXcLqB { top:40.25rem;left:0rem;width:47.5rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnalGOQDhJ06BpuoGT4EaaK8cBmSQyNH { top:7.625rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRAN2GzqVDaIQrDIiaiFgN59n7hTtI39 { top:65rem;left:21.342881679535rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfbItBCsW4W2Lg8NEqifX4IRKlTkZ6ac { width:14.875rem;height:3.1875rem;top:67.9375rem;left:17.801217556rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1EepdOnOrueGSVvnxgeUe3NyLmLsK7t { display:block; }
 }@media only screen and (max-width: 763px) { #yMdTR6oQTZk7AGlHsDo59aWmtmEnTGCv { top:43.9375rem;left:26.544270992279rem;width:6.75rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtdIDsv2amN8oPFFBICEvXsrA7OUOKnU { top:31.9375rem;left:0rem;width:12.8125rem;height:3.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8iUPAmixV4VLqQdez2iwslg3votBLc2 { display:none; }
 }@media only screen and (max-width: 763px) { #LrlsWqe7mhH5uTD5Kd1wOCtkbL7QIPdm { top:61.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBTVRflBW89H2QdMK2oGuCo4kNceDPBe { top:57.25rem;left:0rem;width:15.625rem;height:1.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw6Ol03h8TdfySBClmBVuyTVHowGhDfJ { top:56.625rem;left:0rem;width:5.25rem;height:5.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1aqAkiKy5TfoTT0oQtaBxpPNFbEOocQ { display:none; }
 }@media only screen and (max-width: 763px) { #nSdb0S6UMkSnJqsGnRg3oPOEyM5BX6WR { top:65.4375rem;left:0rem;width:5.25rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9AIaxi6DzV7dEvyZTrGEHTArs0QRyIX { top:65.8125rem;left:0rem;width:5.4375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #opCPL77MXFI6tUkDgZhwGIzi84cImKQR { top:75.125rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I17Z9KGoxNE68MGVI35T8Tr3b0EzAAaa { top:88.25rem;left:0rem;width:5.25rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqacdZ3erw9noTxXVzKyz2tG42H51W6K { top:56.625rem;left:0rem;width:5.25rem;height:5.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUMIcNgNIsTMmEhMaeVBdJPWfawUqplf { display:none; }
 }@media only screen and (max-width: 763px) { #FGJWZpSabXb1K0BkDsc0llT0F0oHKQNX { top:61.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSWX3NFrVMC8aU0UTTzRTE4UX4c4VRLF { display:none; }
 }@media only screen and (max-width: 763px) { #geUzQwn37coqWbRBmxLpsfxB9mHSLKqz { top:65.8125rem;left:0rem;width:5.4375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwkPvIFvTRKUzSv0a6VsAev9MTDxtx6T { top:96.25rem;left:0rem;width:5.25rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXOvfMxWTwOTF74SxmVoU7dtEFsKAc1G { width:13.125rem;height:3rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5QfcLiIqtSSKzkvbLTcQsopTSMlO6nE { display:block; }
 }@media only screen and (max-width: 763px) { #CMuIIBzh6NpvNRI39nIEFgUwnlNNhhst { top:14.8125rem;left:4.6875rem;width:10.75rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { top:5.625rem;left:0rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:0.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { top:14.6875rem;left:0rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { top:19.625rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { top:2.25rem;left:0rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { top:5.625rem;left:11.562501907349rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { top:18.75rem;left:31.727087020874rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { width:11.25rem;height:2.5rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { top:19.625rem;left:0rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { width:11.25rem;height:2.5rem;top:20.125rem;left:18.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { top:3rem;left:32.320837020874rem;width:4.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { top:1.375rem;left:43.75rem;width:4rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:4.5270824432373rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { top:5.625rem;left:23rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { width:11.25rem;height:2.5rem;top:20.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { top:19.625rem;left:16.722917556762rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { top:19.625rem;left:33.4375rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { top:2.375rem;left:7.8406276702881rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { display:none; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { top:2rem;left:0rem;width:15.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1ISvppV0Omvuf8RhPe23hPAF1IdfPVi { width:11.25rem;height:2.5rem;top:32.4375rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPwTPzN8LqKFOXeweCdzGwFHumzROawX { display:block; }
 }@media only screen and (max-width: 763px) { #ApF2bsX8UN6bLv7MWNqh7q3kDwBlol2c { width:11.25rem;height:2.5rem;top:32.4375rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLgiCUQEAQNIuu4le5OtXsNR98chsIzw { display:block; }
 }@media only screen and (max-width: 763px) { #mqXsLVTNTuQrP9aHJUuyWCwgha7sOUp0 { width:11.25rem;height:2.5rem;top:32.4375rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6xDoTaZOfAX4SyGKqMTQ9GoLncXQ1iS { display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:3.375rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:5.875rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:8.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:11.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { 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) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.8251953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2rem;left:0rem;width:47.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { top:6.0625rem;left:19.75rem;width:28rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { top:0rem;left:19.9375rem;width:27.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { top:1.3125rem;left:34.25rem;width:12.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { top:6.5rem;left:0rem;width:46.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { top:0.0625rem;left:0rem;width:46.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { top:1.8125rem;left:37.125rem;width:10.625rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { top:0.375rem;left:4.84375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:11.5625rem;height:2.3125rem;top:8.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { top:1.3125rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { top:0rem;left:19.9375rem;width:27.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { top:5.875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { top:4.3125rem;left:0rem;width:42.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { top:9.1875rem;left:0rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:4.5rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { top:10.25rem;left:0rem;width:35.625rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { top:13.1875rem;left:0rem;width:34.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { top:9.3125rem;left:14.375rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { top:6.875rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5yQrhpiVS44huHd4QRN63RhHPtLw4X { top:6rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { top:9rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:1.1875rem;left:0rem;width:7.5rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:1.4375rem;left:0.89999997615812rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:0.4375rem;left:0rem;width:47.75rem;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.8125rem;left:0rem;width:45.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.1875rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:19.1875rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:21.3125rem;left:0rem;width:43.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.125rem;left:0rem;width:42.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) { #kdWcfv3K6KKK4xtdf90PA8XGVUOso029 { display:block; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPIfQxJxMDSk7B6MTX2m92tR3m5McMgT { top:1.1875rem;left:0rem;width:8.625rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsrC8lbM9BrGE2lC1oRDIQA38w9WWET { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emU61t6zLqKNAAyeCP3d5QKrKl6WEV3U { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoN3BwmIXI81uJqJ9PmTPfGwOJW95Fwu { top:1.4375rem;left:2.0874999761581rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzKEM2yRL1h9wxLG4MfzkgMmVsKxu4ww { top:0.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk { display:block; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiPhZGbOlam7BQK9OAO9T19SBVCZsQnA { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Jpozg2ECU7eWZnLS5P8muRudLRsf0q { top:2.8125rem;left:0rem;width:45.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxhIel4CUT06a4XqugRbTZhTSCqPNCBL { top:11.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMtXUvSHamcinFgiBlaq5SU1q1i4mSFT { top:14.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTTTAwBvloKXel1vZ9G7zOf4XRxEFS3 { top:6.1875rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MavoeEwgmyPmkAWGVPDFp1oDkFkTNq9m { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heaA2Hd5NPSTpbkdmT4g3MQloQR9zTfc { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyuXoegT5ZlP9PWi3TIhVa3WAT0cpghw { top:8.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5D4M3w76iGeGbD6BoHlrgP2VukKfhf { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:3.5rem;left:23.5rem;width:24.25rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:1rem;left:20.5rem;width:27.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:1.625rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL6xzosH9mRnX8QCmiLLvtpiJi2Jxn4n { top:6.875rem;left:23.8125rem;width:23.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al5FJOJVruSUr47pB9VrR6NeXO6PycDc { display:block; }#Al5FJOJVruSUr47pB9VrR6NeXO6PycDc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffeedc;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) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;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;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.091796875rem;left:16.935547471046rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.1875005960463rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { 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:50.125rem;background-color:#ffeedc;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.0625rem;height:16.0625rem;top:0rem;left:0.33984375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;z-index:15352;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #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) { #QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { width:4.1875rem;height:4.1875rem;top:34.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:0;top:22rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { width:14.8125rem;height:14.8125rem;top:1.6781251430511rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { width:18.75rem;height:9.1875rem;top:24.4375rem;left:0.625rem;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, #fdb48c, #ff3865);background-image: -moz-linear-gradient(180deg, #fdb48c, #ff3865);background-image: -ms-linear-gradient(180deg, #fdb48c, #ff3865);background-image: -o-linear-gradient(180deg, #fdb48c, #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb48c', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb48c', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, #fdb48c, #ff3865);background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:18.75rem;height:2.25rem;top:22.3125rem;left:0.625rem;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#414162;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15370;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { width:13.875rem;height:4.3125rem;top:24.4375rem;left:3rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.1875rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:7.3125rem;height:3.375rem;top:28.9375rem;left:6.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { width:9.375rem;height:9.375rem;top:5.923828125rem;left:3.7500001192093rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { width:12.4359375rem;height:3rem;top:17.9375rem;left:3.7820315361023rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;z-index:15298;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeKK404wIiV3135r8mn82BWCU8p2SZz { width:2.87435rem;height:2.87435rem;top:3.1174046993256rem;left:2.3122830986977rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { width:3.4375rem;height:3.4375rem;top:4.1796875rem;left:15.374999582768rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ff3865);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff3865);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff3865);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff3865);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { width:5.87456875rem;height:5.87456875rem;top:10.566406488419rem;left:13.125000298023rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, rgba(255,152,88,0.17));background-image: -moz-linear-gradient(180deg, #ff3865, rgba(255,152,88,0.17));background-image: -ms-linear-gradient(180deg, #ff3865, rgba(255,152,88,0.17));background-image: -o-linear-gradient(180deg, #ff3865, rgba(255,152,88,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#ff98582b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#ff98582b' );";background-image: linear-gradient(180deg, #ff3865, rgba(255,152,88,0.17));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yyhp0IpXachGg8VyZVqB1EXBrhzNf5d4 { width:14.5625rem;height:13rem;top:36.75rem;left:2.7187500596046rem;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, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #QMU8Qgl4Ty6f8d6fFN8zqR34Pq8Guoz4 { display:block; }
 }@media only screen and (max-width: 763px) { #Jcod1nXCdWFehP86v6NE7BW5wpCz5FnO { width:13.875rem;height:3.25rem;top:37.925000190735rem;left:3.0625000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.1875rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #dXULiJSgTGiJPWTwRv8tIB8mFRvirqL6 { display:block; }
 }@media only screen and (max-width: 763px) { #SEzTkSS8Av61iNS08DlO4TlT6b3wFsxN { width:9.75rem;height:9.75rem;top:39.687500953674rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk48ZBWBDCugTz6b89pCgdrPLyk94uXl { width:3.75rem;height:3.75rem;top:11.59765625rem;left:1.4875000119209rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,152,88,0.18), #ff3865);background-image: -moz-linear-gradient(180deg, rgba(255,152,88,0.18), #ff3865);background-image: -ms-linear-gradient(180deg, rgba(255,152,88,0.18), #ff3865);background-image: -o-linear-gradient(180deg, rgba(255,152,88,0.18), #ff3865);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff98582d', endColorstr='#ff3865' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff98582d', endColorstr='#ff3865' );";background-image: linear-gradient(180deg, rgba(255,152,88,0.18), #ff3865);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UNygNRcXebNd15PysM7Rg6RquWdeBDrl { width:13.875rem;height:1.4375rem;top:34.300000190735rem;left:3.0625000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.1875rem;color:#920544;z-index:15373;display:block; }
 }@media only screen and (max-width: 763px) { #hhsGWi1foThp0HaLL3CKunfJAuRkkTPR { display:block; }
 }@media only screen and (max-width: 763px) { #x8AL4XJG9Snr3M2nXL3q85I8VGx9Wryt { width:18.75rem;height:12.125rem;top:36.562500953674rem;left:0.62421876192093rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066c8, rgba(3,149,213,0.4));background-image: -moz-linear-gradient(180deg, #0066c8, rgba(3,149,213,0.4));background-image: -ms-linear-gradient(180deg, #0066c8, rgba(3,149,213,0.4));background-image: -o-linear-gradient(180deg, #0066c8, rgba(3,149,213,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#0395d566' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c8', endColorstr='#0395d566' );";background-image: linear-gradient(180deg, #0066c8, rgba(3,149,213,0.4));background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6k3dwFMDZ90JH1mn5rrumQr8CJLSZT { display:block; }
 }@media only screen and (max-width: 763px) { #M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM { display:none; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .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; }#M3O3u6Lz7BmM4qVgue1D1a3OzhtTJyOM > .row .container { width:20rem;height:123.5625rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S1gEtAMft1L4ZCJkoyFTeG3JmPRqTaqh { 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) { #aFfRUJTWs9fpstgAPIpnL84edTk5M8PI { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #tWQ8sBAJTA2lCuhpbflgqeUvyDreqWBb { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #i6O8VtdArvIVrAXv1qe4X2azylQyhBV9 { width:19.9375rem;height:1.625rem;top:0.90625rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qa0dOJu8w9E0ClhfqFyGcOLRpJCJQkSI { 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) { #PK7IkWUHgOKp42lE1SPadKvMTNTbNRoc { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #AFoyyMbTVT6TkkpWyHAv6aUIZetD42Pq { width:4.375rem;height:4.375rem;top:77.9375rem;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) { #y9UtGTHHU2usAxyvQl0eonWLQmBUID8F { width:4.375rem;height:4.375rem;top:78.5rem;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) { #dF3mnNWh1l8IvOvTWLQadQKH4UyUApR8 { 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) { #k3XpScd2paecDC2tTEmS6Mo0nF9iViTF { width:4.375rem;height:4.375rem;top:77.8125rem;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) { #nOG40oFkkNnHcTyyG0g5soZJ4CaXHpHq { width:18.0625rem;height:9.25rem;top:6.3893241882325rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsVDOvsu0PsTVCfiuunoZg99GPQJgILg { width:8.5rem;height:11.545125rem;top:5.9791717529297rem;left:3.8156250119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OVbCnmpA4sU9FPIFoW7pd9OV89yDdzi1 { width:11.6875rem;height:3.1875rem;top:53.1875rem;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:block; }
 }@media only screen and (max-width: 763px) { #fDrhpURTycESJS5deoJWCVm9TW6X0mvN { width:2.75rem;height:3.9rem;top:52.75390625rem;left:2.0625001192093rem;font-size:3rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KilNWkm3evcZ2JqbJKwy5eG2fyQMw0wv { width:7.0625rem;height:1.787325rem;top:53.8125rem;left:5.7500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5gn71KgP8JMnueAIJDxdBo0BANZrGl { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #ka7vrEqap3fepIO6hbsEOhIng3szeVqN { width:10.0625rem;height:3.1875rem;top:37.0625rem;left:1.9375001192093rem;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:block; }
 }@media only screen and (max-width: 763px) { #grcHrBHLbSsF4U6aGtOxqoGH3cCkVdHV { width:2rem;height:4.46875rem;top:36.375rem;left:2.6875001192093rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGKuFToZhU7TsT5efK9kRHPC6iHtMkEP { width:7.3125rem;height:1.787325rem;top:37.75rem;left:4.9375001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAJaehOAVuwkmcXvS2Td26EJeHayZUqh { width:18.0625rem;height:9.5625rem;top:18.474609375rem;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:14991;display:block; }
 }@media only screen and (max-width: 763px) { #NUFFLqH3sUV7naQD0WEfHtuPENVmLk2p { width:2.4375rem;height:1.381075rem;top:21.497264862061rem;left:14.699998676777rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:block; }
 }@media only screen and (max-width: 763px) { #y8pWxXPCcXHOohKWxf0IGwJzf0qclt0A { width:14.875rem;height:1.4625rem;top:22.923436164856rem;left:1.3730466961861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #TqRhvowPZQZ6XLxMV1m1I3yPGKdCJwXa { width:14.8125rem;height:1.6497375rem;top:33.216146469116rem;left:3.9375001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1SXuZPkGqaXTo6s7Kn0LdTRWCNEAy8 { width:9.0625rem;height:1.6497375rem;top:48.356121063233rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #W4KDsn5kRQdvSTxTAzTluAeQI9RTwRbk { width:18.0625rem;height:12rem;top:34rem;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:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ndS5TA5sXfmAZSFtEifBTfVwTQqRGxo3 { width:18.0625rem;height:12rem;top:48.779949188233rem;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:14993;display:block; }
 }@media only screen and (max-width: 763px) { #d9BcdO9N3yolEcZOB7SZmmaDhURTr7Q1 { width:14rem;height:1.787325rem;top:50.870445251465rem;left:3.4290367364883rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #Sn5g7Vm3F0JByHlNw5IrXc8vWlNsxGsv { width:9.0625rem;height:1.19986875rem;top:47.373699188233rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GcCG1m5dJbXoGhdPzSMsbtHmBic5EfL5 { width:11.75rem;height:2.9236125rem;top:19.956249237061rem;left:1.4695311188698rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #ytuDvfyCITey1bqAy4Dp83SOosVkDceU { display:flex;width:2.5rem;height:2.5rem;top:20.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaT5h6O81Z4L09efxzcn2WoDIOfARlGN { display:flex;width:2.375rem;height:2.375rem;top:62.029516220093rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #JsOZ7PTsuPg4oIxVu79msz6zlfImTrL9 { width:10.75rem;height:4.1875rem;top:65.654516220094rem;left:4.5625rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J6fFZexutQmvVq2GrNFec9ydxeLkWhJB { width:6.6875rem;height:2.1875rem;top:66.779516220094rem;left:6.625rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #C1TskM9cTDHrfZP7Hgc7PqH4f1UzcQQD { width:13.125rem;height:3rem;top:75.112851220094rem;left:3.4375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #EC3iRH5WVsmJHa2iP9eIJ3G5A3lLOb4o { display:block; }
 }@media only screen and (max-width: 763px) { #fcFlLiR7eo5CFvUKufp7a6SK1K2yDfF5 { width:12.8125rem;height:2.5486125rem;top:71.314238720094rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #oITAck9hpm4xf1AlET62hNHhTrMduKX1 { width:20rem;height:4.75rem;top:93.911463720094rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4aH74mmEMs5UuXGPGFcwg7nw7fC4cfW { display:flex;width:2.375rem;height:2.375rem;top:95.098963720094rem;left:1.5rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #pVDdpGdbz0piU6xTlIFrMmW8m5kfDddE { width:20rem;height:0;top:95.348963720094rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ztMtKrmy8oO4qBRyVDFVqLUVmFGZxWzJ { width:5.9375rem;height:5.9375rem;top:79.362851220094rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7aHzs3VWURoEfJgkfhsE17fOhFyEOw { width:11rem;height:2.3125rem;top:90.348963720094rem;left:4.5rem;font-size:1.25rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #t885ng3VtevNPuiAbxThfT6PdWO5iXit { display:block; }
 }@media only screen and (max-width: 763px) { #ilBnZTwNIMytSpnJdz9L6fLi3FIxr9wT { width:20rem;height:2.5486125rem;top:86.550351220094rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #b2pXwKL1LLRn8xIvJfV3HORTZcLiDbzV { display:flex;width:2.5rem;height:2.5rem;top:27.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPU6ZIkxuBwTwfwlB8HfgX5LPbSAAHpx { display:flex;width:2.375rem;height:2.375rem;top:101.47396372009rem;left:1.375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15386; }
 }@media only screen and (max-width: 763px) { #Ua5n1Wn9CVOMRAr2Sept2mJU0QkISDeO { width:20rem;height:5.5rem;top:99.911463720094rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGP9QvaZ5zutZloCn4b35R8bSaxr8NQ { width:5.0625rem;height:0;top:101.84896372009rem;left:5.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #EDIZMq2fBE7AFNS1bMbZZoeEb54q4MQS { width:10.75rem;height:3.3125rem;top:101.03646372009rem;left:9.125rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hRbQdBSEcvcawiVdfPiSeRo6myFeiuXb { width:4rem;height:0;top:101.66146372009rem;left:10.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #EpK1RSpc8PM2WluqdSXVxDl78Qc1CGNA { width:3.625rem;height:0;top:102.09896372009rem;left:14.875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #di94LFq0gwUb5kDVti0ow8kThNSbDLRN { width:0.8125rem;height:0;top:101.84896372009rem;left:19.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mFpcsNusCMDErsm7kWBMiD1wJzhJqLC7 { width:15.5625rem;height:3.4375rem;top:101.03646372009rem;left:4.3125rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bThCaSoV0pTost3OLVUzAMGo6QyndxS9 { width:4rem;height:0;top:101.66146372009rem;left:5.75rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #G43qBTTFLkVAoeTDy3KKuoMUCvUvzV88 { width:3.625rem;height:0;top:102.03646372009rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #nzcDmrxxXTKezRuypNCZbZQnTCiT2Eto { width:4.625rem;height:4.625rem;top:100.41146372009rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7EpOPLpMhnzsRkFTUvUXefhSpJRtSVC { width:7.0625rem;height:0;top:101.85521372158rem;left:12.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #bD2TKeqxUxAEedpfn6P7CEo5VXTS45TR { display:flex;width:2.375rem;height:2.375rem;top:108.59896372009rem;left:2.0625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #vbyXMgR27NwCDaXdTTOkNFfs8ReXvGyu { display:flex;width:2.5rem;height:2.5rem;top:35.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f72nCnRp1Bz6OU8iySSDFhpUNx2a802Z { width:20rem;height:6.5rem;top:106.66146372009rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVT8Agzi2lvAG3hvT98IWzf6Dg1JCV6P { width:16.75rem;height:0;top:108.03646372009rem;left:3.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TRbMEwi1cR9b0XdSbo0IXsuSDFDT57QG { width:16.8125rem;height:3.375rem;top:108.09896372009rem;left:3.0625rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wNo5uOWWVybvpVQbPdFviJgUcouzGu2g { width:4rem;height:0;top:108.59896372009rem;left:4.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Mgehc6hJLXibEN8Dd8i4tyCgMhWTx6k7 { width:3.625rem;height:0;top:108.97396372009rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #HyiEKWXDumx6FiTVL19LHfJs9zNLqrAD { width:4.5625rem;height:4.5625rem;top:107.53646372009rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwsC3z4DV2AIwpS6hQw6GlqV8f3XHev5 { width:10.75rem;height:3.3125rem;top:108.16146372009rem;left:9.125rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UIUokqME1pDy50xRis6S5kLEn2McnNI5 { width:4rem;height:0;top:108.78646372009rem;left:10.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yOMGQ9mmad7L7zN4UZtJdEaiBPLaRxTs { width:3.625rem;height:0;top:109.22396372009rem;left:14.875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ek6hgulplddfEosQWBVxSZ9THFD9pO59 { width:0.8125rem;height:0;top:108.91146372009rem;left:1rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ri56E4RP7PsqB3R0Bb3oguhabC0FW26y { width:9.3125rem;height:1.27430625rem;top:114.41146372009rem;left:5.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#920544;z-index:15388;display:block; }
 }@media only screen and (max-width: 763px) { #fMJyiTK5FOAOzMbOeraCLVFDGhpTsyXD { width:14.875rem;height:3.1875rem;top:116.93576997009rem;left:2.5625rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #TkspgWGp4xfi8eeKLMGca0rWciiAsBf0 { display:block; }
 }@media only screen and (max-width: 763px) { #wp9XT2D4DBlpPw9ZWih5k7ZQTEtZs2gz { width:20rem;height:1rem;top:121.37326997009rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n { display:block; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n { background-color: transparent; background-image: none; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container > .video-iframe-container { display: none; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row > .video-iframe-container { display: none; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .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); }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .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; }#rtvEvfvmMXBCLEAvkLmdi1QKILbKJS6n > .row .container { width:20rem;height:113.5rem;background-color:#ffeedc;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) { #p1kb11l1y6SI1xTD5HyUnZqLbg6PCHVB { 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) { #c47RngxTNz9JxcAITbnhtLJmvhzlixf4 { 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) { #I2F2SrHplvcKxP5q2hsku6sEM7CElvrF { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #DLCTeNoUHSfIADbsak3bT1gQZs3tdJDE { width:4.375rem;height:4.375rem;top:87.25rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8koJQB2Ic2avop262Q8wHeXoEyrwSNf { width:4.375rem;height:4.375rem;top:87.8125rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taslcohb37iPI0Ey4EKOUg4vQbXtp54k { 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) { #T16TUdy0x4dJoCkeTOEzH8NIUTp5PVhh { width:4.375rem;height:4.375rem;top:87.125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQZKkrHNMWZ8atRuxfrpQ0f0vMBcxMeP { width:11.6875rem;height:3.1875rem;top:70.625rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mQ1WO53iHtEnVMED01PhVP40zdlTHBDM { 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) { #paqQGwCMQpK6zh0DqZPDtMPCJkMnBZhM { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJNVl6zKhLkDX6g2AK1h0q7xSCNWqNNI { 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) { #QF57ZyWXhXk0dMmK62v1TcnDfztupaxi { 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) { #yCs7gN1LrKbRRPep8qQb94ALmuEnFaAo { width:7.3125rem;height:0;top:58.402346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwGphDgeaGbfhbfDUghepEHVoOsDWau4 { 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) { #Xat3m3zIFg7zsLvfmUzaTN7HKFf6MhNw { 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) { #SD45rPXsdsCR7n0fBRIKEENVmWi2Dt3M { 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) { #FcwCBndl057fkuQClDlw6a9hpTctKHbb { 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) { #sJKTTLRHIoWoLPXNPAhAsJs2IiTVt6db { 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) { #Erd9LTFKV6DgwPdhusV2gkgkunoTXhEK { width:14rem;height:0;top:68.125rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #HQanh8LtlSuVgRlNT0AOCeU5lezlJlHc { 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) { #CGw4yoVIAvlt5448NQBiwTGomXqOgRQ0 { 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) { #vbsoDmftiaL5seEQh2K72KQlDwM3K8EI { 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) { #gik8CTUrPwnrAwTX5EZqzaQnHGFlx0bP { 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) { #RrMobmvJnA98vJ73r7IqyuLGmbLONRs2 { 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) { #hXTEBkVnqWbmbI53ILHUd8A72HXmUpU9 { width:17.25rem;height:10.75rem;top:83.1875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #d3RbFh1t7Wf1IpkyrnuRiWV6yyvFpuxn { 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) { #WcLnc6lJTyT47mX7RbmDxwSuKpxmHAPN { 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) { #eBaDQvU5LHd1TJcwc1UThf7En7dh5HyI { 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) { #pxZQfDRva3rxZWhGsUdp4zfC58kFRsdC { 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) { #VE1I9rwxCKXwQezzEfTvnrIXAo568gKd { 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) { #SOaRqem4AlZCzcxfSMLga3aT4IzrL0O6 { 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) { #FHrkDoX1ki1aKazO4aRQ7oNQTUNmdr0g { 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) { #vOuhApMTxE3ByonED99U9mTfsIrF0PwI { width:1.625rem;height:1.625rem;top:29.421876430511rem;left:0.68854171037675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #pFyocla1TVwTO5IclgKSnDIdOOFDXxqb { width:2.6875rem;height:2.8125rem;top:28.851042270661rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #KVwgZLCV8wm0VuruuFuJa3pRkhwM8Ja9 { 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) { #OTzu8J9qHkJUAkAB8Ce4K9EkWDImuG1c { width:2.6875rem;height:2.8125rem;top:44.229168415069rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XFo2EBBC2rqbTUeOJLnb7LUR22Zi47RO { width:1.625rem;height:1.625rem;top:44.84166765213rem;left:0.64895838499069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #lMkq7fCK57k5PXogvx5EwaExVB6cc7Ul { width:17.25rem;height:13.5rem;top:97.25rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #SmGXWTJRlRe1XscamA0bdCOcccrSWJq4 { width:17.25rem;height:5.125rem;top:111.25rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #Gn9Iq54RXDcBTwVeeLIPUdy4D4RmHe3B { width:1.625rem;height:1.625rem;top:110.93750762939rem;left:8.9104173779488rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #oV6dMcZmshlUIWe7NVIHQqeXItCJlZ3y { width:19.1875rem;height:1.30625rem;top:1.3749961853027rem;left:0.43750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#920544;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XVVm1dfBSg7TJtzl6JdsuvSbbQUF0hKK { width:7.9375rem;height:0;top:104.25rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#141436;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #svF9rVnsbeeglBBu8fL4sE2225m1weDz { width:13.6875rem;height:0;top:90.934379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #cuep9t3UZgxw18mMFz4Wucd9rTuZaR4A { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:rgba(255,56,101,0.65);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QKOSZ98FOshkXwpqUb0PSm22QNF7u3Sf { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QR8d9pddMaAoHK5tbdezRGvWtThT3N67 { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #W9prtuBzVaTGHk4iObsoisrCaUKFSz5H { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #KiXZq1IShqk3zo5KaJiNwTghOlvlB1Bu { width:10.625rem;height:0;top:87.761468887331rem;left:6.3791669011119rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #z6RbK24oHJ4OGkrDh82BReG7Oig5T8Tm { width:2.6875rem;height:2.8125rem;top:117.2500038147rem;left:1.6958335042rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NkLdxw2B6mqihTyfRMQ6WrnVcTl890th { width:1.625rem;height:1.625rem;top:110.375rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #lFqzct9yKVQFRr95TStoZpxnB2akkIVf { width:17.25rem;height:6.5625rem;top:116.8125rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #Zl0sgXqeBrqX3F6lCnTUTfKVXhbtty6u { width:15.3125rem;height:0;top:110.37500762939rem;left:4.6875002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #ToRL87cxfNOmtUtIHyFq2MZKNVZVyeh6 { width:7.375rem;height:4.5rem;top:84.375001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #gZiVBzhv9z3ATsKyzfiT0auPS2r7lO6s { width:17.25rem;height:5.125rem;top:88.875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;background-color:#58a79b;background-image:none;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kKJDlGdpLVJk9SerHyHNBzEkTgJbo3po { display:flex;width:1.5rem;height:1.5rem;top:80.6875rem;left:0.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #P8GNtqN9mlPZ0erbW3lUTrH37DEZyi0H { width:3.25rem;height:3.25rem;top:96.187507152556rem;left:5.5000002980232rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MVQDLm886ekxAxTCRUJAFrNJTyc2mDDz { width:7.3125rem;height:3.375rem;top:105.00191879344rem;left:6.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #G6mVNtwxxQRKbJlP8nT7B7JGbcgmCIN5 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbc3NxvecNctiWmIWCvRDBUF5F9bIbH { width:11.25rem;height:2.5rem;top:28.8125rem;left:4.375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #px2BU5JLONBBN2mluhdTSn1cS2TcGNa7 { display:block; }
 }@media only screen and (max-width: 763px) { #fqDluOapMATZlubzkdqE6V4hIS0SmP55 { width:12.8125rem;height:2.54948125rem;top:25.25rem;left:3.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #XJiz2rVh98ShTF3df0XST16IMqhTvJ5D { width:20rem;height:13.25rem;top:7.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #k51Fkpcypdc0WHiP21cTTPI1xwleeqqX { width:13.8744375rem;height:0;top:6.0625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #FZTkySeMtfCFBtEOw9EBDmbmKHon2JEN { width:8.49925rem;height:2.6859375rem;top:18rem;left:5.875rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #AQXKBNqPrEyG494Kf2QXwFcbRGDCTpEO { width:9.8125rem;height:auto;top:10.6875rem;left:5.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #uCMhVTGR9RaI1hzFNfmpTbGpdLLADOdR { width:20rem;height:6.8125rem;top:43.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GN1F4eJPiaL91eF7mTdamyc2qH4I7Zfs { width:20rem;height:auto;top:33.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TXeG0tTsaWQ6l1ITkB9rxJgJ1nTohFCH { width:2.68663125rem;height:2.8125rem;top:3.5625rem;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:15084;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(90deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(90deg, #ff3865, #fdb48c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AJVzXpRoTQ6KXm5WnkbXJIlZHecLE0D5 { width:17.75rem;height:9.625rem;top:4.8125rem;left:1.125rem;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:14998;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #BnI5fMhRs1IpNoyx3yKaFNpTZ1ZHJ3NQ { width:2.68663125rem;height:2.8125rem;top:44.75rem;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:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(90deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(90deg, #ff3865, #fdb48c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7o6WTbLOsFz5U6USssU0vMugpTPfGT { width:2.68663125rem;height:2.8125rem;top:53.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(90deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(90deg, #ff3865, #fdb48c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HIw3xLh6DdqTgzGcAnDl7QeJTDDVS38v { width:17.749125rem;height:5.99913125rem;top:46.25rem;left:1.125rem;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:15004;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #lswqyHKH56NtJ14QRWQmPrVQukwqrTQq { width:15.625rem;height:2.76171875rem;top:47.875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15382;display:block; }
 }@media only screen and (max-width: 763px) { #a9BPqMomru965y10oMNPd2uCENQGdE4S { width:17.375rem;height:21.625rem;top:55.125rem;left:1.3125rem;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:15009;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #W3WvmCalJUnlH88z7S2mMZul5d5ld6Tt { width:2.68663125rem;height:2.8125rem;top:80.0625rem;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:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(90deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(90deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(90deg, #ff3865, #fdb48c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S0B6ykRKcCctyF8lPO5p7oDvpR4FyRgv { width:14.375rem;height:6.5rem;top:16rem;left:2.8125rem;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:14970;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O40ANxTaF9Kd5QPtt1bOXSws8NRd7EiP { display:flex;width:2.375rem;height:2.375rem;top:33rem;left:8.8125rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #VeHpQhvoSIEVDV0g1zRZ7TgI71ik9gdP { width:20rem;height:auto;top:58.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #eGrckDbF7KW7oyUuKqwv1MQUAkOLNbZv { display:flex;width:1.5rem;height:1.5rem;top:45.4375rem;left:0.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15369; }
 }@media only screen and (max-width: 763px) { #g6r5qig4ihp6rDKA0BWxR5gs4c0RX41f { width:17.75rem;height:19.875rem;top:81.0625rem;left:1.125rem;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:15014;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #lwXzaipDkbPlXoMGM8k5DsdndQLu0nTR { width:13.874125rem;height:2.76171875rem;top:82.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15392;display:block; }
 }@media only screen and (max-width: 763px) { #IHHIOPF23FSkHDCEJ37fgc9whLyTNlV2 { width:19.75rem;height:6.0625rem;top:31.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #J0kqRWRTOqgJFLhqu1ECPqXvuvXFTQll { display:flex;width:2.5rem;height:2.5rem;top:33rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHypA0sbXsO94eTXcmetrG9U0nVtS1Nm { width:18.4375rem;height:auto;top:46.5625rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #GlTF1sbpwbM0phUJ58sk9HncVHThzu6W { display:flex;width:2.5rem;height:2.5rem;top:58.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mO7py1LtPKtVyvXcCktyyoH0LfVoMQ9N { width:20rem;height:1rem;top:111.3125rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RZ1e2WGFefBcTAoCEidaDyDESLW5RgoL { top:6.7000002861025rem;left:2.8750000596046rem;width:14.25rem;height:5.84765625rem;z-index:15398;text-align:center;text-align-last:center;font-size:1.125rem;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #eQPstd8EyH0oZvAw41V4ArgrsiTlzgCJ { width:15.625rem;height:1.3808625rem;top:56.75rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15383;display:block; }
 }@media only screen and (max-width: 763px) { #wpHSNVNlfU2EbzDREqIkdJ64FdPXdxkg { width:20rem;height:15.8125rem;top:7.875rem;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) { #VlzU2HWWMs86K9CJPogTZ6FB3to6INHG { width:20rem;height:6.6875rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT7L30LOWBa8GP2lkKZ0lIZvTobhALVT { display:flex;width:1.625rem;height:1.625rem;top:54.5rem;left:0.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15386; }
 }@media only screen and (max-width: 763px) { #wzUT2eKZ0RJFmhU4kv3OMgQbiv1HMf6f { width:19rem;height:auto;top:46.5rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #mfeWZQTcow3VFfWkq1FTfPFx1qIVnOU5 { width:20rem;height:6.0625rem;top:56.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #wCL8roZNTVdOupZyoy7ZpoH3koGrNDSW { width:19.75rem;height:22.625rem;top:5.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #EbXTuPfiaHh5Ig1wRmCu5Co9BXTXcLqB { width:19.75rem;height:13.875rem;top:40.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #QnalGOQDhJ06BpuoGT4EaaK8cBmSQyNH { display:flex;width:1.375rem;height:1.375rem;top:4.28125rem;left:0.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15362; }
 }@media only screen and (max-width: 763px) { #TRAN2GzqVDaIQrDIiaiFgN59n7hTtI39 { width:9.749125rem;height:1.2747375rem;top:103.25rem;left:5.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#920544;z-index:15390;display:block; }
 }@media only screen and (max-width: 763px) { #lfbItBCsW4W2Lg8NEqifX4IRKlTkZ6ac { width:13.375rem;height:2.875rem;top:105.9375rem;left:3.3125rem;font-size:1rem;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #k1EepdOnOrueGSVvnxgeUe3NyLmLsK7t { display:block; }
 }@media only screen and (max-width: 763px) { #yMdTR6oQTZk7AGlHsDo59aWmtmEnTGCv { width:5.75rem;height:5.75rem;top:32.75rem;left:0rem;z-index:15376;display:block; }
 }@media only screen and (max-width: 763px) { #OtdIDsv2amN8oPFFBICEvXsrA7OUOKnU { width:13.5625rem;height:2.54948125rem;top:34.375rem;left:6.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#920544;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #K8iUPAmixV4VLqQdez2iwslg3votBLc2 { top:60.0625rem;left:3.75rem;width:12.5rem;height:4.5625rem;z-index:15399;background-color:#dc0062;background-image:none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrlsWqe7mhH5uTD5Kd1wOCtkbL7QIPdm { width:15.625rem;height:1.3808625rem;top:65.75rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15384;display:block; }
 }@media only screen and (max-width: 763px) { #nBTVRflBW89H2QdMK2oGuCo4kNceDPBe { width:5.25rem;height:2.5996125rem;top:61rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15400;display:block; }
 }@media only screen and (max-width: 763px) { #sw6Ol03h8TdfySBClmBVuyTVHowGhDfJ { width:5.4375rem;height:1.7871125rem;top:61.5625rem;left:9.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15401;display:block; }
 }@media only screen and (max-width: 763px) { #V1aqAkiKy5TfoTT0oQtaBxpPNFbEOocQ { top:67.875rem;left:3.75rem;width:12.5rem;height:4.4375rem;z-index:15400;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSdb0S6UMkSnJqsGnRg3oPOEyM5BX6WR { width:5.25rem;height:2.5996125rem;top:68.8125rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15401;display:block; }
 }@media only screen and (max-width: 763px) { #C9AIaxi6DzV7dEvyZTrGEHTArs0QRyIX { width:5.4375rem;height:1.7871125rem;top:69.25rem;left:9.5rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15402;display:block; }
 }@media only screen and (max-width: 763px) { #opCPL77MXFI6tUkDgZhwGIzi84cImKQR { width:15.625rem;height:1.3808625rem;top:73.6875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15384;display:block; }
 }@media only screen and (max-width: 763px) { #I17Z9KGoxNE68MGVI35T8Tr3b0EzAAaa { width:5.25rem;height:2.5996125rem;top:87.5rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15403;display:block; }
 }@media only screen and (max-width: 763px) { #GqacdZ3erw9noTxXVzKyz2tG42H51W6K { width:5.4375rem;height:1.7871125rem;top:88.0625rem;left:9.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15404;display:block; }
 }@media only screen and (max-width: 763px) { #yUMIcNgNIsTMmEhMaeVBdJPWfawUqplf { top:86.5625rem;left:3.75rem;width:12.5rem;height:4.5625rem;z-index:15402;background-color:#dc0062;background-image:none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGJWZpSabXb1K0BkDsc0llT0F0oHKQNX { width:15.625rem;height:1.3808625rem;top:92.1875rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#920544;line-height:1.3;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWX3NFrVMC8aU0UTTzRTE4UX4c4VRLF { top:94.5625rem;left:3.75rem;width:12.5rem;height:4.3125rem;z-index:15404;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geUzQwn37coqWbRBmxLpsfxB9mHSLKqz { width:5.4375rem;height:1.7871125rem;top:95.9375rem;left:9.5rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15406;display:block; }
 }@media only screen and (max-width: 763px) { #NwkPvIFvTRKUzSv0a6VsAev9MTDxtx6T { width:5.25rem;height:2.5996125rem;top:95.5rem;left:4.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15405;display:block; }
 }@media only screen and (max-width: 763px) { #uXOvfMxWTwOTF74SxmVoU7dtEFsKAc1G { width:11.25rem;height:2.5rem;top:38.5rem;left:4.375rem;font-size:1rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #B5QfcLiIqtSSKzkvbLTcQsopTSMlO6nE { display:block; }
 }@media only screen and (max-width: 763px) { #CMuIIBzh6NpvNRI39nIEFgUwnlNNhhst { width:19.75rem;height:9.6875rem;top:32.75rem;left:0rem;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;background-color:rgba(255,255,243,0.2);background-image:none;border-top:0.125rem solid #ff3865;border-left:0.125rem solid #ff3865;border-right:0.125rem solid #ff3865;border-bottom:0.125rem solid #ff3865;box-shadow: none;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:51.25rem;background-color:#ffeedc;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { height:9.75rem;width:17.4375rem;top:7.0304718017575rem;left:1.1874999403954rem;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { width:19.8125rem;height:0;top:1.30078125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { width:3.1875rem;height:3.1875rem;top:3.909375667572rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { width:3.125rem;height:3.125rem;top:5.1242218017578rem;left:12.406250536442rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:21.53125rem;left:1.2812500596046rem;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { width:9.8125rem;height:2.25rem;top:17.81640625rem;left:5.0937500596046rem;font-size:1.25rem;z-index:15171;color:#085da9;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { width:10.75rem;height:5.625rem;top:107.47917175293rem;left:7.6242198944094rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { width:9.8125rem;height:2.25rem;top:19.314583778381rem;left:7.0333337783812rem;font-size:1.25rem;z-index:15171;color:#085da9;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.8125rem;height:1.9375rem;top:17.188542842865rem;left:15.566667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:31.814586162567rem;left:17.500001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { width:2.0625rem;height:2.125rem;top:27.37500333786rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { width:10.8125rem;height:4.25rem;top:16.35546875rem;left:4.5625000596046rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(180deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(180deg, #ff3865, #fdb48c);background-size:auto !important;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { width:10.8125rem;height:4.4375rem;top:30.675003051757rem;left:4.5937500596046rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(180deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(180deg, #ff3865, #fdb48c);background-size:auto !important;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:36.25rem;left:1rem;border-top:0.3125rem solid #ff3865;border-left:0.3125rem solid #ff3865;border-right:0.3125rem solid #ff3865;border-bottom:0.3125rem solid #ff3865;display:block; }
 }@media only screen and (max-width: 763px) { #cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { width:9.5625rem;height:2rem;top:34.501563072204rem;left:0rem;font-size:1.25rem;z-index:15171;color:#085da9;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:11.375rem;height:4.25rem;top:45.369998931885rem;left:4.3125001192093rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -moz-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -ms-linear-gradient(180deg, #ff3865, #fdb48c);background-image: -o-linear-gradient(180deg, #ff3865, #fdb48c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3865', endColorstr='#fdb48c' );";background-image: linear-gradient(180deg, #ff3865, #fdb48c);background-size:auto !important;z-index:15010;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { width:6rem;height:6rem;top:49.675010681153rem;left:6.9375002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { top:0.93641281127931rem;left:1.2500000596046rem;width:17.5rem;height:0.124783125rem;z-index:15359;background-color:rgba(255,56,101,0.65);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { width:19.5625rem;height:1.30625rem;top:2.0625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15295;text-align:center;text-align-last:center;color:#920544;display:block; }
 }@media only screen and (max-width: 763px) { #T1ISvppV0Omvuf8RhPe23hPAF1IdfPVi { width:9.75rem;height:2.25rem;top:17.878551006317rem;left:5.1250001192093rem;font-size:1.25rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #TPwTPzN8LqKFOXeweCdzGwFHumzROawX { display:block; }
 }@media only screen and (max-width: 763px) { #ApF2bsX8UN6bLv7MWNqh7q3kDwBlol2c { width:9.75rem;height:2.25rem;top:32.301562309265rem;left:5.1250000596046rem;font-size:1.25rem;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #LLgiCUQEAQNIuu4le5OtXsNR98chsIzw { display:block; }
 }@media only screen and (max-width: 763px) { #mqXsLVTNTuQrP9aHJUuyWCwgha7sOUp0 { width:9.75rem;height:2.25rem;top:46.9375rem;left:5.125rem;font-size:1.25rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #x6xDoTaZOfAX4SyGKqMTQ9GoLncXQ1iS { display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color:#ffeedc;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; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:18.083984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.350025rem;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) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.5107375rem;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) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { 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) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { 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) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.673825rem;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) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { 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) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { 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) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:8.458984375rem;left:0.9375rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:17.75rem;top:0.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { width:7.3125rem;height:12.5rem;top:20.7470703125rem;left:7.33984375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { background-color:#ffeedc;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; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { background-color: transparent; background-image: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .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); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { border-width: 0; border-radius: 0; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { width:20rem;height:5.0625rem;top:5.9375019073486rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { width:20rem;height:10.8125rem;top:0.1875rem;left:0rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { width:9.1875rem;height:7.6875rem;top:12.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { width:20rem;height:6.6875rem;top:5.8114585876465rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { width:20rem;height:12.375rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { width:8.9375rem;height:2.75rem;top:12.05078125rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { width:5.3125rem;height:2.875rem;top:0.62890625rem;left:14.603636605694rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:9.6875rem;height:2rem;top:8.125rem;left:1.5rem;font-size:0.9375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { width:12.4375rem;height:1.4625rem;top:1.00390625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { width:20rem;height:9.375rem;top:11.250001907349rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { width:20rem;height:4rem;top:17.9892578125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { width:15.5rem;height:2.2734375rem;top:3.0625rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { width:12.6875rem;height:0;top:9.1875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:5.783203125rem;left:1.25rem;width:17.5rem;height:0;z-index:15166;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { width:12.0625rem;height:1.4625rem;top:6.2500019073488rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { width:16rem;height:0;top:11.668748855591rem;left:1.1020833849907rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { width:6.6875rem;height:2.2734375rem;top:7.9570331573488rem;left:12.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { width:5.1875rem;height:9rem;top:11.312501907349rem;left:3.16015625rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { width:4rem;height:4rem;top:15.821620722046rem;left:9.58333375rem;display:none; }
 }@media only screen and (max-width: 763px) { #II5yQrhpiVS44huHd4QRN63RhHPtLw4X { width:8.5rem;height:2rem;top:15.723957061767rem;left:8.1166675686838rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { width:7.25rem;height:1.9375rem;top:18.22265625rem;left:8.7408857345581rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffeedc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:4.75rem;height:3.7109375rem;top:2.2375030517578rem;left:1.7500000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:2.1882810592651rem;left:17.058593332768rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { 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) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.59375rem;top:3.109375rem;left:6.5000000596044rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:5.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#ffeedc;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1.00043125rem;top:1.875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.44921875rem;top:3.4375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.2498125rem;height:2.3984375rem;top:11.8125rem;left:0.4375rem;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:18.8748125rem;height:4.8984375rem;top:15.0625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:7.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;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:21.3125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.8984375rem;top:23.25rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:1.1375rem;top:9.1875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;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) { #kdWcfv3K6KKK4xtdf90PA8XGVUOso029 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffeedc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { background-color: transparent; background-image: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container > .video-iframe-container { display: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container { display: none; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .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); }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { border-width: 0; border-radius: 0; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdWcfv3K6KKK4xtdf90PA8XGVUOso029 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPIfQxJxMDSk7B6MTX2m92tR3m5McMgT { width:5.6875rem;height:3.7109375rem;top:2rem;left:1.1874999403954rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RCsrC8lbM9BrGE2lC1oRDIQA38w9WWET { display:flex;width:2rem;height:2rem;top:2.1882810592651rem;left:17.058593332768rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #emU61t6zLqKNAAyeCP3d5QKrKl6WEV3U { 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) { #HoN3BwmIXI81uJqJ9PmTPfGwOJW95Fwu { width:9.4375rem;height:1.59375rem;top:3.0593757629394rem;left:7.6703124642375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kzKEM2yRL1h9wxLG4MfzkgMmVsKxu4ww { width:20rem;height:5.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk { background-color:#ffeedc;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; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { background-color: transparent; background-image: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container > .video-iframe-container { display: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container { display: none; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .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); }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { border-width: 0; border-radius: 0; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgI4qeLUmgxSQsk1ctLK8qkMtkLyVpZk > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiPhZGbOlam7BQK9OAO9T19SBVCZsQnA { width:18.5rem;height:1rem;top:1.3125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #d1Jpozg2ECU7eWZnLS5P8muRudLRsf0q { width:17.3125rem;height:2.44921875rem;top:2.875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SxhIel4CUT06a4XqugRbTZhTSCqPNCBL { width:18.2491875rem;height:2.3984375rem;top:14.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zMtXUvSHamcinFgiBlaq5SU1q1i4mSFT { width:18.8748125rem;height:3.673825rem;top:18.0625rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vCTTTAwBvloKXel1vZ9G7zOf4XRxEFS3 { width:18.625rem;height:2.3984375rem;top:6.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MavoeEwgmyPmkAWGVPDFp1oDkFkTNq9m { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #heaA2Hd5NPSTpbkdmT4g3MQloQR9zTfc { 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) { #nyuXoegT5ZlP9PWi3TIhVa3WAT0cpghw { width:17.5rem;height:3.41015625rem;top:9.9375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
 }@media only screen and (max-width: 763px) { #Di5D4M3w76iGeGbD6BoHlrgP2VukKfhf { 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) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#ffeedc;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:8.8125rem;height:1.1375rem;top:1.8137817382812rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;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) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:17rem;height:4.19921875rem;top:4.1744689941406rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:17.625rem;height:1.94921875rem;top:17.4970703125rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { 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) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:9.3137817382812rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:1.3137817382812rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38125rem;top:1.640625rem;left:15.000000774861rem;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) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:10.1875rem;top:14.6484375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:1.1375rem;top:15.41015625rem;left:6.625rem;font-size:0.875rem;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) { #sL6xzosH9mRnX8QCmiLLvtpiJi2Jxn4n { width:20rem;height:1.94921875rem;top:21.2109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Al5FJOJVruSUr47pB9VrR6NeXO6PycDc { display:block; }#Al5FJOJVruSUr47pB9VrR6NeXO6PycDc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }