.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:52,97,197;--color-primary-1:31,128,209;--color-primary-2:53,91,162;--color-primary-3:33,69,164;--color-primary-4:8,93,169;--color-secondary-0:255,95,181;--color-secondary-1:237,85,167;--color-secondary-2:255,58,128;--color-secondary-3:206,21,90;--color-secondary-4:178,48,118;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#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-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),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-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),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-4),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(1deg, #e6fcff, #f6f6ff);background-image: -moz-linear-gradient(1deg, #e6fcff, #f6f6ff);background-image: -ms-linear-gradient(1deg, #e6fcff, #f6f6ff);background-image: -o-linear-gradient(1deg, #e6fcff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );";background-image: linear-gradient(1deg, #e6fcff, #f6f6ff);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:21.8125rem;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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { color:rgba(23,34,121,0.84);display:block;width:27.9375rem;position:absolute;font-family:"mukta extrabold";font-size:2.125rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:4.7500004768372rem;left:39.187505722046rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { box-sizing:content-box;height:18.125rem;width:18.125rem;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:15098;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-3),1));background-size:auto !important;top:2.125rem;left:13.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { position:absolute;display:block;z-index:15312;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.125rem;top:2.8041657731628rem;left:4.3109561047898rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:8.5rem;width:6.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.53125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { box-sizing:content-box;height:2.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.4722223281861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#D07U0VOf5eDZbWCoNW1NptDdiVvKmOb3 { position:absolute;display:block;z-index:15293;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.625rem;width:1.875rem;top:1.3125rem;left:27.784722328186rem;overflow:hidden;display:none; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { position:absolute;display:block;z-index:15317;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:18.4375rem;width:20.5rem;top:2.25rem;left:12.191667556762rem;overflow:hidden;display:block; }
#uueAW3mEmk2VssXidGqeDfLcvFihcV8K { position:absolute;display:block;z-index:15292;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:4.9375rem;width:5.125rem;top:16.875001430511rem;left:27.633333206177rem;overflow:hidden;display:block; }
#wWxyNFnG3clUawSh7DnNsV0rzk3X2ouU { position:absolute;display:block;z-index:15317;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:3.25rem;top:4.7500004768372rem;left:18.254167556762rem;overflow:hidden;display:block; }
#C4uJgttKg00hp63ANSBpOLywv1GegGT8 { position:absolute;display:block;z-index:15318;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.0625rem;top:0.56041669845581rem;left:12.191667556762rem;overflow:hidden;display:block; }
#r2eSoq4gNNODoxHxQNohU1dRJVFU3izv { color:rgba(23,34,121,0.84);display:block;width:27.625rem;position:absolute;font-family:"mukta extrabold";font-size:1.5625rem;font-weight:400;z-index:15074;line-height:1;letter-spacing:0;top:7.9354166984556rem;left:38.69167137146rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xR0UayeNm4lb0A9Bg7wX7Rid9cKf0pv7 { position:absolute;display:block;z-index:15315;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:4.75rem;width:5rem;top:14.375001430511rem;left:9.8437519073488rem;overflow:hidden;display:block; }
#Lx30LTcOIXb4D5hTfJG81QwiERJPOtlw { position:absolute;display:block;z-index:15293;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.5625rem;width:1.6875rem;top:1.3125rem;left:27.784722328186rem;overflow:hidden;display:none; }
#LDRuqM14Th3QnE9f0XOAPA0bgfMxNrpN { position:absolute;display:block;z-index:15317;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:8.25rem;width:8.625rem;top:2.25rem;left:12.191667556762rem;overflow:hidden;display:none; }
#JC86God7d0zkXrhXRfp4sbP5TXfvCBPW { position:absolute;display:block;z-index:15317;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:8.25rem;width:8.625rem;top:2.25rem;left:12.191667556762rem;overflow:hidden;display:none; }
#vaszWs1eE2CQ4m8HvZWv79z9x4lvkfyI { box-sizing:content-box;height:1.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:12.375rem;left:45.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#faBc296COOdihGoCWeZltikNrrb4QM8D { 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;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.1875rem solid #b085c4;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(130,165,165,0.16) ;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.625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.4375rem;height:4.1875rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:13.9375rem;left:45.25rem;display:none; }
#xlUS2rtZg05cZlJkD0dLrEUXZw5lF0Cr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiwdGm9Bm4FT63Ci5wvAhTbzvdENUep1 { color:#29284f;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:12.375rem;left:48.0625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;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; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { background-color: transparent; background-image: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container > .video-iframe-container { display: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container { display: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .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); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { border-width: 0; border-radius: 0; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#pO6TA3ICtAmB0Pgs2y36OsTXZSiRMErD { 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:2.03125rem;left:67.625000953675rem;display:none; }
#h4MTIDTKlVwgQUyMc9L2UhryMnTa0gFz { 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; }
#dzq5BQRN00H800VqIJ77LI65s8A8SUHR { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:0rem solid #ffb300;border-left:0rem solid #ffb300;border-right:0rem solid #ffb300;border-bottom:0.375rem solid #ffb300;display:block; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { color:#172279;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.1180553436279rem;left:5.8125009536743rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UwK81f74fC1Tvm21k4AERWOw47eFIysp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15348;opacity:1;top:1.75rem;left:2.5972223281861rem; }
#GIXvIlytdorzTHk7Tl8TiKBcVLBgtcMc { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#b0TPeFCot41FAt4gqAOKXlg3U7pkIkc1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15350;opacity:1;top:1.71875rem;left:67.798615455625rem; }
#gIVfzLuLOwJACgCsI6vZ0fSt2EGG3UyO { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#AFZLLHhEIh4kVvmWZskClDGc7TCILNha { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#n0NczNEuAUDV3PzQ5cFTHBDUsqxUBJ02 { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#kCxinrokT1iVRXwznNTrB3Ftyhpf6d0R { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15349;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -moz-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -ms-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -o-linear-gradient(180deg, #ffdb00, #ff9400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );";background-image: linear-gradient(180deg, #ffdb00, #ff9400);background-size:auto !important;box-shadow: none;border-top:0.25rem solid #ffa528;border-left:0.25rem solid #ffa528;border-right:0.25rem solid #ffa528;border-bottom:0.25rem solid #ffa528;top:1.7447910308838rem;left:67.989586830137rem;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { border-width: 0; border-radius: 0; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { 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; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { 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; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { 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; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { 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; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { 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; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { 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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:5.6875rem;width:14.375rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:2.96875rem;left:8.6875019073488rem;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:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { box-sizing:content-box;height:5.6875rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:2.96875rem;left:23.000001907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { box-sizing:content-box;height:5.6875rem;width:30.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, 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(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:2.96875rem;left:23.687501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:rgba(var(--color-tertiary-0),1);background-image:none;top:4.65625rem;left:9.9979152679444rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:4.71875rem;left:10.377084732056rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;top:5.1750011444092rem;left:13.503126144409rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { color:#172279;display:block;width:12.4375rem;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:5.1875rem;left:18.187501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2Rd6G3iQcqnE9PUEiAbWwTT5NLOk3Ml { color:#464019;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15341;line-height:1.3;letter-spacing:0;top:4.8125rem;left:30.687501907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { color:#172279;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:5.1875rem;left:34.751043319702rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { box-sizing:content-box;height:5.6875rem;width:16.25rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:10.123958587646rem;left:14.437501907349rem;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:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { box-sizing:content-box;height:5.6875rem;width:10.0625rem;position:absolute;display:block;z-index:15005;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:10.123958587646rem;left:33.187501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:rgba(var(--color-tertiary-0),1);background-image:none;top:11.811458587646rem;left:15.750001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:11.873958587646rem;left:16.125001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15127;line-height:1.;letter-spacing:0;top:12.311458587646rem;left:19.875001907349rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5accff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #5accff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:10.128124237061rem;left:30.625001907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { box-sizing:content-box;height:5.6875rem;width:20.4375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#5accff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #5accff);background-size:auto !important;top:17.373958587646rem;left:18.812501907349rem;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:block; }
#WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { box-sizing:content-box;height:5.6875rem;width:17.6875rem;position:absolute;display:block;z-index:14996;background-color:#5accff;background-image:none;top:17.373958587646rem;left:30.437501907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15124;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.061458587646rem;left:20.125001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:19.123958587646rem;left:20.500001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syO2DmEMrsDOJk7oqZ3FzvpKS8eVX4fi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.;letter-spacing:0;top:18.186458587646rem;left:23.750001907349rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { color:#546297;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:3.4375rem;left:57.250005722046rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTSRCmARiyvCO6u7fb3NDMlEiT5WUUNh { color:#464019;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15340;line-height:1.3;letter-spacing:0;top:5.21875rem;left:32.677083969116rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUfE5EpkIbb643gr2DmxiZl9CaMQx9sR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15141;line-height:1.2;letter-spacing:0;top:21.123958587646rem;left:23.753126144409rem;height:1.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { 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; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { 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; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { 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; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { 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; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { 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; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { 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; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { 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; }
#v35xZ5SPQ74azsTuAovsszTeDpQDWsFX { box-sizing:content-box;height:3.125rem;width:11.3125rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffdaf4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffdaf4' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-size:auto !important;top:11.405208587646rem;left:30.750001907349rem;box-shadow: none;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WxPBXIVJwqRMcrmfC2FEVzEgRCARkp6K { color:rgba(var(--color-secondary-4),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15332;line-height:1.3;letter-spacing:0;top:10.855209350586rem;left:32.437501907349rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IDNNZ5I2NDzsTS2fDssPb5RrHOpgMHse { color:rgba(var(--color-secondary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15307;line-height:1.3;letter-spacing:0;top:12.280208587646rem;left:34.569791793823rem;height:1.625rem;font-style:normal;display:block; }
#Pa1TiseaTiX2phTy5gaVTKa5137NiTEs { box-sizing:content-box;height:3.125rem;width:11.3125rem;position:absolute;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffdaf4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffdaf4' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), #ffdaf4);background-size:auto !important;top:18.815628051757rem;left:35.569791793823rem;box-shadow: none;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tLZt6Ct83fzwHsPu93eLT0liTVWkpdrv { color:rgba(var(--color-secondary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15333;line-height:1.3;letter-spacing:0;top:18.311458587646rem;left:36.563543319702rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdGczhsFAJLdc8U74eo8294LVSXpiJdM { color:rgba(var(--color-secondary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15308;line-height:1.3;letter-spacing:0;top:19.677085876465rem;left:40.065626144409rem;height:1.625rem;font-style:normal;display:block; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:6.5rem;left:66.812505722044rem; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:9.9697914123538rem;left:10.652082443238rem; }
#xM94a5dTgKuAAFPk1oIG8VKa5uT1TqOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:17.469791412354rem;left:15.214582443238rem; }
#xLaEstSwUw05PtL9s5nAZ5dwduN7IuFz { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15334;opacity:1;top:3.75rem;left:29.817708969116rem; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OTTFDAmFXDQhDOZUsSgbBvHnetUh8OZh { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { 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; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { 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; }
#BHRThWND5fn1PWbl0kSb8qE37Z1x3vWM { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#buoUC49UGWAJ42qapt3mBUbGAKr9q2Om { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#XmvimClO5IA7N2zdFrv0TDV0yQlLCuUB { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { color:#172279;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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:none; }
#WXT1urL6tyFRETv9nbXRsmcAqfgM210r { position:absolute;display:block;z-index:15314;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.625rem;width:5.5rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:none; }
#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;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; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.5625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { box-sizing:content-box;height:8.1875rem;width:8.75rem;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:6.0625rem;left:0.89583587646487rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { position:absolute;display:block;z-index:15227;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:4.875rem;width:10.875rem;top:6.0520830154419rem;left:0rem;overflow:hidden;display:block; }
#M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-size:auto !important;top:6.0593757629394rem;left:37.233335494995rem;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.1875rem solid #ffb9d6;border-left:0.1875rem solid #ffb9d6;border-right:0.1875rem solid #ffb9d6;border-bottom:0.1875rem solid #ffb9d6;display:block; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { position:absolute;display:block;z-index:15221;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.125rem;width:7.5625rem;top:7.9729194641112rem;left:25.539583206177rem;overflow:hidden;display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { box-sizing:content-box;height:2rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:4.6239576339722rem;left:62.250005722046rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:4.9364576339722rem;left:63.500005722044rem;height:1.4625rem;font-style:normal;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { position:absolute;display:block;z-index:15220;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:4.5rem;width:10.0625rem;top:7.1604166030881rem;left:60.156255722046rem;overflow:hidden;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;top:6.3114585876462rem;left:24.812501907349rem;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.1875rem solid #dfb947;border-left:0.1875rem solid #dfb947;border-right:0.1875rem solid #dfb947;border-bottom:0.1875rem solid #dfb947;display:block; }
#yXl9HhN7cTcn7hTPJu38M7hSkvrJuvlE { box-sizing:content-box;height:2rem;width:6.0625rem;position:absolute;display:block;z-index:15290;background-color:#dfb947;background-image:none;top:4.997917175293rem;left:26.312501907349rem;border-top:0rem solid rgba(220,118,18,0.41);border-left:0rem solid rgba(220,118,18,0.41);border-right:0.1875rem solid rgba(220,118,18,0.41);border-bottom:0.25rem solid rgba(220,118,18,0.41);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#JAcRFFU9pFWXutaEocl8DRGITfys53CS { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;top:5.310417175293rem;left:27.562501907349rem;height:1.4625rem;font-style:normal;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:11.989583015442rem;left:1.4583339691162rem;display:block; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:12.082294464111rem;left:25.320833206177rem;display:block; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:12.082291603088rem;left:61.500005722046rem;display:block; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { position:absolute;display:block;z-index:15219;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:4.5625rem;width:10.125rem;top:6.8010416030881rem;left:11.691667556762rem;overflow:hidden;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:12.187500953674rem;left:12.937501907349rem;display:block; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpZWNqS0KyG4C7IcfClTFi14mJmBuRRt { position:absolute;display:block;z-index:15214;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:4.625rem;width:10.1875rem;top:6.7385444641112rem;left:36.500001907349rem;overflow:hidden;display:block; }
#BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15061;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:5.9885444641113rem;left:49.089582443237rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#brw0MEz5iCnfkwUsMHTBOSS4d5ADri4E { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:11.989585876465rem;left:37.679166793823rem;display:block; }
#frQRqoCstwpnFZivMvvWq01he7ZebVhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { color:#172279;display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.437507629394rem;left:5.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { color:#172279;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:28.625007629394rem;left:6rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15315;opacity:1;top:28.742713928222rem;left:2.7427082061767rem; }
#hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-size:auto !important;top:6.25rem;left:12.375rem;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.1875rem solid #ffb9d6;border-left:0.1875rem solid #ffb9d6;border-right:0.1875rem solid #ffb9d6;border-bottom:0.1875rem solid #ffb9d6;display:block; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#H8GkJkJuQeJkGdsqChfI9EhLP8C3hU9X { 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; }
#sPvRQp2hOlkDSOQTVs8UzzCkaRWuQg2B { 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; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-size:auto !important;top:6.0041666030884rem;left:60.904172897339rem;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.1875rem solid #dfb947;border-left:0.1875rem solid #dfb947;border-right:0.1875rem solid #dfb947;border-bottom:0.1875rem solid #dfb947;display:block; }
#O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { position:absolute;display:block;z-index:15215;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.875rem;width:8.5625rem;top:7.4729194641112rem;left:49.31667137146rem;overflow:hidden;display:block; }
#VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:12.019794464111rem;left:49.59792137146rem;display:block; }
#VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-size:auto !important;top:16.99792098999rem;left:24.820833206177rem;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.1875rem solid #ffb9d6;border-left:0.1875rem solid #ffb9d6;border-right:0.1875rem solid #ffb9d6;border-bottom:0.1875rem solid #ffb9d6;display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15062;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:16.996875762939rem;left:12.458333969116rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.21)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),0.21));background-size:auto !important;top:16.996877670288rem;left:48.918752670288rem;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.1875rem solid #ffb9d6;border-left:0.1875rem solid #ffb9d6;border-right:0.1875rem solid #ffb9d6;border-bottom:0.1875rem solid #ffb9d6;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { box-sizing:content-box;height:8.1875rem;width:8.75rem;position:absolute;display:block;z-index:15063;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:16.996877670288rem;left:36.958333969116rem;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.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;display:block; }
#hACwDa244x9NaGQRvCX3eUxcFVDGhgt8 { position:absolute;display:block;z-index:15221;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:8.3125rem;width:8.3125rem;top:15.975002288818rem;left:12.820833206177rem;overflow:hidden;display:block; }
#czbWySFyD65tNqQslqqgBghkXNfcRCXD { position:absolute;display:block;z-index:15222;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:4.1875rem;width:9.25rem;top:17.881252288818rem;left:24.633333206177rem;overflow:hidden;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { position:absolute;display:block;z-index:15223;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:4.75rem;width:10.4375rem;top:17.453124046326rem;left:36.179166793823rem;overflow:hidden;display:block; }
#fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.3125rem;top:17.537501335144rem;left:47.610418319702rem;overflow:hidden;display:block; }
#ztDbL7a088AS20tgQhqvOMQKDtpydT6y { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15295;text-align:center;text-align-last:center;top:22.850002288818rem;left:13.004167556762rem;display:block; }
#gSVWKnuBT6Fwt2C56cG5JThEUZ9an8NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:22.831249237061rem;left:25.320833206177rem;display:block; }
#IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:22.912502288818rem;left:37.491666793823rem;display:block; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlckgHTzsbttrcTdafHMQd4mIxwiRxts { 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: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-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:22.956252098084rem;left:49.41042137146rem;display:block; }
#TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;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; }#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 { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6500001623535rem;left:3.810417175293rem;height:2.1125rem;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:7.63333375rem;left:3.685417175293rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:2.3;letter-spacing:0;top:7.3937516882325rem;left:5.8937511444092rem;height:7.7625rem;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:10.301043100586rem;left:3.685417175293rem; }
#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:13.110418863526rem;left:3.560417175293rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.1375013067625rem;left:51.392713546753rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:#e69f1d;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.125rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5625rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.356253214111rem;left:55.893751144409rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:13rem;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.3947921469116rem;left:45.312505722046rem;border-top-left-radius:9.375rem;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:17.125rem;width:12.9375rem;top:0rem;left:35.330385445935rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:15.4375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:1.7697921469116rem;left:0rem;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; }
#OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6fcff;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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { box-sizing:content-box;height:15.8125rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:0.1875rem;left:0.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; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.2489585876465rem;left:3.8125rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15021;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:8.2322931289675rem;left:48.438543319702rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:15.8125rem;width:27.3125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-size:auto !important;top:0.140625rem;left:47.625005722046rem;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; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:3.0479173660278rem;left:59.942708969116rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { box-sizing:content-box;height:4.8125rem;width:8.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:15060;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.66770839691162rem;left:39.022885392123rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.adaptive-delivery-prevent-bg, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyload, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyloading { background-image: none; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.4041681289675rem;left:3.685417175293rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.770834922791rem;left:19.879167556762rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:9.6208333969119rem;left:3.625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { 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:15152;opacity:1;top:12.620833396912rem;left:4.5625rem; }
#G2LuIhHgxOvLpDd04il8iSJJG7A5uwQ7 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { box-sizing:content-box;height:5.99935rem;width:7.0605625rem;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:15060;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:22.875rem;left:33.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.adaptive-delivery-prevent-bg, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyload, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyloading { background-image: none; }
#uHx9OTWJFPdLi5O3QZ4IOhWL4GlRST5i { position:absolute;display:block;z-index:15314;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.625rem;width:5.5rem;top:9.3437495231631rem;left:3.7804679870606rem;overflow:hidden;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -moz-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -ms-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -o-linear-gradient(180deg, #e6fcff, #f6f9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );";background-image: linear-gradient(180deg, #e6fcff, #f6f9ff);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; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:2.53125rem;left:6.2166652679443rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { 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:2.6562612056732rem;left:70.062505722044rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { 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; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:2.984375rem;left:9.71249961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { 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:1.7486953735351rem;left:1.776620388031rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width:37.5625rem;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:3.375rem;left:7.5000019073488rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.625rem;left:6.3125rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14rem;left:7.5000019073488rem;height:4.3875rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.125rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:18.3125rem;left:6.25rem;height:1.8rem;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:20.5625rem;left:7.4375019073488rem;height:2.925rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.625rem;left:7.5000019073488rem;height:2.925rem;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; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.6253875rem;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.675rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:19.6875rem;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.0229187011719rem;left:52.500005722046rem;height:1.1375rem;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.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:4.125rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5614471435547rem;left:38.873960494995rem;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:4.7791676521301rem;left:40.87917137146rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container { background-color: transparent; background-image: none; }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container > .video-iframe-container { display: none; }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row > .video-iframe-container { display: none; }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .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); }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container { border-width: 0; border-radius: 0; }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { 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; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { background-color: transparent; background-image: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { border-width: 0; border-radius: 0; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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:10.25rem;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; }#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -moz-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -ms-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -o-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );";background-image: linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-size:contain !important;color:#e5eeff;padding-top:0.446875rem;padding-right:0.411875rem;padding-bottom:0.446875rem;padding-left:0.411875rem;display:block;align-items:center;width:2.469375rem;min-width:2.469375rem;height:2.4rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.7875rem;font-weight:700;line-height:38.4px;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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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.28rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.293125rem;height:0.945625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.67rem;font-weight:700;line-height:15.13px;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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ { 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:17.1875rem;height:4.519375rem;padding-top:0.558125rem;padding-right:0.588125rem;padding-bottom:0.558125rem;padding-left:0.588125rem;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:4.5rem;left:56.468750953674rem;z-index:15019; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #SqEyKn5vvNoGXJfrtcbxwvCTuqG2wMZ9 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #JpBU3P4sSQftG3Vvo9i0i4vcHeUp2rzT { width:auto; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #F9kc29wNgEOQiap4tgWg6xzTs1a5iVCF {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #oZVlR5gvRoeILopTpiR2wo6FwTOSMRa2 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #laSdBdHlXuqnTbXOQ7USU0tKfEEXJ7wN {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #MQNoHoSwbouT1QW5aROLcJPh9gaOSixz {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #dX9r1CmwgaJ8IvaeJmU0tkcTckEBO0mT { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #Ry7i28uEkwTxaD0homX03Ho1OaUw1fVt {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EKHVPdtEMT8L5tSDcpcM6mzNqCn3Q70I {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #vOhEuUuJ28ub0awxfc29BieVSyni6SHg { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #I0F4i6V8hzsfDf4QnEC5mueneH0nbZov {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EGcO5VLz7CTFxKO0JZI4ynQmqT1PhdBS {  }
#EWJyQ3BJr2PF3v2sMGov0wSBfsVoGmod { color:#e5eeff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #2e3680;top:3.1631965637207rem;left:58.068573951721rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FRQkPuywAbqBnqGMPOW1m7UeOyVpqekT { box-sizing:content-box;height:9.75rem;width:18.9375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #2e3680);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #2e3680);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #2e3680);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #2e3680);background-size:auto !important;top:0.5rem;left:56.062500953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:10.6875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.4375rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { top:2.125rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:2.75rem;left:0rem;width:5.125rem;height:5.1875rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:8.5rem;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.125rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { top:0rem;left:0rem;width:6.375rem;height:2.25rem;display:block; }
#D07U0VOf5eDZbWCoNW1NptDdiVvKmOb3 { top:1.3125rem;left:14.159722328186rem;width:1.875rem;height:1.625rem;display:none; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { top:2.25rem;left:0rem;width:20.5rem;height:18.4375rem;display:block; }
#uueAW3mEmk2VssXidGqeDfLcvFihcV8K { top:16.875rem;left:14.008333206177rem;width:5.125rem;height:4.9375rem;display:block; }
#wWxyNFnG3clUawSh7DnNsV0rzk3X2ouU { top:4.75rem;left:4.6291675567627rem;width:3.25rem;height:3.0625rem;display:block; }
#C4uJgttKg00hp63ANSBpOLywv1GegGT8 { top:0.5rem;left:0rem;width:6.0625rem;height:5.375rem;display:block; }
#r2eSoq4gNNODoxHxQNohU1dRJVFU3izv { top:7.875rem;left:20.125rem;width:27.625rem;height:3.125rem;font-size:1.1875rem;display:block; }
#xR0UayeNm4lb0A9Bg7wX7Rid9cKf0pv7 { top:14.375rem;left:0rem;width:5rem;height:4.75rem;display:block; }
#Lx30LTcOIXb4D5hTfJG81QwiERJPOtlw { top:1.3125rem;left:14.159722328186rem;width:1.6875rem;height:1.5625rem;display:none; }
#LDRuqM14Th3QnE9f0XOAPA0bgfMxNrpN { top:2.25rem;left:0rem;width:8.625rem;height:8.25rem;display:none; }
#JC86God7d0zkXrhXRfp4sbP5TXfvCBPW { top:2.25rem;left:0rem;width:8.625rem;height:8.25rem;display:none; }
#vaszWs1eE2CQ4m8HvZWv79z9x4lvkfyI { top:12.375rem;left:31.625rem;width:14.5625rem;height:1.5625rem;display:none; }
#faBc296COOdihGoCWeZltikNrrb4QM8D { width:14.4375rem;height:4.125rem;top:13.9375rem;left:31.625rem;display:none; }
#xlUS2rtZg05cZlJkD0dLrEUXZw5lF0Cr { display:block; }
#kiwdGm9Bm4FT63Ci5wvAhTbzvdENUep1 { top:12.375rem;left:34.4375rem;width:8.875rem;height:1.375rem;font-size:1rem;display:none; }
#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I { display:block; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { width:47.75rem;position:relative;display:block; }#pO6TA3ICtAmB0Pgs2y36OsTXZSiRMErD { top:2rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#h4MTIDTKlVwgQUyMc9L2UhryMnTa0gFz { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#dzq5BQRN00H800VqIJ77LI65s8A8SUHR { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { top:2.0625rem;left:0rem;width:21.75rem;height:1.75rem;font-size:1.125rem;display:block; }
#UwK81f74fC1Tvm21k4AERWOw47eFIysp { top:1.75rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
#GIXvIlytdorzTHk7Tl8TiKBcVLBgtcMc { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#b0TPeFCot41FAt4gqAOKXlg3U7pkIkc1 { top:1.6875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
#gIVfzLuLOwJACgCsI6vZ0fSt2EGG3UyO { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#AFZLLHhEIh4kVvmWZskClDGc7TCILNha { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#n0NczNEuAUDV3PzQ5cFTHBDUsqxUBJ02 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#kCxinrokT1iVRXwznNTrB3Ftyhpf6d0R { top:1.6875rem;left:45.125rem;width:2.125rem;height:2.125rem;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:2.9375rem;left:0rem;width:14.375rem;height:5.6875rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:2.9375rem;left:9.3750019073488rem;width:3.875rem;height:5.6875rem;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:2.9375rem;left:10.062501907349rem;width:30.125rem;height:5.6875rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:4.625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:4.6875rem;left:0rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { top:5.125rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
#XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { top:5.1875rem;left:4.5625019073486rem;width:12.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
#v2Rd6G3iQcqnE9PUEiAbWwTT5NLOk3Ml { top:4.8125rem;left:17.062501907349rem;width:2.1875rem;height:2.25rem;font-size:1.8125rem;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { top:5.1875rem;left:21.126043319702rem;width:17.375rem;height:1.625rem;font-size:1.25rem;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { top:10.0625rem;left:0.81250190734863rem;width:16.25rem;height:5.6875rem;display:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { top:10.0625rem;left:19.562501907349rem;width:10.0625rem;height:5.6875rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { top:11.75rem;left:2.1250019073486rem;width:2.5625rem;height:2.5625rem;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { top:11.8125rem;left:2.5000019073486rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { top:12.25rem;left:6.2500019073488rem;width:12.25rem;height:1.375rem;font-size:1.125rem;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { top:10.125rem;left:17.000001907349rem;width:5.25rem;height:5.6875rem;display:block; }
#m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { top:17.3125rem;left:5.1875019073486rem;width:20.4375rem;height:5.6875rem;display:block; }
#WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { top:17.3125rem;left:16.812501907349rem;width:17.6875rem;height:5.6875rem;display:block; }
#PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { top:19rem;left:6.5000019073488rem;width:2.5625rem;height:2.5625rem;display:block; }
#qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { top:19.0625rem;left:6.8750019073488rem;width:1.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
#syO2DmEMrsDOJk7oqZ3FzvpKS8eVX4fi { top:18.125rem;left:10.125000476837rem;width:8.9375rem;height:2.75rem;font-size:1.125rem;display:block; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { top:3.4375rem;left:40.125rem;width:7.625rem;height:1.25rem;font-size:1rem;display:block; }
#kTSRCmARiyvCO6u7fb3NDMlEiT5WUUNh { top:5.1875rem;left:19.052083969116rem;width:1.625rem;height:1.625rem;font-size:1.25rem;display:block; }
#uUfE5EpkIbb643gr2DmxiZl9CaMQx9sR { top:21.0625rem;left:10.128126144409rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:27.875rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#v35xZ5SPQ74azsTuAovsszTeDpQDWsFX { top:11.375rem;left:17.125001907349rem;width:11.3125rem;height:3.125rem;display:block; }
#WxPBXIVJwqRMcrmfC2FEVzEgRCARkp6K { top:10.8125rem;left:18.812501907349rem;width:1.875rem;height:4.25rem;font-size:3rem;display:block; }
#IDNNZ5I2NDzsTS2fDssPb5RrHOpgMHse { top:12.25rem;left:20.944791793823rem;width:7.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
#Pa1TiseaTiX2phTy5gaVTKa5137NiTEs { top:18.8125rem;left:21.944791793823rem;width:11.3125rem;height:3.125rem;display:block; }
#tLZt6Ct83fzwHsPu93eLT0liTVWkpdrv { top:18.25rem;left:22.938543319702rem;width:3.3125rem;height:4.25rem;font-size:3rem;display:block; }
#HdGczhsFAJLdc8U74eo8294LVSXpiJdM { top:19.625rem;left:26.440626144409rem;width:6.125rem;height:1.625rem;font-size:1.125rem;display:block; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { top:6.5rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { top:9.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
#xM94a5dTgKuAAFPk1oIG8VKa5uT1TqOR { top:17.4375rem;left:1.5895824432373rem;width:3.4375rem;height:3.4375rem;display:block; }
#xLaEstSwUw05PtL9s5nAZ5dwduN7IuFz { top:3.75rem;left:16.192708969116rem;width:4.5625rem;height:4.5625rem;display:block; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { top:4.5rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#OTTFDAmFXDQhDOZUsSgbBvHnetUh8OZh { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#BHRThWND5fn1PWbl0kSb8qE37Z1x3vWM { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#buoUC49UGWAJ42qapt3mBUbGAKr9q2Om { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#XmvimClO5IA7N2zdFrv0TDV0yQlLCuUB { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { top:6.5625rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#WXT1urL6tyFRETv9nbXRsmcAqfgM210r { top:9.3125rem;left:0rem;width:5.5625rem;height:1.625rem;display:none; }
#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:47.75rem;position:relative;display:block; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { top:1.3125rem;left:0rem;width:21.1875rem;height:1.8125rem;font-size:1.125rem;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { top:6.0625rem;left:0rem;width:8.75rem;height:8.1875rem;display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { top:6rem;left:0rem;width:10.875rem;height:4.875rem;display:block; }
#M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { top:6rem;left:23.608335494995rem;width:8.75rem;height:8.1875rem;display:block; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { top:7.9375rem;left:11.914583206177rem;width:7.5625rem;height:3.125rem;display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { top:4.5625rem;left:41.5rem;width:6.0625rem;height:2rem;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { top:4.875rem;left:43.9375rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { top:7.125rem;left:37.6875rem;width:10.0625rem;height:4.5rem;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { top:6.25rem;left:11.187501907349rem;width:8.75rem;height:8.1875rem;display:block; }
#yXl9HhN7cTcn7hTPJu38M7hSkvrJuvlE { top:4.9375rem;left:12.687501907349rem;width:6.0625rem;height:2rem;display:block; }
#JAcRFFU9pFWXutaEocl8DRGITfys53CS { top:5.25rem;left:13.937501907349rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:8rem;height:2.125rem;top:11.9375rem;left:0rem;display:block; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:8rem;height:2.125rem;top:12.0625rem;left:11.695833206177rem;display:block; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:8rem;height:2rem;top:12.0625rem;left:39.75rem;display:block; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { top:6.75rem;left:0rem;width:10.125rem;height:4.5625rem;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:8rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
#KpZWNqS0KyG4C7IcfClTFi14mJmBuRRt { top:6.6875rem;left:22.875001907349rem;width:10.1875rem;height:4.625rem;display:block; }
#BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { top:5.9375rem;left:35.464582443237rem;width:8.75rem;height:8.1875rem;display:block; }
#brw0MEz5iCnfkwUsMHTBOSS4d5ADri4E { width:8rem;height:2rem;top:11.9375rem;left:24.054166793823rem;display:block; }
#frQRqoCstwpnFZivMvvWq01he7ZebVhX { display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { top:30.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { top:28.625rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { top:28.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { top:6.25rem;left:0rem;width:8.75rem;height:8.1875rem;display:block; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#H8GkJkJuQeJkGdsqChfI9EhLP8C3hU9X { display:none; }
#sPvRQp2hOlkDSOQTVs8UzzCkaRWuQg2B { display:none; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { top:6rem;left:38.625rem;width:8.75rem;height:8.1875rem;display:block; }
#O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { top:7.4375rem;left:35.69167137146rem;width:8.5625rem;height:3.875rem;display:block; }
#VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { width:8rem;height:2rem;top:12rem;left:35.97292137146rem;display:block; }
#VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block; }
#hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { top:16.9375rem;left:11.195833206177rem;width:8.75rem;height:8.1875rem;display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { top:16.9375rem;left:0rem;width:8.75rem;height:8.1875rem;display:block; }
#WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { top:16.9375rem;left:35.293752670288rem;width:8.75rem;height:8.1875rem;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { top:16.9375rem;left:23.333333969116rem;width:8.75rem;height:8.1875rem;display:block; }
#hACwDa244x9NaGQRvCX3eUxcFVDGhgt8 { top:15.9375rem;left:0rem;width:8.3125rem;height:8.3125rem;display:block; }
#czbWySFyD65tNqQslqqgBghkXNfcRCXD { top:17.875rem;left:11.008333206177rem;width:9.25rem;height:4.1875rem;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { top:17.4375rem;left:22.554166793823rem;width:10.4375rem;height:4.75rem;display:block; }
#fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { top:17.5rem;left:33.985418319702rem;width:11.3125rem;height:5.125rem;display:block; }
#ztDbL7a088AS20tgQhqvOMQKDtpydT6y { width:8rem;height:2.125rem;top:22.8125rem;left:0rem;display:block; }
#gSVWKnuBT6Fwt2C56cG5JThEUZ9an8NU { display:block; }
#okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { width:8rem;height:2.125rem;top:22.8125rem;left:11.695833206177rem;display:block; }
#IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:8rem;height:2.125rem;top:22.875rem;left:23.866666793823rem;display:block; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
#wlckgHTzsbttrcTdafHMQd4mIxwiRxts { width:8rem;height:2.125rem;top:22.9375rem;left:35.78542137146rem;display:block; }
#TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:3.625rem;left:0rem;width:20.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { top:7.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:7.375rem;left:0rem;width:27.3125rem;height:7.75rem;font-size:1.125rem;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:10.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:13.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:8.125rem;left:28.25rem;width:19.5rem;height:2.6875rem;font-size:0.8125rem;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:10.5625rem;height:2.4375rem;top:12.3125rem;left:37.1875rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.375rem;left:19.75rem;width:28rem;height:13rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:21.705385445935rem;width:12.9375rem;height:17.125rem;display:none; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:1.75rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
#OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { display:none; }
#f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { display:none; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { top:0.1875rem;left:0rem;width:46.8125rem;height:15.8125rem;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { top:1.1875rem;left:0rem;width:16.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { top:8.1875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:0.125rem;left:20.4375rem;width:27.3125rem;height:15.8125rem;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:3rem;left:34.375rem;width:13.375rem;height:3.5625rem;font-size:1.625rem;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { top:0.625rem;left:25.397885392123rem;width:8.375rem;height:4.8125rem;display:block; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { top:7.375rem;left:0rem;width:25.125rem;height:2.125rem;font-size:1.125rem;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { top:11.5rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:1.375rem;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { display:none; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { top:3.5625rem;left:0rem;width:37.875rem;height:2.6875rem;font-size:0.875rem;display:block; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { top:9.5625rem;left:0rem;width:34.875rem;height:2.6875rem;font-size:0.875rem;display:block; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { top:12.5625rem;left:0rem;width:3rem;height:3rem;display:block; }
#G2LuIhHgxOvLpDd04il8iSJJG7A5uwQ7 { top:2.75rem;left:0rem;width:18.375rem;height:4.1875rem;font-size:0.875rem;display:none; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { top:6.625rem;left:0rem;width:17.25rem;height:3.125rem;font-size:0.875rem;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { top:22.875rem;left:20.25rem;width:7rem;height:5.9375rem;display:none; }
#uHx9OTWJFPdLi5O3QZ4IOhWL4GlRST5i { top:9.3125rem;left:0rem;width:5.5625rem;height:1.625rem;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:47.75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { top:2.5rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { top:2.9375rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { top:1.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.125rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:18.3125rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:20.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:5rem;left:28.0625rem;width:19.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:3.5rem;left:12.8125rem;width:34.9375rem;height:4.125rem;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container { width:47.75rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:47.75rem;position:relative;display:block; }#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ { 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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #SqEyKn5vvNoGXJfrtcbxwvCTuqG2wMZ9 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #JpBU3P4sSQftG3Vvo9i0i4vcHeUp2rzT {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #F9kc29wNgEOQiap4tgWg6xzTs1a5iVCF {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #oZVlR5gvRoeILopTpiR2wo6FwTOSMRa2 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #laSdBdHlXuqnTbXOQ7USU0tKfEEXJ7wN {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #MQNoHoSwbouT1QW5aROLcJPh9gaOSixz {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #dX9r1CmwgaJ8IvaeJmU0tkcTckEBO0mT { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #Ry7i28uEkwTxaD0homX03Ho1OaUw1fVt {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EKHVPdtEMT8L5tSDcpcM6mzNqCn3Q70I {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #vOhEuUuJ28ub0awxfc29BieVSyni6SHg { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #I0F4i6V8hzsfDf4QnEC5mueneH0nbZov {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EGcO5VLz7CTFxKO0JZI4ynQmqT1PhdBS {  }
#EWJyQ3BJr2PF3v2sMGov0wSBfsVoGmod { top:3.125rem;left:32.875rem;width:14.875rem;height:1.4375rem;font-size:1rem;display:block; }
#FRQkPuywAbqBnqGMPOW1m7UeOyVpqekT { top:0.5rem;left:28.8125rem;width:18.9375rem;height:9.75rem;display:block; }
body { position:relative;background-color:#f6f6ff;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); }#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.5625rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:6.0000002980232rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#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:26.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -moz-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -ms-linear-gradient(180deg, #e6fcff, #f6f6ff);background-image: -o-linear-gradient(180deg, #e6fcff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f6ff' );";background-image: linear-gradient(180deg, #e6fcff, #f6f6ff);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:34.6875rem;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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:18.75rem;height:1.725rem;top:10.687500715256rem;left:0.629166662693rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:33.325001716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { width:8.875rem;height:8.875rem;top:0.875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.875rem;height:3.9375rem;top:1.9374997615814rem;left:0.56250005960464rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4rem;height:6.5rem;top:0rem;left:0.40625005960464rem;box-shadow: 0.375rem 0.375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:13.475000143051rem;left:14.595833599568rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15291;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:13.474826812744rem;left:12.868055462837rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { width:6.375rem;height:2.25rem;top:17.1875rem;left:6.8125001192094rem;box-shadow: none;display:none; }
#D07U0VOf5eDZbWCoNW1NptDdiVvKmOb3 { width:3.3125rem;height:2.8125rem;top:0.81666660308838rem;left:6.1322920918464rem;z-index:15294;overflow:hidden;display:block; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { width:9.8125rem;height:8.75rem;top:1.1875rem;left:6.625rem;z-index:15319;display:block; }
#uueAW3mEmk2VssXidGqeDfLcvFihcV8K { width:5.125rem;height:4.9375rem;top:16.875rem;left:7.4375rem;display:none; }
#wWxyNFnG3clUawSh7DnNsV0rzk3X2ouU { width:3.25rem;height:3.0625rem;top:4.75rem;left:8.375rem;display:none; }
#C4uJgttKg00hp63ANSBpOLywv1GegGT8 { width:6.0625rem;height:5.375rem;top:0.5rem;left:6.9375rem;display:none; }
#r2eSoq4gNNODoxHxQNohU1dRJVFU3izv { width:13.6875rem;height:3.91875rem;top:13.675000905991rem;left:3.0312500596046rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;color:#353e87;display:block; }
#xR0UayeNm4lb0A9Bg7wX7Rid9cKf0pv7 { width:5rem;height:4.75rem;top:14.375rem;left:7.5rem;display:none; }
#Lx30LTcOIXb4D5hTfJG81QwiERJPOtlw { width:2.25rem;height:2.125rem;top:1.5625rem;left:8.9687507748606rem;z-index:15295;overflow:hidden;display:block; }
#LDRuqM14Th3QnE9f0XOAPA0bgfMxNrpN { width:1.6875rem;height:1.625rem;top:7.8166673183444rem;left:8.7812507748606rem;z-index:15320;overflow:hidden;display:block; }
#JC86God7d0zkXrhXRfp4sbP5TXfvCBPW { width:2.3125rem;height:2.125rem;top:7.6875007152556rem;left:15.554167568684rem;z-index:15321;overflow:hidden;display:block; }
#vaszWs1eE2CQ4m8HvZWv79z9x4lvkfyI { width:13.625rem;height:1.75rem;top:19.4375rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15005;display:block; }
#faBc296COOdihGoCWeZltikNrrb4QM8D { width:13.625rem;height:4.116666875rem;top:21rem;left:3.125rem;font-size:1.5rem;z-index:15174;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0;display:block; }
#xlUS2rtZg05cZlJkD0dLrEUXZw5lF0Cr { display:block; }
#kiwdGm9Bm4FT63Ci5wvAhTbzvdENUep1 { width:8.875rem;height:1rem;top:19.6875rem;left:5.375rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;color:#353e87;z-index:15297;display:block; }
#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { background-color: transparent; background-image: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container > .video-iframe-container { display: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container { display: none; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .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); }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { border-width: 0; border-radius: 0; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUTEJWCcfEDXUcTUSX2ZTgKnk78TB1I > .row .container { width:20rem;height:9.875rem;position:relative;display:block; }#pO6TA3ICtAmB0Pgs2y36OsTXZSiRMErD { display:flex;width:3.4375rem;height:3.4375rem;top:2.8888893127441rem;left:8.2152777910231rem;font-size:1.375rem;z-index:15351;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(167,127,99,0.5)); }
#h4MTIDTKlVwgQUyMc9L2UhryMnTa0gFz { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
#dzq5BQRN00H800VqIJ77LI65s8A8SUHR { width:18.625rem;height:3.6875rem;top:0rem;left:0.5rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;background-color:#ffffff;background-image:none;border-top:-0.125rem solid #ffb300;border-left:0rem solid #ffb300;border-right:0rem solid #ffb300;border-bottom:0.4375rem solid #ffb300;display:block; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { width:14.6875rem;height:1.4625rem;top:1.0303821563721rem;left:4.0937501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#353e87;display:block; }
#UwK81f74fC1Tvm21k4AERWOw47eFIysp { display:flex;width:1.8125rem;height:1.8125rem;top:0.796875rem;left:1.5000001192093rem; }
#GIXvIlytdorzTHk7Tl8TiKBcVLBgtcMc { width:2.5625rem;height:2.625rem;top:2.9921875rem;left:8.5625001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15350;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -moz-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -ms-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -o-linear-gradient(180deg, #ffde00, #ff7f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff7f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff7f00' );";background-image: linear-gradient(180deg, #ffde00, #ff7f00);background-size:auto !important;border-top:0.1875rem solid #ff9e00;border-left:0.1875rem solid #ff9e00;border-right:0.1875rem solid #ff9e00;border-bottom:0.1875rem solid #ff9e00;display:block; }
#b0TPeFCot41FAt4gqAOKXlg3U7pkIkc1 { display:flex;width:2.875rem;height:2.875rem;top:6.75rem;left:8.5625rem;font-size:1.375rem;z-index:15351;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(167,127,99,0.5));display:none; }
#gIVfzLuLOwJACgCsI6vZ0fSt2EGG3UyO { width:18.5rem;height:4.75rem;top:2.59375rem;left:0.59375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;display:block; }
#AFZLLHhEIh4kVvmWZskClDGc7TCILNha { width:0.625rem;height:0.625rem;top:6.875rem;left:9.6527777910231rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15000;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n0NczNEuAUDV3PzQ5cFTHBDUsqxUBJ02 { width:0.625rem;height:0.625rem;top:8.6875rem;left:9.6527777910231rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15001;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kCxinrokT1iVRXwznNTrB3Ftyhpf6d0R { width:2.4375rem;height:2.4375rem;top:10.5625rem;left:8.75rem;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:20rem;height:36.0625rem;background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { 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; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { 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; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:77.9375rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:78.5rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:77.8125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:3.6875rem;height:3.4375rem;top:2.9375038146973rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:120.14375305176rem;left:7.2270835042rem;display:none; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { width:2.5625rem;height:2.5625rem;top:3.3750038146973rem;left:0.56250005960464rem;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; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { width:1rem;height:1.7875rem;top:3.8125038146973rem;left:1.3750000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
#XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { width:11.875rem;height:0;top:6.3750004768369rem;left:5.7541669011116rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;display:none; }
#v2Rd6G3iQcqnE9PUEiAbWwTT5NLOk3Ml { width:2.4375rem;height:2.35625rem;top:6.4375004768369rem;left:8.8197925686838rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { width:4.1875rem;height:3.4375rem;top:25.616668701172rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { width:2.5625rem;height:2.5625rem;top:18.4375rem;left:0.68750005960463rem;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; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { width:1.75rem;height:1.7875rem;top:18.9375rem;left:1.6250000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { width:4.125rem;height:5.6875rem;top:129.14791870118rem;left:15.875rem;display:none; }
#m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { width:3.75rem;height:3.4375rem;top:18.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
#WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { width:20rem;height:5.6875rem;top:85.125rem;left:0rem;display:none; }
#PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { width:2.5625rem;height:2.5625rem;top:26.053123474121rem;left:1.1489583849907rem;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; }
#qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { width:1.75rem;height:1.7875rem;top:26.440628051757rem;left:2.0239585042rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
#syO2DmEMrsDOJk7oqZ3FzvpKS8eVX4fi { width:19.8125rem;height:0;top:53.231251716614rem;left:3.5885418057442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { width:7.625rem;height:1.21875rem;top:13.453126430511rem;left:1.5656250119209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
#kTSRCmARiyvCO6u7fb3NDMlEiT5WUUNh { width:1.625rem;height:0;top:87.1875rem;left:9.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
#uUfE5EpkIbb643gr2DmxiZl9CaMQx9sR { width:11.9375rem;height:0;top:59.873962402344rem;left:4.0312502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#546297;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.3125rem;height:8.25rem;top:3.8125002384186rem;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:14989;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:1.4375rem;height:1.38125rem;top:7.1093754768369rem;left:10.687500774861rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:block; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { width:3.3125rem;height:1.4625rem;top:7.0062506198881rem;left:12.504167377949rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15103;display:block; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { width:12.8125rem;height:1.4625rem;top:9.3270797729494rem;left:4.4375002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15104;display:block; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:4.3125rem;height:1.35rem;top:19.875rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:block; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:17.0625rem;height:4.875rem;top:18.9375rem;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:14992;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:17.0625rem;height:8.1875rem;top:26.875003814698rem;left:0.93750005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:2.925rem;top:27.879169464111rem;left:4.3468750119209rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:block; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#v35xZ5SPQ74azsTuAovsszTeDpQDWsFX { width:11.3125rem;height:3.125rem;top:11.375rem;left:4.3125rem;border-top-left-radius:0rem;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;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -moz-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -ms-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -o-linear-gradient(0deg, #1ca2df, #295ccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca2df', endColorstr='#295ccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca2df', endColorstr='#295ccc' );";background-image: linear-gradient(0deg, #1ca2df, #295ccc);background-size:auto !important;display:none; }
#WxPBXIVJwqRMcrmfC2FEVzEgRCARkp6K { width:1.875rem;height:auto;top:10.8125rem;left:9.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
#IDNNZ5I2NDzsTS2fDssPb5RrHOpgMHse { width:7.0625rem;height:auto;top:12.25rem;left:6.4375rem;font-size:1.125rem;display:none; }
#Pa1TiseaTiX2phTy5gaVTKa5137NiTEs { width:11.3125rem;height:3.125rem;top:18.8125rem;left:4.3125rem;border-top-left-radius:0rem;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;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -moz-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -ms-linear-gradient(0deg, #1ca2df, #295ccc);background-image: -o-linear-gradient(0deg, #1ca2df, #295ccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca2df', endColorstr='#295ccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca2df', endColorstr='#295ccc' );";background-image: linear-gradient(0deg, #1ca2df, #295ccc);background-size:auto !important;display:none; }
#tLZt6Ct83fzwHsPu93eLT0liTVWkpdrv { width:3.3125rem;height:auto;top:18.25rem;left:8.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
#HdGczhsFAJLdc8U74eo8294LVSXpiJdM { width:6.125rem;height:auto;top:19.625rem;left:6.9375rem;font-size:1.125rem;display:none; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { display:flex;width:1.875rem;height:1.875rem;top:73.217712402344rem;left:9.0625rem;display:none; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { display:flex;width:3.4375rem;height:3.4375rem;top:9.9375rem;left:8.25rem;display:none; }
#xM94a5dTgKuAAFPk1oIG8VKa5uT1TqOR { display:flex;width:3.4375rem;height:3.4375rem;top:17.4375rem;left:8.25rem;display:none; }
#xLaEstSwUw05PtL9s5nAZ5dwduN7IuFz { display:flex;width:3.8125rem;height:3.8125rem;top:5.7687504291534rem;left:8.2541669011119rem;z-index:14990; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { width:15.4375rem;height:1.4625rem;top:4.5416672229767rem;left:4.3750002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15103;display:block; }
#OTTFDAmFXDQhDOZUsSgbBvHnetUh8OZh { width:0.625rem;height:0.625rem;top:25.443748474121rem;left:9.6875007748606rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14991;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { width:7.4375rem;height:1.5125rem;top:21.554168701172rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:block; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { width:8.25rem;height:1.5125rem;top:31.70703125rem;left:4.1875001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:block; }
#BHRThWND5fn1PWbl0kSb8qE37Z1x3vWM { width:0.625rem;height:0.625rem;top:27.109375rem;left:9.6875007748606rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#buoUC49UGWAJ42qapt3mBUbGAKr9q2Om { width:0.625rem;height:0.625rem;top:18.589583873749rem;left:9.6875007748606rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14987;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XmvimClO5IA7N2zdFrv0TDV0yQlLCuUB { width:0.625rem;height:0.625rem;top:16.839583873749rem;left:9.6875007748606rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14988;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { width:4.4375rem;height:1.4625rem;top:6.9437506198881rem;left:4.3750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15104;display:block; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { width:0.625rem;height:0.625rem;top:29.316665649414rem;left:9.6791675686838rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WXT1urL6tyFRETv9nbXRsmcAqfgM210r { width:11rem;height:2.875rem;top:12.375000953674rem;left:7.9375007748606rem;z-index:15316;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { 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; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:20rem;height:55.25rem;position:relative;display:block; }#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { width:16.625rem;height:1.125rem;top:2.7677097320557rem;left:1.5000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { width:5.5625rem;height:5.5625rem;top:6.4239597320556rem;left:2.4375000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { width:10.9375rem;height:4.75rem;top:6.671875rem;left:0rem;overflow:hidden;display:block; }
#M9KROLJKMDVWo8bkrGVVdldhT2WgsGOH { width:5.5625rem;height:5.5625rem;top:21.1875rem;left:10.750000774861rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { width:7rem;height:2.375rem;top:16.25rem;left:1.8510418534279rem;overflow:hidden;display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { width:4.6875rem;height:1.5rem;top:13.9375rem;left:3.0000000596046rem;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { width:3.3125rem;height:1.21875rem;top:14.0625rem;left:3.8125002980233rem;font-size:0.9375rem;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { width:10.9375rem;height:4.0625rem;top:22.414583206177rem;left:7.9416673779488rem;overflow:hidden;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { width:5.5625rem;height:5.5625rem;top:21.1875rem;left:2.5000000596046rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#yXl9HhN7cTcn7hTPJu38M7hSkvrJuvlE { width:4.6875rem;height:1.5rem;top:20.5625rem;left:11.312500774861rem;display:block; }
#JAcRFFU9pFWXutaEocl8DRGITfys53CS { width:3.1875rem;height:1.21875rem;top:20.75rem;left:12.125000774861rem;font-size:0.9375rem;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { width:7.9375rem;height:3.4375rem;top:7.68124961853rem;left:9.7000005841256rem;overflow:hidden;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
#KpZWNqS0KyG4C7IcfClTFi14mJmBuRRt { width:8.8125rem;height:4.0625rem;top:14.781251907349rem;left:9.2541673779488rem;overflow:hidden;display:block; }
#BSf69NMpg2Fg11GKJDMdHHRG18iE0y8v { width:5.5625rem;height:5.5625rem;top:13.896875858307rem;left:10.748958408833rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#brw0MEz5iCnfkwUsMHTBOSS4d5ADri4E { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:12.067057907581rem;font-size:1rem;z-index:15171;display:none; }
#frQRqoCstwpnFZivMvvWq01he7ZebVhX { display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { width:14.4375rem;height:4.5rem;top:48.641668319702rem;left:3.8125002980233rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#546297;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { width:17.25rem;height:1.4625rem;top:45.750001907349rem;left:1.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { display:flex;width:1.75rem;height:1.75rem;top:48.641668319702rem;left:1.1281250119209rem; }
#hOrpVrcoSO8yqB6XPOLTAKrey95GR4Jx { width:5.5625rem;height:5.5625rem;top:6.4229164123538rem;left:10.723958790303rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { width:20rem;height:4.8125rem;top:-0.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#H8GkJkJuQeJkGdsqChfI9EhLP8C3hU9X { top:0.625rem;left:0.68750005960463rem;width:18.75rem;height:0.1875rem;z-index:15316;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(183,183,213,0.68);background-image:none;display:block; }
#sPvRQp2hOlkDSOQTVs8UzzCkaRWuQg2B { top:44.437501907349rem;left:0.62500005960463rem;width:18.75rem;height:0.1875rem;z-index:15317;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(183,183,213,0.68);background-image:none;display:block; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { width:5.5625rem;height:5.5625rem;top:14.253126144409rem;left:2.4989584088326rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#O6UT5rMV6xFCp0LxNAGKKPfAtSB2OyGa { width:7.4375rem;height:3rem;top:22.727083206177rem;left:1.5697918534279rem;overflow:hidden;display:block; }
#VBa7Xv5BzUUyWKatEJePttHOSpHfnkiW { width:8rem;height:2rem;top:46.438537597656rem;left:5.96875rem;font-size:1rem;z-index:15171;display:none; }
#VQo4WyOioGx8f02Dvw3sXPkiJzgXt4tl { display:block; }
#hDGZWuNta6cLR7EGBnqIvn6GT2IUOx6h { width:5.5625rem;height:5.5625rem;top:28.387504577637rem;left:2.4364584088326rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { width:5.5625rem;height:5.5625rem;top:28.32395362854rem;left:10.748958408833rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#WHDzSrIBcIXvPDkPfyTKUszHL1QnhLHW { width:5.5625rem;height:5.5625rem;top:35.622919082642rem;left:10.748958408833rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { width:5.5625rem;height:5.5625rem;top:35.572920799256rem;left:2.4364584088326rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#hACwDa244x9NaGQRvCX3eUxcFVDGhgt8 { width:7.6875rem;height:7.6875rem;top:27.400001913309rem;left:1.5000000596046rem;overflow:hidden;display:block; }
#czbWySFyD65tNqQslqqgBghkXNfcRCXD { width:9.25rem;height:4.1875rem;top:29.208333015442rem;left:8.9416673779488rem;overflow:hidden;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { width:9.8125rem;height:4.125rem;top:36.475000858307rem;left:0.2885417342186rem;overflow:hidden;display:block; }
#fpTvNJyXBwZ7MszO7sUAvFL8pJ1lIS1g { width:10.375rem;height:4.4375rem;top:36.060419470072rem;left:8.6322916150094rem;overflow:hidden;display:block; }
#ztDbL7a088AS20tgQhqvOMQKDtpydT6y { width:8rem;height:2.125rem;top:62.573955373538rem;left:6.0458335876465rem;font-size:1rem;z-index:15171;display:none; }
#gSVWKnuBT6Fwt2C56cG5JThEUZ9an8NU { display:block; }
#okcU9sKcbChiXp6TnSsSeb8TfCbtZS7a { width:8rem;height:2.125rem;top:77.695830974119rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
#IR9txk29PqUnlEnICNyokbThW8BOciA6 { display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:8rem;height:2.125rem;top:93.482287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
#wlckgHTzsbttrcTdafHMQd4mIxwiRxts { width:8rem;height:2.125rem;top:109.60520488647rem;left:5.9916687011719rem;font-size:1rem;z-index:15171;display:none; }
#TQ5UQSdE6WGHAdeUeOQwF2O0JVccIyMS { display:block; }
#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:17.6875rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.35rem;top:1.0277776718139rem;left:2.5625001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:3.2777776718139rem;left:0.875rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:6.0375rem;top:2.775173664093rem;left:2.6223958730697rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:5.0277776718139rem;left:0.875rem;font-size:0.6875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:6.7777776718137rem;left:0.9375rem;font-size:0.6875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:13.25rem;height:1.95rem;top:12.149993896484rem;left:7.2031257748606rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:14.714584350586rem;left:11.315625965595rem;font-size:0.8125rem;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;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:9rem;top:10.874999761581rem;left:-0.060763895511628rem;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:none; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:6.8125rem;height:9rem;top:8.2031244561769rem;left:0.37187925231399rem;z-index:15057;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:none; }
#OqOPr80mmLMkkr1vDcFVT3D36QsXgf5H { top:0rem;left:0rem;width:20rem;height:17.25rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#f4nsmrJgdqXEQFyWeJKfRBWZJ910akdK { top:9.94270324707rem;left:0rem;width:20rem;height:7.3125rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, 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(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { 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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { width:20rem;height:12.0625rem;top:0.265625rem;left:0rem;display:none; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { width:11.0623125rem;height:1.4625rem;top:0.75rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { width:20rem;height:8.5614375rem;top:16.4375rem;left:0rem;border-top-left-radius:5rem;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:none; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:12.5625rem;left:0rem;display:none; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { width:18.125rem;height:0;top:16.000001907349rem;left:0.93750005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { width:6.25rem;height:5.81163125rem;top:22.643230438233rem;left:1.6243489384651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { width:14.8125rem;height:1.4625rem;top:11.078126907349rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { width:6.9375rem;height:0;top:13.132291793823rem;left:12.553125202656rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { top:9.375rem;left:0rem;width:20rem;height:6.125rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, 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(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { top:0rem;left:0rem;width:20rem;height:15.8125rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { width:17.25rem;height:0;top:3.5229167938233rem;left:1.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { width:18rem;height:0;top:6.6843843460081rem;left:1.9375rem;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; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { display:flex;width:2.4375rem;height:2.4375rem;top:12.523958206177rem;left:2.1875000596046rem; }
#G2LuIhHgxOvLpDd04il8iSJJG7A5uwQ7 { width:18.375rem;height:4.2rem;top:2.8010425567627rem;left:2.1250000596046rem;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:15022;display:block; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { width:17.25rem;height:3.15rem;top:7.2885417938231rem;left:2.1875000596046rem;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:15023;display:block; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:5.75rem;height:5.25rem;top:0rem;left:14.416761928707rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:block; }
#uHx9OTWJFPdLi5O3QZ4IOhWL4GlRST5i { width:10rem;height:2.75rem;top:12.406251907349rem;left:5.2500002980232rem;z-index:15317;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { width:4.5625rem;height:1.78125rem;top:0.61371612548828rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { display:flex;width:2rem;height:2rem;top:0.62760543823244rem;left:16.747395634651rem;font-size:1.375rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { width:10.6875rem;height:1.59375rem;top:0.734375rem;left:3.9956599473953rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { width:20rem;height:3rem;top:0rem;left:0rem;display:block; }
#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:33.3125rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:2.125rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.275rem;top:3.859375rem;left:1.4666667580604rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:14.3125rem;height:3.50625rem;top:13.3125rem;left:1.1250000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.75rem;height:6.825rem;top:17.436454772949rem;left:1.1229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.275rem;top:6.9375rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.275rem;top:26.012496948243rem;left:1.0687500834465rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.55rem;top:27.685417175293rem;left:1.1854167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:15.4375rem;height:3.4125rem;top:8.3125rem;left:1.2041667103767rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#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; }
#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:19.1875rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.38125rem;top:0.8770751953125rem;left:2.3750000596046rem;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; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:18.75rem;height:4.2rem;top:3.4250183105469rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:14.125rem;height:2.275rem;top:14.625rem;left:2.941666662693rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38125rem;top:0.76666259765625rem;left:16.125001728535rem;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; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:4.125rem;top:13.587493896484rem;left:0rem;z-index:15011;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:0;top:14.738534927368rem;left:1.1875000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #yA0bH5pzA5gyNqvtSr6Kmw7cKWWrCITO > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:20rem;height:6.54541875rem;position:relative;display:block; }#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .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; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .widget-text.counter-number { padding-top:0.253125rem;padding-right:0.2625rem;padding-bottom:0.253125rem;padding-left:0.2625rem;width:1.5775rem;min-width:1.5775rem;height:1.351875rem;font-size:1.00875rem;line-height:21.63px;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(6,12,74,0.94), #7f9dec);background-image: -moz-linear-gradient(0deg, rgba(6,12,74,0.94), #7f9dec);background-image: -ms-linear-gradient(0deg, rgba(6,12,74,0.94), #7f9dec);background-image: -o-linear-gradient(0deg, rgba(6,12,74,0.94), #7f9dec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4aef', endColorstr='#7f9dec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4aef', endColorstr='#7f9dec' );";background-image: linear-gradient(0deg, rgba(6,12,74,0.94), #7f9dec);background-size:contain !important; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.156875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.10625rem;height:0.533125rem;font-size:0.3775rem;line-height:8.53px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ { display:flex;width:12.4375rem;height:2.548125rem;top:2.5625rem;left:2.9375000596046rem;padding-top:0.7175rem;padding-right:0.854375rem;padding-bottom:0.7175rem;padding-left:0.854375rem;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: -webkit-linear-gradient(top, rgba(46,54,128,0.4), #2e3680);background-image: -moz-linear-gradient(top, rgba(46,54,128,0.4), #2e3680);background-image: -ms-linear-gradient(top, rgba(46,54,128,0.4), #2e3680);background-image: -o-linear-gradient(top, rgba(46,54,128,0.4), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368066', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368066', endColorstr='#2e3680' );";background-image: linear-gradient(to bottom, rgba(46,54,128,0.4), #2e3680);background-size:auto !important; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #SqEyKn5vvNoGXJfrtcbxwvCTuqG2wMZ9 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #JpBU3P4sSQftG3Vvo9i0i4vcHeUp2rzT {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #F9kc29wNgEOQiap4tgWg6xzTs1a5iVCF {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #oZVlR5gvRoeILopTpiR2wo6FwTOSMRa2 { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #laSdBdHlXuqnTbXOQ7USU0tKfEEXJ7wN {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #MQNoHoSwbouT1QW5aROLcJPh9gaOSixz {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #dX9r1CmwgaJ8IvaeJmU0tkcTckEBO0mT { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #Ry7i28uEkwTxaD0homX03Ho1OaUw1fVt {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EKHVPdtEMT8L5tSDcpcM6mzNqCn3Q70I {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #vOhEuUuJ28ub0awxfc29BieVSyni6SHg { display:flex;position:relative;top:0rem;left:0rem; }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #I0F4i6V8hzsfDf4QnEC5mueneH0nbZov {  }
#TmC4zUxQAI78AUOep4kPVJJIuPy2CDWJ #EGcO5VLz7CTFxKO0JZI4ynQmqT1PhdBS {  }
#EWJyQ3BJr2PF3v2sMGov0wSBfsVoGmod { width:15.4375rem;height:1.3rem;top:1.6729164123535rem;left:2.3437500596046rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem #2e3680;display:block; }
#FRQkPuywAbqBnqGMPOW1m7UeOyVpqekT { width:14.1875rem;height:2.375rem;top:0.1875rem;left:2.9375000596046rem;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:block; }
