.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, #eaf5ff, #bed5fd);background-image: -moz-linear-gradient(0deg, #eaf5ff, #bed5fd);background-image: -ms-linear-gradient(0deg, #eaf5ff, #bed5fd);background-image: -o-linear-gradient(0deg, #eaf5ff, #bed5fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf5ff', endColorstr='#bed5fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf5ff', endColorstr='#bed5fd' );";background-image: linear-gradient(0deg, #eaf5ff, #bed5fd);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:53.5625rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { color:#49249e;display:block;width:31.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15296;line-height:1.2;letter-spacing:0;top:4.8117899894714rem;left:39.867718219757rem;height:4.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRfQh2ENP1QG9oZhx6Pl6cIVzrDSXDfg { color:#49249e;display:block;width:29.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15359;line-height:1.2;letter-spacing:0;top:10.64009141922rem;left:39.86860704422rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QS7ZbD013XNJNJVQuEu9TAdL5cmMELoq { box-sizing:content-box;height:3.12421875rem;width:3.12421875rem;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:15353;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:2.6875rem;display:block; }
#IUuq8PrefkbKRpZNSs33cZqrOav3aQaK { box-sizing:content-box;height:1.2491125rem;width:1.2491125rem;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:15354;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.557331085205rem;left:6.6859021186831rem;display:block; }
#pktaBlCo5IE3a1tGbgiVvIBKhpJBCqpM { box-sizing:content-box;height:3.12421875rem;width:3.12421875rem;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:15354;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:28rem;display:block; }
#qNQqldIGkJT9AQZxMl97NWT5EwJcAVr8 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15355;background-color:rgba(var(--color-tertiary-0),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:32.625rem;display:block; }
#gHiIwEFvctUbt203BLhdJPMn0Rhy7lyP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.4355625rem;width:16.4355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:15.9375rem;left:49.25rem;display:none; }
#QLy1kaDS7u2OKOFphSBzSNaHJG2IrzPC { 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:30.06125rem;height:3.68696875rem;text-decoration:none;z-index:15367;text-align:center;text-align-last:center;top:46.556284427643rem;left:22.468038082123rem;display:block; }
#Z63qNNJXkPQGpdw7uONz3DaczgoDetJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sov41k6A8UQ5Z5hXilLC86O8JOyyCyWo { box-sizing:content-box;height:3.5rem;width:31.9375rem;position:absolute;display:block;z-index:15358;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(180deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(180deg, #6e40d7, #6887c7);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.9375rem;left:32.625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#e4pTh7MD80d3mOrB4L1W9wkKF9nTzh6W { color:#ffffff;display:block;width:28.9994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15361;line-height:1.5;letter-spacing:0;top:15.6875rem;left:34.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HfaSoRbshOqlctA7VD7p7P6wSsuV5Cul { box-sizing:content-box;height:5.1875rem;width:31.9375rem;position:absolute;display:block;z-index:15360;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(180deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(180deg, #6e40d7, #6887c7);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.5625rem;left:41.375rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#kEF3zZ3u8sCQ8MVsUywSSyDTbzOMBseL { color:#ffffff;display:block;width:28.9994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15363;line-height:1.5;letter-spacing:0;top:20.3125rem;left:43rem;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; }
#THmsgdyNrsBzpoqnSGdqsIfVJgfREEUD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12464375rem;width:4.12464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;top:20.0625rem;left:35.3125rem; }
#nGEK4bWg36LRizSJTbTMPwKZzVctz8ld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kMgIN7ZOcVrbJT6b8g8T4KoBcR6RokQy { position:absolute;display:block;z-index:14991;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8748125rem;width:19.375rem;top:5.6232237815857rem;left:7.9350142478944rem;overflow:hidden;display:block; }
#Hl21UqTDOTpBMUXmPzcwuLdQpy6BC8zg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12375625rem;width:4.12375625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15368;opacity:1;top:26.617540359497rem;left:45.122511386871rem; }
#VEMP0pMbHIwcBKbBeUaPk7FFtJGyFOfM { 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:5.3125rem;width:9.6875rem;top:5.2705078125rem;left:61.12451171875rem;overflow:hidden;display:block; }
#XshTVQ5iGwfru4m8BpgPbSbGyWFmAkFu { position:absolute;display:block;z-index:15366;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0616875rem;width:23.3741875rem;top:28.692187309265rem;left:25.813282370567rem;overflow:hidden;display:block; }
#a1JP8suZCDv0vovUhLmHsRfD6eWMIRZG { box-sizing:content-box;height:12.25rem;width:12.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:15354;background-color:#ffffff;background-image:none;box-shadow: -0.0625rem 0.5rem 1.0625rem rgba(20,20,54,0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:20.10917375rem;display:block; }
#fZ69ldtmXns3PZLXwiWpOkgOPeCs9TiQ { position:absolute;display:block;z-index:15377;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:12.625rem;width:13rem;top:3.8000001907349rem;left:20.049999594688rem;overflow:hidden;display:block; }
#DqX6b5EuRhzWTEIo3zlQHRBK8hXpzvqg { box-sizing:content-box;height:21.3125rem;width:21.0625rem;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:15354;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.692497253418rem;left:26.098741531372rem;display:block; }
#ZdEITxp0ISzKG2ZDR0N3tETDw4B2aaS4 { box-sizing:content-box;height:3rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15355;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.25rem;left:48.399999976158rem;display:block; }
#R5J8XbAwpqUloOlhXI3wAuLqp1tRGiRI { box-sizing:content-box;height:1.5rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15356;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.61562538147rem;left:24.710937857628rem;display:block; }
#AUH6qHb1xQaFyu2RAwydzaEs56Hy3Dxv { box-sizing:content-box;height:4.5625rem;width:4.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:15357;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.067187547684rem;left:20.108593344688rem;display:block; }
#IxoN5nuV3KTnToRP7QElPpOeZeSVpwT2 { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15356;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6e40d759' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(110,64,215,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.92812538147rem;left:48.030470252037rem;display:block; }
#to1nC8zWRQkL73oaDD1wSXv5W4oDQ3xI { color:#49249e;display:block;width:31.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15296;line-height:1.2;letter-spacing:0;top:4.8117899894714rem;left:39.867718219757rem;height:4.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h4Ua6QfqfUhfcoisgLGde9166VaAwCG4 { color:#49249e;display:block;width:31.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15296;line-height:1.2;letter-spacing:0;top:4.8117899894714rem;left:39.867718219757rem;height:4.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { border-width: 0; border-radius: 0; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wMVna2nF4qC75yy171s5JL452X5qH8Af { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UEW21m9sDkSsga2kRhyfufvOG1GuPRED { box-sizing:content-box;height:6.0625rem;width:63.3125rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(90deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(90deg, #6e40d7, #6887c7);background-size:auto !important;top:6.6867904663088rem;left:5.8744673728943rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:8.6221590042112rem;left:6.6237568855288rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#M0LIhNPWfepwdRARaJzzx36xnRVGKsks { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GkFp80cqptmbB209yizSdy2tfAT4HkIL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#anvaxFT2axyZveGN7SP38VLN254xN6Uf { 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; }
#LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15353;line-height:1.5;letter-spacing:0;top:8rem;left:9.6875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { color:#141436;display:block;width:0.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:8.9486856460569rem;left:7.3423295021056rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { box-sizing:content-box;height:2.1870125rem;width:2.1870125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:#ffffff;background-image:none;top:15.5625rem;left:12.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { color:#141436;display:block;width:0.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:15.875rem;left:13.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { color:#ffffff;display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:15.875rem;left:15.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BbexaeUGRupAxua1wscCZeVko2qZVTLa { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.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; }
#fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { color:#49249e;display:block;width:13.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:2.4375rem;left:32.5625rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hbpsKIGdTz2PekVZvXeTOENovRmRLCD0 { 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; }
#TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55956875rem;width:2.55956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15346;opacity:1;top:15.375rem;left:7.3125rem; }
#nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#gO8TteG6pM65QbiCzuaFzolnMCqic6VT { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T4OmWEKFIeCaMG6TDA70yofR8WRP4oxD { 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; }
#aQ1CDTLnF6wXw6FT7oL9PnVdfNmAJ2mn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15346;opacity:1;top:2.125rem;left:28.875rem; }
#EnfkO5rZKBLSJmeOq5aLebbINQQ08CUJ { 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; }
#eNTh5zz7fNf7gXXxLVtPPDRcFT0UbJ4l { box-sizing:content-box;height:4.375rem;width:28.0625rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(90deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(90deg, #6e40d7, #6887c7);background-size:auto !important;top:14.4375rem;left:11.625rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#DpfEv8TPATabXXMDf3zkRiNgZVlEcw2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55859375rem;width:2.55859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15351;opacity:1;top:21.75rem;left:11.4375rem; }
#El0tHtNEbgnSiizJ2DF2OQfpL1RrirS6 { box-sizing:content-box;height:4.5625rem;width:32.6875rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(90deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(90deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(90deg, #6e40d7, #6887c7);background-size:auto !important;top:20.75rem;left:15.5rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#hoAsp9pMZdQIbZ6xFrhZLzq0odzVFgFX { box-sizing:content-box;height:2.186525rem;width:2.186525rem;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:15111;background-color:#ffffff;background-image:none;top:22.0625rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wfRpfJAcUfXDU39lQ9vEelrrCBhJdBtL { color:#141436;display:block;width:0.874025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:22.3125rem;left:17.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EpXSLiWAUMVT1TNArK50z0SgxVBTWdWq { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:22.3125rem;left:19.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c81HXkcgMBoyoCr3Racp94H9K3mX5hSo { 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; }
#W1tko6UlR9uLTNl4KXMzfFm2xDXL5SrO { 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; }
#B4rlWhUExqO2NbFT8hWvHWa456T8IgKH { 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; }
#pbyW2tXeJ2bJFK8RWTyWduAiyPX9I1yr { color:#ffffff;display:block;width:47.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:19.625rem;left:17.875rem;height:4.49706875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wvw7qAOJ43C1es7BQnFkNhzOiOlwXhwu { color:#49249e;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:30.609375rem;left:32.09375rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9H4zL8oax1ZIV9g7ywKuxakqgBSe8Hw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15354;opacity:1;top:30.25rem;left:28.125rem; }
#LGKenDKNznh1R7swamiBZ9PMvQu8wRbw { color:#49249e;display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:36.640625rem;left:14.75rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxborykXAOgyziS4tuvioIgoRs0sSLvM { box-sizing:content-box;height:9.375rem;width:55.0625rem;position:absolute;display:block;z-index:14986;background-color:rgba(110,64,215,0.13);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35rem;left:10.65625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#BgHG42vf7HJwdTDa2ycs5ATWlsT9sHBv { box-sizing:content-box;height:26.75rem;width:68.9375rem;position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem dotted #6e40d7;border-left:0.1875rem dotted #6e40d7;border-right:0.1875rem dotted #6e40d7;border-bottom:0.1875rem dotted #6e40d7;top:28.8125rem;left:3.53125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qbiqAHtFBvOTDyPPNlMGlGyH98z5IsZp { color:#49249e;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:45.828125rem;left:14.1240234375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KsbapfOkxro6NRAZXeAxBDeO9689Ss4R { color:#ffffff;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15353;line-height:1.5;letter-spacing:0;top:8rem;left:9.6875rem;height:3.74706875rem;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; }
#Qd6tvdr1LBxF7KmTTbT33Au7PiTGWg1O { color:#49249e;display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:36.640625rem;left:14.75rem;height:6.0952125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PTfSuxJnhttuRyPJpoqrixa6vZlF4Zqs { color:#49249e;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:46.453125rem;left:14.125rem;height:6.0952125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G4bJZ2y4TmKssHq57gTB4ItrzgCTSASL { color:#8d77c0;display:block;width:48.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:52.77880859375rem;left:14.49951171875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf5ff;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; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container { background-color: transparent; background-image: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container > .video-iframe-container { display: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row > .video-iframe-container { display: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .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); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container { border-width: 0; border-radius: 0; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container { font-size:0.875rem;font-family:arial;height:75.3125rem;width:75rem;position:relative;display:block; }#RoJUpEioVO0GfMtz2dXvuO5zcI28qqsl { 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; }
#f1HhehTQgZqcLJJwwt07riVuPcyL8v8W { 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; }
#EmV80f2zO84EXmNKITMAWmXnkbS1lT7o { 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; }
#Z9USrMaEgqSLhwLxTzZ7BDKrc3BoV39Z { 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; }
#p0kiFvPS1Sxel0cu458DnloSGOSstnHD { 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; }
#huaPwqJvQOTmnBHoSU9vSCVzmVGPFnbF { 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; }
#v1hltLdB9QUCxm2ViOnoI9Pmv6OCDiTb { 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; }
#vy2dkIpbNRII0RmUzQ1t9nvxm3kuRTqA { 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; }
#RG6XbEXDN2waMKFr9pFd5M6zgQvAaNqT { 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; }
#TN0a2Alr7La1b42XIyJgN6hfH4iSkWWf { 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; }
#mG7C4yBlV7UStTB2fIatr6ayhqUyBtx6 { 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; }
#r5W1lZufVC2m4ZONnm8TKBS9w9eFwgWP { 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; }
#tIz408KPanER041Srq276VTvaSSHqRrS { 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; }
#BDIPyhEuTS5tlzGfJSUA4rJ77JqoNSnh { 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; }
#frpLMdp4fva34lviTbykAooUaTUyTMct { 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; }
#fkw3N90SBMoiv65MXzddiD8eaiOp4mnB { 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; }
#sb5xSAlkmTeoXcXh6OzN58A4TnNchVRT { 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; }
#wMuHAJMm3qaDKWoolz4D0xCmb1hBbdFr { 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; }
#PqKuOKyr7b5x7uOEFbXVxJrAaHgzJLwe { 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; }
#A81UemvdJHpZDLzr7OpDla484IbUdESm { 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; }
#Jp0bU5Ux6amaWSCGZzE04KNSO1CJmkrw { 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; }
#hu9eVc3LBXpN8u01I7Ww3oF8dTmo8p5r { 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; }
#Q3xrD0KvQlZUaLWsaiAw3QltALHtdwbI { 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; }
#pHRKSk5TkbL3DorGAhEWlzS8nNFpK5wX { 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; }
#Im8LMRQ0690xwCmo5ZMiTT3mh4RHt8Hm { 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; }
#mayMZtqdbTofZizPI4hc5rbglUXWnwNe { 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; }
#Okx6vP2Ttpo0zUZxcxQLvtPzwUZdDmvQ { 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; }
#uupHhM29zkwo94L77fq6mJIKCqVgoJvb { 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; }
#VwfglHIhq5Flw3IoG08OhE94yUpTUTBG { 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; }
#Q9u8VyQT5tMlaKc601tBmUadn4WtMVcJ { 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; }
#y2MQ4pQxhCkLdB6fJ8JW1iJ7XItGGabO { 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; }
#UIsnas9BdBGFf2RG2mmMuDhdrKDOdXCT { 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; }
#u3NrTZ1UP81HhbTObi3pAxh3oTFqmXsV { 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; }
#neHIQXrQpaLvWweXol0tT7DPmGkpD28T { 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; }
#Tt3IX83TGuAnMQz6oLBJcRtf8xTZsx2R { 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; }
#OBSeQtcUZhapL7iMcX5TphZb8FyhReNF { 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; }
#DDL1wT4IRRmuxymB8w8b5zWTozsHonqg { 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; }
#TBISW8Fk2GDwSX8gBgVGUo49OlUPGxgE { 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; }
#hn0AXcHhUN4haZnhZ6iUAQaWVgpEVgOs { 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; }
#ppk9IdlULuDey95B03SKdZDBib24cU0F { 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; }
#UIdhZhXzbligZRr1pX8r9bH6r5uNhb65 { 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; }
#PH4okSExnaBlL1HJPvNUfMqPCJNexeDs { 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; }
#oWKHoKQRTS8xww5eGhgZuUsgwuv0meSw { 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; }
#i0P2VqoOaTPsfR1yThM8NKG06ilJXF0i { 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; }
#aMoNITpLL8zOoanU74lwBgr21IbdssSH { 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; }
#TP00TQ8HTeU5s3UJP7LEOh4yxa1IGWGW { 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; }
#Wo3Gp1EPgTBUCEhQ5lZ6JVomOTx3SqFg { 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; }
#axngDOkTQRPTsEL12NaggKNFW3xMoBik { 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; }
#SAM9NlhpLmvZCoHmf91Lv0V5GXGtkr5D { 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; }
#B6xOoX9M7UVsOhxdLxKiIHJaowh3J5wb { 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; }
#DAEosZHLJKpTJ79TdyPdSEZrQvr0J0kU { 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; }
#mxBOcphzxOysR0s7K5lmq0ZZfGoB0huT { 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; }
#Toh7PO4Ay4i64St8QTFuoVmXanRWHh5b { 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; }
#PAyxndKSEqho2pXaaReV52baC7yLLTv6 { 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; }
#F6Wc0MQKHnoMzw8xS6sWGpZsLECmlUgq { 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; }
#VvkIz7ZcwzvSVpJRwvSLqnlaDqzlMiAI { 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; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-form-header {  }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-regular-label { height:auto;display:block;font-family:mukta;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:63.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:mukta; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:mukta; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:63.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:mukta;font-size:0.875rem;overflow:hidden; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:23rem;margin-bottom:0.25rem;margin-left:23rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:17.875rem;height:3.4375rem;font-family:mukta;overflow:hidden; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:mukta;font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:mukta;font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:mukta;font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:mukta;font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:mukta;line-height:1.3;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:62.4375rem;overflow:hidden;font-style:normal; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:mukta;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-container:first-of-type{padding-top:0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-container:last-of-type{padding-bottom:0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -moz-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -ms-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -o-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7a3', endColorstr='#7d9bd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7a3', endColorstr='#7d9bd8' );";background-image: linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:16.3720703125rem;left:4.30908203125rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:63.875rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-info-text { display:block;height:auto;font-family:mukta;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 {display:block;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -moz-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -ms-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-image: -o-linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7a3', endColorstr='#7d9bd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7a3', endColorstr='#7d9bd8' );";background-image: linear-gradient(180deg, rgba(110,64,215,0.64), #7d9bd8);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;position:absolute;top:16.3720703125rem;left:4.30908203125rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #CeJTrwFtxbh1wB7omb6grJaLeXNxXyEH { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #OIwrAmiECKaicGxVOqONgDEWHJriTWTd { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sCSN1TsOHIKo4pJvmyehgJZTCV59qEWK { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #gQJMDzTpZLSUQ8qgHXMfQV2bwtnzP1Pq { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WQkg6wmxVRoa6BvnhRvLEDliWpX8qNZq { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #vTuRPmlVSuAbP0P3Q2ql8W1cUVIkQThs { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KBOk7LzFLBblqb4EdHKyBP9hJbcLTOMM { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ycvmWwAQnXqRFm6NFTFswmPUuX9SfqSO { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #f6uGGbMa1zBLlKTLdfXcl1DZCX8a9pB8 { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #d2kuIFk1A7Xs9D4IUVT4RTQCrLLIyS0r { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sXeiHgkBnzX9CBJuZZizGu6Ow2ZAe5TO { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Mz0zWwcFbd7AiNpNliEZlzbDzv4wX51u { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #xEC2HD8rtTXQps3H9XPNTnzCcW8Sf11f { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ATPA0l036v5Avm60kEXM8mWsBp4MxTmc { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #rRQ9nWF4egcyQttm5rCv50pn2eNBFNQE { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #wEBsXwkeozEEffvzVwlvQ7f3gP6TqqGb { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #uUeEPnBnSveynKWQg1g2Q1KzpLyU7JsD { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #GeNNtpsg2a7xhh09y7K3b3zWlQ5mhf60 { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sA9hrmlJfUTVZdTJL68rTPJsrgOJPQkE { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #SFy1xmo9B0IqzGIklBeOI1Arwi9wpPKi { position:relative;display:block; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Tvafzy77pKLn7hz09CCfCXk1DcnzM0kG { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #fzRKHHEnvz1A0XgyziN35HpJth45gOU7 { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #flLR7Kh2qqgdirNFxhtOb3DFQZ609PI6 { position:relative;z-index:2; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WkP121Qr3W0xxLUEOAMFrqkOtLGxD6Hh { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #o0RNHC0GwKrwv7pD5R6rT9ZN95MZQHhI { position:relative; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KSvXNG8RX0D02467Twp4iAEWunoSIlAu { position:relative; }
#OeL5WRwFXbtb6yBpkffqAvosCtfS16Op { box-sizing:content-box;height:0.12421875rem;width:56.25rem;position:absolute;display:block;z-index:15357;background-color:rgba(175,165,200,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5996117591858rem;left:10.334766387939rem;display:block; }
#RsCNgBuKrOPabD00U3lCTSE4lEdLStxz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:3.5625rem;left:27.5rem; }
#LtJruORvykLycr3tkiA5W6QBJyKhxbUB { color:#49249e;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:3.875rem;left:31.1875rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9kMGybzXT7MZLBIKVb3Qa8uBN2ATT9b { color:#49249e;display:block;width:4.74875625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15354;line-height:1.5;letter-spacing:0;top:8.25rem;left:35.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghBeN6Ufun2Dr55VUREaIKIHL8gltkVP { color:#49249e;display:block;width:45.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15355;line-height:1.5;letter-spacing:0;top:10.6875rem;left:15.5rem;height:3.75rem;text-align:center;text-align-last:center;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; }
#a3T8rS0wsaWMahPegW8CCUbUix5KrQbN { color:#31315b;display:block;width:54.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:70.447265625rem;left:10.154296875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hU9w5fWMvDUIPbXZoegxAUBVwBu2bb36 { color:#49249e;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:66.515625rem;left:14.333984375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #eaf5ff, #eaf3ff);background-image: -moz-linear-gradient(360deg, #eaf5ff, #eaf3ff);background-image: -ms-linear-gradient(360deg, #eaf5ff, #eaf3ff);background-image: -o-linear-gradient(360deg, #eaf5ff, #eaf3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf5ff', endColorstr='#eaf3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf5ff', endColorstr='#eaf3ff' );";background-image: linear-gradient(360deg, #eaf5ff, #eaf3ff);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; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container { background-color: transparent; background-image: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container > .video-iframe-container { display: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row > .video-iframe-container { display: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .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); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container { border-width: 0; border-radius: 0; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#KzDDNfvcbzq5RcZNfUo69MrBA2Jfmgfe { 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; }
#XhMdax4bVnyc5bLXtpFQBXLozV83E9sP { 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; }
#LOZ0LWiJrcB6y0KzTrL93WOFSfE04dBX { 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; }
#Ae6cMORuX7KvoNmxgTZ78zyOzm5nVEWP { 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; }
#gNL5UwdF3SKSCeQrJsrPfhmTl51mCoeU { 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; }
#LoSkB8xmlAEPx240MrV7bGl59VkDUVlO { 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; }
#szFwB7staPmIvU2pkwhvWUtg8hfQMJ56 { 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; }
#tLpyKzeVPupRNdMuqI8hDz39uviBgATl { 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; }
#fQyeE0x7GvCACn6QuTgrOoq7TK6PpTbH { 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; }
#ArWsCOauyyBEHO94mGMLzaNBXWslRDt7 { 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; }
#lIJPX9mt3JJqqLBfoWldMBFLWVPNFA7M { 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; }
#hSadviFWbBONCUtbEemRdbk52TvhwEdn { 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; }
#Taau6r7qrcBxoTB2Vqmlx8PTQCTNbwle { 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; }
#T37cw7glxSPqlU2zQEPu2VG6NOtqRFRS { 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; }
#ZZiLKeqDAAamGTCX7ibetPbfaJB3ePJn { 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; }
#J13KpduwkzZAAKwoVROpr4FT0mIVzNgy { 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; }
#seqWLHIFBuPmdeeCxQdoBOfEg1GFwzGB { 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; }
#cgANAgX320o5IH5xyal2wxy5s4wcqslo { 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; }
#E4bcpT96IPsT6fw21wcmASFy7f4IOiN1 { 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; }
#iPhCoSUldElC1V9pUngTnzTgHDX6RMGQ { 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; }
#rBvHQSTUdUPyIq9td5V2FCQGGos7vJXU { 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; }
#aIhniEQsESQbZnv8sXAgHI2cKynx0Mx2 { 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; }
#kI1brIn0BGDsW7WM8JvEb5zJ34ttd6hB { 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; }
#oehhS3trOsdGP4peVnG5wTSofyu1tJuy { 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; }
#SULz92WkyqpHB9ukTeImTsSGE35NKCJI { 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; }
#pgnl0zNiozBwMbwIq8O7ndwoW7yzaAot { 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; }
#EB8glA83oFk7UNsXOrHm4icrsmBR98ec { 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; }
#fkTdpnd1fFuyaSqzvtdsmQLTXWRZn9SS { 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; }
#lNdHw5RmKzw0G97x8amLIBoibi9uO1cC { 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; }
#CJmcUP71FXUGuLb1OOwTGnQvUcO8oSvz { 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; }
#d8EW9B0Q8vMV5gVd5heGv0koNBcxuZNU { 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; }
#SM3NSKiZeHgBzt66vJru2i8P2ZXhLAMp { 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; }
#Nrxo5ZiNFxlTOTA8M0X33Crgf3ew2XHE { 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; }
#bmWHF1haI6Ftldg1q4NGgD0TyXLtG5kn { 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; }
#asHeOOtEUxgOJATlolPBTAEDyNmGobtg { 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; }
#cXwhN8RTLXSg1T10NcMhplLXRz8rOvnp { 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; }
#ppxnZxJf3WoF9tToO2yZAAIsgFEZBToR { 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; }
#bGwdAkQaeK7LK0JTtFLqR4ONwXl6tBPh { 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; }
#VzWBaB8t1K5fMZeBAHBDPTiZEfgLBAFu { 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; }
#DfhN3xHkifSJn3xSK3ZSF6F68KhiLPiQ { 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; }
#ZLTx1doF0DxLwyfFsLl7BAotvqiCCWya { 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; }
#nvtTtcg0Rq6HRKcMnvl85PKs9XTk1GpJ { 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; }
#ha69mtWNeZBgr58sHdIOzubbEdXTtfvd { 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; }
#WGUHXi2ursq7REPeR0l1467ahXISZxFE { 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; }
#rv2FH82clxkx341PwvfTCXWtGS0PgBoS { 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; }
#oevdSGtdymd17ySFCz8PhG0u443c8WKd { 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; }
#hCxw5tIh5WqEaJyJ0kcTLxEVO30L0RLO { 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; }
#cB6KvCJ0flEKmqWp6FzTHLAEZW5EDnZM { 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; }
#WgyfSO4oqTLIQzcuUmd9RmICDzykrcU3 { color:#ffffff;display:block;width:24.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.7;letter-spacing:0;top:21.993748188019rem;left:25.280857086182rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NazMP3ZaXbHlamBvFVxSJod6gFgRETch { color:#006abc;display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:21.2490234375rem;left:37.90625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgRnbguKPiWhFHPXV1WOykvKObwF2HlB { box-sizing:content-box;height:4.3125rem;width:63.3125rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #006abc);background-image: -moz-linear-gradient(90deg, #6e40d7, #006abc);background-image: -ms-linear-gradient(90deg, #6e40d7, #006abc);background-image: -o-linear-gradient(90deg, #6e40d7, #006abc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );";background-image: linear-gradient(90deg, #6e40d7, #006abc);background-size:auto !important;top:40.5625rem;left:7.0625rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#vPtm7DWuGQOErTlS6ZBNvJuyn2Rct0rI { 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:15119;background-color:#ffffff;background-image:none;top:41.625rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QboI6FK8LIwz2o5SDaQZ8ycKCx5UeQ6R { color:#141436;display:block;width:0.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:41.87451171875rem;left:8.62451171875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GMqUxDrXuuy19u4iA6hUaembfMThmacz { color:#ffffff;display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15367;line-height:1.5;letter-spacing:0;top:41.875rem;left:10.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rztphEwpbmGn9HxDvOLxfynVFd8Es6B7 { box-sizing:content-box;height:4.375rem;width:25.125rem;position:absolute;display:block;z-index:15088;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #006abc);background-image: -moz-linear-gradient(90deg, #6e40d7, #006abc);background-image: -ms-linear-gradient(90deg, #6e40d7, #006abc);background-image: -o-linear-gradient(90deg, #6e40d7, #006abc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );";background-image: linear-gradient(90deg, #6e40d7, #006abc);background-size:auto !important;top:47.875rem;left:11.875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#AAXgAFZZoquk2CzxAF9mEax2LNyTyE72 { box-sizing:content-box;height:2.1866125rem;width:2.1866125rem;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:15120;background-color:#ffffff;background-image:none;top:49rem;left:12.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OhFFM5Uw63PoQpkBHMHmN245JdvKOQ26 { color:#141436;display:block;width:0.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:49.1875rem;left:13.3740234375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g6VeVSt9ATiaderPTdCcwEllslq6wC5g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55948125rem;width:2.55948125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:48.8125rem;left:7.8125rem; }
#zea7lGWGALkIUuZ2JEBGQBlrypEg207F { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:49.3125rem;left:15.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fqBqLGDKhXuEKDIGTILngBQoMK7NCX8o { box-sizing:content-box;height:4.6245125rem;width:31.125rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6e40d7, #006abc);background-image: -moz-linear-gradient(90deg, #6e40d7, #006abc);background-image: -ms-linear-gradient(90deg, #6e40d7, #006abc);background-image: -o-linear-gradient(90deg, #6e40d7, #006abc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#006abc' );";background-image: linear-gradient(90deg, #6e40d7, #006abc);background-size:auto !important;top:54.0615234375rem;left:16.81201171875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#vwWFPr2OHl1Z2DCFMiR4DM33CetSlZZs { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:55.625rem;left:21.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RmmmsREZqOFK7HMVo86EyeBGT9KhG7zo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55859375rem;width:2.55859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15365;opacity:1;top:55.125rem;left:12.5rem; }
#kqSbb5v6KxUKliEbexxqZwz65zhNIhIv { box-sizing:content-box;height:2.1866125rem;width:2.1866125rem;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:15125;background-color:#ffffff;background-image:none;top:55.25rem;left:17.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SivWEU9Pv3LCTDXIrayz1bnBnJ8ioNhZ { color:#141436;display:block;width:0.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:55.3125rem;left:18.62451171875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u6SN2TI4AUW1VGTxaoFMF335fzFGQOfX { position:absolute;display:block;z-index:15006;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:19.874125rem;width:19.375rem;top:5.6875rem;left:10.4375rem;overflow:hidden;display:block; }
#nMgVnybFpJic9ieUcutevSGN79QRH9r4 { color:#006abc;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15311;line-height:1.2;letter-spacing:0;top:15.62451171875rem;left:43.9365234375rem;height:4.05029375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkJeAMlCW0KZuGnko0T57GbNMhloA1v5 { box-sizing:content-box;height:11.124125rem;width:11.124125rem;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:15355;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(180deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(180deg, #6e40d7, #6887c7);background-size:auto !important;box-shadow: -0.0625rem 0.5rem 1.0625rem rgba(20,20,54,0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:22.6875rem;display:block; }
#dDKvQMzd35Ns29xb4eXHJyAV9GKqD4J2 { color:#ffffff;display:block;width:8.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15375;line-height:1.2;letter-spacing:0;top:9.4375rem;left:23.8125rem;height:2.32470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2AqAOqN4mst6dU0Cx5BLnNxWBqwtG8I { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:9.875rem;top:10.8115234375rem;left:50.5625rem;overflow:hidden;display:block; }
#LQLqz2nS4lxFEohno7QqMrepgd42Ut5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68663125rem;width:2.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:35.75rem;left:28.875rem; }
#fPIoLdpi80ZVANGs1v9bGZ3xUhv0gM17 { color:#005699;display:block;width:13.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:36.0771484375rem;left:33.0302734375rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dgkxzsg3kqSiy9H9OJImX6A9vqkgLIWq { 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; }
#JTsiHP5BURNubahQXeEhfMHX9TM9k2rq { 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:8.6221590042112rem;left:6.6237568855288rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#H3pgCa80nAPoKyGwwfCgfWBD12X9zzo6 { 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; }
#LPUgr0zlraNZcosTfPAyLpusUJQHd8QR { 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; }
#IXMSiSUTHCDhze8cNCWwF5uGbhsmHW9Q { 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:8.6221590042112rem;left:6.6237568855288rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hzVLylzywUWzTQNuHRdQOeRw6DzRPUfl { 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; }
#wX9OTWhcRc9XaR8NZSLsXDVixfi0MRLd { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:58.5625rem;left:20.5rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LJxKUzLVBAJeGLwNwtKPR9yIeUCrLDzD { 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; }
#kvxAZ80S9J8y3ImNrSRISLCgdcloTOMe { 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:8.6221590042112rem;left:6.6237568855288rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#M3WP6cfBQGlGCLdkhJH1T0M80SAyyFCS { 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; }
#nNtqdo89Xzo2Wnbv5BXFK4N0GE7QBqg5 { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:58.5625rem;left:20.5rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#y1dLBMVDEcWS13kV6qeoKJcJlrmQkSIl { color:#ffffff;display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15367;line-height:1.5;letter-spacing:0;top:44.8125rem;left:9.8125rem;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; }
#lNic1mciTVG5JF5M3kerp1323CO9pihB { 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; }
#WUWUaCLz8fEQpogOeOKSgXLiITwmB0rT { box-sizing:content-box;height:3.375rem;width:3.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:15358;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.83));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.83));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.83));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffd3' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.83));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:6.875rem;display:block; }
#MEqOkOuUFRXVc1a7SvvAfrRBXBBDIsVg { box-sizing:content-box;height:1.3125rem;width:1.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:15359;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.35));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.35));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.35));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff59' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.35));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:10.875rem;display:block; }
#STyMt13GT06WZwWSVFRKWNBgmKdzsr4a { box-sizing:content-box;height:5.3745125rem;width:5.1870125rem;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:14983;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.67));background-image: -moz-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.67));background-image: -ms-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.67));background-image: -o-linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.67));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffaa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffaa' );";background-image: linear-gradient(164deg, rgba(0,0,0,0), rgba(255,255,255,0.67));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.93603515625rem;left:28.716796875rem;display:block; }
#CKox3Atgb1Hlvnr67oNERvI1wtA6PoVu { color:#006abc;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15312;line-height:1.2;letter-spacing:0;top:12.6865234375rem;left:44.0625rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MaA84rbsZ3tt7MlA4VQyGPRLHI09cnDX { color:#49249e;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15311;line-height:1.2;letter-spacing:0;top:15.17578125rem;left:45.8125rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e3CtTWQtykEXSndxiW4G1q85lxPlgM8o { position:absolute;display:block;z-index:15376;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:39.5625rem;width:41.7480625rem;top:65.12255859375rem;left:2.71728515625rem;overflow:hidden;display:block; }
#oZ8OnG6UJUgRvTprxJ5Dr1zU2cw3Svte { color:#49249e;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.3125rem;height:8.1269375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#D7oWnC1T2MR7vLARKBo4PSOS6VQpdmpn { 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.8125rem;height:3.3120125rem;text-decoration:none;z-index:15368;text-align:center;text-align-last:center;top:23.373046875rem;left:49.53076171875rem;display:none; }
#g3z2QPtr4AsChIlIFJP5A2Vcn3l5nhzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTT7lp0J13L6wJCufgP2SXSqZvcrntlW { box-sizing:content-box;height:100.125rem;width:70.37375rem;position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff1c8, rgba(var(--color-secondary-2),0.1));background-image: -moz-linear-gradient(180deg, #fff1c8, rgba(var(--color-secondary-2),0.1));background-image: -ms-linear-gradient(180deg, #fff1c8, rgba(var(--color-secondary-2),0.1));background-image: -o-linear-gradient(180deg, #fff1c8, rgba(var(--color-secondary-2),0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1c8', endColorstr='rgba(var(--color-secondary-2),0.1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1c8', endColorstr='rgba(var(--color-secondary-2),0.1)' );";background-image: linear-gradient(180deg, #fff1c8, rgba(var(--color-secondary-2),0.1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.18896484375rem;left:2.3115234375rem;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; }
#uDToFP7tWUMCv3VsN0TsktZxD6BHtiSJ { box-sizing:content-box;height:97.0625rem;width:67.125rem;position:absolute;display:block;z-index:14982;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem dotted #eaf3ff;border-left:0.1875rem dotted #eaf3ff;border-right:0.1875rem dotted #eaf3ff;border-bottom:0.1875rem dotted #eaf3ff;top:4.80908203125rem;left:3.75rem;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; }
#Se9Tx60yEDmDwHZXWA8DadEvQahTBvna { color:#bc6500;display:block;width:64.93625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:27.31201171875rem;left:4.62451171875rem;height:4.063475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f6f9ff, #eaf5ff);background-image: -moz-linear-gradient(360deg, #f6f9ff, #eaf5ff);background-image: -ms-linear-gradient(360deg, #f6f9ff, #eaf5ff);background-image: -o-linear-gradient(360deg, #f6f9ff, #eaf5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff', endColorstr='#eaf5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff', endColorstr='#eaf5ff' );";background-image: linear-gradient(360deg, #f6f9ff, #eaf5ff);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; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container { background-color: transparent; background-image: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container > .video-iframe-container { display: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row > .video-iframe-container { display: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .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); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container { border-width: 0; border-radius: 0; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#ZGS06lPbBmVQPoxMl51lw0C4gRCuECGR { 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; }
#QOSI6URbV2ea9pElqVWEgGlS80pn30gU { 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; }
#nQRZVq2mC1ABVTTbizoD3siJpGHd1LXy { 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; }
#E8wOszQwBsmegHcuXTpr2qPX1RF9QU8p { 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; }
#dKCEiORuga2dD9W3e2I7TOKPx63iuCXp { 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; }
#ds2BWTinVcT9oQRoz1ZlEdmO1lvW2ql8 { 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; }
#q8JrL0PLxDwFyvcEcTlZTHfBLX9OQITw { 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; }
#ITIO2QwqikdyOm9x2KEczgQEaTy9XnTg { 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; }
#L3vaREAW1hacTr69QkggeI8TK0a5PGly { 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; }
#TGuNfTNUU5q10piuuVedLHvnGPSGCXDU { 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; }
#Rm0ABte5BpWisvJk6yrwzvf93A58BLn3 { 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; }
#Wtw77XEPbT77PMS4ddZqEWwhKrAZprq2 { 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; }
#bVmxT8GsXrz5KqJq12pzTElgt2r2iezk { 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; }
#W7g0NMlSusCV8mr5qkwNrRhCQVGDLIcV { 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; }
#Vyp0oPNLy7ANuXewD3nWmDhQzp96MxSR { 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; }
#ZWPgWny6BgPFfvWu58GtsGz6wOydtOqh { 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; }
#XFatWXciDW7uvQ7FfKI0we7v0ZWn98zR { 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; }
#aALr97JAbqUPTZJGbzNFWzaaKVLpkNTe { 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; }
#zfrN7tQO8N4tMSdHARmbC0BN5ri4aTqV { 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; }
#u6D390ScMsJhPRAKc9XJT69gVknK6CAz { 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; }
#GHoNN8aNxiR7dT8H6v8yJspzFSLT3Ou7 { 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; }
#DdM6a8A6Rt0GoU8uw0s65pOvm8IWZRlm { 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; }
#Uo7gc49Za2kuJInsNeZpTU0SzPODTXW6 { 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; }
#pA3Rzehocq5cTmmSGC8kKccdbMcnmTt3 { 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; }
#T79mVrSx1wzqmg0F24zozd5eLh52V1ok { 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; }
#nVMLkmf8tV60tv4Vp0tDit1VUFCHmnQ2 { 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; }
#pPrap1DBcPZN2TPWdEeEFNSTfTisxNnm { 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; }
#GoNK3NAuebBKnvwL33N7R99MeTnp0Z01 { 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; }
#oZRUR2eJEbr7eWIEP05pA4XlRyfecyVr { 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; }
#JcBnI5TTxczC3TSvOglD1yumUWyA7gqz { 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; }
#KHBz8ABXCMCo1f2v8MDRiIbOBd4TeUQM { 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; }
#caNvkR19z6WO5lXv0MQC3gPLQNKxhT2B { 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; }
#U5THder3k6VA9JtDv99DWmLskiDXlaTI { 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; }
#RRCAy9zf0LRR5mhcT9Wu2g03Twk51nVa { 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; }
#v81N21cb6vF6SMrrvT96GJdZ6Wmr3P0e { 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; }
#sfHNu39km46foE7m3BMwJXRvFEEi70ZU { 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; }
#iATN841dl3exov4RvGSLdIu1sgHae0QE { 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; }
#LZuUNxLVtL0ks3gVFbAAcXlOI0IUPpRx { 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; }
#Q4392RhPl2vts8DlA4Azo3d3lSls6Oom { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:31.599607944489rem;left:30.336326599121rem;display:none; }
#pwPQbCCKSsHHdtdx6kzBJhGG6QiuXoIP { color:#006abc;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:9.68701171875rem;left:45.31201171875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccubzkSTXMPwh5mx1ZgCiI2PhPMwTkdz { 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.8125rem;height:3.3120125rem;text-decoration:none;z-index:15368;text-align:center;text-align-last:center;top:18.998046875rem;left:49.53076171875rem;display:block; }
#Tw03S6VuXK6HnfB5NFDKytLn6IpRQ8E3 { 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.94921875rem;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.298825rem;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.94921875rem;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:9.875rem;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.220703125rem;left:6.2153763771057rem;height:2.25053125rem;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.687125rem;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.4515266418457rem;left:16.088423252106rem;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:34.375rem;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.8005375rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4991321563719rem;height:1.462675rem;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:10.375rem;left:6.375rem;height:1.8005375rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:53.9366875rem;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:12.936326980591rem;left:8.25rem;height:7.30956875rem;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:5.5rem;left:6.2496070861816rem;height:1.8005375rem;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:21.875rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:7.4375rem;height:2.923825rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#31315b;display:block;width:43.3744375rem;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:7.9367923736575rem;left:7.49822473526rem;height:1.462675rem;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; }
#cUrthbCAyDZnETxypJSHxrJBIuMCsNdb { color:#31315b;display:block;width:24.931625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:28.125rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#VSV2fgIu7PqZGOG6V2FaOAP82MfLsXut { color:#31315b;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:7.4375rem;height:1.462675rem;font-style:normal;display:block; }
#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ { 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; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { background-color: transparent; background-image: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container > .video-iframe-container { display: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container { display: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .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); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { border-width: 0; border-radius: 0; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#gu3w6UEIK2QZlQJcSpk3vU7EznQu8lkJ { color:#31315b;display:block;width:25.4375rem;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.220703125rem;left:6.2153763771057rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BAE9255ZaEk6iMsVqzlnaFzLWlPMnltD { 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; }
#Z9gx9ogZqSaDOuFALq9Ubir0ywoTHSAi { 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; }
#QqWof41oqCgNnVyh5zUpTU0K9oGHCu1r { color:#31315b;display:block;width:10.685375rem;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.4524154663086rem;left:32.154652118683rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0nhmKwrbyEu3yRy41Cpk7Eyhviik0a6 { 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; }
#hA1sJT4qibwospmaLUrFQPXQhTig9A48 { 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; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { background-color: transparent; background-image: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container > .video-iframe-container { display: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container { display: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .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); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { border-width: 0; border-radius: 0; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#bh9FF66C1B0SABbW5nsaCTlldNoKHkv5 { 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.8005375rem;font-style:normal;display:block; }
#NuyM7OX8RXLTI2EXskqpF3xnTG5HrET4 { color:#31315b;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4991321563719rem;height:1.462675rem;font-style:normal;display:block; }
#HP1ylHfOewXUNTIS6C6Gv15la40NE2wK { 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:10.375rem;left:6.375rem;height:1.8005375rem;font-style:normal;display:block; }
#FPf71aWzmoRTgKvx02tfoEJQnmkkqqW4 { color:#31315b;display:block;width:53.9364375rem;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:13.247514724731rem;left:7.56036901474rem;height:2.923825rem;font-style:normal;display:block; }
#mdEVudSKTi0cVZDG7OTR5VZs75mUV7c7 { 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:5.5rem;left:6.2496070861816rem;height:1.8005375rem;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; }
#fyVUbOxmpWEd5ITEfEP6IfsJXUF0ZNev { 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; }
#u8UzQC61b7dgNPus1iBQ814CLpbDK0lT { 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; }
#RVZgqGHx9ggqgLsrrFGSAvTMZT35Gpxk { 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:17.75rem;left:6.25rem;height:1.8005375rem;font-style:normal;display:block; }
#S5OdZUg3nJoACDXlm0DIW4nUISCzeZgh { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.249466896057rem;left:7.49822473526rem;height:1.462675rem;font-style:normal;display:block; }
#DDGs33zZX7apB1oVDyUbiO1AUiBaMXct { color:#31315b;display:block;width:43.3744375rem;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:7.9367923736575rem;left:7.49822473526rem;height:1.4619125rem;font-style:normal;display:block; }
#xcPuWBnhVGxodW1MTKHqGw78pPRRWtZO { 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:11.8125rem;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:28.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:5.953125rem;left:40.87646484375rem;height:1.13671875rem;font-style:normal;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.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:5.6875rem;width:31.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.80859375rem;left:38.87109375rem;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:3.83935546875rem;left:40.8154296875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi { position:relative;display:block; }#DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi > .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.8129875rem;display:block; }
#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { background-color: transparent; background-image: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { border-width: 0; border-radius: 0; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { box-sizing:content-box;height:7.0625rem;width:17.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(68,78,164,0.83), rgba(68,78,164,0.54));background-image: -moz-linear-gradient(180deg, rgba(68,78,164,0.83), rgba(68,78,164,0.54));background-image: -ms-linear-gradient(180deg, rgba(68,78,164,0.83), rgba(68,78,164,0.54));background-image: -o-linear-gradient(180deg, rgba(68,78,164,0.83), rgba(68,78,164,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4d3', endColorstr='#444ea489' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4d3', endColorstr='#444ea489' );";background-image: linear-gradient(180deg, rgba(68,78,164,0.83), rgba(68,78,164,0.54));background-size:auto !important;top:2.042712890625rem;left:57.62451171875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important;color:#141436;padding-top:0.316875rem;padding-right:0.30125rem;padding-bottom:0.316875rem;padding-left:0.30125rem;display:block;align-items:center;width:1.8075rem;min-width:1.8075rem;height:1.70125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2675rem;font-weight:700;line-height:27.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.410625rem;height:0.67rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.475rem;font-weight:700;line-height:10.72px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.203125rem;padding-top:0.395625rem;padding-right:0.43125rem;padding-bottom:0.395625rem;padding-left:0.43125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.2495rem;left:59.156494140625rem;z-index:15022; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs { width:auto; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
#ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.417224609375rem;left:59.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:none; }
@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) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { top:4.75rem;left:16.0625rem;width:31.6875rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfQh2ENP1QG9oZhx6Pl6cIVzrDSXDfg { top:10.625rem;left:18.375rem;width:29.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7ZbD013XNJNJVQuEu9TAdL5cmMELoq { top:19rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUuq8PrefkbKRpZNSs33cZqrOav3aQaK { top:23.5rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pktaBlCo5IE3a1tGbgiVvIBKhpJBCqpM { top:5.625rem;left:14.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQqldIGkJT9AQZxMl97NWT5EwJcAVr8 { top:4.8125rem;left:19rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHiIwEFvctUbt203BLhdJPMn0Rhy7lyP { top:15.9375rem;left:31.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLy1kaDS7u2OKOFphSBzSNaHJG2IrzPC { width:30rem;height:3.625rem;top:46.5rem;left:8.8430380821225rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z63qNNJXkPQGpdw7uONz3DaczgoDetJh { display:block; }
 }@media only screen and (max-width: 763px) { #sov41k6A8UQ5Z5hXilLC86O8JOyyCyWo { top:14.9375rem;left:15.875rem;width:31.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pTh7MD80d3mOrB4L1W9wkKF9nTzh6W { top:15.6875rem;left:18.8125rem;width:28.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfaSoRbshOqlctA7VD7p7P6wSsuV5Cul { top:19.5625rem;left:15.875rem;width:31.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEF3zZ3u8sCQ8MVsUywSSyDTbzOMBseL { top:20.3125rem;left:18.8125rem;width:28.9375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmsgdyNrsBzpoqnSGdqsIfVJgfREEUD { top:20.0625rem;left:21.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEK4bWg36LRizSJTbTMPwKZzVctz8ld { display:none; }
 }@media only screen and (max-width: 763px) { #kMgIN7ZOcVrbJT6b8g8T4KoBcR6RokQy { top:5.5625rem;left:0rem;width:19.375rem;height:19.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl21UqTDOTpBMUXmPzcwuLdQpy6BC8zg { top:26.5625rem;left:31.497511386871rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMP0pMbHIwcBKbBeUaPk7FFtJGyFOfM { top:5.25rem;left:38.0625rem;width:9.6875rem;height:5.3117991573759rem;display:block; }
 }@media only screen and (max-width: 763px) { #XshTVQ5iGwfru4m8BpgPbSbGyWFmAkFu { top:28.6875rem;left:12.188282370567rem;width:23.3125rem;height:23.000824727865rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1JP8suZCDv0vovUhLmHsRfD6eWMIRZG { top:4.3125rem;left:6.48417375rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ69ldtmXns3PZLXwiWpOkgOPeCs9TiQ { top:3.75rem;left:6.4249995946881rem;width:13rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqX6b5EuRhzWTEIo3zlQHRBK8hXpzvqg { top:28.6875rem;left:12.473741531372rem;width:21.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEITxp0ISzKG2ZDR0N3tETDw4B2aaS4 { top:42.25rem;left:34.774999976158rem;width:2.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5J8XbAwpqUloOlhXI3wAuLqp1tRGiRI { top:31.5625rem;left:11.085937857628rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUH6qHb1xQaFyu2RAwydzaEs56Hy3Dxv { top:37.0625rem;left:6.4835933446881rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxoN5nuV3KTnToRP7QElPpOeZeSVpwT2 { top:34.875rem;left:34.405470252037rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to1nC8zWRQkL73oaDD1wSXv5W4oDQ3xI { top:16.875rem;left:0rem;width:18.375rem;height:3.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4Ua6QfqfUhfcoisgLGde9166VaAwCG4 { top:21.375rem;left:0rem;width:18.375rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { top:6.625rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { top:8.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anvaxFT2axyZveGN7SP38VLN254xN6Uf { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:7.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { top:8.9375rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { top:15.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { top:15.875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { top:15.875rem;left:2.0625rem;width:22.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbexaeUGRupAxua1wscCZeVko2qZVTLa { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { top:2.4375rem;left:18.9375rem;width:13.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpsKIGdTz2PekVZvXeTOENovRmRLCD0 { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { display:none; }
 }@media only screen and (max-width: 763px) { #pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { top:15.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4OmWEKFIeCaMG6TDA70yofR8WRP4oxD { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ1CDTLnF6wXw6FT7oL9PnVdfNmAJ2mn { top:2.125rem;left:15.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnfkO5rZKBLSJmeOq5aLebbINQQ08CUJ { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNTh5zz7fNf7gXXxLVtPPDRcFT0UbJ4l { top:14.4375rem;left:0rem;width:28.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpfEv8TPATabXXMDf3zkRiNgZVlEcw2O { top:21.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El0tHtNEbgnSiizJ2DF2OQfpL1RrirS6 { top:20.75rem;left:1.875rem;width:32.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoAsp9pMZdQIbZ6xFrhZLzq0odzVFgFX { top:22.0625rem;left:2.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRpfJAcUfXDU39lQ9vEelrrCBhJdBtL { top:22.3125rem;left:3.5rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpXSLiWAUMVT1TNArK50z0SgxVBTWdWq { top:22.3125rem;left:6.1875rem;width:26.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c81HXkcgMBoyoCr3Racp94H9K3mX5hSo { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1tko6UlR9uLTNl4KXMzfFm2xDXL5SrO { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4rlWhUExqO2NbFT8hWvHWa456T8IgKH { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbyW2tXeJ2bJFK8RWTyWduAiyPX9I1yr { top:27.25rem;left:0rem;width:12.9375rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvw7qAOJ43C1es7BQnFkNhzOiOlwXhwu { top:30.5625rem;left:18.46875rem;width:14.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9H4zL8oax1ZIV9g7ywKuxakqgBSe8Hw { top:30.25rem;left:14.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGKenDKNznh1R7swamiBZ9PMvQu8wRbw { top:36.625rem;left:1.12451171875rem;width:45.4375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxborykXAOgyziS4tuvioIgoRs0sSLvM { top:35rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHG42vf7HJwdTDa2ycs5ATWlsT9sHBv { top:28.8125rem;left:0rem;width:47.375rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbiqAHtFBvOTDyPPNlMGlGyH98z5IsZp { top:45.8125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsbapfOkxro6NRAZXeAxBDeO9689Ss4R { top:6.5rem;left:0rem;width:15.1875rem;height:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qd6tvdr1LBxF7KmTTbT33Au7PiTGWg1O { top:41.9375rem;left:0rem;width:18.1875rem;height:9.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTfSuxJnhttuRyPJpoqrixa6vZlF4Zqs { top:48.5rem;left:0rem;width:19.9375rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4bJZ2y4TmKssHq57gTB4ItrzgCTSASL { top:52.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a { display:block; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoJUpEioVO0GfMtz2dXvuO5zcI28qqsl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1HhehTQgZqcLJJwwt07riVuPcyL8v8W { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmV80f2zO84EXmNKITMAWmXnkbS1lT7o { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9USrMaEgqSLhwLxTzZ7BDKrc3BoV39Z { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0kiFvPS1Sxel0cu458DnloSGOSstnHD { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #huaPwqJvQOTmnBHoSU9vSCVzmVGPFnbF { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1hltLdB9QUCxm2ViOnoI9Pmv6OCDiTb { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vy2dkIpbNRII0RmUzQ1t9nvxm3kuRTqA { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG6XbEXDN2waMKFr9pFd5M6zgQvAaNqT { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0a2Alr7La1b42XIyJgN6hfH4iSkWWf { 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) { #mG7C4yBlV7UStTB2fIatr6ayhqUyBtx6 { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5W1lZufVC2m4ZONnm8TKBS9w9eFwgWP { 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) { #tIz408KPanER041Srq276VTvaSSHqRrS { 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) { #BDIPyhEuTS5tlzGfJSUA4rJ77JqoNSnh { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #frpLMdp4fva34lviTbykAooUaTUyTMct { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkw3N90SBMoiv65MXzddiD8eaiOp4mnB { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sb5xSAlkmTeoXcXh6OzN58A4TnNchVRT { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMuHAJMm3qaDKWoolz4D0xCmb1hBbdFr { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqKuOKyr7b5x7uOEFbXVxJrAaHgzJLwe { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A81UemvdJHpZDLzr7OpDla484IbUdESm { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp0bU5Ux6amaWSCGZzE04KNSO1CJmkrw { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu9eVc3LBXpN8u01I7Ww3oF8dTmo8p5r { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3xrD0KvQlZUaLWsaiAw3QltALHtdwbI { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHRKSk5TkbL3DorGAhEWlzS8nNFpK5wX { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Im8LMRQ0690xwCmo5ZMiTT3mh4RHt8Hm { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mayMZtqdbTofZizPI4hc5rbglUXWnwNe { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Okx6vP2Ttpo0zUZxcxQLvtPzwUZdDmvQ { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uupHhM29zkwo94L77fq6mJIKCqVgoJvb { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwfglHIhq5Flw3IoG08OhE94yUpTUTBG { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9u8VyQT5tMlaKc601tBmUadn4WtMVcJ { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2MQ4pQxhCkLdB6fJ8JW1iJ7XItGGabO { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIsnas9BdBGFf2RG2mmMuDhdrKDOdXCT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3NrTZ1UP81HhbTObi3pAxh3oTFqmXsV { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #neHIQXrQpaLvWweXol0tT7DPmGkpD28T { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt3IX83TGuAnMQz6oLBJcRtf8xTZsx2R { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBSeQtcUZhapL7iMcX5TphZb8FyhReNF { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDL1wT4IRRmuxymB8w8b5zWTozsHonqg { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBISW8Fk2GDwSX8gBgVGUo49OlUPGxgE { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hn0AXcHhUN4haZnhZ6iUAQaWVgpEVgOs { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppk9IdlULuDey95B03SKdZDBib24cU0F { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIdhZhXzbligZRr1pX8r9bH6r5uNhb65 { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PH4okSExnaBlL1HJPvNUfMqPCJNexeDs { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWKHoKQRTS8xww5eGhgZuUsgwuv0meSw { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0P2VqoOaTPsfR1yThM8NKG06ilJXF0i { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMoNITpLL8zOoanU74lwBgr21IbdssSH { display:none; }
 }@media only screen and (max-width: 763px) { #TP00TQ8HTeU5s3UJP7LEOh4yxa1IGWGW { display:none; }
 }@media only screen and (max-width: 763px) { #Wo3Gp1EPgTBUCEhQ5lZ6JVomOTx3SqFg { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #axngDOkTQRPTsEL12NaggKNFW3xMoBik { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAM9NlhpLmvZCoHmf91Lv0V5GXGtkr5D { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6xOoX9M7UVsOhxdLxKiIHJaowh3J5wb { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAEosZHLJKpTJ79TdyPdSEZrQvr0J0kU { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxBOcphzxOysR0s7K5lmq0ZZfGoB0huT { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Toh7PO4Ay4i64St8QTFuoVmXanRWHh5b { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAyxndKSEqho2pXaaReV52baC7yLLTv6 { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6Wc0MQKHnoMzw8xS6sWGpZsLECmlUgq { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvkIz7ZcwzvSVpJRwvSLqnlaDqzlMiAI { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-button { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6  { width:45.25rem;height:auto;top:16.3125rem;left:0rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 {display:block;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 { width:45.25rem;height:auto;top:16.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #CeJTrwFtxbh1wB7omb6grJaLeXNxXyEH {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #OIwrAmiECKaicGxVOqONgDEWHJriTWTd {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sCSN1TsOHIKo4pJvmyehgJZTCV59qEWK {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #gQJMDzTpZLSUQ8qgHXMfQV2bwtnzP1Pq {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WQkg6wmxVRoa6BvnhRvLEDliWpX8qNZq {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #vTuRPmlVSuAbP0P3Q2ql8W1cUVIkQThs {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KBOk7LzFLBblqb4EdHKyBP9hJbcLTOMM {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ycvmWwAQnXqRFm6NFTFswmPUuX9SfqSO {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #f6uGGbMa1zBLlKTLdfXcl1DZCX8a9pB8 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #d2kuIFk1A7Xs9D4IUVT4RTQCrLLIyS0r {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sXeiHgkBnzX9CBJuZZizGu6Ow2ZAe5TO {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Mz0zWwcFbd7AiNpNliEZlzbDzv4wX51u {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #xEC2HD8rtTXQps3H9XPNTnzCcW8Sf11f {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ATPA0l036v5Avm60kEXM8mWsBp4MxTmc {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #rRQ9nWF4egcyQttm5rCv50pn2eNBFNQE {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #wEBsXwkeozEEffvzVwlvQ7f3gP6TqqGb {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #uUeEPnBnSveynKWQg1g2Q1KzpLyU7JsD {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #GeNNtpsg2a7xhh09y7K3b3zWlQ5mhf60 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sA9hrmlJfUTVZdTJL68rTPJsrgOJPQkE {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #SFy1xmo9B0IqzGIklBeOI1Arwi9wpPKi {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Tvafzy77pKLn7hz09CCfCXk1DcnzM0kG {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #fzRKHHEnvz1A0XgyziN35HpJth45gOU7 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #flLR7Kh2qqgdirNFxhtOb3DFQZ609PI6 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WkP121Qr3W0xxLUEOAMFrqkOtLGxD6Hh {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #o0RNHC0GwKrwv7pD5R6rT9ZN95MZQHhI {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KSvXNG8RX0D02467Twp4iAEWunoSIlAu {  }
 }@media only screen and (max-width: 763px) { #OeL5WRwFXbtb6yBpkffqAvosCtfS16Op { top:1.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsCNgBuKrOPabD00U3lCTSE4lEdLStxz { top:3.5625rem;left:13.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtJruORvykLycr3tkiA5W6QBJyKhxbUB { top:3.875rem;left:17.5625rem;width:16.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kMGybzXT7MZLBIKVb3Qa8uBN2ATT9b { top:8.25rem;left:21.5rem;width:4.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghBeN6Ufun2Dr55VUREaIKIHL8gltkVP { top:10.6875rem;left:1.87451171875rem;width:45.8125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3T8rS0wsaWMahPegW8CCUbUix5KrQbN { top:70.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU9w5fWMvDUIPbXZoegxAUBVwBu2bb36 { top:66.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzbG0TedVlkqXeJPyeXu10MZioAlTDBq { display:block; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzDDNfvcbzq5RcZNfUo69MrBA2Jfmgfe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhMdax4bVnyc5bLXtpFQBXLozV83E9sP { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOZ0LWiJrcB6y0KzTrL93WOFSfE04dBX { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ae6cMORuX7KvoNmxgTZ78zyOzm5nVEWP { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNL5UwdF3SKSCeQrJsrPfhmTl51mCoeU { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoSkB8xmlAEPx240MrV7bGl59VkDUVlO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #szFwB7staPmIvU2pkwhvWUtg8hfQMJ56 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLpyKzeVPupRNdMuqI8hDz39uviBgATl { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyeE0x7GvCACn6QuTgrOoq7TK6PpTbH { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArWsCOauyyBEHO94mGMLzaNBXWslRDt7 { 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) { #lIJPX9mt3JJqqLBfoWldMBFLWVPNFA7M { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSadviFWbBONCUtbEemRdbk52TvhwEdn { 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) { #Taau6r7qrcBxoTB2Vqmlx8PTQCTNbwle { 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) { #T37cw7glxSPqlU2zQEPu2VG6NOtqRFRS { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZiLKeqDAAamGTCX7ibetPbfaJB3ePJn { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J13KpduwkzZAAKwoVROpr4FT0mIVzNgy { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #seqWLHIFBuPmdeeCxQdoBOfEg1GFwzGB { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgANAgX320o5IH5xyal2wxy5s4wcqslo { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4bcpT96IPsT6fw21wcmASFy7f4IOiN1 { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPhCoSUldElC1V9pUngTnzTgHDX6RMGQ { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBvHQSTUdUPyIq9td5V2FCQGGos7vJXU { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIhniEQsESQbZnv8sXAgHI2cKynx0Mx2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI1brIn0BGDsW7WM8JvEb5zJ34ttd6hB { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oehhS3trOsdGP4peVnG5wTSofyu1tJuy { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SULz92WkyqpHB9ukTeImTsSGE35NKCJI { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgnl0zNiozBwMbwIq8O7ndwoW7yzaAot { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EB8glA83oFk7UNsXOrHm4icrsmBR98ec { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkTdpnd1fFuyaSqzvtdsmQLTXWRZn9SS { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNdHw5RmKzw0G97x8amLIBoibi9uO1cC { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJmcUP71FXUGuLb1OOwTGnQvUcO8oSvz { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8EW9B0Q8vMV5gVd5heGv0koNBcxuZNU { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM3NSKiZeHgBzt66vJru2i8P2ZXhLAMp { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nrxo5ZiNFxlTOTA8M0X33Crgf3ew2XHE { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmWHF1haI6Ftldg1q4NGgD0TyXLtG5kn { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #asHeOOtEUxgOJATlolPBTAEDyNmGobtg { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXwhN8RTLXSg1T10NcMhplLXRz8rOvnp { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppxnZxJf3WoF9tToO2yZAAIsgFEZBToR { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGwdAkQaeK7LK0JTtFLqR4ONwXl6tBPh { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzWBaB8t1K5fMZeBAHBDPTiZEfgLBAFu { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfhN3xHkifSJn3xSK3ZSF6F68KhiLPiQ { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTx1doF0DxLwyfFsLl7BAotvqiCCWya { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvtTtcg0Rq6HRKcMnvl85PKs9XTk1GpJ { display:none; }
 }@media only screen and (max-width: 763px) { #ha69mtWNeZBgr58sHdIOzubbEdXTtfvd { display:none; }
 }@media only screen and (max-width: 763px) { #WGUHXi2ursq7REPeR0l1467ahXISZxFE { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv2FH82clxkx341PwvfTCXWtGS0PgBoS { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oevdSGtdymd17ySFCz8PhG0u443c8WKd { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCxw5tIh5WqEaJyJ0kcTLxEVO30L0RLO { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cB6KvCJ0flEKmqWp6FzTHLAEZW5EDnZM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgyfSO4oqTLIQzcuUmd9RmICDzykrcU3 { top:21.9375rem;left:11.655857086182rem;width:24.375rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazMP3ZaXbHlamBvFVxSJod6gFgRETch { top:21.1875rem;left:17.4375rem;width:30.3125rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgRnbguKPiWhFHPXV1WOykvKObwF2HlB { top:40.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPtm7DWuGQOErTlS6ZBNvJuyn2Rct0rI { top:41.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboI6FK8LIwz2o5SDaQZ8ycKCx5UeQ6R { top:41.8125rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMqUxDrXuuy19u4iA6hUaembfMThmacz { top:41.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztphEwpbmGn9HxDvOLxfynVFd8Es6B7 { top:47.875rem;left:0rem;width:25.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXgAFZZoquk2CzxAF9mEax2LNyTyE72 { top:49rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFFM5Uw63PoQpkBHMHmN245JdvKOQ26 { top:49.1875rem;left:0rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6VeVSt9ATiaderPTdCcwEllslq6wC5g { top:48.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea7lGWGALkIUuZ2JEBGQBlrypEg207F { top:49.3125rem;left:2.3125rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqBqLGDKhXuEKDIGTILngBQoMK7NCX8o { top:54rem;left:3.18701171875rem;width:31.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwWFPr2OHl1Z2DCFMiR4DM33CetSlZZs { top:55.625rem;left:7.9375rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmmmsREZqOFK7HMVo86EyeBGT9KhG7zo { top:55.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSbb5v6KxUKliEbexxqZwz65zhNIhIv { top:55.25rem;left:4.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SivWEU9Pv3LCTDXIrayz1bnBnJ8ioNhZ { top:55.3125rem;left:4.99951171875rem;width:0.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6SN2TI4AUW1VGTxaoFMF335fzFGQOfX { top:5.6875rem;left:0rem;width:19.375rem;height:19.8730625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMgVnybFpJic9ieUcutevSGN79QRH9r4 { top:15.5625rem;left:24.25rem;width:23.5rem;height:4.0625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkJeAMlCW0KZuGnko0T57GbNMhloA1v5 { top:5.0625rem;left:9.0625rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDKvQMzd35Ns29xb4eXHJyAV9GKqD4J2 { top:9.4375rem;left:10.1875rem;width:8.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2AqAOqN4mst6dU0Cx5BLnNxWBqwtG8I { top:10.75rem;left:36.9375rem;width:9.875rem;height:5.3117939515925rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLqz2nS4lxFEohno7QqMrepgd42Ut5K { top:35.75rem;left:15.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIoLdpi80ZVANGs1v9bGZ3xUhv0gM17 { top:36.0625rem;left:19.4052734375rem;width:13.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgkxzsg3kqSiy9H9OJImX6A9vqkgLIWq { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTsiHP5BURNubahQXeEhfMHX9TM9k2rq { top:8.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3pgCa80nAPoKyGwwfCgfWBD12X9zzo6 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPUgr0zlraNZcosTfPAyLpusUJQHd8QR { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXMSiSUTHCDhze8cNCWwF5uGbhsmHW9Q { top:8.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzVLylzywUWzTQNuHRdQOeRw6DzRPUfl { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX9OTWhcRc9XaR8NZSLsXDVixfi0MRLd { top:58.5625rem;left:6.875rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJxKUzLVBAJeGLwNwtKPR9yIeUCrLDzD { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvxAZ80S9J8y3ImNrSRISLCgdcloTOMe { top:8.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3WP6cfBQGlGCLdkhJH1T0M80SAyyFCS { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNtqdo89Xzo2Wnbv5BXFK4N0GE7QBqg5 { top:58.5625rem;left:6.875rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1dLBMVDEcWS13kV6qeoKJcJlrmQkSIl { top:67.6875rem;left:0rem;width:15.8125rem;height:2.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNic1mciTVG5JF5M3kerp1323CO9pihB { display:none; }
 }@media only screen and (max-width: 763px) { #WUWUaCLz8fEQpogOeOKSgXLiITwmB0rT { top:19.4375rem;left:0rem;width:3.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEqOkOuUFRXVc1a7SvvAfrRBXBBDIsVg { top:23.5rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyMt13GT06WZwWSVFRKWNBgmKdzsr4a { top:12.875rem;left:15.091796875rem;width:5.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKox3Atgb1Hlvnr67oNERvI1wtA6PoVu { top:12.625rem;left:30.4375rem;width:8.625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaA84rbsZ3tt7MlA4VQyGPRLHI09cnDX { top:5.625rem;left:0rem;width:15rem;height:1.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3CtTWQtykEXSndxiW4G1q85lxPlgM8o { top:65.0625rem;left:0rem;width:41.6875rem;height:39.50510802148rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ8OnG6UJUgRvTprxJ5Dr1zU2cw3Svte { top:87.1875rem;left:0rem;width:17.625rem;height:2.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7oWnC1T2MR7vLARKBo4PSOS6VQpdmpn { width:11.8125rem;height:3.25rem;top:23.3125rem;left:35.90576171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3z2QPtr4AsChIlIFJP5A2Vcn3l5nhzw { display:block; }
 }@media only screen and (max-width: 763px) { #CTT7lp0J13L6wJCufgP2SXSqZvcrntlW { top:3.1875rem;left:0rem;width:47.75rem;height:100.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDToFP7tWUMCv3VsN0TsktZxD6BHtiSJ { top:4.75rem;left:0rem;width:47.375rem;height:97.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9Tx60yEDmDwHZXWA8DadEvQahTBvna { top:27.375rem;left:0rem;width:18.5625rem;height:7.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 { display:block; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGS06lPbBmVQPoxMl51lw0C4gRCuECGR { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOSI6URbV2ea9pElqVWEgGlS80pn30gU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQRZVq2mC1ABVTTbizoD3siJpGHd1LXy { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8wOszQwBsmegHcuXTpr2qPX1RF9QU8p { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKCEiORuga2dD9W3e2I7TOKPx63iuCXp { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ds2BWTinVcT9oQRoz1ZlEdmO1lvW2ql8 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8JrL0PLxDwFyvcEcTlZTHfBLX9OQITw { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITIO2QwqikdyOm9x2KEczgQEaTy9XnTg { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vaREAW1hacTr69QkggeI8TK0a5PGly { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuNfTNUU5q10piuuVedLHvnGPSGCXDU { 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) { #Rm0ABte5BpWisvJk6yrwzvf93A58BLn3 { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtw77XEPbT77PMS4ddZqEWwhKrAZprq2 { 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) { #bVmxT8GsXrz5KqJq12pzTElgt2r2iezk { 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) { #W7g0NMlSusCV8mr5qkwNrRhCQVGDLIcV { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vyp0oPNLy7ANuXewD3nWmDhQzp96MxSR { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWPgWny6BgPFfvWu58GtsGz6wOydtOqh { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFatWXciDW7uvQ7FfKI0we7v0ZWn98zR { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aALr97JAbqUPTZJGbzNFWzaaKVLpkNTe { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfrN7tQO8N4tMSdHARmbC0BN5ri4aTqV { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6D390ScMsJhPRAKc9XJT69gVknK6CAz { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHoNN8aNxiR7dT8H6v8yJspzFSLT3Ou7 { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdM6a8A6Rt0GoU8uw0s65pOvm8IWZRlm { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo7gc49Za2kuJInsNeZpTU0SzPODTXW6 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pA3Rzehocq5cTmmSGC8kKccdbMcnmTt3 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T79mVrSx1wzqmg0F24zozd5eLh52V1ok { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVMLkmf8tV60tv4Vp0tDit1VUFCHmnQ2 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPrap1DBcPZN2TPWdEeEFNSTfTisxNnm { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoNK3NAuebBKnvwL33N7R99MeTnp0Z01 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZRUR2eJEbr7eWIEP05pA4XlRyfecyVr { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcBnI5TTxczC3TSvOglD1yumUWyA7gqz { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHBz8ABXCMCo1f2v8MDRiIbOBd4TeUQM { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #caNvkR19z6WO5lXv0MQC3gPLQNKxhT2B { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5THder3k6VA9JtDv99DWmLskiDXlaTI { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRCAy9zf0LRR5mhcT9Wu2g03Twk51nVa { display:none; }
 }@media only screen and (max-width: 763px) { #v81N21cb6vF6SMrrvT96GJdZ6Wmr3P0e { display:none; }
 }@media only screen and (max-width: 763px) { #sfHNu39km46foE7m3BMwJXRvFEEi70ZU { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iATN841dl3exov4RvGSLdIu1sgHae0QE { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZuUNxLVtL0ks3gVFbAAcXlOI0IUPpRx { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4392RhPl2vts8DlA4Azo3d3lSls6Oom { top:31.5625rem;left:16.711326599121rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwPQbCCKSsHHdtdx6kzBJhGG6QiuXoIP { top:9.625rem;left:27.5rem;width:20.25rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccubzkSTXMPwh5mx1ZgCiI2PhPMwTkdz { width:11.8125rem;height:3.25rem;top:18.9375rem;left:35.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw03S6VuXK6HnfB5NFDKytLn6IpRQ8E3 { 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:9.875rem;height:2.25rem;font-size:1.5rem;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:2.4634232521057rem;width:10.625rem;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:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:10.375rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:12.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:5.4375rem;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:21.875rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:24rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:7.875rem;left:0rem;width:43.3125rem;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) { #cUrthbCAyDZnETxypJSHxrJBIuMCsNdb { top:28.125rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSV2fgIu7PqZGOG6V2FaOAP82MfLsXut { top:30.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ { display:block; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gu3w6UEIK2QZlQJcSpk3vU7EznQu8lkJ { top:1.1875rem;left:0rem;width:25.4375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAE9255ZaEk6iMsVqzlnaFzLWlPMnltD { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9gx9ogZqSaDOuFALq9Ubir0ywoTHSAi { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqWof41oqCgNnVyh5zUpTU0K9oGHCu1r { top:1.4375rem;left:18.529652118683rem;width:10.625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nhmKwrbyEu3yRy41Cpk7Eyhviik0a6 { top:0.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA1sJT4qibwospmaLUrFQPXQhTig9A48 { display:block; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh9FF66C1B0SABbW5nsaCTlldNoKHkv5 { top:0.8125rem;left:0rem;width:28.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuyM7OX8RXLTI2EXskqpF3xnTG5HrET4 { top:2.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP1ylHfOewXUNTIS6C6Gv15la40NE2wK { top:10.3125rem;left:0rem;width:43.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPf71aWzmoRTgKvx02tfoEJQnmkkqqW4 { top:13.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdEVudSKTi0cVZDG7OTR5VZs75mUV7c7 { top:5.4375rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyVUbOxmpWEd5ITEfEP6IfsJXUF0ZNev { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8UzQC61b7dgNPus1iBQ814CLpbDK0lT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVZgqGHx9ggqgLsrrFGSAvTMZT35Gpxk { top:17.75rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5OdZUg3nJoACDXlm0DIW4nUISCzeZgh { top:20.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGs33zZX7apB1oVDyUbiO1AUiBaMXct { top:7.875rem;left:0rem;width:43.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcPuWBnhVGxodW1MTKHqGw78pPRRWtZO { 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:5.9375rem;left:19.5625rem;width:28.1875rem;height:1.125rem;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:2.75rem;left:15.9375rem;width:31.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:3.8125rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi { display:block; }#DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { top:2rem;left:30.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { top:3.375rem;left:32.875rem;width:14.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaff;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.40495300292969rem;left:16.498699188233rem;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:65.4375rem;background-color:#eaeaff;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) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:34.809194380903rem;left:17.375rem;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:34.809194380903rem;left:16.375rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:38.242527300977rem;left:19.8125rem;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:34.239923770094rem;left:11.946024417877rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #XFy8UxNEAHlObPCX3DbNfr3GvcgVtJAd { width:18.375rem;height:0;top:17.373046875rem;left:0.3125rem;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SRfQh2ENP1QG9oZhx6Pl6cIVzrDSXDfg { width:14.187rem;height:2.5rem;top:23.11962890625rem;left:0.96630859375rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QS7ZbD013XNJNJVQuEu9TAdL5cmMELoq { width:3.6870125rem;height:3.6870125rem;top:9.5234375rem;left:13.0908203125rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #IUuq8PrefkbKRpZNSs33cZqrOav3aQaK { width:1.18710625rem;height:1.18710625rem;top:23.559125423431rem;left:2.8133878707886rem;display:none; }
 }@media only screen and (max-width: 763px) { #pktaBlCo5IE3a1tGbgiVvIBKhpJBCqpM { width:1.68310625rem;height:1.68310625rem;top:2.53271484375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQqldIGkJT9AQZxMl97NWT5EwJcAVr8 { width:0.99609375rem;height:0.99609375rem;top:4.1240234375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHiIwEFvctUbt203BLhdJPMn0Rhy7lyP { display:flex;width:16.375rem;height:16.375rem;top:99.059370422363rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLy1kaDS7u2OKOFphSBzSNaHJG2IrzPC { width:18.9976875rem;height:2.9350125rem;top:60.7490234375rem;left:0.49951171875rem;font-size:1rem;z-index:15378;display:block; }
 }@media only screen and (max-width: 763px) { #Z63qNNJXkPQGpdw7uONz3DaczgoDetJh { display:block; }
 }@media only screen and (max-width: 763px) { #sov41k6A8UQ5Z5hXilLC86O8JOyyCyWo { width:20rem;height:15.625rem;top:27.5615234375rem;left:0rem;background-color:#42298d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e4pTh7MD80d3mOrB4L1W9wkKF9nTzh6W { width:14.435375rem;height:2.69921875rem;top:29.4365234375rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HfaSoRbshOqlctA7VD7p7P6wSsuV5Cul { width:20rem;height:8.81125rem;top:34.43603515625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -moz-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -ms-linear-gradient(180deg, #6e40d7, #6887c7);background-image: -o-linear-gradient(180deg, #6e40d7, #6887c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e40d7', endColorstr='#6887c7' );";background-image: linear-gradient(180deg, #6e40d7, #6887c7);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kEF3zZ3u8sCQ8MVsUywSSyDTbzOMBseL { width:20rem;height:4.048825rem;top:37.43603515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #THmsgdyNrsBzpoqnSGdqsIfVJgfREEUD { display:flex;width:4.0625rem;height:4.0625rem;top:38.193357229232rem;left:1.2491122484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGEK4bWg36LRizSJTbTMPwKZzVctz8ld { display:flex;top:33.1865234375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15365; }
 }@media only screen and (max-width: 763px) { #kMgIN7ZOcVrbJT6b8g8T4KoBcR6RokQy { width:11.8119375rem;height:12.1244375rem;top:2.6240234375rem;left:3.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl21UqTDOTpBMUXmPzcwuLdQpy6BC8zg { display:flex;width:4.0625rem;height:4.0625rem;top:64.2318653595rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEMP0pMbHIwcBKbBeUaPk7FFtJGyFOfM { width:8.874rem;height:4.96435625rem;top:17.9365234375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XshTVQ5iGwfru4m8BpgPbSbGyWFmAkFu { width:20rem;height:19.732rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1JP8suZCDv0vovUhLmHsRfD6eWMIRZG { width:6.375rem;height:6.375rem;top:1.74951171875rem;left:10.9228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ69ldtmXns3PZLXwiWpOkgOPeCs9TiQ { width:7.061625rem;height:6.8120625rem;top:1.21484375rem;left:10.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqX6b5EuRhzWTEIo3zlQHRBK8hXpzvqg { width:18.1875rem;height:18rem;top:44.68701171875rem;left:0.890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEITxp0ISzKG2ZDR0N3tETDw4B2aaS4 { width:2.4375rem;height:2.5rem;top:49.737501144409rem;left:14.00387950108rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5J8XbAwpqUloOlhXI3wAuLqp1tRGiRI { width:1.4375rem;height:1.5rem;top:50.487499952316rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUH6qHb1xQaFyu2RAwydzaEs56Hy3Dxv { width:1.75rem;height:1.8125rem;top:50.175001144409rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxoN5nuV3KTnToRP7QElPpOeZeSVpwT2 { width:1.4375rem;height:1.4375rem;top:34.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #to1nC8zWRQkL73oaDD1wSXv5W4oDQ3xI { width:11.8125rem;height:3.375rem;top:18.1865234375rem;left:0.99951171875rem;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1;text-align:left;text-align-last:left;z-index:15297;display:block; }
 }@media only screen and (max-width: 763px) { #h4Ua6QfqfUhfcoisgLGde9166VaAwCG4 { width:8.75rem;height:1.4378875rem;top:16.62255859375rem;left:0.99951171875rem;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;text-align:left;text-align-last:left;z-index:15298;display:block; }
 }@media only screen and (max-width: 763px) { #UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { display:block; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A { background-color: transparent; background-image: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row > .video-iframe-container { display: none; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBVVlFMlD4arHdRS38mHVRIXfJXKXc4A > .row .container { width:20rem;height:59.625rem;background-color:#eaeaff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5biVBtD5BwVek0LqDpyJAqlPmRmkShV { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #NpG62ucWzpqwBRtRkFtfUb4lViuWobGV { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #filS1OJhg0rTsdErZQS88vEv9ZcITQ6K { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #C7BMGsPwaiKqqoU2F4tklAC3kLGcZ4BI { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpL55ATxbaeSiHEn9czM2ZMHemAQt9Ms { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMVna2nF4qC75yy171s5JL452X5qH8Af { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qia88x4yf6vb9WsUxwuuxLQfTK4148cO { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEW21m9sDkSsga2kRhyfufvOG1GuPRED { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #ClrnqF2cC0vkpU2Tp4XAKgm0wyF36iRV { width:1.625rem;height:1.625rem;top:4.8984375rem;left:0.58723962306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsf1ngXTNIWk5LUvDudiDrOzaUsMoTU { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wZqTLE7O3zdNBLBbbhMQCpHbkU0wl45P { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M0LIhNPWfepwdRARaJzzx36xnRVGKsks { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJTun89pa6F22EsWHO1mf4KC2FvkvRNm { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fQEcBXQdAT0Zx8nWqvTRP1VsdudDzbxu { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XTvrwQxC4zMsDJhyXaGf0rUh3vZnTrIq { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQQJTMsOVK5etbbRD2tSndonS8SrbnIl { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #awRG7o2UG2RC663Qyr7BfovpGo3VX2Wt { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ZdsbyyOf4MAaaCGqOOOJFkEi6v4w7QPU { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #oTBNEgvPcRe0qNWlST4A6Z9u6cVyCFxx { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #GkFp80cqptmbB209yizSdy2tfAT4HkIL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #n5tGVxH2LEN79vKBrHmmVBIqnTPrS7xH { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #xrWSKNsZd9cUq4tx6gawcq8iPWMqdFyy { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WkSE1W3GVGMpb7uaT3cLFuzockgWZOGw { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #vztPXfzZK3ozLdzxLM6Ewffb5gGTE2nT { width:17.75rem;height:9.625rem;top:4.45947265625rem;left:1.58642578125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #R4sFP7SKD5D1EPnLktFN9VxLm7EyZxyB { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HXVZsL4HSTzTAmscqTsfqT8GOQmB7T5z { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VM7ZDz6Kp83xNOJo0PuVSWL6hcqnAnh1 { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #anvaxFT2axyZveGN7SP38VLN254xN6Uf { width:17.25rem;height:6.125rem;top:15.05810546875rem;left:1.87353515625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #LzVUVlBeG3SnhTUy703HiuspXp40SLp2 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #aPz6Tw17TwbUxXUv44VPseuDDvvEJvTS { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:15.249rem;height:0;top:7.00937461853rem;left:2.8359375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QCpcuQneMsPOlbWksSXzKKIQJ7yP6ky2 { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #ZGCEspN2AEUpeb27QVXG7ITsWsCPK7Qy { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #GVZzFpzHL0r2kQmRC94GQW25ZFxNcnqM { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lFcXJoGMQHiSyo9AMAdn0SOf392UJvFM { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQWOT17RwkPOi2TAM5bHkbTQp0Snld9 { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pUkqhSrO7Bm8Mp3rLky9K6pw1wpClzIH { width:1.625rem;height:1.625rem;top:15.546875rem;left:0.6884765625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #LVLyLNPN6SwxOHSRRV9vAa3oFgmaUQDl { width:2.6875rem;height:2.8125rem;top:14.9755859375rem;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:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BzaULJxhmXCvgtEhEifsZgZy2TnAp2D6 { width:0.8125rem;height:1.51171875rem;top:5.0785217285156rem;left:1.0550780892372rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#9f89d3;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BOEWgPWXZafdyQd3T7QRMF4VQxb0A3Zb { width:2.125rem;height:2.125rem;top:61.78255rem;left:1.2512969970703rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xC8mkykWTx0e9BmmqrEppxUIqEr4xHXt { width:0.8125rem;height:1.51171875rem;top:15.5791015625rem;left:1.05419921875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#9f89d3;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #Lfy8tNN1nTnfTNk3eTGAzlTebdIFylKa { width:13.875rem;height:2.69921875rem;top:16.73388671875rem;left:3.52294921875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DeKGeKxi0Dwv6QCiP7vNSfQISc53T2lk { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ry5z5H3VaoBtWV3LrEINqx5Edhk19svi { width:2.6875rem;height:2.8125rem;top:32.16667175293rem;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:#afa5c8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #O9llkSqho9Ws1de5rlOMEra6hD8K1ARk { width:1.625rem;height:1.625rem;top:32.779167175293rem;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) { #BbexaeUGRupAxua1wscCZeVko2qZVTLa { width:17.25rem;height:5.125rem;top:47.9140625rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #fZfRfSs4rp8ZOraw2fOzEmBTzrxlMOVX { width:2.6875rem;height:2.8125rem;top:47.164588928222rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #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) { #Uf6FmyVXiKaVfUr9dCK3eb3EUTJVDTUE { width:1.625rem;height:1.625rem;top:47.750007629394rem;left:0.56041663885117rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #T0JndTDGfTh46Rc7lCoGBtGmUZuL1Tq5 { width:12rem;height:1.3066375rem;top:1.87060546875rem;left:5.07080078125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hbpsKIGdTz2PekVZvXeTOENovRmRLCD0 { width:7.9375rem;height:0;top:39.912502288818rem;left:2.7968750596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#49249e;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #TE7DLXgc9s0x8Nc7ytWKaJqvEwl1PEJy { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #zTCW2k0sZDs60ocnVpc84xSwLk0K0hDE { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:rgba(175,165,200,0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pmZQURKpi2rQ9Agt8tOM7lBkdkKCTSOf { display:flex;width:2.5rem;height:2.5rem;top:15.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvOkkQpgtZ0mrtJgMrXZnAOEgdRSAA7d { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GpFRTzPoJUBLpZZzGhnM5Eh2CFZABWeq { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #gO8TteG6pM65QbiCzuaFzolnMCqic6VT { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #yQ3mZqeSaEoufS9sTTMbc54zaalgXA0s { width:10.625rem;height:0;top:49.487503051757rem;left:2.8125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #T4OmWEKFIeCaMG6TDA70yofR8WRP4oxD { width:17.25rem;height:5.12460625rem;top:25.509342193604rem;left:2.2113280892372rem;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) { #aQ1CDTLnF6wXw6FT7oL9PnVdfNmAJ2mn { display:flex;width:1.875rem;height:1.875rem;top:1.587890625rem;left:3.19580078125rem; }
 }@media only screen and (max-width: 763px) { #EnfkO5rZKBLSJmeOq5aLebbINQQ08CUJ { width:2.6875rem;height:2.8125rem;top:4.3617191314697rem;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:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eNTh5zz7fNf7gXXxLVtPPDRcFT0UbJ4l { width:20rem;height:4.375rem;top:14.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #DpfEv8TPATabXXMDf3zkRiNgZVlEcw2O { display:flex;width:2.5rem;height:2.5rem;top:21.75rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #El0tHtNEbgnSiizJ2DF2OQfpL1RrirS6 { width:20rem;height:4.5625rem;top:20.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #hoAsp9pMZdQIbZ6xFrhZLzq0odzVFgFX { width:2.125rem;height:2.125rem;top:22.0625rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfRpfJAcUfXDU39lQ9vEelrrCBhJdBtL { width:1.0625rem;height:1.51171875rem;top:22.52490234375rem;left:1.14892578125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#9f89d3;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #EpXSLiWAUMVT1TNArK50z0SgxVBTWdWq { width:12.9998125rem;height:2.69921875rem;top:21.4970703125rem;left:3.9609375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#eaeaff;line-height:1.2;font-weight:700;font-style:normal;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #c81HXkcgMBoyoCr3Racp94H9K3mX5hSo { width:2.6875rem;height:2.8125rem;top:21.875rem;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:15082;background-color:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W1tko6UlR9uLTNl4KXMzfFm2xDXL5SrO { width:17.25rem;height:5.6875rem;top:21.998046875rem;left:1.87353515625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #B4rlWhUExqO2NbFT8hWvHWa456T8IgKH { width:1.625rem;height:1.625rem;top:22.4375rem;left:0.68701171875rem;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:block; }
 }@media only screen and (max-width: 763px) { #pbyW2tXeJ2bJFK8RWTyWduAiyPX9I1yr { width:12.9989375rem;height:2.69921875rem;top:23.66064453125rem;left:3.9609375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;font-weight:700;font-style:normal;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #wvw7qAOJ43C1es7BQnFkNhzOiOlwXhwu { width:12.0615rem;height:1.375rem;top:31.24951171875rem;left:4.091796875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D9H4zL8oax1ZIV9g7ywKuxakqgBSe8Hw { display:flex;width:1.9995125rem;height:1.9995125rem;top:30.8427734375rem;left:1.58642578125rem; }
 }@media only screen and (max-width: 763px) { #LGKenDKNznh1R7swamiBZ9PMvQu8wRbw { width:18.25rem;height:0;top:41.375rem;left:0.8115234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pxborykXAOgyziS4tuvioIgoRs0sSLvM { width:20rem;height:13rem;top:34.04638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHG42vf7HJwdTDa2ycs5ATWlsT9sHBv { width:19.625rem;height:32.625rem;top:40.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbiqAHtFBvOTDyPPNlMGlGyH98z5IsZp { width:20rem;height:0;top:48.3125rem;left:-0.00146484375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #KsbapfOkxro6NRAZXeAxBDeO9689Ss4R { width:15.2475625rem;height:6.7480625rem;top:5.89794921875rem;left:2.77294921875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;z-index:15354;display:block; }
 }@media only screen and (max-width: 763px) { #Qd6tvdr1LBxF7KmTTbT33Au7PiTGWg1O { width:18.249rem;height:9.972625rem;top:35.6826171875rem;left:0.81201171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.4;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #PTfSuxJnhttuRyPJpoqrixa6vZlF4Zqs { width:19.9995rem;height:8.285125rem;top:48.52978515625rem;left:0.00146484375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.3;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #G4bJZ2y4TmKssHq57gTB4ItrzgCTSASL { width:19.9995rem;height:1.3808625rem;top:57.3662109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#826bb5;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a { display:block; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a { background-color: transparent; background-image: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container > .video-iframe-container { display: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row > .video-iframe-container { display: none; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .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); }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .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; }#g2VoGCRCbEmkGZVwgHSwH5Q3cxEOqq4a > .row .container { width:20rem;height:71.25rem;background-color:#eaeaff;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) { #RoJUpEioVO0GfMtz2dXvuO5zcI28qqsl { 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) { #f1HhehTQgZqcLJJwwt07riVuPcyL8v8W { 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) { #EmV80f2zO84EXmNKITMAWmXnkbS1lT7o { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Z9USrMaEgqSLhwLxTzZ7BDKrc3BoV39Z { 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) { #p0kiFvPS1Sxel0cu458DnloSGOSstnHD { 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) { #huaPwqJvQOTmnBHoSU9vSCVzmVGPFnbF { 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) { #v1hltLdB9QUCxm2ViOnoI9Pmv6OCDiTb { 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) { #vy2dkIpbNRII0RmUzQ1t9nvxm3kuRTqA { 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) { #RG6XbEXDN2waMKFr9pFd5M6zgQvAaNqT { 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) { #TN0a2Alr7La1b42XIyJgN6hfH4iSkWWf { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mG7C4yBlV7UStTB2fIatr6ayhqUyBtx6 { 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) { #r5W1lZufVC2m4ZONnm8TKBS9w9eFwgWP { 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) { #tIz408KPanER041Srq276VTvaSSHqRrS { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDIPyhEuTS5tlzGfJSUA4rJ77JqoNSnh { 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) { #frpLMdp4fva34lviTbykAooUaTUyTMct { 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) { #fkw3N90SBMoiv65MXzddiD8eaiOp4mnB { 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) { #sb5xSAlkmTeoXcXh6OzN58A4TnNchVRT { 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) { #wMuHAJMm3qaDKWoolz4D0xCmb1hBbdFr { 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) { #PqKuOKyr7b5x7uOEFbXVxJrAaHgzJLwe { 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) { #A81UemvdJHpZDLzr7OpDla484IbUdESm { 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) { #Jp0bU5Ux6amaWSCGZzE04KNSO1CJmkrw { 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) { #hu9eVc3LBXpN8u01I7Ww3oF8dTmo8p5r { width:17.75rem;height:9rem;top:4.8979167938233rem;left:1.5885418057442rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Q3xrD0KvQlZUaLWsaiAw3QltALHtdwbI { 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) { #pHRKSk5TkbL3DorGAhEWlzS8nNFpK5wX { 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) { #Im8LMRQ0690xwCmo5ZMiTT3mh4RHt8Hm { 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) { #mayMZtqdbTofZizPI4hc5rbglUXWnwNe { width:17.25rem;height:13.6875rem;top:16.871875762939rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #Okx6vP2Ttpo0zUZxcxQLvtPzwUZdDmvQ { 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) { #uupHhM29zkwo94L77fq6mJIKCqVgoJvb { 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) { #VwfglHIhq5Flw3IoG08OhE94yUpTUTBG { 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) { #Q9u8VyQT5tMlaKc601tBmUadn4WtMVcJ { 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) { #y2MQ4pQxhCkLdB6fJ8JW1iJ7XItGGabO { 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) { #UIsnas9BdBGFf2RG2mmMuDhdrKDOdXCT { 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) { #u3NrTZ1UP81HhbTObi3pAxh3oTFqmXsV { 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) { #neHIQXrQpaLvWweXol0tT7DPmGkpD28T { width:1.625rem;height:1.625rem;top:16.921875rem;left:0.68880212306975rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #Tt3IX83TGuAnMQz6oLBJcRtf8xTZsx2R { width:2.6875rem;height:2.8125rem;top:16.3515625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #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) { #OBSeQtcUZhapL7iMcX5TphZb8FyhReNF { 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) { #DDL1wT4IRRmuxymB8w8b5zWTozsHonqg { width:2.6875rem;height:2.8125rem;top:32.16667175293rem;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) { #TBISW8Fk2GDwSX8gBgVGUo49OlUPGxgE { width:1.625rem;height:1.625rem;top:32.779167175293rem;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) { #hn0AXcHhUN4haZnhZ6iUAQaWVgpEVgOs { width:17.25rem;height:13.5rem;top:32.925003051757rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ppk9IdlULuDey95B03SKdZDBib24cU0F { width:17.25rem;height:5.125rem;top:47.9140625rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #UIdhZhXzbligZRr1pX8r9bH6r5uNhb65 { width:2.6875rem;height:2.8125rem;top:47.164588928222rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #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) { #PH4okSExnaBlL1HJPvNUfMqPCJNexeDs { width:1.625rem;height:1.625rem;top:47.750007629394rem;left:0.56041663885117rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #oWKHoKQRTS8xww5eGhgZuUsgwuv0meSw { width:7.9375rem;height:0;top:39.912502288818rem;left:2.7968750596046rem;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) { #i0P2VqoOaTPsfR1yThM8NKG06ilJXF0i { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #aMoNITpLL8zOoanU74lwBgr21IbdssSH { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:#afa5c8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TP00TQ8HTeU5s3UJP7LEOh4yxa1IGWGW { top:63.3125rem;left:1.25rem;width:17.5rem;height:0.1875rem;z-index:15359;background-color:#f6a66d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Wo3Gp1EPgTBUCEhQ5lZ6JVomOTx3SqFg { 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) { #axngDOkTQRPTsEL12NaggKNFW3xMoBik { 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) { #SAM9NlhpLmvZCoHmf91Lv0V5GXGtkr5D { 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) { #B6xOoX9M7UVsOhxdLxKiIHJaowh3J5wb { width:10.625rem;height:0;top:49.487503051757rem;left:2.8125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #DAEosZHLJKpTJ79TdyPdSEZrQvr0J0kU { width:2.6875rem;height:2.8125rem;top:54.6875rem;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: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) { #mxBOcphzxOysR0s7K5lmq0ZZfGoB0huT { width:1.625rem;height:1.625rem;top:55.28125rem;left:0.5869140625rem;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) { #Toh7PO4Ay4i64St8QTFuoVmXanRWHh5b { width:17.25rem;height:6.5625rem;top:55.375rem;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) { #PAyxndKSEqho2pXaaReV52baC7yLLTv6 { width:15.3125rem;height:0;top:56.912109375rem;left:3.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #F6Wc0MQKHnoMzw8xS6sWGpZsLECmlUgq { width:7.375rem;height:4.5rem;top:38.1748046875rem;left:10.984375rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #VvkIz7ZcwzvSVpJRwvSLqnlaDqzlMiAI { width:17.25rem;height:5.125rem;top:25.4375rem;left:1.8994140625rem;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) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-input-button { width:12.0625rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.6875rem;font-size:1.1875rem;overflow:hidden; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]:-moz-placeholder { font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]::-moz-placeholder { font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6  { width:17.5rem;height:auto;top:12.65478515625rem;left:0rem; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 {display:block;}#MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 { width:17.5rem;height:auto;top:12.65478515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #CeJTrwFtxbh1wB7omb6grJaLeXNxXyEH {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #OIwrAmiECKaicGxVOqONgDEWHJriTWTd {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sCSN1TsOHIKo4pJvmyehgJZTCV59qEWK {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #gQJMDzTpZLSUQ8qgHXMfQV2bwtnzP1Pq {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WQkg6wmxVRoa6BvnhRvLEDliWpX8qNZq {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #vTuRPmlVSuAbP0P3Q2ql8W1cUVIkQThs {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KBOk7LzFLBblqb4EdHKyBP9hJbcLTOMM {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ycvmWwAQnXqRFm6NFTFswmPUuX9SfqSO {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #f6uGGbMa1zBLlKTLdfXcl1DZCX8a9pB8 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #d2kuIFk1A7Xs9D4IUVT4RTQCrLLIyS0r {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sXeiHgkBnzX9CBJuZZizGu6Ow2ZAe5TO {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Mz0zWwcFbd7AiNpNliEZlzbDzv4wX51u {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #xEC2HD8rtTXQps3H9XPNTnzCcW8Sf11f {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #ATPA0l036v5Avm60kEXM8mWsBp4MxTmc {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #rRQ9nWF4egcyQttm5rCv50pn2eNBFNQE {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #wEBsXwkeozEEffvzVwlvQ7f3gP6TqqGb {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #uUeEPnBnSveynKWQg1g2Q1KzpLyU7JsD {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #GeNNtpsg2a7xhh09y7K3b3zWlQ5mhf60 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #sA9hrmlJfUTVZdTJL68rTPJsrgOJPQkE {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #SFy1xmo9B0IqzGIklBeOI1Arwi9wpPKi {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #Tvafzy77pKLn7hz09CCfCXk1DcnzM0kG {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #fzRKHHEnvz1A0XgyziN35HpJth45gOU7 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #flLR7Kh2qqgdirNFxhtOb3DFQZ609PI6 {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #WkP121Qr3W0xxLUEOAMFrqkOtLGxD6Hh {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #o0RNHC0GwKrwv7pD5R6rT9ZN95MZQHhI {  }
 }@media only screen and (max-width: 763px) { #MI1fQVwxsdimT7x12NlkGJDp2NCvBzs6 #KSvXNG8RX0D02467Twp4iAEWunoSIlAu {  }
 }@media only screen and (max-width: 763px) { #OeL5WRwFXbtb6yBpkffqAvosCtfS16Op { width:19.9984375rem;height:0.0609375rem;top:60.81640625rem;left:0rem;background-color:rgba(234,234,255,0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RsCNgBuKrOPabD00U3lCTSE4lEdLStxz { display:flex;width:1.6867875rem;height:1.6867875rem;top:1.25rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #LtJruORvykLycr3tkiA5W6QBJyKhxbUB { width:12.6875rem;height:1.3066375rem;top:1.4375rem;left:4.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O9kMGybzXT7MZLBIKVb3Qa8uBN2ATT9b { width:4.6875rem;height:1.35rem;top:5.18701171875rem;left:7.62451171875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ghBeN6Ufun2Dr55VUREaIKIHL8gltkVP { width:19.375rem;height:4.048825rem;top:7.125rem;left:0.4365234375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #a3T8rS0wsaWMahPegW8CCUbUix5KrQbN { width:20rem;height:4.142575rem;top:64.73681640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hU9w5fWMvDUIPbXZoegxAUBVwBu2bb36 { width:20rem;height:1.4625rem;top:61.50390625rem;left:0.1552734375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NzbG0TedVlkqXeJPyeXu10MZioAlTDBq { display:block; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq { background-color: transparent; background-image: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container > .video-iframe-container { display: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row > .video-iframe-container { display: none; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .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); }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .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; }#NzbG0TedVlkqXeJPyeXu10MZioAlTDBq > .row .container { width:20rem;height:93.75rem;background-color:#eaeaff;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) { #KzDDNfvcbzq5RcZNfUo69MrBA2Jfmgfe { 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) { #XhMdax4bVnyc5bLXtpFQBXLozV83E9sP { 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) { #LOZ0LWiJrcB6y0KzTrL93WOFSfE04dBX { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Ae6cMORuX7KvoNmxgTZ78zyOzm5nVEWP { 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) { #gNL5UwdF3SKSCeQrJsrPfhmTl51mCoeU { 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) { #LoSkB8xmlAEPx240MrV7bGl59VkDUVlO { 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) { #szFwB7staPmIvU2pkwhvWUtg8hfQMJ56 { 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) { #tLpyKzeVPupRNdMuqI8hDz39uviBgATl { 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) { #fQyeE0x7GvCACn6QuTgrOoq7TK6PpTbH { 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) { #ArWsCOauyyBEHO94mGMLzaNBXWslRDt7 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIJPX9mt3JJqqLBfoWldMBFLWVPNFA7M { 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) { #hSadviFWbBONCUtbEemRdbk52TvhwEdn { 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) { #Taau6r7qrcBxoTB2Vqmlx8PTQCTNbwle { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T37cw7glxSPqlU2zQEPu2VG6NOtqRFRS { 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) { #ZZiLKeqDAAamGTCX7ibetPbfaJB3ePJn { 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) { #J13KpduwkzZAAKwoVROpr4FT0mIVzNgy { 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) { #seqWLHIFBuPmdeeCxQdoBOfEg1GFwzGB { 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) { #cgANAgX320o5IH5xyal2wxy5s4wcqslo { 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) { #E4bcpT96IPsT6fw21wcmASFy7f4IOiN1 { 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) { #iPhCoSUldElC1V9pUngTnzTgHDX6RMGQ { 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) { #rBvHQSTUdUPyIq9td5V2FCQGGos7vJXU { 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) { #aIhniEQsESQbZnv8sXAgHI2cKynx0Mx2 { width:17.75rem;height:9rem;top:4.8979167938233rem;left:1.5885418057442rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #kI1brIn0BGDsW7WM8JvEb5zJ34ttd6hB { 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) { #oehhS3trOsdGP4peVnG5wTSofyu1tJuy { 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) { #SULz92WkyqpHB9ukTeImTsSGE35NKCJI { 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) { #pgnl0zNiozBwMbwIq8O7ndwoW7yzaAot { width:17.25rem;height:13.6875rem;top:16.871875762939rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #EB8glA83oFk7UNsXOrHm4icrsmBR98ec { 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) { #fkTdpnd1fFuyaSqzvtdsmQLTXWRZn9SS { 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) { #lNdHw5RmKzw0G97x8amLIBoibi9uO1cC { 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) { #CJmcUP71FXUGuLb1OOwTGnQvUcO8oSvz { 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) { #d8EW9B0Q8vMV5gVd5heGv0koNBcxuZNU { 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) { #SM3NSKiZeHgBzt66vJru2i8P2ZXhLAMp { 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) { #Nrxo5ZiNFxlTOTA8M0X33Crgf3ew2XHE { 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) { #bmWHF1haI6Ftldg1q4NGgD0TyXLtG5kn { width:1.625rem;height:1.625rem;top:16.921875rem;left:0.68880212306975rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #asHeOOtEUxgOJATlolPBTAEDyNmGobtg { width:2.6875rem;height:2.8125rem;top:16.3515625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #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) { #cXwhN8RTLXSg1T10NcMhplLXRz8rOvnp { 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) { #ppxnZxJf3WoF9tToO2yZAAIsgFEZBToR { width:2.6875rem;height:2.8125rem;top:32.16667175293rem;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) { #bGwdAkQaeK7LK0JTtFLqR4ONwXl6tBPh { width:1.625rem;height:1.625rem;top:32.779167175293rem;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) { #VzWBaB8t1K5fMZeBAHBDPTiZEfgLBAFu { width:17.25rem;height:5.125rem;top:47.9140625rem;left:1.8750000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #DfhN3xHkifSJn3xSK3ZSF6F68KhiLPiQ { width:7.937125rem;height:0;top:43.549216270447rem;left:2.3121092915535rem;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) { #ZLTx1doF0DxLwyfFsLl7BAotvqiCCWya { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #nvtTtcg0Rq6HRKcMnvl85PKs9XTk1GpJ { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:#f6a66d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ha69mtWNeZBgr58sHdIOzubbEdXTtfvd { top:63.3125rem;left:1.25rem;width:17.5rem;height:0.1875rem;z-index:15359;background-color:#afa5c8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #WGUHXi2ursq7REPeR0l1467ahXISZxFE { 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) { #rv2FH82clxkx341PwvfTCXWtGS0PgBoS { 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) { #oevdSGtdymd17ySFCz8PhG0u443c8WKd { 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) { #hCxw5tIh5WqEaJyJ0kcTLxEVO30L0RLO { width:10.625rem;height:0;top:49.487503051757rem;left:2.8125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #cB6KvCJ0flEKmqWp6FzTHLAEZW5EDnZM { width:17.25rem;height:5.125rem;top:25.4375rem;left:1.8994140625rem;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) { #WgyfSO4oqTLIQzcuUmd9RmICDzykrcU3 { width:17.625rem;height:3.825rem;top:8.1898422241213rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #NazMP3ZaXbHlamBvFVxSJod6gFgRETch { width:18.625rem;height:0;top:26.8125rem;left:0.9052734375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#bc6500;line-height:1.1;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VgRnbguKPiWhFHPXV1WOykvKObwF2HlB { width:20rem;height:4.25rem;top:128.43212890625rem;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) { #vPtm7DWuGQOErTlS6ZBNvJuyn2Rct0rI { width:2.1875rem;height:2.1875rem;top:48.6865234375rem;left:8.8740234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboI6FK8LIwz2o5SDaQZ8ycKCx5UeQ6R { width:0.81163125rem;height:1.51171875rem;top:42.8125rem;left:1.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#6e40d7;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GMqUxDrXuuy19u4iA6hUaembfMThmacz { width:15.8745625rem;height:5.3984375rem;top:44.6875rem;left:2.37451171875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rztphEwpbmGn9HxDvOLxfynVFd8Es6B7 { width:20rem;height:4.375rem;top:135.74462890625rem;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) { #AAXgAFZZoquk2CzxAF9mEax2LNyTyE72 { width:2.125rem;height:2.125rem;top:136.86962890625rem;left:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhFFM5Uw63PoQpkBHMHmN245JdvKOQ26 { width:0.81055rem;height:1.51171875rem;top:53.8125rem;left:0.99951171875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#6e40d7;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #g6VeVSt9ATiaderPTdCcwEllslq6wC5g { display:flex;width:2.5rem;height:2.5rem;top:136.68212890625rem;left:4.06201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zea7lGWGALkIUuZ2JEBGQBlrypEg207F { width:16.9375rem;height:1.35rem;top:54.9990234375rem;left:2.68603515625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fqBqLGDKhXuEKDIGTILngBQoMK7NCX8o { width:20rem;height:4.5625rem;top:141.93212890625rem;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) { #vwWFPr2OHl1Z2DCFMiR4DM33CetSlZZs { width:20rem;height:2.69921875rem;top:43.31201171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#eaeaff;line-height:1.2;font-weight:700;font-style:normal;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #RmmmsREZqOFK7HMVo86EyeBGT9KhG7zo { display:flex;width:2.5rem;height:2.5rem;top:142.99560546875rem;left:8.74951171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqSbb5v6KxUKliEbexxqZwz65zhNIhIv { width:2.125rem;height:2.125rem;top:143.1201171875rem;left:1.06201171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SivWEU9Pv3LCTDXIrayz1bnBnJ8ioNhZ { width:0.81055rem;height:1.51171875rem;top:59.748046875rem;left:0.93701171875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#6e40d7;line-height:1.1;z-index:15355;display:block; }
 }@media only screen and (max-width: 763px) { #u6SN2TI4AUW1VGTxaoFMF335fzFGQOfX { width:12.874375rem;height:13.186875rem;top:12.0615234375rem;left:2.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMgVnybFpJic9ieUcutevSGN79QRH9r4 { width:20rem;height:0;top:5.9375rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bkJeAMlCW0KZuGnko0T57GbNMhloA1v5 { width:7.686625rem;height:7.686625rem;top:11.4375rem;left:10.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDKvQMzd35Ns29xb4eXHJyAV9GKqD4J2 { width:5.87456875rem;height:3.25rem;top:13.6875rem;left:11.56201171875rem;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2AqAOqN4mst6dU0Cx5BLnNxWBqwtG8I { width:9.1875rem;height:4.625rem;top:5.21826171875rem;left:10.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQLqz2nS4lxFEohno7QqMrepgd42Ut5K { display:flex;width:1.9375rem;height:1.9375rem;top:37.7490234375rem;left:2.68701171875rem; }
 }@media only screen and (max-width: 763px) { #fPIoLdpi80ZVANGs1v9bGZ3xUhv0gM17 { width:13.4985625rem;height:1.3066375rem;top:38.0625rem;left:3.6865234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#005699;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Dgkxzsg3kqSiy9H9OJImX6A9vqkgLIWq { width:2.68663125rem;height:2.8125rem;top:42.1875rem;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:15083;background-color:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JTsiHP5BURNubahQXeEhfMHX9TM9k2rq { width:1.62435rem;height:1.62435rem;top:42.6875rem;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:15110;display:block; }
 }@media only screen and (max-width: 763px) { #H3pgCa80nAPoKyGwwfCgfWBD12X9zzo6 { width:19.1875rem;height:9.625rem;top:42.185546875rem;left:0.9365234375rem;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:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LPUgr0zlraNZcosTfPAyLpusUJQHd8QR { width:2.68663125rem;height:2.8125rem;top:53.18701171875rem;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:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IXMSiSUTHCDhze8cNCWwF5uGbhsmHW9Q { width:1.62435rem;height:1.62435rem;top:53.6865234375rem;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:15117;display:block; }
 }@media only screen and (max-width: 763px) { #hzVLylzywUWzTQNuHRdQOeRw6DzRPUfl { width:19.0625rem;height:5rem;top:53.18701171875rem;left:0.9990234375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #wX9OTWhcRc9XaR8NZSLsXDVixfi0MRLd { width:20rem;height:2.69921875rem;top:54.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#eaeaff;line-height:1.2;font-weight:700;font-style:normal;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #LJxKUzLVBAJeGLwNwtKPR9yIeUCrLDzD { width:2.68663125rem;height:2.8125rem;top:59.0615234375rem;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:#9f89d3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kvxAZ80S9J8y3ImNrSRISLCgdcloTOMe { width:1.62435rem;height:1.62435rem;top:59.62353515625rem;left:0.5rem;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:15117;display:block; }
 }@media only screen and (max-width: 763px) { #M3WP6cfBQGlGCLdkhJH1T0M80SAyyFCS { width:19.0625rem;height:5.1875rem;top:59.12255859375rem;left:0.9990234375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #nNtqdo89Xzo2Wnbv5BXFK4N0GE7QBqg5 { width:20rem;height:2.69921875rem;top:60.12353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#eaeaff;line-height:1.2;font-weight:700;font-style:normal;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #y1dLBMVDEcWS13kV6qeoKJcJlrmQkSIl { width:11.124rem;height:2.69921875rem;top:60.3037109375rem;left:4.748046875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.2;z-index:15374;display:block; }
 }@media only screen and (max-width: 763px) { #lNic1mciTVG5JF5M3kerp1323CO9pihB { top:1.052734375rem;left:0rem;width:20rem;height:0.124783125rem;z-index:15359;background-color:rgba(175,165,200,0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WUWUaCLz8fEQpogOeOKSgXLiITwmB0rT { width:3.25rem;height:3.375rem;top:107.3076171875rem;left:3.12451171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEqOkOuUFRXVc1a7SvvAfrRBXBBDIsVg { width:1.25rem;height:1.3125rem;top:111.36962890625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STyMt13GT06WZwWSVFRKWNBgmKdzsr4a { width:5.125rem;height:5.3125rem;top:100.806640625rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKox3Atgb1Hlvnr67oNERvI1wtA6PoVu { width:8.625rem;height:1.4378875rem;top:4.87353515625rem;left:0.498046875rem;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;text-align:left;text-align-last:left;color:#005699;display:block; }
 }@media only screen and (max-width: 763px) { #MaA84rbsZ3tt7MlA4VQyGPRLHI09cnDX { width:13.3125rem;height:2.0003875rem;top:6.75rem;left:0.49951171875rem;font-size:2rem;font-weight:400;font-style:normal;line-height:1;text-align:left;text-align-last:left;z-index:15380;color:#005699;display:block; }
 }@media only screen and (max-width: 763px) { #e3CtTWQtykEXSndxiW4G1q85lxPlgM8o { width:20rem;height:18.952322782309rem;top:65.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ8OnG6UJUgRvTprxJ5Dr1zU2cw3Svte { width:17.625rem;height:2.75rem;top:83.0087890625rem;left:0.87353515625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#005699;line-height:1.1;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #D7oWnC1T2MR7vLARKBo4PSOS6VQpdmpn { width:11.8125rem;height:2.4375rem;top:87.353902816775rem;left:0.87421864271162rem;font-size:1rem;z-index:15379;display:block; }
 }@media only screen and (max-width: 763px) { #g3z2QPtr4AsChIlIFJP5A2Vcn3l5nhzw { display:block; }
 }@media only screen and (max-width: 763px) { #CTT7lp0J13L6wJCufgP2SXSqZvcrntlW { width:20rem;height:89.5625rem;top:2.6982421875rem;left:0rem;z-index:14967;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDToFP7tWUMCv3VsN0TsktZxD6BHtiSJ { width:19.625rem;height:97.0625rem;top:92.6796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se9Tx60yEDmDwHZXWA8DadEvQahTBvna { width:18.624rem;height:7.834rem;top:26.8115234375rem;left:0.68701171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#005699;line-height:1.1;font-weight:700;font-style:normal;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 { display:block; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 { background-color: transparent; background-image: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container > .video-iframe-container { display: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row > .video-iframe-container { display: none; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .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); }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .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; }#pL4gNdxgp7nJMs6wt5htKqcnDXr1hhx0 > .row .container { width:20rem;height:1.5rem;background-color:#eaeaff;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) { #ZGS06lPbBmVQPoxMl51lw0C4gRCuECGR { 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) { #QOSI6URbV2ea9pElqVWEgGlS80pn30gU { 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) { #nQRZVq2mC1ABVTTbizoD3siJpGHd1LXy { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #E8wOszQwBsmegHcuXTpr2qPX1RF9QU8p { 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) { #dKCEiORuga2dD9W3e2I7TOKPx63iuCXp { 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) { #ds2BWTinVcT9oQRoz1ZlEdmO1lvW2ql8 { 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) { #q8JrL0PLxDwFyvcEcTlZTHfBLX9OQITw { 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) { #ITIO2QwqikdyOm9x2KEczgQEaTy9XnTg { 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) { #L3vaREAW1hacTr69QkggeI8TK0a5PGly { 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) { #TGuNfTNUU5q10piuuVedLHvnGPSGCXDU { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm0ABte5BpWisvJk6yrwzvf93A58BLn3 { 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) { #Wtw77XEPbT77PMS4ddZqEWwhKrAZprq2 { 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) { #bVmxT8GsXrz5KqJq12pzTElgt2r2iezk { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7g0NMlSusCV8mr5qkwNrRhCQVGDLIcV { 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) { #Vyp0oPNLy7ANuXewD3nWmDhQzp96MxSR { 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) { #ZWPgWny6BgPFfvWu58GtsGz6wOydtOqh { 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) { #XFatWXciDW7uvQ7FfKI0we7v0ZWn98zR { 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) { #aALr97JAbqUPTZJGbzNFWzaaKVLpkNTe { 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) { #zfrN7tQO8N4tMSdHARmbC0BN5ri4aTqV { 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) { #u6D390ScMsJhPRAKc9XJT69gVknK6CAz { 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) { #GHoNN8aNxiR7dT8H6v8yJspzFSLT3Ou7 { 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) { #DdM6a8A6Rt0GoU8uw0s65pOvm8IWZRlm { 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) { #Uo7gc49Za2kuJInsNeZpTU0SzPODTXW6 { 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) { #pA3Rzehocq5cTmmSGC8kKccdbMcnmTt3 { 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) { #T79mVrSx1wzqmg0F24zozd5eLh52V1ok { 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) { #nVMLkmf8tV60tv4Vp0tDit1VUFCHmnQ2 { 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) { #pPrap1DBcPZN2TPWdEeEFNSTfTisxNnm { 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) { #GoNK3NAuebBKnvwL33N7R99MeTnp0Z01 { 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) { #oZRUR2eJEbr7eWIEP05pA4XlRyfecyVr { 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) { #JcBnI5TTxczC3TSvOglD1yumUWyA7gqz { 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) { #KHBz8ABXCMCo1f2v8MDRiIbOBd4TeUQM { 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) { #caNvkR19z6WO5lXv0MQC3gPLQNKxhT2B { 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) { #U5THder3k6VA9JtDv99DWmLskiDXlaTI { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #RRCAy9zf0LRR5mhcT9Wu2g03Twk51nVa { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:#f6a66d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #v81N21cb6vF6SMrrvT96GJdZ6Wmr3P0e { top:63.3125rem;left:1.25rem;width:17.5rem;height:0.1875rem;z-index:15359;background-color:#f6a66d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sfHNu39km46foE7m3BMwJXRvFEEi70ZU { 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) { #iATN841dl3exov4RvGSLdIu1sgHae0QE { 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) { #LZuUNxLVtL0ks3gVFbAAcXlOI0IUPpRx { 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) { #Q4392RhPl2vts8DlA4Azo3d3lSls6Oom { display:flex;width:3.0625rem;height:3.0625rem;top:30.7890625rem;left:10.524537563324rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwPQbCCKSsHHdtdx6kzBJhGG6QiuXoIP { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#49249e;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ccubzkSTXMPwh5mx1ZgCiI2PhPMwTkdz { width:11.8125rem;height:3.25rem;top:9.3125rem;left:4.0625rem;font-size:1rem;z-index:15378;display:none; }
 }@media only screen and (max-width: 763px) { #Tw03S6VuXK6HnfB5NFDKytLn6IpRQ8E3 { display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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;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.146484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.3501rem;top:1.4622402191162rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #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.5221366882325rem;left:0.875rem;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:#f6f6ff;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:21.5625rem;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.462675rem;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.462675rem;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:#f6f9ff;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:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:8.0619375rem;height:1.78125rem;top:1.7950992584229rem;left:5.9685720205307rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.7512969970703rem;left:17.05859375rem;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.687125rem;height:1.59375rem;top:3.7677555084229rem;left:4.655539393425rem;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:4.5rem;top:1.3742904663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#f6f9ff;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:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1.0004875rem;top:1.6848945617676rem;left:1.125rem;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.294921875rem;left:1.25rem;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.2493125rem;height:1.19970625rem;top:12.123580932618rem;left:0.87357950210569rem;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.375rem;height:12.2461125rem;top:13.806640625rem;left:1.1865234375rem;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.19970625rem;top:7rem;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.6864375rem;height:1.19921875rem;top:28.258166790009rem;left:1.1558948755264rem;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:16.5rem;height:4.8984375rem;top:29.873046875rem;left:1.1240234375rem;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:2.2734375rem;top:8.75rem;left:1.1875rem;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) { #cUrthbCAyDZnETxypJSHxrJBIuMCsNdb { width:14.4375rem;height:1.19970625rem;top:36.811965465546rem;left:1.1248223781586rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VSV2fgIu7PqZGOG6V2FaOAP82MfLsXut { width:17.1235625rem;height:3.673825rem;top:38.4375rem;left:1.1240234375rem;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) { #SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { background-color: transparent; background-image: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container > .video-iframe-container { display: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container { display: none; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .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); }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { border-width: 0; border-radius: 0; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SELnIfRJERsWNnkJ3MQVB4J3QysypyqJ > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gu3w6UEIK2QZlQJcSpk3vU7EznQu8lkJ { width:13.6248125rem;height:3.0859375rem;top:2.2281608581543rem;left:2.5239700078964rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BAE9255ZaEk6iMsVqzlnaFzLWlPMnltD { display:flex;width:2rem;height:2rem;top:1.7512969970703rem;left:17.05859375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Z9gx9ogZqSaDOuFALq9Ubir0ywoTHSAi { 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) { #QqWof41oqCgNnVyh5zUpTU0K9oGHCu1r { width:10.687125rem;height:1.59375rem;top:5.6083984375rem;left:3.994140625rem;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) { #U0nhmKwrbyEu3yRy41Cpk7Eyhviik0a6 { width:20rem;height:6.3125rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA1sJT4qibwospmaLUrFQPXQhTig9A48 { background-color:#f6f9ff;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; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { background-color: transparent; background-image: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container > .video-iframe-container { display: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container { display: none; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .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); }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { border-width: 0; border-radius: 0; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hA1sJT4qibwospmaLUrFQPXQhTig9A48 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh9FF66C1B0SABbW5nsaCTlldNoKHkv5 { width:18.5rem;height:1.0004875rem;top:1.6848945617676rem;left:1.125rem;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) { #NuyM7OX8RXLTI2EXskqpF3xnTG5HrET4 { width:17.3125rem;height:2.44921875rem;top:3.107421875rem;left:1.125rem;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) { #HP1ylHfOewXUNTIS6C6Gv15la40NE2wK { width:18.2493125rem;height:1.19921875rem;top:11.2490234375rem;left:0.873046875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FPf71aWzmoRTgKvx02tfoEJQnmkkqqW4 { width:18.4375rem;height:4.8984375rem;top:12.994140625rem;left:1.1865234375rem;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) { #mdEVudSKTi0cVZDG7OTR5VZs75mUV7c7 { width:18.375rem;height:1.19970625rem;top:7rem;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) { #fyVUbOxmpWEd5ITEfEP6IfsJXUF0ZNev { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8UzQC61b7dgNPus1iBQ814CLpbDK0lT { 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) { #RVZgqGHx9ggqgLsrrFGSAvTMZT35Gpxk { width:17.6873125rem;height:1.19921875rem;top:19.5712890625rem;left:1.154296875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S5OdZUg3nJoACDXlm0DIW4nUISCzeZgh { width:17.7494375rem;height:2.44921875rem;top:21.3671875rem;left:1.123046875rem;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) { #DDGs33zZX7apB1oVDyUbiO1AUiBaMXct { width:17.5rem;height:1.13671875rem;top:8.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
 }@media only screen and (max-width: 763px) { #xcPuWBnhVGxodW1MTKHqGw78pPRRWtZO { 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:#f6f9ff;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:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:8.8125rem;height:1.13671875rem;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:18.375rem;height:1.94921875rem;top:16.683986663818rem;left:0.7183592915535rem;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.3808625rem;top:1.515625rem;left:15rem;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:5.375rem;top:14.1484375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:1.13671875rem;top:14.91015625rem;left:6.6246088147163rem;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) { #DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi { display:block; }#DNmcP5dIBnIyeV0OoyT0y77S8faMdpgi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8129875rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:20rem;height:5.02863125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { width:14.375rem;height:1.5625rem;top:0.125rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.2075rem;padding-right:0.223125rem;padding-bottom:0.2075rem;padding-left:0.223125rem;width:1.34125rem;min-width:1.34125rem;height:1.109375rem;font-size:0.82875rem;line-height:17.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.790625rem;height:0.868125rem;font-size:0.310625rem;line-height:13.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:11.1875rem;height:2.52125rem;top:1.328125rem;left:6.8580732345581rem;padding-top:0.59rem;padding-right:0.726875rem;padding-bottom:0.59rem;padding-left:0.726875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15156;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { width:3.75rem;height:2.69824375rem;top:1.703125rem;left:1.6281250119209rem;font-size:0.75rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;z-index:15157;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { width:19.625rem;height:4rem;top:1rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #444ea4, rgba(68,78,164,0.54));background-image: -moz-linear-gradient(180deg, #444ea4, rgba(68,78,164,0.54));background-image: -ms-linear-gradient(180deg, #444ea4, rgba(68,78,164,0.54));background-image: -o-linear-gradient(180deg, #444ea4, rgba(68,78,164,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea489' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#444ea489' );";background-image: linear-gradient(180deg, #444ea4, rgba(68,78,164,0.54));background-size:auto !important;z-index:15030;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }