.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff6;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; }#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:28rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { box-sizing:content-box;height:27rem;width:23rem;position:absolute;display:block;z-index:14982;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #54d7f3, rgba(171,239,255,0.9));background-image: -moz-linear-gradient(90deg, #54d7f3, rgba(171,239,255,0.9));background-image: -ms-linear-gradient(90deg, #54d7f3, rgba(171,239,255,0.9));background-image: -o-linear-gradient(90deg, #54d7f3, rgba(171,239,255,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d7f3', endColorstr='#abefffe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d7f3', endColorstr='#abefffe5' );";background-image: linear-gradient(90deg, #54d7f3, rgba(171,239,255,0.9));background-size:auto !important;top:0rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:61.25rem;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { box-sizing:content-box;height:27rem;width:54.625rem;position:absolute;display:block;z-index:14987;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6f9ff, rgba(84,215,243,0.9));background-image: -moz-linear-gradient(90deg, #f6f9ff, rgba(84,215,243,0.9));background-image: -ms-linear-gradient(90deg, #f6f9ff, rgba(84,215,243,0.9));background-image: -o-linear-gradient(90deg, #f6f9ff, rgba(84,215,243,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff', endColorstr='#54d7f3e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9ff', endColorstr='#54d7f3e5' );";background-image: linear-gradient(90deg, #f6f9ff, rgba(84,215,243,0.9));background-size:auto !important;top:0rem;left:-54.528124094009rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { color:#224f92;display:block;width:39.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15294;line-height:1.;letter-spacing:0;top:9.9972653388975rem;left:34.772659301757rem;height:2.2501625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { box-sizing:content-box;height:23.0625rem;width:23.0625rem;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:15099;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffb300, rgba(255,220,0,0.67));background-image: -moz-linear-gradient(160deg, #ffb300, rgba(255,220,0,0.67));background-image: -ms-linear-gradient(160deg, #ffb300, rgba(255,220,0,0.67));background-image: -o-linear-gradient(160deg, #ffb300, rgba(255,220,0,0.67));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00aa' );";background-image: linear-gradient(160deg, #ffb300, rgba(255,220,0,0.67));background-size:auto !important;top:2.466796875rem;left:8.595703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DbhVCKIfCg9JbT1EbvNXBC4J7ryCg90H { color:#224f92;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15295;line-height:1.2;letter-spacing:0;top:12.815623760223rem;left:36.571487426757rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3;overflow:hidden;position:absolute;width:16.4375rem;height:2rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:17.312108516693rem;left:45.000785827637rem;display:block; }
#JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(180deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(180deg, #ffb300, #ffdc00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15349;text-align:center;text-align-last:center;top:19.312499523163rem;left:45.000785827637rem;display:block; }
#vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qi608O3kXhV0TQix2bzc37hwA9tMVEf4 { position:absolute;display:block;z-index:15322;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.5rem;left:46.084202766419rem;overflow:hidden;display:none; }
#X0Aayvk6RaseNNob5TWaTmIzv6SSOCGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #407b8b, #70ccdf);background-image: -moz-linear-gradient(180deg, #407b8b, #70ccdf);background-image: -ms-linear-gradient(180deg, #407b8b, #70ccdf);background-image: -o-linear-gradient(180deg, #407b8b, #70ccdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b8b', endColorstr='#70ccdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#407b8b', endColorstr='#70ccdf' );";background-image: linear-gradient(180deg, #407b8b, #70ccdf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:3.5625rem;text-decoration:none;z-index:14981;text-align:center;text-align-last:center;top:19.124999523163rem;left:53.875389099121rem;display:block; }
#KascC2uzlI1LngpSPyUDVnT2k9fMTyPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFMoulMeHuHk9Hem38uIqgGDxTzpv8fE { position:absolute;display:block;z-index:15352;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:7.6241875rem;width:7.6241875rem;top:3.1828122138977rem;left:6.8578109741213rem;overflow:hidden;display:block; }
#AuZu9UJKC1fT3Op3M4MLq2AIZ7Ti88FP { position:absolute;display:block;z-index:15353;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.5625rem;width:17.625rem;top:7.1671872138975rem;left:9.8302828060875rem;overflow:hidden;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff6;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:46.25rem;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; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#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:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#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; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { box-sizing:content-box;height:4.375rem;width:36.4375rem;position:absolute;display:block;z-index:15073;background-color:#ffffb3;background-image:none;top:3.5519523620606rem;left:4.3722648620606rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -o-linear-gradient(90deg, #ffdc00, #ffffb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );";background-image: linear-gradient(90deg, #ffdc00, #ffffb3);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#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:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#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; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#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; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { 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; }
#sSR3X5GymlCdWiXqSde2zDktlLClI7eA { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EyUME61ABC5NiRVltDlu81lV6WG43PUJ { color:#424184;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:5.1121101379394rem;left:9.060546875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dplKETUkf2fRWvcQaMdnM339bHGTWPpt { color:#424184;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:16.3125rem;left:24.0625rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { box-sizing:content-box;height:3.1875rem;width:2.5rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -o-linear-gradient(90deg, #ffdc00, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffdc00, #ffdc00);background-size:auto !important;top:15.5625rem;left:29.75rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { color:#5a401c;display:block;width:1.99921875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffda92;top:15.25rem;left:20.625rem;height:3.3316375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { box-sizing:content-box;height:3.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -o-linear-gradient(90deg, #ffffb3, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffffb3, #ffdc00);background-size:auto !important;top:15.5625rem;left:17.625rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;display:block; }
#weQZ41585LXaNffp1tfhF9RNrQyiLVJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:12.8125rem;left:17.5rem; }
#kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:11.1875rem;left:19.75rem; }
#TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { color:#29284f;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:5.125rem;left:43.125rem;height:1.4615875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { color:#29284f;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:43.622263252735rem;left:3.9996070861816rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15334;opacity:1;top:14.625rem;left:18.8125rem; }
#dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#Q4a1StJgadVPydMdylwk2DEIDN9zDHps { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.1875rem;height:2.4375rem;text-decoration:none;z-index:15303;text-align:center;text-align-last:center;top:4.5625rem;left:51.375rem;display:block; }
#SPXtNTLcLtf2pyM8TdCFuuy4lvsnBpJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NURxEm2sb1QrMwlp7WD38EqOwcUL9BmI { 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; }
#r7zVTuKJCJXPlETr0OGpJkQiM3RoqI9x { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vygNxpl2Nrxxp66iAVQwxqXpaN8g93Py { 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; }
#VXxTKbEkOptog8yQPkQEye6tDvXtbVl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.624025rem;width:4.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14988;opacity:1;top:29.687498390674rem;left:15.999607086182rem; }
#M71E7XrLnN36fOgGGrA8tL0V6CWM3egO { box-sizing:content-box;height:5.1875rem;width:46.4375rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #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(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;top:30.562107384205rem;left:10.249217987061rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.9375rem 1.25rem rgba(187,202,230,0.34) ;display:block; }
#pFK4izalltQZ7nAHQ40xETGJmqlxAJdK { color:#7d541c;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffda92;top:15.1865234375rem;left:44.3115234375rem;height:2.6806625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#peuezNJRbUEnzqD8ZLxAUTH2uPtz8ZMz { position:absolute;display:block;z-index:15361;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:31.311716377735rem;left:15rem;overflow:hidden;display:block; }
#qTpEf2k1AStdmuBGG8xGXkvKTwtk2qm9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:30.312107384205rem;left:12.437107086182rem; }
#DeJCwT7CDyMAM6ZPsQWPSJM3fGNTvVE4 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ec6M4oTEhG1fyuEIIgzWOCUHkzXaH0L7 { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#StfMzGObt8z5gRPCCMtc3lDNay8OeoZ5 { box-sizing:content-box;height:4.375rem;width:20.1875rem;position:absolute;display:block;z-index:14985;background-color:#d1f5ff;background-image:none;top:24.1875rem;left:4.375rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#Fud1HcKKdPAosOV9DMnZCqqOd7OCRoIb { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #70ccdf, #d1f5ff);background-image: -moz-linear-gradient(90deg, #70ccdf, #d1f5ff);background-image: -ms-linear-gradient(90deg, #70ccdf, #d1f5ff);background-image: -o-linear-gradient(90deg, #70ccdf, #d1f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ccdf', endColorstr='#d1f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ccdf', endColorstr='#d1f5ff' );";background-image: linear-gradient(90deg, #70ccdf, #d1f5ff);background-size:auto !important;top:24.1875rem;left:4.375rem;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; }
#sRqoXPF4l2uldTauhdN6e6yXd7A4y7Hy { color:#29284f;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:25.75rem;left:8.75rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p0rfFkwOTE3TIW4ETqL8eQ63f1PmaWv4 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15110;background-color:#ffffff;background-image:none;top:25.25rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CgD9AhwMevypmEPPPybqHxMhIFLCtQrb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:10rem;left:6rem; }
#TiaOTlklSb3tCyT888t5Z9pT3EBI3tB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:25.687107384205rem;left:6.125rem; }
#emuQArEcR02DnBNCLvCSu3398X381e7K { color:#29284f;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:31.310154259205rem;left:20.625rem;height:2.749025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JSpnDeNnJTi301uq66wbpOgDvao4tucM { color:#29284f;display:block;width:37.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15104;line-height:1.1;letter-spacing:0;top:33.437498390674rem;left:20.687107086182rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#koqUJ8TxZuTH8ppsc9qaK004I485rtwb { 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; }
#RHJpnAr3Nn4AadK1IaCm2Q2HLSsGkKkd { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SWW3LWV7c8ZAoqHbqdqTtbzkitlUJU8C { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#GJeuN2pUNb2qO4kDWfJCcAKD2eCIW8Qy { color:#424184;display:block;width:1.74960625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15362;line-height:1.1;letter-spacing:0;top:5.0144522786141rem;left:6.1535148620606rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AVr11Z7Id7w5Q8r43W6eAPirK8QiI2Hf { box-sizing:content-box;height:4.375rem;width:13.375rem;position:absolute;display:block;z-index:15075;background-color:#ffffb3;background-image:none;top:9.5rem;left:11.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#MA14RLfTqGMlRGKtcD2DUZkpGhA2VMHz { box-sizing:content-box;height:4.375rem;width:11.3125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -o-linear-gradient(90deg, #ffdc00, #ffffb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );";background-image: linear-gradient(90deg, #ffdc00, #ffffb3);background-size:auto !important;top:9.5rem;left:9.1875rem;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; }
#JT2G2xHIcH4uvJbiT1gl2FrMk5zlsXNy { color:#424184;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:10.9375rem;left:13.875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HgOmTctIddeliw0QOS8Riw8JpBkrnKNo { box-sizing:content-box;height:2.18671875rem;width:2.18671875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:#ffffff;background-image:none;top:10.5625rem;left:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gd3flOg7tWhKRA58v2eaNnx7lC89U4wT { color:#424184;display:block;width:1.74960625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15363;line-height:1.1;letter-spacing:0;top:11rem;left:10.875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DfZvRRkUPgvW40RkoPO4CEd01N2zR6JJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56171875rem;width:2.56171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:31.101169884205rem;left:6.0242156982422rem; }
#ynwOszdzquPJZigeBZVq8Sc3KyyeqgIO { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -o-linear-gradient(90deg, #ffdc00, #ffffb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );";background-image: linear-gradient(90deg, #ffdc00, #ffffb3);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#qFOM9ogiU5yNUOzbIig4u0HAsUXfaapX { color:#ac7831;display:block;width:1.99921875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffda92;top:15.25rem;left:20.625rem;height:3.3316375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w106xn1f1lI1mGMnwLAIq6LeNpiQFhVZ { color:#424184;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:10.9375rem;left:13.875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U42RAJTShBnrhEwdp1lCL7ThnbQUmgKC { color:#424184;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:10.9375rem;left:13.875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lxCvuZUD6AtMGHOlSVqQTe9b9JxLgsMR { color:#424184;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:10.9375rem;left:13.875rem;height:1.44375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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; }#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:16.3125rem;width:75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.3759765625rem;left:2.99609375rem;height:1.94905625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.443359375rem;left:2.9326171875rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:5.884765625rem;left:5.3701171875rem;height:7.8735375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.9443359375rem;left:2.9326171875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.5732421875rem;left:2.9326171875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.8505859375rem;left:51.330078125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:55.423828125rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.509765625rem;left:45.3095703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:12.0625rem;top:0rem;left:34.4501953125rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:14rem;width:74.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;top:2.0087890625rem;left:0.375rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:block; }
#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { 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; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { background-color: transparent; background-image: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { border-width: 0; border-radius: 0; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#sA4Cmh5xFmaX85u9UDaEvMmuJJSzk6dQ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.625rem;top:9.1875rem;left:61.75rem;overflow:hidden;display:block; }
#ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { box-sizing:content-box;height:6.375rem;width:28rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:6.0625rem;left:47rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { box-sizing:content-box;height:12.375rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#EWaCs34JQZfgRtMCuPgXse0AuSpgAxrM { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:11.1875rem;top:6.25rem;left:60.4375rem;overflow:hidden;display:block; }
#Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.25rem;top:1.3125rem;left:47.875rem;overflow:hidden;display:block; }
#QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { box-sizing:content-box;height:5.125rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;top:7.3117179870606rem;left:0.43710708618164rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { box-sizing:content-box;height:12.375rem;width:46.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;top:0.0625rem;left:0.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:1.8125rem;left:62.125rem;height:3.29915625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { box-sizing:content-box;height:3.5rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.375rem;left:18.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.adaptive-delivery-prevent-bg, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyload, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyloading { background-image: none; }
#JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:8.84375rem;left:16rem;display:block; }
#gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.3662109375rem;left:2.84375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { box-sizing:content-box;height:13.625rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:5.875rem;left:48.5rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.7808570861816rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JW2C6O255n04hgERfPcfw08QRotXML2J { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.1875rem;left:3.0625rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8izcAvLugkceooqbOvG1eniSztEPoow { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:4.5rem;left:2.375rem;display:none; }
#aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.251560211182rem;left:4.498046875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.189453125rem;left:4.498046875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.3125rem;left:28rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.2208347320557rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.3458347320557rem;left:70.062505722044rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { color:#31315b;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.6739597320557rem;left:9.71249961853rem;height:1.5942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:1.7760410308838rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;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.79931875rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3rem;left:7.5rem;height:1.4615875rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:12.0625rem;left:6.3117179870606rem;height:1.79931875rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.249221801757rem;left:7.5rem;height:1.4615875rem;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.4375rem;left:6.2496070861816rem;height:1.79931875rem;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:17.562110900879rem;left:6.2496070861816rem;height:1.79931875rem;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:19.812110900879rem;left:7.4367179870606rem;height:2.923175rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#31315b;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.6246109008787rem;left:7.5rem;height:1.4615875rem;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; }
#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH { 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; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { background-color: transparent; background-image: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container > .video-iframe-container { display: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container { display: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .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); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { border-width: 0; border-radius: 0; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#kikO4So1vwI2twtEZaXd4KAHG3CIbsMq { 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:1.2208347320557rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gmf8Bg0ehH3nvfGi6IFHQAJlboTwvPZ1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.3458347320557rem;left:70.062505722044rem; }
#DbMSgVxVkML93XhDqDPbTrRhITXtWwyd { 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; }
#w159D6ScT1MQfE19uFA9AXCAkUSnVl2z { color:#31315b;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.611328125rem;left:9.7119140625rem;height:1.5942375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T46cPSI4OVEizqHk243r7KwVRcStd0Id { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:1.7760410308838rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BAzwGt22QhH0KFm34mPyQVU2UvvteO9r { color:#31315b;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.611328125rem;left:9.7119140625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#utw8Rbfb8SRoUQsnf7FK1BzkCtOecbDf { color:#31315b;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.611328125rem;left:9.7119140625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I { 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; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { background-color: transparent; background-image: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container > .video-iframe-container { display: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container { display: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .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); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { border-width: 0; border-radius: 0; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#g063FHgX8ncHKaJkzfXOR8eGkxJG9ztU { 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.79931875rem;font-style:normal;display:block; }
#BDsAbHDCBXqz8vlyulzwhVZUFqFcdWLN { color:#31315b;display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:7.5rem;height:2.923175rem;font-style:normal;display:block; }
#U7zwAEgL8zyw1fr2HEeQ8oF27hJZqcpg { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:13.312500953674rem;left:6.3125009536744rem;height:1.79931875rem;font-style:normal;display:block; }
#gJcWJLalV0CVM83I4TbsSCBTN8V4y6zq { color:#31315b;display:block;width:60.25rem;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:15.435936927796rem;left:7.5rem;height:2.923175rem;font-style:normal;display:block; }
#OxLrHWRROMegU9eOyV2QpOOlUIc0TIxl { 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.375rem;left:6.2496070861816rem;height:1.79931875rem;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; }
#cWueabVS37C1ybt2C1P1biHMW3C95X7A { 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; }
#Wult21Di1mA0iFJTZIJeoySXta8sFS4V { 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; }
#H6ILII7GrIzusBcGhppytfFcP2WA95Ds { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:19.9375rem;left:6.2500009536744rem;height:1.79931875rem;font-style:normal;display:block; }
#E6XsZtlV4z9ElzC5ETKb98rvhnMb7yOA { 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:22.124618530274rem;left:7.4367179870606rem;height:2.923175rem;font-style:normal;display:block; }
#JmNTO4I1MJr9MA2GNvMvl2SMGWKswysS { color:#31315b;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.6871185302738rem;left:7.5rem;height:2.923175rem;font-style:normal;display:block; }
#Her4q8o5L2bsv9fTII2uRMCn1XZS0RMI { 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; }
#PdSUQhW4aMFlfLcxI2HgPbq6Xe68MpTJ { color:#31315b;display:block;width:24.9323125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:26.791015625rem;left:6.2496070861816rem;height:1.79931875rem;font-style:normal;display:block; }
#fgGneiG7Kp50ccBDo3vZ2ZFl7eXESpKv { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.012512207031rem;left:7.3125rem;height:1.4615875rem;font-style:normal;display:block; }
#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.62435rem;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.67431875rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:24.0625rem;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.453125rem;left:40.878509521484rem;height:1.13688125rem;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.381025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:7.125rem;width:27.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.373046875rem;left:38.872261047363rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4031238555908rem;left:40.878509521484rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hb4W7hZOL1Bho3anrfERLof1KhKtfUgw { color:#31315b;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.095703125rem;left:40.87890625rem;height:1.13769375rem;font-style:normal;display:none; }
#xtIyExWmLvL0Liz5VaCmPBfseSVGqx6P { color:#31315b;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.951171875rem;left:40.878509521484rem;height:1.13688125rem;font-style:normal;display:block; }
#CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh { position:relative;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; } #CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { background-color: transparent; background-image: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { border-width: 0; border-radius: 0; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { box-sizing:content-box;height:9.0625rem;width:17.375rem;position:absolute;display:block;z-index:15021;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:0rem;left:57.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(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.3825rem;padding-right:0.358125rem;padding-bottom:0.3825rem;padding-left:0.358125rem;display:block;align-items:center;width:2.1475rem;min-width:2.1475rem;height:2.053125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.529375rem;font-weight:700;line-height:32.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.239375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.864375rem;height:0.80875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.573125rem;font-weight:700;line-height:12.94px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.4375rem;height:3.86625rem;padding-top:0.4775rem;padding-right:0.511875rem;padding-bottom:0.4775rem;padding-left:0.511875rem;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.25rem;left:58.4375rem;z-index:15022; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs { width:auto; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
#ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { color:#e5eeff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #2e3680;top:2.875rem;left:58.5625rem;height:1.4615875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { top:0rem;left:0rem;width:23rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { top:0rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { top:9.9375rem;left:8.75rem;width:39rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { top:2.4375rem;left:0rem;width:23.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhVCKIfCg9JbT1EbvNXBC4J7ryCg90H { top:12.8125rem;left:14rem;width:33.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { width:16.375rem;height:1.9375rem;top:17.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block; }
 }@media only screen and (max-width: 763px) { #P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { width:9.1875rem;height:3.375rem;top:19.25rem;left:31.375785827637rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block; }
 }@media only screen and (max-width: 763px) { #qi608O3kXhV0TQix2bzc37hwA9tMVEf4 { top:2.5rem;left:32.459202766419rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0Aayvk6RaseNNob5TWaTmIzv6SSOCGN { width:7.5625rem;height:3.5625rem;top:19.0625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KascC2uzlI1LngpSPyUDVnT2k9fMTyPO { display:block; }
 }@media only screen and (max-width: 763px) { #sFMoulMeHuHk9Hem38uIqgGDxTzpv8fE { top:3.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZu9UJKC1fT3Op3M4MLq2AIZ7Ti88FP { top:7.125rem;left:0rem;width:17.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { top:3.5rem;left:0rem;width:36.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqLqaDszKS3omQlgLbeVOXgULtCei48B { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyUME61ABC5NiRVltDlu81lV6WG43PUJ { top:5.0625rem;left:0rem;width:29.625rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplKETUkf2fRWvcQaMdnM339bHGTWPpt { top:16.3125rem;left:10.4375rem;width:6.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { top:15.5625rem;left:16.125rem;width:2.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { top:15.25rem;left:7rem;width:1.9375rem;height:3.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { top:15.5625rem;left:4rem;width:12.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQZ41585LXaNffp1tfhF9RNrQyiLVJU { top:12.8125rem;left:3.875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { top:11.1875rem;left:6.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { top:5.125rem;left:29.5rem;width:8.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { top:43.5625rem;left:0rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { top:14.625rem;left:5.1875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4a1StJgadVPydMdylwk2DEIDN9zDHps { width:9.1875rem;height:2.4375rem;top:4.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXtNTLcLtf2pyM8TdCFuuy4lvsnBpJf { display:block; }
 }@media only screen and (max-width: 763px) { #NURxEm2sb1QrMwlp7WD38EqOwcUL9BmI { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7zVTuKJCJXPlETr0OGpJkQiM3RoqI9x { top:24.1875rem;left:0rem;width:16.375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vygNxpl2Nrxxp66iAVQwxqXpaN8g93Py { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXxTKbEkOptog8yQPkQEye6tDvXtbVl9 { top:29.625rem;left:2.3746070861816rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71E7XrLnN36fOgGGrA8tL0V6CWM3egO { top:30.5rem;left:0rem;width:46.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFK4izalltQZ7nAHQ40xETGJmqlxAJdK { top:15.125rem;left:30.6865234375rem;width:2rem;height:2.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #peuezNJRbUEnzqD8ZLxAUTH2uPtz8ZMz { top:31.25rem;left:1.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpEf2k1AStdmuBGG8xGXkvKTwtk2qm9 { top:30.25rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJCwT7CDyMAM6ZPsQWPSJM3fGNTvVE4 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec6M4oTEhG1fyuEIIgzWOCUHkzXaH0L7 { top:44.25rem;left:0rem;width:11.125rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #StfMzGObt8z5gRPCCMtc3lDNay8OeoZ5 { top:24.1875rem;left:0rem;width:20.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fud1HcKKdPAosOV9DMnZCqqOd7OCRoIb { top:24.1875rem;left:0rem;width:8.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqoXPF4l2uldTauhdN6e6yXd7A4y7Hy { top:25.75rem;left:0rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rfFkwOTE3TIW4ETqL8eQ63f1PmaWv4 { top:25.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgD9AhwMevypmEPPPybqHxMhIFLCtQrb { top:10rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiaOTlklSb3tCyT888t5Z9pT3EBI3tB2 { top:25.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuQArEcR02DnBNCLvCSu3398X381e7K { top:31.25rem;left:7rem;width:33.8125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSpnDeNnJTi301uq66wbpOgDvao4tucM { top:33.375rem;left:7.0621070861819rem;width:37.8125rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koqUJ8TxZuTH8ppsc9qaK004I485rtwb { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHJpnAr3Nn4AadK1IaCm2Q2HLSsGkKkd { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWW3LWV7c8ZAoqHbqdqTtbzkitlUJU8C { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJeuN2pUNb2qO4kDWfJCcAKD2eCIW8Qy { top:5rem;left:0rem;width:1.6875rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVr11Z7Id7w5Q8r43W6eAPirK8QiI2Hf { top:9.5rem;left:0rem;width:13.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA14RLfTqGMlRGKtcD2DUZkpGhA2VMHz { top:9.5rem;left:0rem;width:11.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2G2xHIcH4uvJbiT1gl2FrMk5zlsXNy { top:10.9375rem;left:0.25rem;width:9.625rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOmTctIddeliw0QOS8Riw8JpBkrnKNo { top:10.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3flOg7tWhKRA58v2eaNnx7lC89U4wT { top:11rem;left:0rem;width:1.6875rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfZvRRkUPgvW40RkoPO4CEd01N2zR6JJ { top:31.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynwOszdzquPJZigeBZVq8Sc3KyyeqgIO { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFOM9ogiU5yNUOzbIig4u0HAsUXfaapX { top:15.25rem;left:7rem;width:1.9375rem;height:3.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w106xn1f1lI1mGMnwLAIq6LeNpiQFhVZ { top:14.1875rem;left:0rem;width:9.5625rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U42RAJTShBnrhEwdp1lCL7ThnbQUmgKC { top:14.875rem;left:0rem;width:8.625rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxCvuZUD6AtMGHOlSVqQTe9b9JxLgsMR { top:11.8125rem;left:0rem;width:4.5rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:3.375rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:5.875rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:8.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:11.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:6.8125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.8251953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2rem;left:0rem;width:47.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA4Cmh5xFmaX85u9UDaEvMmuJJSzk6dQ { top:9.1875rem;left:39.125rem;width:8.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { top:6.0625rem;left:19.75rem;width:28rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { top:0rem;left:19.9375rem;width:27.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWaCs34JQZfgRtMCuPgXse0AuSpgAxrM { top:6.25rem;left:36.5625rem;width:11.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { top:1.3125rem;left:34.25rem;width:12.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { top:7.25rem;left:0rem;width:46.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { top:0.0625rem;left:0rem;width:46.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { top:1.8125rem;left:37.125rem;width:10.625rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { top:0.375rem;left:4.84375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:11.5625rem;height:2.3125rem;top:8.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { top:1.3125rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { top:0rem;left:19.9375rem;width:27.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { top:5.875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { top:4.3125rem;left:0rem;width:42.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { top:9.1875rem;left:0rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:4.5rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { top:10.25rem;left:0rem;width:35.625rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { top:13.1875rem;left:0rem;width:34.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { top:9.3125rem;left:14.375rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:1.1875rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:1.625rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:0.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3rem;left:0rem;width:41.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:12.0625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.4375rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:17.5rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:19.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH { display:block; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kikO4So1vwI2twtEZaXd4KAHG3CIbsMq { top:1.1875rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmf8Bg0ehH3nvfGi6IFHQAJlboTwvPZ1 { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbMSgVxVkML93XhDqDPbTrRhITXtWwyd { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w159D6ScT1MQfE19uFA9AXCAkUSnVl2z { top:1.5625rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46cPSI4OVEizqHk243r7KwVRcStd0Id { top:0.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAzwGt22QhH0KFm34mPyQVU2UvvteO9r { top:0.625rem;left:0rem;width:15.625rem;height:1.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #utw8Rbfb8SRoUQsnf7FK1BzkCtOecbDf { top:2rem;left:0rem;width:17.6875rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I { display:block; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g063FHgX8ncHKaJkzfXOR8eGkxJG9ztU { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDsAbHDCBXqz8vlyulzwhVZUFqFcdWLN { top:3.1875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7zwAEgL8zyw1fr2HEeQ8oF27hJZqcpg { top:13.3125rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcWJLalV0CVM83I4TbsSCBTN8V4y6zq { top:15.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLrHWRROMegU9eOyV2QpOOlUIc0TIxl { top:6.375rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWueabVS37C1ybt2C1P1biHMW3C95X7A { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wult21Di1mA0iFJTZIJeoySXta8sFS4V { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ILII7GrIzusBcGhppytfFcP2WA95Ds { top:19.9375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6XsZtlV4z9ElzC5ETKb98rvhnMb7yOA { top:22.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmNTO4I1MJr9MA2GNvMvl2SMGWKswysS { top:8.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Her4q8o5L2bsv9fTII2uRMCn1XZS0RMI { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdSUQhW4aMFlfLcxI2HgPbq6Xe68MpTJ { top:26.75rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgGneiG7Kp50ccBDo3vZ2ZFl7eXESpKv { top:29rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:5.4375rem;left:23.75rem;width:24rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:2.3125rem;left:20.5rem;width:27.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:3.375rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4W7hZOL1Bho3anrfERLof1KhKtfUgw { top:21.8125rem;left:0rem;width:18.25rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtIyExWmLvL0Liz5VaCmPBfseSVGqx6P { top:6.9375rem;left:23.6875rem;width:24.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh { 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; } #CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { top:0rem;left:30.375rem;width:17.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { top:2.875rem;left:32.875rem;width:14.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f3f6fa;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.1875005960463rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:26.25rem;background-color:#ffffec;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { width:13.1875rem;height:12.375rem;top:0.062109470367432rem;left:-1.4999999403954rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(84,215,243,0.6), #abefff);background-image: -moz-linear-gradient(90deg, rgba(84,215,243,0.6), #abefff);background-image: -ms-linear-gradient(90deg, rgba(84,215,243,0.6), #abefff);background-image: -o-linear-gradient(90deg, rgba(84,215,243,0.6), #abefff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d7f399', endColorstr='#abefff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d7f399', endColorstr='#abefff' );";background-image: linear-gradient(90deg, rgba(84,215,243,0.6), #abefff);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:14.375rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { width:20rem;height:27rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #g8T0OkNldqVMWVFOwe6xbVPbsLR7fEdy { width:15.75rem;height:3rem;top:13.436718225479rem;left:2.2804685235024rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ipE1ELEFXVwcI8xO9tfdpFNf5cKFTP6c { width:11.375rem;height:11.4375rem;top:1.5925781726837rem;left:5.3742182850838rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DbhVCKIfCg9JbT1EbvNXBC4J7ryCg90H { width:18.4991875rem;height:1.2503875rem;top:17.12304520607rem;left:0.74882811307906rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { width:15.1875rem;height:2rem;top:20.25rem;left:2.375rem;font-size:0.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block; }
 }@media only screen and (max-width: 763px) { #P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { width:8.625rem;height:2.4375rem;top:22.25rem;left:2.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb300, #ffa900);background-image: -moz-linear-gradient(180deg, #ffb300, #ffa900);background-image: -ms-linear-gradient(180deg, #ffb300, #ffa900);background-image: -o-linear-gradient(180deg, #ffb300, #ffa900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffa900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffa900' );";background-image: linear-gradient(180deg, #ffb300, #ffa900);background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block; }
 }@media only screen and (max-width: 763px) { #qi608O3kXhV0TQix2bzc37hwA9tMVEf4 { width:4.75rem;height:4.75rem;top:11.5625rem;left:3.640625rem;z-index:15323;display:none; }
 }@media only screen and (max-width: 763px) { #X0Aayvk6RaseNNob5TWaTmIzv6SSOCGN { width:6.75rem;height:2.4375rem;top:22.25rem;left:10.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KascC2uzlI1LngpSPyUDVnT2k9fMTyPO { display:block; }
 }@media only screen and (max-width: 763px) { #sFMoulMeHuHk9Hem38uIqgGDxTzpv8fE { width:5.1875rem;height:5.1875rem;top:0.34257817268372rem;left:0.18828111886978rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZu9UJKC1fT3Op3M4MLq2AIZ7Ti88FP { width:9.437125rem;height:9.9375rem;top:3.1359374523163rem;left:5.4964841008186rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:35.9375rem;background-color:#ffffec;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { width:1.625rem;height:1.625rem;top:4.1484355926514rem;left:0.58593744039536rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { width:2.6875rem;height:2.8125rem;top:3.5589847564698rem;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; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GqLqaDszKS3omQlgLbeVOXgULtCei48B { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { width:17.6875rem;height:7.5rem;top:3.4617184400559rem;left:2.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #EyUME61ABC5NiRVltDlu81lV6WG43PUJ { width:15.625rem;height:2.923175rem;top:5.6847667694092rem;left:3.5097654461861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dplKETUkf2fRWvcQaMdnM339bHGTWPpt { width:8rem;height:0;top:14.75rem;left:7.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { width:2.4375rem;height:3.1875rem;top:15.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { width:1.99921875rem;height:1.99335625rem;top:12.339843273163rem;left:9.2074211239813rem;font-size:1.8125rem;text-align:left;text-align-last:left;color:#5a401c;line-height:1.1;text-shadow:0rem 0rem 0.9375rem #ac7831;display:block; }
 }@media only screen and (max-width: 763px) { #i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { width:12.5625rem;height:3.1875rem;top:15.5625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #weQZ41585LXaNffp1tfhF9RNrQyiLVJU { display:flex;width:5.5rem;height:5.5rem;top:12.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { display:flex;width:5.5625rem;height:5.5625rem;top:78.1847625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { width:7.374625rem;height:1.09944375rem;top:15.875rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { width:14.247625rem;height:1.09944375rem;top:33.178901672363rem;left:4.0300777554512rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { display:flex;width:3.75rem;height:3.75rem;top:11.459764957428rem;left:7.7578123211863rem; }
 }@media only screen and (max-width: 763px) { #dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #Q4a1StJgadVPydMdylwk2DEIDN9zDHps { width:7.5rem;height:2.18671875rem;top:17.625rem;left:6.125rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #SPXtNTLcLtf2pyM8TdCFuuy4lvsnBpJf { display:block; }
 }@media only screen and (max-width: 763px) { #NURxEm2sb1QrMwlp7WD38EqOwcUL9BmI { width:17.625rem;height:2.9375rem;top:11.853514432907rem;left:2.375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #r7zVTuKJCJXPlETr0OGpJkQiM3RoqI9x { width:16.5625rem;height:2.25rem;top:22.996483325958rem;left:3.0621092915535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15108;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vygNxpl2Nrxxp66iAVQwxqXpaN8g93Py { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #VXxTKbEkOptog8yQPkQEye6tDvXtbVl9 { display:flex;width:3.75rem;height:3.75rem;top:20.575387954712rem;left:14.746873676777rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #M71E7XrLnN36fOgGGrA8tL0V6CWM3egO { width:20rem;height:7.9375rem;top:37.665771484375rem;left:0rem;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;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #pFK4izalltQZ7nAHQ40xETGJmqlxAJdK { width:2rem;height:0;top:27.5rem;left:8.343017578125rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15353;display:none; }
 }@media only screen and (max-width: 763px) { #peuezNJRbUEnzqD8ZLxAUTH2uPtz8ZMz { width:2.1875rem;height:2.1875rem;top:26.998436450958rem;left:4.7496092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpEf2k1AStdmuBGG8xGXkvKTwtk2qm9 { display:flex;width:4.625rem;height:4.625rem;top:26.311716556549rem;left:2.6871092915535rem; }
 }@media only screen and (max-width: 763px) { #DeJCwT7CDyMAM6ZPsQWPSJM3fGNTvVE4 { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ec6M4oTEhG1fyuEIIgzWOCUHkzXaH0L7 { width:9rem;height:5.68685rem;top:26.561325550079rem;left:9.3749998211863rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15109;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StfMzGObt8z5gRPCCMtc3lDNay8OeoZ5 { width:20rem;height:4.3125rem;top:24.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #Fud1HcKKdPAosOV9DMnZCqqOd7OCRoIb { width:8.81225rem;height:4.375rem;top:57.4365234375rem;left:9.06005859375rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRqoXPF4l2uldTauhdN6e6yXd7A4y7Hy { width:14.625rem;height:auto;top:25.75rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #p0rfFkwOTE3TIW4ETqL8eQ63f1PmaWv4 { width:2.1875rem;height:2.1875rem;top:59.89013671875rem;left:5.540771484375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgD9AhwMevypmEPPPybqHxMhIFLCtQrb { display:flex;width:2.5rem;height:2.5rem;top:10rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiaOTlklSb3tCyT888t5Z9pT3EBI3tB2 { display:flex;width:1rem;height:1rem;top:20.642967224121rem;left:0.92656236886981rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #emuQArEcR02DnBNCLvCSu3398X381e7K { width:20rem;height:auto;top:31.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#172279;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #JSpnDeNnJTi301uq66wbpOgDvao4tucM { width:20rem;height:auto;top:33.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#172279;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #koqUJ8TxZuTH8ppsc9qaK004I485rtwb { width:18.875rem;height:10.875rem;top:20.769920825958rem;left:0.81093746423719rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RHJpnAr3Nn4AadK1IaCm2Q2HLSsGkKkd { width:1.625rem;height:1.625rem;top:20.358591556549rem;left:0.68789058923719rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #SWW3LWV7c8ZAoqHbqdqTtbzkitlUJU8C { width:2.6875rem;height:2.8125rem;top:19.790232181549rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #GJeuN2pUNb2qO4kDWfJCcAKD2eCIW8Qy { width:1.6875rem;height:1.62435rem;top:4.2281246185303rem;left:0.55312496423721rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#172279;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AVr11Z7Id7w5Q8r43W6eAPirK8QiI2Hf { width:13.3125rem;height:4.3125rem;top:9.5rem;left:3.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #MA14RLfTqGMlRGKtcD2DUZkpGhA2VMHz { width:11.25rem;height:4.3125rem;top:53.780466461182rem;left:4.375rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT2G2xHIcH4uvJbiT1gl2FrMk5zlsXNy { width:8.6875rem;height:0;top:11.873436450958rem;left:3.3093748688698rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #HgOmTctIddeliw0QOS8Riw8JpBkrnKNo { width:1.625rem;height:1.625rem;top:12.326170444489rem;left:0.56249994039536rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3flOg7tWhKRA58v2eaNnx7lC89U4wT { width:1.6875rem;height:auto;top:11rem;left:9.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#172279;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #DfZvRRkUPgvW40RkoPO4CEd01N2zR6JJ { display:flex;width:2.5rem;height:2.5rem;top:31.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynwOszdzquPJZigeBZVq8Sc3KyyeqgIO { width:2.68710625rem;height:2.8125rem;top:11.761326313019rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #qFOM9ogiU5yNUOzbIig4u0HAsUXfaapX { width:1.99921875rem;height:1.37460625rem;top:12.498044967651rem;left:1.0855467915535rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;z-index:15353;display:block; }
 }@media only screen and (max-width: 763px) { #w106xn1f1lI1mGMnwLAIq6LeNpiQFhVZ { width:1.875rem;height:1.4615875rem;top:12.625780582428rem;left:11.581640064716rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #U42RAJTShBnrhEwdp1lCL7ThnbQUmgKC { width:4.5rem;height:1.4615875rem;top:12.604687213898rem;left:3.5097654461861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #lxCvuZUD6AtMGHOlSVqQTe9b9JxLgsMR { width:4.5rem;height:1.4615875rem;top:12.594139575958rem;left:12.966795742512rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:19.872210876465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.34928125rem;top:2.125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:4.5rem;left:0.87500005960463rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.51025rem;top:3.997917175293rem;left:2.6229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:6.25rem;left:0.87500005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:8.125rem;left:0.93750005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.15rem;top:12.559814453125rem;left:9.078369140625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:16.499755859375rem;left:10.316162109375rem;font-size:0.875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e69f1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:9rem;top:10.812501907349rem;left:-0.061458349227905rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:10.247917175293rem;left:0.87500005960463rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { width:7.3125rem;height:12.5rem;top:20.7470703125rem;left:7.33984375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { background-color: transparent; background-image: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { border-width: 0; border-radius: 0; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { width:20rem;height:21.98892746582rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA4Cmh5xFmaX85u9UDaEvMmuJJSzk6dQ { width:6.5625rem;height:2rem;top:19.7392578125rem;left:10.47265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { width:19.6875rem;height:6.125rem;top:6.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { width:20rem;height:12.3125rem;top:0rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #EWaCs34JQZfgRtMCuPgXse0AuSpgAxrM { width:8.875rem;height:2rem;top:17.23828125rem;left:9.31640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { width:9.1875rem;height:7.6875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { width:20rem;height:6.6875rem;top:5.8114585876465rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { width:20rem;height:12.375rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { width:8.9375rem;height:2.749025rem;top:13.61328125rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { width:6.1875rem;height:3.4375rem;top:0.12851715087891rem;left:13.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:8.8125rem;height:2rem;top:9.4375rem;left:1.0625rem;font-size:0.9375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { width:12.4375rem;height:1.4615875rem;top:0.69140625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { width:20rem;height:9.375rem;top:12.5625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { width:20rem;height:4rem;top:17.9892578125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { width:15.625rem;height:2.2737625rem;top:2.7492218017578rem;left:1.1871092915535rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { width:12.6875rem;height:0;top:9.1875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:5.783203125rem;left:1.25rem;width:17.5rem;height:0;z-index:15166;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { width:13rem;height:1.4615875rem;top:7.0625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { width:16rem;height:0;top:11.668748855591rem;left:1.1020833849907rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { width:7.5625rem;height:2.2737625rem;top:9.26953125rem;left:10.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { width:5.1875rem;height:9rem;top:12.625rem;left:3.16015625rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:4.5625rem;height:1.7806rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.40625rem;top:1.4210968017578rem;left:4.9949215054512rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#f6f9ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1.0001625rem;top:1.810763835907rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.2737625rem;top:3.3593745231628rem;left:1.0286458730698rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.3990875rem;top:11.1875rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:16.875rem;height:3.41064375rem;top:13.998046875rem;left:1.0617186427116rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.19954375rem;top:6.5000038146975rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.19954375rem;top:18.823432922363rem;left:1.0675780177116rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.547525rem;top:20.433586120606rem;left:1.1835936903954rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:2.2737625rem;top:7.936631679535rem;left:1.1414930820465rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { background-color: transparent; background-image: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container > .video-iframe-container { display: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container { display: none; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .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); }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { border-width: 0; border-radius: 0; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tL2segJmiBT9Gmkk4DieTBTPNEbuGnQH > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kikO4So1vwI2twtEZaXd4KAHG3CIbsMq { width:2.5625rem;height:1.7806rem;top:1.2390747070312rem;left:1.4999999403954rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Gmf8Bg0ehH3nvfGi6IFHQAJlboTwvPZ1 { display:flex;width:2rem;height:2rem;top:1.1886749267578rem;left:17.246483623981rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #DbMSgVxVkML93XhDqDPbTrRhITXtWwyd { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w159D6ScT1MQfE19uFA9AXCAkUSnVl2z { width:14rem;height:0;top:1.359375rem;left:2.4951171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #T46cPSI4OVEizqHk243r7KwVRcStd0Id { width:20rem;height:3.25rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAzwGt22QhH0KFm34mPyQVU2UvvteO9r { width:10.6875rem;height:1.2182625rem;top:2.1089935302734rem;left:5.0621090531349rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#31315b;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #utw8Rbfb8SRoUQsnf7FK1BzkCtOecbDf { width:8.5625rem;height:1.40625rem;top:0.90742492675781rem;left:5.0621090531349rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#31315b;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I { 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; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { background-color: transparent; background-image: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container > .video-iframe-container { display: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container { display: none; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .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); }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { border-width: 0; border-radius: 0; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEJOEpsWZI4dTTtGHCwRmv7DWfarQO3I > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g063FHgX8ncHKaJkzfXOR8eGkxJG9ztU { width:18.5rem;height:1.0001625rem;top:1.810763835907rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #BDsAbHDCBXqz8vlyulzwhVZUFqFcdWLN { width:17.3125rem;height:3.41064375rem;top:3.2337265014649rem;left:1.0286458730698rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7zwAEgL8zyw1fr2HEeQ8oF27hJZqcpg { width:17.75rem;height:1.19986875rem;top:14.598307609558rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJcWJLalV0CVM83I4TbsSCBTN8V4y6zq { width:18.9375rem;height:4.547525rem;top:16.068359375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #OxLrHWRROMegU9eOyV2QpOOlUIc0TIxl { width:18.375rem;height:1.19986875rem;top:6.9375rem;left:1.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cWueabVS37C1ybt2C1P1biHMW3C95X7A { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wult21Di1mA0iFJTZIJeoySXta8sFS4V { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #H6ILII7GrIzusBcGhppytfFcP2WA95Ds { width:17.6875rem;height:2.3990875rem;top:21.306640625rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E6XsZtlV4z9ElzC5ETKb98rvhnMb7yOA { width:17.75rem;height:4.547525rem;top:24.684245109558rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #JmNTO4I1MJr9MA2GNvMvl2SMGWKswysS { width:17.5rem;height:5.68440625rem;top:8.186195373535rem;left:1.140625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Her4q8o5L2bsv9fTII2uRMCn1XZS0RMI { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #PdSUQhW4aMFlfLcxI2HgPbq6Xe68MpTJ { width:18.125rem;height:2.3990875rem;top:30.6875rem;left:1.1871092915535rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fgGneiG7Kp50ccBDo3vZ2ZFl7eXESpKv { width:17.875rem;height:1.13688125rem;top:33.499618530274rem;left:1.0617186427116rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.3816375rem;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; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:16.75rem;height:4.2rem;top:3.4249992370606rem;left:1.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:15.8125rem;height:2.111rem;top:16.1552734375rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.3816375rem;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; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:11.25rem;top:13.5869140625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:1.3816375rem;top:14.473308086395rem;left:6.8750001192094rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hb4W7hZOL1Bho3anrfERLof1KhKtfUgw { width:18.25rem;height:2.111rem;top:21.38542175293rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xtIyExWmLvL0Liz5VaCmPBfseSVGqx6P { width:20rem;height:1.0555rem;top:20.809246063233rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh { 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; } #CAvPONRIPmOIyDs2h7UZKhgL7sLqHOlh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.812175rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:20rem;height:5.71969921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { width:14.375rem;height:1.5625rem;top:0.125rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.25625rem;padding-right:0.269375rem;padding-bottom:0.25625rem;padding-left:0.269375rem;width:1.61875rem;min-width:1.61875rem;height:1.36875rem;font-size:1.021875rem;line-height:21.9px;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; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.16125rem;height:0.539375rem;font-size:0.3825rem;line-height:8.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:12.625rem;height:2.579375rem;top:1.6875rem;left:2.86328125rem;padding-top:0.726875rem;padding-right:0.876875rem;padding-bottom:0.726875rem;padding-left:0.876875rem;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; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { width:13.5rem;height:1.3816375rem;top:0.669921875rem;left:3.1875rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem #2e3680;display:block; }
 }