.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ecf2ff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #defdff, #c3ec9f);background-image: -moz-linear-gradient(0deg, #defdff, #c3ec9f);background-image: -ms-linear-gradient(0deg, #defdff, #c3ec9f);background-image: -o-linear-gradient(0deg, #defdff, #c3ec9f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#defdff', endColorstr='#c3ec9f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#defdff', endColorstr='#c3ec9f' );";background-image: linear-gradient(0deg, #defdff, #c3ec9f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:6.9375rem;width:5.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:4.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 3.125rem rgba(170,58,13,0.13) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:1.3125rem;width:5.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:4.02734375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { color:#414162;display:block;width:29.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15297;line-height:1.2;letter-spacing:0;top:5.75rem;left:41.625rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { position:absolute;display:block;z-index:15369;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.2373046875rem;left:4.6875rem;overflow:hidden;display:block; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#414162;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15298;line-height:1.2;letter-spacing:0;top:9.625rem;left:41rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:24.75rem;top:2.84375rem;left:10.46875rem;overflow:hidden;display:block; }
#Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:block; }
#VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(70deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(70deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(70deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(70deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:8.65625rem;display:block; }
#mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:none; }
#TlnFNADX5yTTL3vTy707SWtnvIGLROSs { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:none; }
#eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { position:absolute;display:block;z-index:14990;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:5rem;width:4.375rem;top:14.843750715256rem;left:8.8750019073488rem;overflow:hidden;display:block; }
#omTVuCsCPEbXZe81nANzadMPDP2QtCxV { z-index:15181;top:19.6875rem;left:44.375rem;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:#0f5311;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.246125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OAt3S1WKVU2mXskCmVC0KEJvSd6Hf1MM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEga3W5ZUxnZ88rpeO3tK3LSCbCgITvt { color:#141436;display:block;width:16.9956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15184;line-height:1;letter-spacing:0;top:16.75rem;left:47.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 { background-color: transparent; background-image: none; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container > .video-iframe-container { display: none; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row > .video-iframe-container { display: none; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .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); }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 { border-width: 0; border-radius: 0; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DcERbANTH3DSLIus2WtyrrANIu2BVNlJ { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UaV9y88e5lWcUMmMMVo0zByzQ1OBa6cy { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Wd8TH3xa1StUTvnha7zNWzuneIZOBx0E { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MHu08JtW5agye2pJ7M1zrsPquOWmvcBB { box-sizing:content-box;height:9.0625rem;width:28.0625rem;position:absolute;display:block;z-index:15160;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -moz-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -ms-linear-gradient(119deg, #9b4ca0, #58195d);background-image: -o-linear-gradient(119deg, #9b4ca0, #58195d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4ca0', endColorstr='#58195d' );";background-image: linear-gradient(119deg, #9b4ca0, #58195d);background-size:auto !important;top:0.625rem;left:43.4345703125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid rgba(251,203,253,0.48);border-left:0.1875rem solid rgba(251,203,253,0.48);border-right:0.1875rem solid rgba(251,203,253,0.48);border-bottom:0.1875rem solid rgba(251,203,253,0.48);box-shadow: 0rem 0rem 0.75rem rgba(188,30,116,0.22) ;display:block; }
#Wp7q1wzlhZ2RMN8UeGXTMG94ZEJcHuVh { z-index:15165;top:6.1416015625rem;left:59.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;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:mukta;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.999375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#REv7f5koPmW7oC3XSD68kqWUJqi5BwRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGHoy52JHqBkUAAObtx3fNy0cVD9kwul { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:mukta;font-size:2.125rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:1.3876953125rem;left:49.0322265625rem;height:5.5243rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dF9a8sJZvbP1K1pT5RbaPfrd6NSAZTpr { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:49.46875rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sONpBBBXbivxTT6BlAduvcb7kktUfCmb { 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:5.99935rem;width:5.99935rem;top:2.29296875rem;left:44.09765625rem;overflow:hidden;display:block; }
#x4o98xqCT3i7lXkxbfWKcdWxEA27WcOT { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1fdfd;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; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .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); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { border-width: 0; border-radius: 0; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { 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; }
#ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { 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; }
#x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { 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; }
#MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { 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; }
#DPXIANXh6zBltkmcGd8pU2E78ywct8bl { 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; }
#eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { 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; }
#wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { 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; }
#Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { box-sizing:content-box;height:5.8125rem;width:34.625rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:16.237501144409rem;left:2.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { 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; }
#rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { 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; }
#m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { 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; }
#f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { 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; }
#wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { 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; }
#cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { 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; }
#m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { 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; }
#upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { 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; }
#OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { 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; }
#FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { 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; }
#RMrpvg3eizXLLuo2dNay2zlBrlReAktE { 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; }
#IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { 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; }
#oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { 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; }
#TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { 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; }
#T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { 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; }
#TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { 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; }
#TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { 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; }
#ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { 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; }
#GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { 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; }
#bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { 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; }
#qrragQaMPKlCys19VlHEyE6cAoc2m1ke { 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; }
#EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { 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; }
#m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { 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; }
#fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { 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; }
#qy9HRdlTETygnsOFD1PEcto6mgIRMstI { 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; }
#VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { 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; }
#Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { box-sizing:content-box;height:4.375rem;width:31.125rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:22.562501907349rem;left:2.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#hZRCcpWpbloRkZs581nTkgNEydtISR14 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { box-sizing:content-box;height:4.375rem;width:30.875rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:27.591793060302rem;left:2.4996070861816rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.0000019073488rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oVGHZ08BOl3bmrvT0T9widAwFDDoQm2o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.49960625rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:8.2468745112419rem;left:60.435935974121rem;display:block; }
#uPvN6hPrgr4HvCJtCKC9arCkfxfiQn8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fClm3pM0kyl0Cffr46gZHW7IxG37K82x { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:17.071875572204rem;left:26.941667556762rem;height:5.52430625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { 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; }
#TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { 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; }
#ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { 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; }
#TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { 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; }
#rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { 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; }
#cETJdoa1MM7UkIBE44CakBmzb13pHqNR { 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; }
#zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { color:#0b6152;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:1.5604167580604rem;left:2.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { color:#29284f;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:12.22265625rem;left:37.20703125rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { position:absolute;display:block;z-index:15359;height:2.1875rem;width:6.75rem;top:17.706249237061rem;left:17.217710494995rem;display:block; }
#WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { box-sizing:content-box;height:6.1875rem;width:31.3125rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:32.560543060302rem;left:2.5617179870606rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:33.812107086182rem;left:6.75rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { 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; }
#HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { 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; }
#UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { 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; }
#Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { position:absolute;display:block;z-index:15334;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:9.4365rem;top:3.8125rem;left:31.625rem;overflow:hidden;display:none; }
#h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { 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; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15353;line-height:1.2;letter-spacing:0;top:17.775001525879rem;left:7.1875019073488rem;height:2.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:6.5281239151956rem;left:3.25rem; }
#mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { box-sizing:content-box;height:33.875rem;width:36.375rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625004768369rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15358;line-height:1.3;letter-spacing:0;top:6.7300758361819rem;left:8.25rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { color:#0d5147;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15354;line-height:1.3;letter-spacing:0;top:14.016666412354rem;left:14.125001907349rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { box-sizing:content-box;height:7.25rem;width:73.625rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(11,97,82,0.86), #0b6152);background-image: -moz-linear-gradient(190deg, rgba(11,97,82,0.86), #0b6152);background-image: -ms-linear-gradient(190deg, rgba(11,97,82,0.86), #0b6152);background-image: -o-linear-gradient(190deg, rgba(11,97,82,0.86), #0b6152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152db', endColorstr='#0b6152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152db', endColorstr='#0b6152' );";background-image: linear-gradient(190deg, rgba(11,97,82,0.86), #0b6152);background-size:auto !important;top:5.1875rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SstQe0BPVryMcKdE0buUbyTTlryTInHx { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15361;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:17.925001144409rem;left:3.3739604949951rem; }
#aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15362;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:23.500001907349rem;left:3.3427104949951rem; }
#t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15363;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:28.592708587646rem;left:3.2541675567627rem; }
#hbP963K71xlmAH9APkJtvha5CtvxWm5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:34.281251966953rem;left:3.2500019073486rem; }
#UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { box-sizing:content-box;height:29.1875rem;width:36.8125rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:11.770833969116rem;left:37.44167137146rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { color:#0d5147;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15355;line-height:1.3;letter-spacing:0;top:14.016667366028rem;left:53.090627670288rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { box-sizing:content-box;height:5.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:16.250000953674rem;left:39.250005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15354;line-height:1.2;letter-spacing:0;top:17.937501370907rem;left:43.312505722046rem;height:2.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15362;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.5));top:17.937500953674rem;left:40.062505722046rem; }
#EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { position:absolute;display:block;z-index:15360;height:2.1875rem;width:6.75rem;top:17.884372711182rem;left:53.407293319702rem;display:block; }
#VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:17.134375572204rem;left:62.716672897338rem;height:5.52430625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { box-sizing:content-box;height:4.375rem;width:32.5625rem;position:absolute;display:block;z-index:14980;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:22.659376144409rem;left:39.25417137146rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15363;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.5));top:23.625001907349rem;left:40.187505722046rem; }
#rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:23.291667938233rem;left:43.529165267944rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { box-sizing:content-box;height:4.375rem;width:32.75rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:27.624607086182rem;left:39.31640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2));top:28.668750762939rem;left:40.187505722046rem; }
#lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { box-sizing:content-box;height:6.3125rem;width:31.6875rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b6152, #06927e);background-image: -moz-linear-gradient(90deg, #0b6152, #06927e);background-image: -ms-linear-gradient(90deg, #0b6152, #06927e);background-image: -o-linear-gradient(90deg, #0b6152, #06927e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152', endColorstr='#06927e' );";background-image: linear-gradient(90deg, #0b6152, #06927e);background-size:auto !important;top:32.561717987061rem;left:39.249603271484rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,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; }
#bG1TqUKqvEs8t226TpxG065op2nX156E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15365;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:34.312501907349rem;left:40.312505722046rem; }
#dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:33.549602508545rem;left:43.715621948243rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W8faHNTJWNKywtoMUKOikh76LzWsLiXU { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:29.007419586182rem;left:43.778900146484rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#faKsPZRb6bqsU5C08n3Tdq2D4Bx2ucXN { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:14975;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3166656494141rem;left:22.941667556762rem;display:block; }
#eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.145834207535rem;left:70.716672897338rem;display:block; }
#xTHDD65NMkZA82BicPJTT69rRVnPqt1n { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:14974;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.967710494995rem;left:32.875001907349rem;display:block; }
#qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { box-sizing:content-box;height:1.375rem;width:1.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14975;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80026', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80026', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.15), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.375001907349rem;left:36.812501907349rem;display:block; }
#lhfinZ4TH4LyLaW804XIis5RJK5iOX7l { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:22.500001907349rem;left:28.128126144409rem;overflow:hidden;display:block; }
#DN6tQWmvUn4c4mMIgHzSrDxDl3S3vUap { position:absolute;display:block;z-index:15371;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:22.625001907349rem;left:66.754171371463rem;overflow:hidden;display:block; }
#Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.670829772949rem;left:8.9041652679444rem;display:none; }
#Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { 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; }
#TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { 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; }
#dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { 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; }
#UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15372;background-color:#9ab0a8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.362500190735rem;left:25.941667556762rem;display:block; }
#yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15373;background-color:#9ab0a8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.504168510437rem;left:61.654172897339rem;display:block; }
#oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:17.071875572204rem;left:26.941667556762rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XMg8huHCJAmeFZrIJ1hGABWz56KLn0EU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:8.4583339691163rem;left:30.625001907349rem;display:none; }
#MDaFNbSN0ar3y5wTVSCv63kOw5wt903a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:8.4583339691163rem;left:30.625001907349rem;display:none; }
#uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.374625rem;height:3.375rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:12.501560211182rem;left:18.024608612061rem;display:none; }
#AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OK3m5qmoxhIc4myH1lyF6oKCdAHSeTfo { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:block; }
#qPFoodUKOoS097RQcvkRG5JqXWGufHkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fC2cDFq86xMrzyiPTW0QgBcDzxU0H5JH { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.2491875rem;height:2.18671875rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:35.853122711182rem;left:12.9375rem;display:block; }
#Gu4RUTzrLtTNPNBJaukqsec4MiNOI2z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RK59oNyUmNhBllX9DMCIwgtkrz3xA60p { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:28.463278591633rem;left:48.714057922363rem;display:block; }
#C6JI80CeJ1lhIitLAMo8yIAvCZPxkup9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObwQMDeW0oeXXadQkZ3gv5ZcTrSAkAgF { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.2480625rem;height:2.4984375rem;text-decoration:none;z-index:15354;text-align:center;text-align-last:center;top:35.541793823243rem;left:51.091011047363rem;display:block; }
#NHMOp7rl351ZLvTCTCUvezV3GiiTTcdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkubzKDHsEmngaBrrp69rSTrHo7Js10C { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wkNCix2OV1XWVlbk0nZl8vJdzqSD5bq9 { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ksH9uFTxKpduWK3Zdl8g44Zear4xmx9V { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:none; }
#gkimd5tNOQslqU8ZiB8CKu4Iy2rnZIHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUDIzlip5DHTZxq6cowlzxaP4thHUwNW { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:none; }
#OlFqOtc0wZE2C2rv0S1tvTS2UtX8tMWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dm18Ung8pG9vTql4qQ74hvOk99TxtW6k { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;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.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:none; }
#W3Ztde2cWXwQpshW7FlbiLif6tQUvBPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVX30iIdsMJa7u2Cx1JcE3J3Udq0x1TB { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CsCng7Z32k3J4JCG1KEWAlhvaXEnfJ6U { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#o8Bc4e3afzsA7MIwQNuU77ToBdVBmLvs { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15358;line-height:1.3;letter-spacing:0;top:6.7300758361819rem;left:8.25rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #c3ec9f, #defdff);background-image: -moz-linear-gradient(360deg, #c3ec9f, #defdff);background-image: -ms-linear-gradient(360deg, #c3ec9f, #defdff);background-image: -o-linear-gradient(360deg, #c3ec9f, #defdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ec9f', endColorstr='#defdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ec9f', endColorstr='#defdff' );";background-image: linear-gradient(360deg, #c3ec9f, #defdff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { border-width: 0; border-radius: 0; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UI0x3wFNQtb16HxDSgIs8crNcis43K8w { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TiV3o3mozssCrJNtsEaU098O09nJxzPO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#STO66aBhHf4dUMTVear2dJQGTqZsIiso { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mrMggCEFGguktbM54DqPyJxD4gbbze2J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F2OMcvPiMXChZZpKlr43ebUgleu83hbL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IH0birkrWgsnz2XfXNvTyQFflMFviyHx { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A41ZU2raAg194rrNh9F8rrWTif32KZBX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { position:absolute;display:block;z-index:15334;border-top:0.3125rem solid #df64a5;border-left:0.3125rem solid #df64a5;border-right:0.3125rem solid #df64a5;border-bottom:0.3125rem solid #df64a5;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:0rem;display:block; }
#NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { color:#0b6152;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.25rem;top:14.687500953674rem;left:0rem;overflow:hidden;display:block; }
#GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:19.656251430511rem;left:68.93958854675rem;overflow:hidden;display:block; }
#iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5625rem;top:2.2541675567627rem;left:3.404167175293rem;overflow:hidden;display:block; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #df64a5;border-left:0.3125rem solid #df64a5;border-right:0.3125rem solid #df64a5;border-bottom:0.3125rem solid #df64a5;box-shadow: none;height:13.5rem;width:24.125rem;top:5.625rem;left:25.187501907349rem;display:block; }
#qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:18.781250953674rem;left:45.352087020874rem;overflow:hidden;display:block; }
#zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:20.062503814698rem;left:6.9031238555906rem;display:block; }
#iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -moz-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -ms-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -o-linear-gradient(180deg, #df64a5, #ffb5db);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );";background-image: linear-gradient(180deg, #df64a5, #ffb5db);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.625003814698rem;left:5.4375019073486rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:20.125003814698rem;left:31.781251907349rem;display:block; }
#fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { position:absolute;display:block;z-index:15346;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.375rem;top:3.0312509536743rem;left:45.945837020874rem;overflow:hidden;display:block; }
#vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { position:absolute;display:block;z-index:15347;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4rem;top:1.3791675567627rem;left:68.93958854675rem;overflow:hidden;display:block; }
#yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { position:absolute;display:block;z-index:15350;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.9375rem;top:20.191668510437rem;left:18.152082443238rem;overflow:hidden;display:block; }
#iIRif7BZzofVq67305pEe4JocJDiNMpX { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #df64a5;border-left:0.3125rem solid #df64a5;border-right:0.3125rem solid #df64a5;border-bottom:0.3125rem solid #df64a5;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:50.375rem;display:block; }
#cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15355;text-align:center;text-align-last:center;top:20.187500476837rem;left:57.037504196167rem;display:block; }
#QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TafAVDxZeICORH10Xaz7gTH23aKqdwMo { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#A2fzCEv7L345EITxQkyyr406QrgHMJuX { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -moz-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -ms-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -o-linear-gradient(180deg, #df64a5, #ffb5db);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );";background-image: linear-gradient(180deg, #df64a5, #ffb5db);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:30.347917556762rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -moz-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -ms-linear-gradient(180deg, #df64a5, #ffb5db);background-image: -o-linear-gradient(180deg, #df64a5, #ffb5db);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df64a5', endColorstr='#ffb5db' );";background-image: linear-gradient(180deg, #df64a5, #ffb5db);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:55.443754196167rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:2.3760423660278rem;left:21.465627670288rem;overflow:hidden;display:block; }
#tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T970BIHwMRpv0m4C97TOLSavJJlVZL7I { color:#2145a4;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { color:#0b6152;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15295;line-height:1.3;letter-spacing:0;top:29.591668128967rem;left:21.843751907349rem;height:1.5434rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { position:relative;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf2ff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.3759765625rem;left:2.99609375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.443359375rem;left:2.9326171875rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:5.884765625rem;left:5.3701171875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.9443359375rem;left:2.9326171875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.5732421875rem;left:2.9326171875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.8505859375rem;left:51.330078125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:55.423828125rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.509765625rem;left:45.3095703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:12.0625rem;top:0rem;left:34.4501953125rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:14rem;width:74.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;top:2.0087890625rem;left:0.375rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:block; }
#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { position:relative;display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { background-color: transparent; background-image: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row > .video-iframe-container { display: none; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { border-width: 0; border-radius: 0; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { box-sizing:content-box;height:6.375rem;width:28rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:6.0625rem;left:47rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { box-sizing:content-box;height:12.375rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.25rem;top:1.3125rem;left:47.875rem;overflow:hidden;display:block; }
#QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { box-sizing:content-box;height:6rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;top:6.5rem;left:0.4375rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { box-sizing:content-box;height:12.375rem;width:46.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;top:0.0625rem;left:0.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:1.8125rem;left:62.125rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { box-sizing:content-box;height:3.5rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.375rem;left:18.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.adaptive-delivery-prevent-bg, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyload, #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg.lazyloading { background-image: none; }
#JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:#355ba2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:8.84375rem;left:16rem;display:block; }
#gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.3662109375rem;left:2.84375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { box-sizing:content-box;height:13.625rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:5.875rem;left:48.5rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.78125rem;height:1.6253875rem;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.6253875rem;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.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:none; }
#uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { position:absolute;display:block;z-index:15359;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:6.875rem;left:62.125rem;overflow:hidden;display:block; }
#II5yQrhpiVS44huHd4QRN63RhHPtLw4X { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.1875rem;top:6.0000019073486rem;left:61.591672897339rem;overflow:hidden;display:none; }
#MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74895625rem;width:8.6854375rem;top:9.0010433197019rem;left:62.279172897339rem;overflow:hidden;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { color:#31315b;display:block;width:3.0625rem;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.2197914123535rem;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.5479164123535rem;left:9.77499961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.4375rem;left:1.7760410308838rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#31315b;display:block;width: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:2.875rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625001907349rem;left:7.3750019073488rem;height:13.15625rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.1875rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:30.562501907349rem;left:6.2499990463257rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.687502145768rem;left:7.436460494995rem;height:2.9236125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#31315b;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.67448125rem;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:4.8906254768372rem;left:40.878126144409rem;height:1.13715rem;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.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:5.6875rem;width:27.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3724060058594rem;left:38.872398376465rem;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:2.9648456573486rem;left:40.878910064698rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnAcc017n8NEqtywW1y4BWCbi1zScsN9 { position:relative;display:block; }#PnAcc017n8NEqtywW1y4BWCbi1zScsN9 > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:5.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { top:5.75rem;left:18.0625rem;width:29.6875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { top:1.1875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:9.625rem;left:18rem;width:29.6875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { top:2.8125rem;left:0rem;width:24.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { top:10.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { top:14.8125rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTVuCsCPEbXZe81nANzadMPDP2QtCxV { top:19.6875rem;left:23.5625rem;width:24.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAt3S1WKVU2mXskCmVC0KEJvSd6Hf1MM { display:block; }
 }@media only screen and (max-width: 763px) { #aEga3W5ZUxnZ88rpeO3tK3LSCbCgITvt { top:16.75rem;left:30.8125rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 { display:block; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcERbANTH3DSLIus2WtyrrANIu2BVNlJ { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaV9y88e5lWcUMmMMVo0zByzQ1OBa6cy { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wd8TH3xa1StUTvnha7zNWzuneIZOBx0E { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHu08JtW5agye2pJ7M1zrsPquOWmvcBB { top:0.625rem;left:19.3125rem;width:28.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp7q1wzlhZ2RMN8UeGXTMG94ZEJcHuVh { top:6.125rem;left:36.8125rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REv7f5koPmW7oC3XSD68kqWUJqi5BwRL { display:block; }
 }@media only screen and (max-width: 763px) { #FGHoy52JHqBkUAAObtx3fNy0cVD9kwul { top:1.375rem;left:24.6875rem;width:23.0625rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF9a8sJZvbP1K1pT5RbaPfrd6NSAZTpr { top:3.9375rem;left:25.5rem;width:22.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONpBBBXbivxTT6BlAduvcb7kktUfCmb { top:2.25rem;left:30.47265625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4o98xqCT3i7lXkxbfWKcdWxEA27WcOT { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { top:16.1875rem;left:0rem;width:34.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { 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) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { 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) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { 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) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { top:22.5625rem;left:0rem;width:31.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { top:27.5625rem;left:0rem;width:30.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { top:23.1875rem;left:0rem;width:19.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { top:29rem;left:0rem;width:23rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVGHZ08BOl3bmrvT0T9widAwFDDoQm2o { width:11.25rem;height:2.4375rem;top:8.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvN6hPrgr4HvCJtCKC9arCkfxfiQn8H { display:block; }
 }@media only screen and (max-width: 763px) { #fClm3pM0kyl0Cffr46gZHW7IxG37K82x { top:17.0625rem;left:13.316667556762rem;width:8.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { top:1.5rem;left:0rem;width:21.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { display:none; }
 }@media only screen and (max-width: 763px) { #tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { top:17.6875rem;left:3.5927104949951rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { top:32.5rem;left:0rem;width:31.3125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { top:33.75rem;left:0rem;width:26.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:17.75rem;left:0rem;width:9.5625rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { top:6.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { top:7.0625rem;left:0rem;width:36.375rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { top:6.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { top:14rem;left:0.50000190734863rem;width:8.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { top:5.1875rem;left:0rem;width:47.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { top:17.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { top:23.5rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { top:28.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { top:34.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { top:11.75rem;left:10.9375rem;width:36.8125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { top:14rem;left:39.4375rem;width:8.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { top:16.25rem;left:14.3125rem;width:33.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { top:17.9375rem;left:29.687505722046rem;width:9.375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { top:17.9375rem;left:26.437505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { top:17.875rem;left:39.782293319702rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { top:17.125rem;left:38.75rem;width:9rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { top:22.625rem;left:15.1875rem;width:32.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { top:23.625rem;left:26.562505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { top:23.25rem;left:25rem;width:20.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { top:27.5625rem;left:15rem;width:32.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { top:28.625rem;left:26.562505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { top:32.5rem;left:16.0625rem;width:31.6875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1TqUKqvEs8t226TpxG065op2nX156E { top:34.3125rem;left:26.687505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { top:33.5rem;left:21.5625rem;width:26.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8faHNTJWNKywtoMUKOikh76LzWsLiXU { top:29rem;left:20.8125rem;width:26.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faKsPZRb6bqsU5C08n3Tdq2D4Bx2ucXN { top:2.3125rem;left:9.3166675567625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { top:13.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDD65NMkZA82BicPJTT69rRVnPqt1n { top:31.9375rem;left:19.250001907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { top:38.375rem;left:23.187501907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhfinZ4TH4LyLaW804XIis5RJK5iOX7l { top:22.5rem;left:14.503126144409rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN6tQWmvUn4c4mMIgHzSrDxDl3S3vUap { top:22.625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { top:17.3125rem;left:12.316667556762rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { top:17.5rem;left:47.6875rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { top:30.5625rem;left:0rem;width:17rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMg8huHCJAmeFZrIJ1hGABWz56KLn0EU { width:11.25rem;height:2.5rem;top:8.4375rem;left:17.000001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDaFNbSN0ar3y5wTVSCv63kOw5wt903a { display:block; }
 }@media only screen and (max-width: 763px) { #eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { width:11.25rem;height:2.5rem;top:8.4375rem;left:17.000001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block; }
 }@media only screen and (max-width: 763px) { #aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { width:7.3125rem;height:3.375rem;top:12.5rem;left:4.3996086120606rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block; }
 }@media only screen and (max-width: 763px) { #OK3m5qmoxhIc4myH1lyF6oKCdAHSeTfo { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPFoodUKOoS097RQcvkRG5JqXWGufHkN { display:block; }
 }@media only screen and (max-width: 763px) { #fC2cDFq86xMrzyiPTW0QgBcDzxU0H5JH { width:10.1875rem;height:2.125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4RUTzrLtTNPNBJaukqsec4MiNOI2z3 { display:block; }
 }@media only screen and (max-width: 763px) { #RK59oNyUmNhBllX9DMCIwgtkrz3xA60p { width:9.375rem;height:2.5rem;top:28.4375rem;left:35.089057922363rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6JI80CeJ1lhIitLAMo8yIAvCZPxkup9 { display:block; }
 }@media only screen and (max-width: 763px) { #ObwQMDeW0oeXXadQkZ3gv5ZcTrSAkAgF { width:10.1875rem;height:2.4375rem;top:35.5rem;left:37.466011047363rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMOp7rl351ZLvTCTCUvezV3GiiTTcdx { display:block; }
 }@media only screen and (max-width: 763px) { #LkubzKDHsEmngaBrrp69rSTrHo7Js10C { top:46.375rem;left:0rem;width:11.25rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkNCix2OV1XWVlbk0nZl8vJdzqSD5bq9 { top:51.6875rem;left:0rem;width:5.4375rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksH9uFTxKpduWK3Zdl8g44Zear4xmx9V { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkimd5tNOQslqU8ZiB8CKu4Iy2rnZIHc { display:block; }
 }@media only screen and (max-width: 763px) { #xUDIzlip5DHTZxq6cowlzxaP4thHUwNW { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlFqOtc0wZE2C2rv0S1tvTS2UtX8tMWK { display:block; }
 }@media only screen and (max-width: 763px) { #dm18Ung8pG9vTql4qQ74hvOk99TxtW6k { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3Ztde2cWXwQpshW7FlbiLif6tQUvBPB { display:block; }
 }@media only screen and (max-width: 763px) { #hVX30iIdsMJa7u2Cx1JcE3J3Udq0x1TB { top:51.6875rem;left:0rem;width:5.4375rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsCng7Z32k3J4JCG1KEWAlhvaXEnfJ6U { top:46.375rem;left:0rem;width:11.25rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8Bc4e3afzsA7MIwQNuU77ToBdVBmLvs { top:8.125rem;left:0rem;width:18.5625rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { top:5.625rem;left:0rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:1rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { top:14.6875rem;left:0rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { top:19.625rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { top:2.25rem;left:0rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { top:5.625rem;left:11.562501907349rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { top:18.75rem;left:31.727087020874rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { width:11.25rem;height:2.5rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { top:19.625rem;left:0rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { width:11.25rem;height:2.5rem;top:20.125rem;left:18.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { top:3rem;left:32.320837020874rem;width:4.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { top:1.375rem;left:43.75rem;width:4rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:4.5270824432373rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { top:5.625rem;left:23rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { width:11.25rem;height:2.5rem;top:20.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { top:19.625rem;left:16.722917556762rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { top:19.625rem;left:33.4375rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { top:2.375rem;left:7.8406276702881rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { display:none; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { top:2rem;left:0rem;width:15.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { top:29.5625rem;left:8.2187519073488rem;width:31.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:3.375rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:5.875rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:8.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:11.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:6.8125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.8251953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2rem;left:0rem;width:47.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { display:block; }#dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { top:6.0625rem;left:19.75rem;width:28rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { top:0rem;left:19.9375rem;width:27.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { top:1.3125rem;left:34.25rem;width:12.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { top:6.5rem;left:0rem;width:46.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { top:0.0625rem;left:0rem;width:46.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { top:1.8125rem;left:37.125rem;width:10.625rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { top:0.375rem;left:4.84375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:11.5625rem;height:2.3125rem;top:8.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { top:1.3125rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { top:0rem;left:19.9375rem;width:27.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { top:5.875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { top:4.3125rem;left:0rem;width:42.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { top:9.1875rem;left:0rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:4.5rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { top:10.25rem;left:0rem;width:35.625rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { top:13.1875rem;left:0rem;width:34.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { top:9.3125rem;left:14.375rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { top:6.875rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #II5yQrhpiVS44huHd4QRN63RhHPtLw4X { top:6rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { top:9rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:1.1875rem;left:0rem;width:3.0625rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:1.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:1.5rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:0.4375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.875rem;left:0rem;width:41.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.625rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.1875rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:30.5625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:32.6875rem;left:0rem;width:43.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.125rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:4.875rem;left:23.6875rem;width:24.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:2.3125rem;left:20.5rem;width:27.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:2.9375rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAcc017n8NEqtywW1y4BWCbi1zScsN9 { display:block; }#PnAcc017n8NEqtywW1y4BWCbi1zScsN9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#defdff;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.529296875rem;left:16.498046875rem;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:0.125rem;left:8.1875rem;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:29.4375rem;background-color:#defdff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.0625rem;height:16.0625rem;top:0rem;left:0.33984375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;z-index:15352;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { width:20rem;height:1.5rem;top:15.813543319702rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QHmZG4QgihTrWnPeHQgvuDbUWxrQaTZ3 { width:4.1875rem;height:4.1875rem;top:34.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:1.375rem;top:17.81250166893rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { width:15.375rem;height:15.375rem;top:0.5625rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { width:3.5rem;height:3.5rem;top:1.125rem;left:2.3125000596046rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { width:1.75rem;height:1.75rem;top:44.65625rem;left:-1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { width:1.4375rem;height:1.4375rem;top:5.5624997615814rem;left:0.19166666269302rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { width:1rem;height:1rem;top:11.062500715256rem;left:16.566667377949rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { width:3.0625rem;height:3.5625rem;top:5.8750004768372rem;left:0.19166666269302rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #omTVuCsCPEbXZe81nANzadMPDP2QtCxV { top:25.3125rem;left:0.50000005960464rem;width:19rem;height:3.125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #OAt3S1WKVU2mXskCmVC0KEJvSd6Hf1MM { display:block; }
 }@media only screen and (max-width: 763px) { #aEga3W5ZUxnZ88rpeO3tK3LSCbCgITvt { width:11.6875rem;height:1.625rem;top:23rem;left:4.1562500596046rem;font-size:1.25rem;color:#0f5311;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MSxhnW898Xa03Sdz7w4Tx0tHIlRdGNV2 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcERbANTH3DSLIus2WtyrrANIu2BVNlJ { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #UaV9y88e5lWcUMmMMVo0zByzQ1OBa6cy { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #Wd8TH3xa1StUTvnha7zNWzuneIZOBx0E { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #MHu08JtW5agye2pJ7M1zrsPquOWmvcBB { width:18.75rem;height:8.375rem;top:0.99782943725588rem;left:0.62500005960463rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #Wp7q1wzlhZ2RMN8UeGXTMG94ZEJcHuVh { top:6.083984375rem;left:8.0685771107675rem;width:10.625rem;height:2.37413125rem;font-size:1.125rem;background-color:#ffffff;background-image:none;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #REv7f5koPmW7oC3XSD68kqWUJqi5BwRL { display:block; }
 }@media only screen and (max-width: 763px) { #FGHoy52JHqBkUAAObtx3fNy0cVD9kwul { width:14.124375rem;height:3.736975rem;top:1.7026901245118rem;left:4.8854168057442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF9a8sJZvbP1K1pT5RbaPfrd6NSAZTpr { width:20rem;height:0;top:11.714423007812rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sONpBBBXbivxTT6BlAduvcb7kktUfCmb { width:3.62413125rem;height:3.62413125rem;top:5.208984375rem;left:2.1864150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4o98xqCT3i7lXkxbfWKcdWxEA27WcOT { width:17.25rem;height:1.5434rem;top:3.6751251220703rem;left:1.3747830986977rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .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); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .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; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:20rem;height:108rem;background-color:#defdff;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) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { 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) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { 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) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { width:4.375rem;height:4.375rem;top:87.25rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { width:4.375rem;height:4.375rem;top:87.8125rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { 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) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { width:4.375rem;height:4.375rem;top:87.125rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { 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) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { width:11.6875rem;height:3.1875rem;top:70.625rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { 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) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { 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) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { 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) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { width:7.3125rem;height:0;top:58.402346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { 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) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { 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) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { 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) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { 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) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { 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) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { width:14rem;height:0;top:68.125rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { 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) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { 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) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { 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) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { 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) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { 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) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { width:17.25rem;height:10.75rem;top:83.1875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { 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) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { 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) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { 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) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { 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) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { 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) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { 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) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { width:1.625rem;height:1.625rem;top:29.421876430511rem;left:0.68854171037675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { width:2.6875rem;height:2.8125rem;top:28.851042270661rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { width:20rem;height:4.375rem;top:106.93750524521rem;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) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { width:20rem;height:4.375rem;top:111.96771383286rem;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) { #fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { width:14.125rem;height:4.05rem;top:35.940232276916rem;left:4.3160155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { width:11.3125rem;height:0;top:45.826168030501rem;left:4.5035155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #oVGHZ08BOl3bmrvT0T9widAwFDDoQm2o { width:9rem;height:2.5rem;top:14.201042175293rem;left:5.5000002980232rem;font-size:1.0625rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #uPvN6hPrgr4HvCJtCKC9arCkfxfiQn8H { display:block; }
 }@media only screen and (max-width: 763px) { #fClm3pM0kyl0Cffr46gZHW7IxG37K82x { width:9.625rem;height:0;top:30.745836257934rem;left:2.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { width:2.6875rem;height:2.8125rem;top:44.229168415069rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { width:1.625rem;height:1.625rem;top:44.84166765213rem;left:0.64895838499069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { width:17.25rem;height:13.5rem;top:97.25rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { width:17.25rem;height:5.125rem;top:111.25rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { width:11.375rem;height:3.125rem;top:19.841668605804rem;left:-2.2187500596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15079;background-color:#0e7d6f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { width:1.625rem;height:1.625rem;top:110.93750762939rem;left:8.9104173779488rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { width:19.1875rem;height:1.30625rem;top:1.3749961853027rem;left:0.43750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#414162;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { width:7.9375rem;height:0;top:104.25rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#141436;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { width:13.6875rem;height:0;top:90.934379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:#ace4fb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { width:8.625rem;height:4.25rem;top:26.375002145767rem;left:6.6291669011119rem;display:block; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { width:10.625rem;height:0;top:87.761468887331rem;left:6.3791669011119rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { width:20rem;height:5.8125rem;top:116.93646383286rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { width:14.3741875rem;height:2.7rem;top:51.712497711182rem;left:4.3144529461861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { width:2.6875rem;height:2.8125rem;top:117.2500038147rem;left:1.6958335042rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { width:1.625rem;height:1.625rem;top:110.375rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { width:17.25rem;height:6.5625rem;top:116.8125rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { width:15.3125rem;height:0;top:110.37500762939rem;left:4.6875002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { width:7.375rem;height:4.5rem;top:84.375001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { width:17.25rem;height:5.125rem;top:88.875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;background-color:#58a79b;background-image:none;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:14.3125rem;height:1.42448125rem;top:23.885417810641rem;left:4.129166662693rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { display:flex;width:1.5625rem;height:1.5625rem;top:4.921875rem;left:8.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { width:18.8125rem;height:14.625rem;top:19.841668605804rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { width:18.624625rem;height:0;top:7.7953109741213rem;left:0.7496092915535rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { width:6.75rem;height:1.42448125rem;top:20.754167437553rem;left:1.3437500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { width:20rem;height:13.9375rem;top:4.279167175293rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(11,97,82,0.75), #0b6152);background-image: -moz-linear-gradient(144deg, rgba(11,97,82,0.75), #0b6152);background-image: -ms-linear-gradient(144deg, rgba(11,97,82,0.75), #0b6152);background-image: -o-linear-gradient(144deg, rgba(11,97,82,0.75), #0b6152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152bf', endColorstr='#0b6152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6152bf', endColorstr='#0b6152' );";background-image: linear-gradient(144deg, rgba(11,97,82,0.75), #0b6152);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { display:flex;width:1.9375rem;height:1.9375rem;top:67.178122043613rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { display:flex;width:1.9375rem;height:1.9375rem;top:79.26483774185rem;left:1.5621092915535rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { display:flex;width:1.9375rem;height:1.9375rem;top:89.198820590975rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { display:flex;width:1.9375rem;height:1.9375rem;top:95.001944065094rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { width:20rem;height:29.1875rem;top:11.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { width:8.3125rem;height:1.64930625rem;top:63.803122043612rem;left:0.97265619039537rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { width:20rem;height:5.8125rem;top:16.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { width:15.375rem;height:1.42448125rem;top:67.435934543613rem;left:4.3160155415535rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { display:flex;width:1.75rem;height:1.75rem;top:23.660417556762rem;left:1.6875000596046rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.3)); }
 }@media only screen and (max-width: 763px) { #EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { width:8.625rem;height:4.25rem;top:69.820700168613rem;left:6.8742182850838rem;z-index:15373;display:block; }
 }@media only screen and (max-width: 763px) { #VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { width:15.3125rem;height:2.39930625rem;top:74.86444711685rem;left:2.4058592915535rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:block; }
 }@media only screen and (max-width: 763px) { #w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { width:20rem;height:4.375rem;top:22.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { display:flex;width:1.9375rem;height:1.9375rem;top:35.903127670288rem;left:1.629166662693rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.3)); }
 }@media only screen and (max-width: 763px) { #rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { width:14.9375rem;height:5.4rem;top:79.26483774185rem;left:4.2574217915535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { width:20rem;height:4.375rem;top:27.5625rem;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) { #fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { display:flex;width:1.9375rem;height:1.9375rem;top:45.890628814698rem;left:1.6875000596046rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2)); }
 }@media only screen and (max-width: 763px) { #lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { width:20rem;height:6.3125rem;top:32.5rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bG1TqUKqvEs8t226TpxG065op2nX156E { display:flex;width:1.93710625rem;height:1.93710625rem;top:51.769919395447rem;left:1.5789061188698rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { width:13.75rem;height:2.7rem;top:94.819136142731rem;left:4.5972655415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W8faHNTJWNKywtoMUKOikh76LzWsLiXU { width:10.5625rem;height:0;top:92.129171371463rem;left:4.6562502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #faKsPZRb6bqsU5C08n3Tdq2D4Bx2ucXN { width:4.8125rem;height:4.8125rem;top:81.065629959106rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { width:1.9375rem;height:1.9375rem;top:91.895837783812rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTHDD65NMkZA82BicPJTT69rRVnPqt1n { width:4.8125rem;height:4.8125rem;top:116.34271383286rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { width:1.375rem;height:1.375rem;top:122.75000524521rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhfinZ4TH4LyLaW804XIis5RJK5iOX7l { width:4.375rem;height:4.375rem;top:39.365629196167rem;left:14.070833981037rem;display:none; }
 }@media only screen and (max-width: 763px) { #DN6tQWmvUn4c4mMIgHzSrDxDl3S3vUap { width:4.125rem;height:4.125rem;top:86.253126144406rem;left:13.691667377949rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { width:3.25rem;height:3.25rem;top:96.187507152556rem;left:5.5000002980232rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { width:18.8125rem;height:10.25rem;top:34.641668319702rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { width:18.8125rem;height:5.1875rem;top:45.140628814698rem;left:1.1875000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { width:18.8125rem;height:7.3125rem;top:50.615620613098rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(186deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { width:18.8125rem;height:14.625rem;top:63.066008090975rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { width:11.25rem;height:3.125rem;top:63.064840793612rem;left:-1.3746092915535rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15080;background-color:#0e7d6f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { width:18.8125rem;height:9.8125rem;top:78.002729892731rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { width:18.8125rem;height:5.1875rem;top:88.074995517731rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { width:18.8125rem;height:8.6875rem;top:93.565229892731rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { width:12.375rem;height:4.0625rem;top:25.686460018158rem;left:4.0354169011116rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15080;background-color:rgba(14,125,111,0.63);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { width:12.375rem;height:4.0625rem;top:69.242964267731rem;left:4.3746092915535rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15372;background-color:rgba(14,125,111,0.63);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { width:0.0625rem;height:3.75rem;top:105.00313234329rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { width:0.0625rem;height:1.875rem;top:31.883335590362rem;left:2.3791669011116rem;display:none; }
 }@media only screen and (max-width: 763px) { #oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { width:12.9375rem;height:2.39930625rem;top:31.684376239777rem;left:3.1958335042rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #XMg8huHCJAmeFZrIJ1hGABWz56KLn0EU { width:9rem;height:2.49960625rem;top:40.176559448243rem;left:9.1523435711863rem;font-size:1.0625rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #MDaFNbSN0ar3y5wTVSCv63kOw5wt903a { display:block; }
 }@media only screen and (max-width: 763px) { #eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { width:9rem;height:2.4984375rem;top:84.353117465975rem;left:9.6398428082469rem;font-size:1.0625rem;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block; }
 }@media only screen and (max-width: 763px) { #aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { width:7.3125rem;height:3.375rem;top:105.00191879344rem;left:6.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block; }
 }@media only screen and (max-width: 763px) { #OK3m5qmoxhIc4myH1lyF6oKCdAHSeTfo { width:10rem;height:2.4375rem;top:45.576951026916rem;left:8.4023426175119rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #qPFoodUKOoS097RQcvkRG5JqXWGufHkN { display:block; }
 }@media only screen and (max-width: 763px) { #fC2cDFq86xMrzyiPTW0QgBcDzxU0H5JH { width:10.1875rem;height:2.125rem;top:64.877343177794rem;left:6.2847650647163rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #Gu4RUTzrLtTNPNBJaukqsec4MiNOI2z3 { display:block; }
 }@media only screen and (max-width: 763px) { #RK59oNyUmNhBllX9DMCIwgtkrz3xA60p { width:10.187125rem;height:2.4375rem;top:94.2597618103rem;left:6.9984372258188rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #C6JI80CeJ1lhIitLAMo8yIAvCZPxkup9 { display:block; }
 }@media only screen and (max-width: 763px) { #ObwQMDeW0oeXXadQkZ3gv5ZcTrSAkAgF { width:10.187125rem;height:2.4375rem;top:97.876163482669rem;left:6.2847650647163rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #NHMOp7rl351ZLvTCTCUvezV3GiiTTcdx { display:block; }
 }@media only screen and (max-width: 763px) { #LkubzKDHsEmngaBrrp69rSTrHo7Js10C { width:6.0625rem;height:1.35rem;top:48.326558113098rem;left:12.076952755451rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #wkNCix2OV1XWVlbk0nZl8vJdzqSD5bq9 { width:4.625rem;height:1.35rem;top:46.183589935302rem;left:4.3160155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #ksH9uFTxKpduWK3Zdl8g44Zear4xmx9V { width:9.999625rem;height:2.4375rem;top:54.710935592651rem;left:8.8273428082469rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15373;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #gkimd5tNOQslqU8ZiB8CKu4Iy2rnZIHc { display:block; }
 }@media only screen and (max-width: 763px) { #xUDIzlip5DHTZxq6cowlzxaP4thHUwNW { width:9.5625rem;height:2.4375rem;top:88.51093149185rem;left:8.6531246304513rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15373;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #OlFqOtc0wZE2C2rv0S1tvTS2UtX8tMWK { display:block; }
 }@media only screen and (max-width: 763px) { #dm18Ung8pG9vTql4qQ74hvOk99TxtW6k { width:9.999625rem;height:2.4375rem;top:98.269133090975rem;left:8.8886716961863rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.5625rem;color:#d81f1f;z-index:15374;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #W3Ztde2cWXwQpshW7FlbiLif6tQUvBPB { display:block; }
 }@media only screen and (max-width: 763px) { #hVX30iIdsMJa7u2Cx1JcE3J3Udq0x1TB { width:4.625rem;height:1.35rem;top:89.124990940094rem;left:4.3992183804512rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #CsCng7Z32k3J4JCG1KEWAlhvaXEnfJ6U { width:6.0625rem;height:1.35rem;top:91.374990940094rem;left:12.774608433247rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #o8Bc4e3afzsA7MIwQNuU77ToBdVBmLvs { width:18.624625rem;height:4.63020625rem;top:8.0113278627394rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15359;display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:20rem;height:54.375rem;background-color:#defdff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { height:9.75rem;width:17.4375rem;top:7.0304718017575rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { width:19.8125rem;height:0;top:1.30078125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { width:3.1875rem;height:3.1875rem;top:3.909375667572rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { width:3.125rem;height:3.125rem;top:5.1242218017578rem;left:12.406250536442rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:21.53125rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVzoinOD2sUZ135yXmMFDm62FkVvQlb { width:9.8125rem;height:2.25rem;top:17.3203125rem;left:5.0937500596046rem;font-size:1.25rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #iiJcWK0Bc789sDEObdAJs0CdK9rQUFle { display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { width:10.75rem;height:5.625rem;top:107.47917175293rem;left:7.6242198944094rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EG4bFfFSv8c5I6uz3qBH7T4c3BLPJqmB { width:9.8125rem;height:2.25rem;top:31.75rem;left:5.0937502980232rem;font-size:1.25rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #fCFLqNShAfV2wKIpRb02HaT9e7fOoGTs { display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.8125rem;height:1.9375rem;top:17.188542842865rem;left:15.566667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:31.814586162567rem;left:17.500001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { width:2.0625rem;height:2.125rem;top:27.37500333786rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { width:10.8125rem;height:3.6875rem;top:16.35546875rem;left:4.5625000596046rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { width:10.8125rem;height:3.6875rem;top:30.675003051757rem;left:4.5937502980232rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:35.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWBfPtT8Tc2Jt8FHhnkw1AAJf86vnq0Q { width:9.5625rem;height:2rem;top:46.000007629394rem;left:5.1562502980232rem;font-size:1.25rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #QcMJ8vvC1kFH0K72VcA8PGM04Zxds8hv { display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:10.8125rem;height:3.6875rem;top:44.737510681153rem;left:4.5312502980232rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15010;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { width:6rem;height:6rem;top:49.675010681153rem;left:6.9375002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { top:0.875rem;left:1.0625rem;width:17.5rem;height:0.125rem;z-index:15359;background-color:#ace4fb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { width:19.5625rem;height:1.30625rem;top:2.0625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15295;text-align:center;text-align-last:center;color:#414162;display:block; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { width:20rem;height:1rem;top:51.502086639404rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:18.083333969116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.35rem;top:1.4622402191162rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.51041875rem;top:3.0221357345581rem;left:2.6223959922791rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:5.2122402191162rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:7.0247402191163rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.67448125rem;top:11.833333969116rem;left:9.078125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:15.8359375rem;left:8.9401044845581rem;font-size:0.875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e69f1d;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:7.0625rem;top:10.962240219116rem;left:-0.061197876930237rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:8.458984375rem;left:0.9375rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:17.75rem;top:0.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WuhyICv4K09pfrkLc4ouUEbRTnUoiVDN { width:7.3125rem;height:12.5rem;top:20.7470703125rem;left:7.33984375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVV7yESppcbDCN4UHEmDAoJNlD8yy7AJ { background-color:#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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggS6mOu04LcsBBZXPkn4teFyXrQwr2yX { width:20rem;height:5.0625rem;top:5.9375019073486rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rQiu2GhrXvPCpy6DIAAsnPxftKces6b4 { width:20rem;height:10.8125rem;top:0.1875rem;left:0rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eqksb3uKl0ARp7C3zvQTiZxNWmumGzdJ { width:9.1875rem;height:7.6875rem;top:12.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQKWA9BP3HFg8wR1iiLiCDdrEozLpRc { width:20rem;height:6.6875rem;top:5.8114585876465rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Trx7EU3AC6zZtGecw8xJnl8hhOMrRDPp { width:20rem;height:12.375rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuUFmNBDH5VSTQxwh0cU2wQ8GdIl5a6f { width:8.9375rem;height:2.75rem;top:12.05078125rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lyA8uRkeLivF6K1Gg6yT1npizBWcKhdg { width:5.3125rem;height:2.875rem;top:0.62890625rem;left:14.603636605694rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JK3IN53F6zJH7hF2T8nKxTVVwyRxNelJ { width:9.6875rem;height:2rem;top:8.125rem;left:1.5rem;font-size:0.9375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #gSnbbkoZ0suiLUG3ml8LcL9WlJ55QJsr { display:block; }
 }@media only screen and (max-width: 763px) { #z1hz74TbKCxncqu2oSlaqlTDaPq9IPa8 { width:12.4375rem;height:1.4625rem;top:1.00390625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AXpop8t1PfTEyoQd1XXaZGIuLMsCaFyP { width:20rem;height:9.375rem;top:11.250001907349rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TUe2Ezeo4TxoMOegRi1UDHA9Awpq6SXm { width:20rem;height:4rem;top:17.9892578125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #kyM0OZmXOPnP8kp7ku4N8U7tF3pfHEJD { width:15.5rem;height:2.27430625rem;top:3.0625rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JW2C6O255n04hgERfPcfw08QRotXML2J { width:12.6875rem;height:0;top:9.1875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #I8izcAvLugkceooqbOvG1eniSztEPoow { top:5.783203125rem;left:1.25rem;width:17.5rem;height:0;z-index:15166;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aooMtbS1Kf6po21z9CPVE5AOhKvHp42m { width:12.0625rem;height:1.4625rem;top:6.2500019073488rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #J5b7XH6sbDM30k0MSA4yyFxcX20LQ4ms { width:16rem;height:0;top:11.668748855591rem;left:1.1020833849907rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #eEtXxnRruTxKOhhHORB5Dg3nurr2Rn3G { width:6.6875rem;height:2.27430625rem;top:7.9570331573488rem;left:12.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTXehhrIku1Ccsl9Pwwfd4BOqCQ4d0 { width:5.1875rem;height:9rem;top:11.312501907349rem;left:3.16015625rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #uOIgsMxVz0Jym9uosroAdSz50Du0WoJr { width:4rem;height:4rem;top:15.821620722046rem;left:9.58333375rem;display:none; }
 }@media only screen and (max-width: 763px) { #II5yQrhpiVS44huHd4QRN63RhHPtLw4X { width:8.5rem;height:2rem;top:15.723957061767rem;left:8.1166675686838rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MG5qlsDNuhChRlwJMnwQWyzZp6HxxEng { width:7.25rem;height:1.9375rem;top:18.22265625rem;left:8.7408857345581rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:3.4375rem;height:1.85625rem;top:2.2375030517578rem;left:1.7500000596046rem;font-size:1.6875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15020;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:2.1882810592651rem;left:17.058593332768rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.59375rem;top:2.359375rem;left:5.8695312142372rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:3.5rem;top:1.375rem;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:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:1.6848945617676rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.45rem;top:3.2330741882324rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.39930625rem;top:12.375rem;left:1.123046875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:18.875rem;height:18.372375rem;top:15.495834350586rem;left:1.1229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.19965rem;top:7rem;left:1.125rem;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.19965rem;top:35.571884155274rem;left:1.1562500596046rem;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.89930625rem;top:37.493759155274rem;left:1.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:1.1378875rem;top:8.6845703125rem;left:1.140625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #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:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:8.8125rem;height:1.1378875rem;top:1.8137817382812rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:17rem;height:4.19791875rem;top:4.1744689941406rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:17.625rem;height:1.94965rem;top:17.4970703125rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:9.3137817382812rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:1.3137817382812rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.3816375rem;top:1.640625rem;left:15.000000774861rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:6.5rem;top:14.6484375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:1.1378875rem;top:15.41015625rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PnAcc017n8NEqtywW1y4BWCbi1zScsN9 { display:block; }#PnAcc017n8NEqtywW1y4BWCbi1zScsN9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }